Skip to content

rlpx::detail

Functions

Name
rlp::ByteView to_rlp_view(rlpx::ByteView view)
rlpx::ByteView from_rlp_view(rlp::ByteView view)
rlp::Bytes to_rlp_bytes(const rlpx::ByteBuffer & buffer)
rlpx::ByteBuffer from_rlp_bytes(const rlp::Bytes & bytes)

Functions Documentation

function to_rlp_view

inline rlp::ByteView to_rlp_view(
    rlpx::ByteView view
)

function from_rlp_view

inline rlpx::ByteView from_rlp_view(
    rlp::ByteView view
)

function to_rlp_bytes

inline rlp::Bytes to_rlp_bytes(
    const rlpx::ByteBuffer & buffer
)

function from_rlp_bytes

inline rlpx::ByteBuffer from_rlp_bytes(
    const rlp::Bytes & bytes
)

Updated on 2026-04-13 at 23:22:46 -0700