Wire Sysio Wire Sysion 1.0.0
|
#include <producer_plugin.hpp>
Public Attributes | |
std::optional< flat_set< account_name > > | actor_whitelist |
std::optional< flat_set< account_name > > | actor_blacklist |
std::optional< flat_set< account_name > > | contract_whitelist |
std::optional< flat_set< account_name > > | contract_blacklist |
std::optional< flat_set< std::pair< account_name, action_name > > > | action_blacklist |
std::optional< flat_set< public_key_type > > | key_blacklist |
Definition at line 27 of file producer_plugin.hpp.
std::optional< flat_set< std::pair<account_name, action_name> > > sysio::producer_plugin::whitelist_blacklist::action_blacklist |
Definition at line 32 of file producer_plugin.hpp.
std::optional< flat_set<account_name> > sysio::producer_plugin::whitelist_blacklist::actor_blacklist |
Definition at line 29 of file producer_plugin.hpp.
std::optional< flat_set<account_name> > sysio::producer_plugin::whitelist_blacklist::actor_whitelist |
Definition at line 28 of file producer_plugin.hpp.
std::optional< flat_set<account_name> > sysio::producer_plugin::whitelist_blacklist::contract_blacklist |
Definition at line 31 of file producer_plugin.hpp.
std::optional< flat_set<account_name> > sysio::producer_plugin::whitelist_blacklist::contract_whitelist |
Definition at line 30 of file producer_plugin.hpp.
std::optional< flat_set<public_key_type> > sysio::producer_plugin::whitelist_blacklist::key_blacklist |
Definition at line 33 of file producer_plugin.hpp.