Documentation ¶
Index ¶
- type Keeper
- func (k Keeper) Codec() codec.Codec
- func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState
- func (k Keeper) HandleContractCall(goCtx context.Context, signers []authtypes.Account, ...) (*txtypes.ContractCallResult, error)
- func (k Keeper) InitGenesis(ctx sdk.Context, state types.GenesisState)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func (Keeper) ExportGenesis ¶
func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState
ExportGenesis exports empty genesis state.
func (Keeper) HandleContractCall ¶
func (k Keeper) HandleContractCall(goCtx context.Context, signers []authtypes.Account, callInfo txtypes.ContractCallInfo) (*txtypes.ContractCallResult, error)
FIXME: HandleContractCall is called by ContractModule
func (Keeper) InitGenesis ¶
func (k Keeper) InitGenesis(ctx sdk.Context, state types.GenesisState)
InitGenesis does nothing.
Click to show internal directories.
Click to hide internal directories.