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