Documentation ¶
Index ¶
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 New ¶
func New(storeService store.KVStoreService) *Keeper
func (*Keeper) InitGenesis ¶
func (*Keeper) SetValue ¶
func (m *Keeper) SetValue(ctx context.Context, req *types.MsgSetValue) (*types.MsgSetValueResponse, error)
func (*Keeper) Value ¶
func (m *Keeper) Value(ctx context.Context, req *types.QueryValueRequest) (*types.QueryValueResponse, error)
Click to show internal directories.
Click to hide internal directories.