Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
sysio::producer_plugin::whitelist_blacklist Struct Reference

#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
 

Detailed Description

Definition at line 27 of file producer_plugin.hpp.

Member Data Documentation

◆ action_blacklist

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.

◆ actor_blacklist

std::optional< flat_set<account_name> > sysio::producer_plugin::whitelist_blacklist::actor_blacklist

Definition at line 29 of file producer_plugin.hpp.

◆ actor_whitelist

std::optional< flat_set<account_name> > sysio::producer_plugin::whitelist_blacklist::actor_whitelist

Definition at line 28 of file producer_plugin.hpp.

◆ contract_blacklist

std::optional< flat_set<account_name> > sysio::producer_plugin::whitelist_blacklist::contract_blacklist

Definition at line 31 of file producer_plugin.hpp.

◆ contract_whitelist

std::optional< flat_set<account_name> > sysio::producer_plugin::whitelist_blacklist::contract_whitelist

Definition at line 30 of file producer_plugin.hpp.

◆ key_blacklist

std::optional< flat_set<public_key_type> > sysio::producer_plugin::whitelist_blacklist::key_blacklist

Definition at line 33 of file producer_plugin.hpp.


The documentation for this struct was generated from the following file: