# [Ride v4] BinaryEntry
⚠️ This is the documentation for the Standard library version 4 and 3. We recommend to use version 6. Go to version 6
⚠️ The structure is added in Standard library version 4.
BinaryEntry
is a structure that sets key and value of account data storage binary entry. Adding or changing an entry is performed only if the structure is included in the callable function result.
# Constructor
BinaryEntry(key: String, value: ByteVector)
# Fields
# | Name | Data type | Description |
---|---|---|---|
1 | key | String | Entry key. The maximum size is 400 bytes |
2 | value | ByteVector | Entry value. The maximum size is 5 Kbytes |