Struct cardano_serialization_lib::chain_crypto::algorithms::legacy_daedalus::LegacyPriv [−][src]
pub struct LegacyPriv(_);
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for LegacyPriv
impl Send for LegacyPriv
impl Sync for LegacyPriv
impl Unpin for LegacyPriv
impl UnwindSafe for LegacyPriv
Blanket Implementations
Calculate the base32 serialized length
Mutably borrows from an owned value. Read more
pub fn write_base32<W>(
&self,
writer: &mut W
) -> Result<(), <W as WriteBase32>::Err> where
W: WriteBase32,
pub fn write_base32<W>(
&self,
writer: &mut W
) -> Result<(), <W as WriteBase32>::Err> where
W: WriteBase32,
Encode as base32 and write it to the supplied writer Implementations shouldn’t allocate. Read more