Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

RLPItem

Fully qualified path: alexandria_encoding::rlp::RLPItem

pub enum RLPItem {
    String: Span<u8>,
    List: Span<RLPItem>,
}

Variants

String

Fully qualified path: alexandria_encoding::rlp::RLPItem::String

String: Span<u8>

List

Fully qualified path: alexandria_encoding::rlp::RLPItem::List

List: Span<RLPItem>