Documentation ¶
Index ¶
- func NewMsgServer(keeper Keeper) testv1alpha1.MsgServer
- func NewQueryServer(keeper Keeper) testv1alpha1.QueryServer
- type Keeper
- func (k Keeper) Create(ctx context.Context, creator sdk.AccAddress, asset string) error
- func (k Keeper) HasAsset(ctx context.Context, address sdk.AccAddress, asset string) error
- func (k Keeper) PopAsset(ctx context.Context, address sdk.AccAddress, asset string) error
- func (k Keeper) PushAsset(ctx context.Context, address sdk.AccAddress, asset string) error
- func (k Keeper) Send(ctx context.Context, sender, recipient sdk.AccAddress, asset string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMsgServer ¶
func NewMsgServer(keeper Keeper) testv1alpha1.MsgServer
NewMsgServer returns an implementation of the MsgServer interface for the provided Keeper.
func NewQueryServer ¶
func NewQueryServer(keeper Keeper) testv1alpha1.QueryServer
NewQueryServer returns an implementation of the QueryServer interface for the provided Keeper.
Types ¶
Click to show internal directories.
Click to hide internal directories.