Wire Sysio Wire Sysion 1.0.0
|
#include <producer_schedule.hpp>
Public Member Functions | |
shared_producer_authority ()=delete | |
shared_producer_authority (const shared_producer_authority &)=default | |
shared_producer_authority (shared_producer_authority &&)=default | |
shared_producer_authority & | operator= (shared_producer_authority &&)=default |
shared_producer_authority & | operator= (const shared_producer_authority &)=default |
shared_producer_authority (const name &producer_name, shared_block_signing_authority &&authority) | |
Public Attributes | |
name | producer_name |
shared_block_signing_authority | authority |
Definition at line 65 of file producer_schedule.hpp.
|
delete |
|
default |
|
default |
|
inline |
Definition at line 72 of file producer_schedule.hpp.
|
default |
|
default |
shared_block_signing_authority sysio::chain::shared_producer_authority::authority |
Definition at line 78 of file producer_schedule.hpp.
name sysio::chain::shared_producer_authority::producer_name |
Definition at line 77 of file producer_schedule.hpp.