Fix dynamic bytes type encoding
This commit is contained in:
@@ -9,5 +9,6 @@
|
||||
void *encode_integer(const uint8_t *const value, uint8_t length);
|
||||
void *encode_boolean(const bool *const value, uint8_t length);
|
||||
void *encode_address(const uint8_t *const value, uint8_t length);
|
||||
void *encode_bytes(const uint8_t *const value, uint8_t length);
|
||||
|
||||
#endif // ENCODE_FIELD_H_
|
||||
|
||||
Reference in New Issue
Block a user