Documentation ¶
Index ¶
- type Keeper
- func (q Keeper) Counter(c context.Context, req *types.QueryCounterRequest) (*types.QueryCounterResponse, error)
- func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState
- func (k Keeper) HandleContractCall(goCtx context.Context, callInfo txtypes.ContractCallInfo) (*txtypes.ContractCallResult, error)
- func (k Keeper) HandleCounter(ctx sdk.Context, req types.ContractCallRequest) (*txtypes.ContractCallResult, error)
- func (k Keeper) HandleExternalCall(ctx sdk.Context, req types.ContractCallRequest) (*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) Counter ¶
func (q Keeper) Counter(c context.Context, req *types.QueryCounterRequest) (*types.QueryCounterResponse, error)
func (Keeper) ExportGenesis ¶
func (k Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState
ExportGenesis exports bridge module's portID and denom trace info into its genesis state.
func (Keeper) HandleContractCall ¶
func (k Keeper) HandleContractCall(goCtx context.Context, callInfo txtypes.ContractCallInfo) (*txtypes.ContractCallResult, error)
HandleContractCall is called by ContractModule
func (Keeper) HandleCounter ¶
func (k Keeper) HandleCounter(ctx sdk.Context, req types.ContractCallRequest) (*txtypes.ContractCallResult, error)
func (Keeper) HandleExternalCall ¶
func (k Keeper) HandleExternalCall(ctx sdk.Context, req types.ContractCallRequest) (*txtypes.ContractCallResult, error)
func (Keeper) InitGenesis ¶
func (k Keeper) InitGenesis(ctx sdk.Context, state types.GenesisState)
InitGenesis initializes the bridge module state and binds to PortID.
Click to show internal directories.
Click to hide internal directories.