Type Definition strict_encoding::net::RawAddr[][src]

pub type RawAddr = [u8; 33];
Expand description

Type representing host-specific address part

Trait Implementations

Decode with the given std::io::Read instance; must either construct an instance or return implementation-specific error type. Read more

Tries to deserialize byte array into the current type using StrictDecode::strict_decode Read more

Encode with the given std::io::Write instance; must return result with either amount of bytes encoded – or implementation-specific error type. Read more

Serializes data as a byte array using StrictEncode::strict_encode function Read more