Struct multiversx_chain_vm::scenario::model::CheckStorageDetails
source · pub struct CheckStorageDetails {
pub storages: BTreeMap<BytesKey, CheckValue<BytesValue>>,
pub other_storages_allowed: bool,
}Fields§
§storages: BTreeMap<BytesKey, CheckValue<BytesValue>>§other_storages_allowed: boolTrait Implementations§
source§impl Debug for CheckStorageDetails
impl Debug for CheckStorageDetails
source§impl Default for CheckStorageDetails
impl Default for CheckStorageDetails
source§fn default() -> CheckStorageDetails
fn default() -> CheckStorageDetails
Returns the “default value” for a type. Read more