Expand description
Representation of a keystore section of an electrum wallet file. Can be single sig “keystore” or multisig “x1/” “x2/” …
Fields
type: Stringxprv: Option<String>xpub: StringTrait 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 Keystore
impl UnwindSafe for Keystore
Blanket Implementations
Mutably borrows from an owned value. Read more