package
0.5.0
Repository: https://github.com/cosmwasm/cosmwasm-go.git
Documentation: pkg.go.dev

# Packages

Package math contains some human-readable mathematical primitives.
No description provided by the author
No description provided by the author

# 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.