Struct eth_keystore::EthKeystore [−][src]
pub struct EthKeystore { pub crypto: CryptoJson, pub id: Uuid, pub version: u8, }
Expand description
This struct represents the deserialized form of an encrypted JSON keystore based on the Web3 Secret Storage Definition.
Fields
crypto: CryptoJson
id: Uuid
version: u8
Trait Implementations
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error> where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations
impl RefUnwindSafe for EthKeystore
impl Send for EthKeystore
impl Sync for EthKeystore
impl Unpin for EthKeystore
impl UnwindSafe for EthKeystore