package
0.55.0-beta.1
Repository: https://github.com/cosmwasm/wasmd.git
Documentation: pkg.go.dev

# Functions

NewMigrator returns a new Migrator.

# Constants

AccessTypeAnyOfAddresses allow any of the addresses.
AccessTypeEverybody unrestricted.
AccessTypeNobody forbidden.
AccessTypeOnlyAddress restricted to a single address Deprecated: use AccessTypeAnyOfAddresses instead.
AccessTypeUnspecified placeholder for empty value.

# Variables

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Structs

AccessConfig access control type.
AccessTypeParam.
CodeInfo is data for the uploaded contract WASM code.
Migrator is a struct for handling in-place store migrations.
Params defines the set of wasm parameters.

# Type aliases

AccessType permission types.
StoreCodeInfoFn stores code info.