Struct bitcoin::network::serialize::RawEncoder [] [src]

pub struct RawEncoder<W> { /* fields omitted */ }

An encoder for raw binary data

Methods

impl<W: Write> RawEncoder<W>
[src]

[src]

Constructor

[src]

Returns the underlying Writer

Trait Implementations

impl<W: Write> SimpleEncoder for RawEncoder<W>
[src]

An encoding error

[src]

Output a 64-bit uint

[src]

Output a 32-bit uint

[src]

Output a 16-bit uint

[src]

Output a 64-bit int

[src]

Output a 32-bit int

[src]

Output a 16-bit int

[src]

Output a 8-bit int

[src]

Output a 8-bit uint

[src]

Output a boolean