Struct multiversx_chain_vm::scenario::model::CheckAccounts
source · pub struct CheckAccounts {
pub other_accounts_allowed: bool,
pub accounts: BTreeMap<AddressKey, CheckAccount>,
}Fields§
§other_accounts_allowed: bool§accounts: BTreeMap<AddressKey, CheckAccount>Trait Implementations§
source§impl Debug for CheckAccounts
impl Debug for CheckAccounts
source§impl Default for CheckAccounts
impl Default for CheckAccounts
source§fn default() -> CheckAccounts
fn default() -> CheckAccounts
Returns the “default value” for a type. Read more