Declarations for Canonicalize.
virtual size_t encoded_length() const
Returns serialized object length.
BalancePlan m_plan
Balance plan.
virtual void encode(uint8_t **bufp) const
Writes serialized representation of object to a buffer.
Logging routines and macros.
Compatibility Macros for C/C++.
Functions to serialize/deserialize primitives to/from a memory buffer.
virtual void decode(const uint8_t **bufp, size_t *remainp)
Reads serialized representation of object from a buffer.
Declarations for Balance request parameters.
uint8_t encoding_version() const override
Returns encoding version.
size_t encoded_length_internal() const override
Returns internal serialized length.
void encode_internal(uint8_t **bufp) const override
Writes serialized representation of object to a buffer.
void decode_internal(uint8_t version, const uint8_t **bufp, size_t *remainp) override
Reads serialized representation of object from a buffer.