Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddToSecondIndexFn ¶
type AddToSecondIndexFn func(ctx context.Context, creatorAddress sdk.AccAddress, position *types.AbsoluteTxPosition, contractAddress sdk.AccAddress) error
AddToSecondIndexFn creates a secondary index entry for the creator fo the contract
type Migrator ¶
type Migrator struct {
// contains filtered or unexported fields
}
Migrator is a struct for handling in-place store migrations.
func NewMigrator ¶
func NewMigrator(k wasmKeeper, fn AddToSecondIndexFn) Migrator
NewMigrator returns a new Migrator.
Click to show internal directories.
Click to hide internal directories.