OpenCBDC Transaction Processor
|
#include "rlp.hpp"
Go to the source code of this file.
Namespaces | |
namespace | cbdc |
Functions | |
auto | cbdc::operator>> (serializer &ser, cbdc::rlp_value &v) -> serializer & |
auto | cbdc::deserialize_size (const cbdc::buffer &buf) -> size_t |
Decodes a binary representation for sizes that exceed the single-byte presentation into size_t. | |
auto | cbdc::rlp_decode_access_list (const rlp_value &rlp) -> std::optional< parsec::agent::runner::evm_access_list > |
Decodes an access list from and rlp_value of type rlp_value_type::array. | |