Struct multiversx_chain_vm::scenario::model::CheckStateStep
source · pub struct CheckStateStep {
pub comment: Option<String>,
pub accounts: CheckAccounts,
}Fields§
§comment: Option<String>§accounts: CheckAccountsImplementations§
source§impl CheckStateStep
impl CheckStateStep
pub fn new() -> Self
pub fn put_account<A>(self, address_expr: A, account: CheckAccount) -> Selfwhere
AddressKey: From<A>,
Trait Implementations§
source§impl Debug for CheckStateStep
impl Debug for CheckStateStep
source§impl Default for CheckStateStep
impl Default for CheckStateStep
source§fn default() -> CheckStateStep
fn default() -> CheckStateStep
Returns the “default value” for a type. Read more