Documentation ¶
Index ¶
- type Keeper
- func (k *Keeper) AuthorityAddress() sdk.AccAddress
- func (k *Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState
- func (k *Keeper) InitGenesis(ctx sdk.Context, genesis *types.GenesisState)
- func (k *Keeper) SubmitShardTx(ctx context.Context, msg *types.SubmitShardTxRequest) (*types.SubmitShardTxResponse, error)
- func (k *Keeper) Transactions(ctx context.Context, req *types.QueryTransactionsRequest) (*types.QueryTransactionsResponse, error)
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) AuthorityAddress ¶ added in v1.1.0
func (k *Keeper) AuthorityAddress() sdk.AccAddress
func (*Keeper) ExportGenesis ¶
func (k *Keeper) ExportGenesis(ctx sdk.Context) *types.GenesisState
func (*Keeper) InitGenesis ¶
func (k *Keeper) InitGenesis(ctx sdk.Context, genesis *types.GenesisState)
func (*Keeper) SubmitShardTx ¶
func (k *Keeper) SubmitShardTx( ctx context.Context, msg *types.SubmitShardTxRequest, ) (*types.SubmitShardTxResponse, error)
func (*Keeper) Transactions ¶
func (k *Keeper) Transactions( ctx context.Context, req *types.QueryTransactionsRequest, ) (*types.QueryTransactionsResponse, error)
Click to show internal directories.
Click to hide internal directories.