|
| RLPStringEncoder (const std::string &data) |
|
| RLPStringEncoder (const std::vector< uint8_t > &data) |
|
std::vector< uint8_t > | encode () override |
|
void | append (const std::string &str) override |
|
void | append (const std::vector< uint8_t > &data) override |
|
void | append (const std::shared_ptr< RLPEncoder > &child) override |
|
bool | isList () override |
|
std::string | toString () override |
|
std::vector< std::shared_ptr< RLPEncoder > > | getChildren () override |
|
|
static std::vector< uint8_t > | encodeLength (uint32_t length, uint8_t offset, BytesWriter &out) |
|
static void | toBinary (uint32_t length, std::vector< uint8_t > &out) |
|
The documentation for this class was generated from the following files: