Struct emerald_rs::RLPList [] [src]

pub struct RLPList { /* fields omitted */ }

A list serializable to RLP

Methods

impl RLPList
[src]

[src]

Start with provided vector

[src]

Add an item to the list

Trait Implementations

impl Debug for RLPList
[src]

[src]

Formats the value using the given formatter.

impl Default for RLPList
[src]

[src]

Returns the "default value" for a type. Read more

impl Into<Vec<u8>> for RLPList
[src]

[src]

Performs the conversion.

impl WriteRLP for RLPList
[src]

[src]

Writes itself as RLP bytes into specified buffer