Struct cardano_serialization_lib::legacy_address::ExtendedAddr [−][src]
pub struct ExtendedAddr {
pub addr: [u8; 28],
pub attributes: Attributes,
pub addr_type: AddrType,
}
Expand description
A valid cardano address deconstructed
Fields
addr: [u8; 28]
attributes: Attributes
addr_type: AddrType
Implementations
Trait Implementations
method to implement to deserialise an object from the given
Deserializer
. Read more
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
fn serialize<'se, W: Write>(
&self,
serializer: &'se mut Serializer<W>
) -> Result<&'se mut Serializer<W>>
Auto Trait Implementations
impl RefUnwindSafe for ExtendedAddr
impl Send for ExtendedAddr
impl Sync for ExtendedAddr
impl Unpin for ExtendedAddr
impl UnwindSafe for ExtendedAddr
Blanket Implementations
Mutably borrows from an owned value. Read more