Keyboard shortcuts

Press or to navigate between chapters

Press ? to show this help

Press Esc to hide this help

RLPItemByteArray

Fully qualified path: alexandria_encoding::rlp_byte_array::RLPItemByteArray

pub enum RLPItemByteArray {
    String: ByteArray,
    List: Span<RLPItemByteArray>,
}

Variants

String

Fully qualified path: alexandria_encoding::rlp_byte_array::RLPItemByteArray::String

String: ByteArray

List

Fully qualified path: alexandria_encoding::rlp_byte_array::RLPItemByteArray::List

List: Span<RLPItemByteArray>