|
OpenCBDC Transaction Processor
|
#include "rlp.hpp"
Go to the source code of this file.
Namespaces | |
| namespace | cbdc |
Functions | |
| auto | cbdc::operator<< (serializer &ser, const rlp_value &v) -> serializer & |
| void | cbdc::serialize_rlp_length (serializer &ser, size_t len, unsigned char offset) |
| Serializes the passed len from the given offset as RLP compatible size representation as documented in https://eth.wiki/fundamentals/rlp. | |
| auto | cbdc::serialize_size (size_t size) -> std::vector< std::byte > |
| Creates a binary representation for sizes that exceed the single-byte presentation. | |
| auto | cbdc::rlp_encode_access_list (const parsec::agent::runner::evm_access_list &access_list) -> rlp_value |
| RLP encodes an access list. | |