package
1.4.2-gon-testnet
Repository: https://github.com/irisnet/irishub.git
Documentation: pkg.go.dev

# Functions

AccountTypeFromString converts string to AccountType byte, Returns ff if invalid.
DefaultGenesisState gets raw genesis raw message for testing.
GetSuperKey returns super key bytes.
GetSupersSubspaceKey returns the key for getting all supers from the store.
NewGenesisState constructs a GenesisState.
NewMsgAddSuper constructs a MsgAddSuper.
No description provided by the author
NewMsgDeleteSuper constructs a MsgDeleteSuper.
No description provided by the author
NewSuper constructs a super.
No description provided by the author
RegisterLegacyAminoCodec registers the necessary module/guardian interfaces and concrete types on the provided Amino codec.
No description provided by the author
RegisterQueryHandler registers the http handlers for service Query to "mux".
RegisterQueryHandlerClient registers the http handlers for service Query to "mux".
RegisterQueryHandlerFromEndpoint is same as RegisterQueryHandler but automatically dials to "endpoint" and closes the connection when "ctx" gets done.
RegisterQueryHandlerServer registers the http handlers for service Query to "mux".
No description provided by the author
ValidAccountType returns true if the AccountType option is valid and false otherwise.

# Constants

guardian module event types.
guardian module event types.
guardian module event types.
guardian module event types.
guardian module event types.
guardian module event types.
GENESIS defines a genesis account type.
module name.
ORDINARY defines a ordinary account type.
QuerierRoute is the querier route for the guardian store.
Query endpoints supported by the guardian querier.
RouterKey is the message route for guardian.
StoreKey is the default store key for guardian.
type for MsgAddSuper.
type for MsgDeleteSuper.

# Variables

No description provided by the author
No description provided by the author
guardian module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
guardian module sentinel errors.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
guardian module sentinel errors.
guardian module sentinel errors.
No description provided by the author
super key.

# Structs

GenesisState defines the guardian module's genesis state.
MsgAddSuper defines the properties of add super account message.
MsgAddSuperResponse defines the Msg/AddSuper response type.
MsgDeleteSuper defines the properties of delete super account message.
MsgDeleteSuperResponse defines the Msg/DeleteSuper response type.
QuerySupersRequest is request type for the Query/Supers RPC method.
QuerySupersResponse is response type for the Query/Supers RPC method.
Super defines the super standard.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.

# Type aliases

AccountType defines the super account type.