Documentation
¶
Index ¶
- func NewMsgServer(keeper Keeper) escrowv1alpha1.MsgServer
- func NewQueryServer(keeper Keeper) escrowv1alpha1.QueryServer
- type AuthKeeper
- type Keeper
- func (k Keeper) DefaultGenesis() *escrowv1alpha1.GenesisState
- func (k Keeper) ExportGenesis(ctx context.Context) (*escrowv1alpha1.GenesisState, error)
- func (k Keeper) InitGenesis(ctx context.Context, gs *escrowv1alpha1.GenesisState) error
- func (k Keeper) ValidateGenesis(gs *escrowv1alpha1.GenesisState) error
- type MessageRouter
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServer ¶
func NewMsgServer(keeper Keeper) escrowv1alpha1.MsgServer
func NewQueryServer ¶
func NewQueryServer(keeper Keeper) escrowv1alpha1.QueryServer
Types ¶
type AuthKeeper ¶
type AuthKeeper = expected.AuthKeeper
type Keeper ¶
type Keeper struct {
// contains filtered or unexported fields
}
func NewKeeper ¶
func NewKeeper( cdc codec.Codec, storeService store.KVStoreService, authority sdk.AccAddress, router expected.MessageRouter, authKeeper expected.AuthKeeper, ) (*Keeper, error)
func (Keeper) DefaultGenesis ¶
func (k Keeper) DefaultGenesis() *escrowv1alpha1.GenesisState
func (Keeper) ExportGenesis ¶
func (k Keeper) ExportGenesis(ctx context.Context) (*escrowv1alpha1.GenesisState, error)
func (Keeper) InitGenesis ¶
func (k Keeper) InitGenesis(ctx context.Context, gs *escrowv1alpha1.GenesisState) error
func (Keeper) ValidateGenesis ¶
func (k Keeper) ValidateGenesis(gs *escrowv1alpha1.GenesisState) error
type MessageRouter ¶
type MessageRouter = expected.MessageRouter
Click to show internal directories.
Click to hide internal directories.