Struct tea_sdk::vmh::state::dump::DumpGlobalStateIntermediate
pub struct DumpGlobalStateIntermediate {
pub last_exec_tsid: TsidReadable,
pub tapp_store_key: Option<String>,
pub aes_keys: Vec<(TokenId, String)>,
pub failed_payments: Vec<(TokenId, Vec<u8>)>,
pub consume_account_keys: Vec<(TokenId, Vec<u8>)>,
pub auth_keys: Vec<(u128, Vec<u8>)>,
pub session_keys: Vec<(TokenId, H160, Vec<u8>)>,
}
Fields§
§last_exec_tsid: TsidReadable
§tapp_store_key: Option<String>
§aes_keys: Vec<(TokenId, String)>
§failed_payments: Vec<(TokenId, Vec<u8>)>
§consume_account_keys: Vec<(TokenId, Vec<u8>)>
§auth_keys: Vec<(u128, Vec<u8>)>
§session_keys: Vec<(TokenId, H160, Vec<u8>)>
Trait Implementations§
§impl Debug for DumpGlobalStateIntermediate
impl Debug for DumpGlobalStateIntermediate
§impl Default for DumpGlobalStateIntermediate
impl Default for DumpGlobalStateIntermediate
§fn default() -> DumpGlobalStateIntermediate
fn default() -> DumpGlobalStateIntermediate
Returns the “default value” for a type. Read more
§impl<'de> Deserialize<'de> for DumpGlobalStateIntermediate
impl<'de> Deserialize<'de> for DumpGlobalStateIntermediate
§fn deserialize<__D>(
__deserializer: __D
) -> Result<DumpGlobalStateIntermediate, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<DumpGlobalStateIntermediate, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
§impl From<DumpGlobalStateIntermediate> for DumpGlobalStateResponse
impl From<DumpGlobalStateIntermediate> for DumpGlobalStateResponse
§fn from(val: DumpGlobalStateIntermediate) -> DumpGlobalStateResponse
fn from(val: DumpGlobalStateIntermediate) -> DumpGlobalStateResponse
Converts to this type from the input type.
§impl Serialize for DumpGlobalStateIntermediate
impl Serialize for DumpGlobalStateIntermediate
§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DumpGlobalStateIntermediate
impl Send for DumpGlobalStateIntermediate
impl Sync for DumpGlobalStateIntermediate
impl Unpin for DumpGlobalStateIntermediate
impl UnwindSafe for DumpGlobalStateIntermediate
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more