Documentation ¶
Index ¶
- func CustomQuerier(wardenKeeper wardenkeeper.Keeper) func(ctx sdk.Context, rawRequest json.RawMessage) ([]byte, error)
- func EncodeCustomMsg(sender sdk.AccAddress, rawMsg json.RawMessage) ([]sdk.Msg, error)
- type NewKeyRequest
- type WardenMsg
- type WardenProtocolMsg
- type WardenProtocolQuery
- type WardenQuery
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CustomQuerier ¶
func CustomQuerier(wardenKeeper wardenkeeper.Keeper) func(ctx sdk.Context, rawRequest json.RawMessage) ([]byte, error)
func EncodeCustomMsg ¶
func EncodeCustomMsg(sender sdk.AccAddress, rawMsg json.RawMessage) ([]sdk.Msg, error)
Types ¶
type NewKeyRequest ¶
type WardenMsg ¶
type WardenMsg struct {
NewKeyRequest *NewKeyRequest `json:"new_key_request,omitempty"`
}
type WardenProtocolMsg ¶
type WardenProtocolMsg struct {
Warden WardenMsg `json:"warden,omitempty"`
}
type WardenProtocolQuery ¶
type WardenProtocolQuery struct {
Warden WardenQuery `json:"warden,omitempty"`
}
type WardenQuery ¶
type WardenQuery struct {
AllKeys *types.QueryAllKeysRequest `json:"all_keys,omitempty"`
}
Click to show internal directories.
Click to hide internal directories.