# [Ride v5] BooleanEntry
⚠️ This is the documentation for the Standard Library version 5, which is currently available for Stagenet only. Go to Mainnet version
BooleanEntry
is a structure that sets key and value of the account data storage boolean entry. Adding or changing an entry is performed only if the structure is included in the callable function result.
# Constructor
BooleanEntry(key: String, value: Boolean)
# Fields
# | Name | Data type | Description |
---|---|---|---|
1 | key | String | Entry key. The maximum size is 400 bytes |
2 | value | Boolean | Entry value |