Type Alias bitcoin::psbt::raw::ProprietaryType

source ·
pub type ProprietaryType = u8;
Expand description

Default implementation for proprietary key subtyping

Trait Implementations§

source§

impl Decodable for u8

source§

fn consensus_decode<R: Read + ?Sized>(r: &mut R) -> Result<Self, Error>

Decode an object with a well-defined format. Read more
source§

fn consensus_decode_from_finite_reader<R: Read + ?Sized>( reader: &mut R ) -> Result<Self, Error>

Decode Self from a size-limited reader. Read more
source§

impl Encodable for u8

source§

fn consensus_encode<W: Write + ?Sized>(&self, w: &mut W) -> Result<usize, Error>

Encodes an object with a well-defined format. Read more