Documentation ¶
Index ¶
- type Keeper
- func (k Keeper) ExportGenesis(ctx context.Context) (*types.GenesisState, error)
- func (k Keeper) InitGenesis(ctx context.Context, state *types.GenesisState) error
- func (k Keeper) Key(ctx context.Context, req *types.KeyRequest) (*types.KeyResponse, error)
- func (k Keeper) Keys(ctx context.Context, requests *types.KeysRequest) (*types.KeysResponse, error)
- func (k Keeper) RegisterEncryptionKey(ctx context.Context, req *types.MsgRegisterEncryptionKey) (*types.MsgRegisterEncryptionKeyResponse, 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) ExportGenesis ¶
func (Keeper) InitGenesis ¶
func (Keeper) Key ¶
func (k Keeper) Key(ctx context.Context, req *types.KeyRequest) (*types.KeyResponse, error)
func (Keeper) Keys ¶
func (k Keeper) Keys(ctx context.Context, requests *types.KeysRequest) (*types.KeysResponse, error)
func (Keeper) RegisterEncryptionKey ¶
func (k Keeper) RegisterEncryptionKey( ctx context.Context, req *types.MsgRegisterEncryptionKey, ) (*types.MsgRegisterEncryptionKeyResponse, error)
Click to show internal directories.
Click to hide internal directories.