# Constants
Ascending orders ranged keys from smallest to biggest.
Descending orders ranged keys from biggest to smallest.
# Variables
This is a special, placeholder to signal iteration is finished.
# Structs
Deps contains the dependencies passed to a contract's mutating entrypoints.
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
ReadonlyStorage defines the behaviour of a KV with only read capabilities.
Storage defines the behaviour of a KV with read and write capabilities.
# Type aliases
Order defines how keys are ordered during iteration.