package
3.4.0-wenchangchain-tianzhou+incompatible
Repository: https://github.com/bianjieai/irita.git
Documentation: pkg.go.dev

# Functions

DefaultGenesisState creates a default GenesisState object.
DefaultParams returns the module default parameters.
NewGenesisState creates a new GenesisState object.
No description provided by the author
NewMsgMint creates a new MsgMint instance.
NewMsgReclaim creates a new MsgReclaim instance.
NewParams creates a new Params instance.
No description provided by the author
No description provided by the author
RegisterLegacyAminoCodec registers the necessary 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
ValidateGenesis validates the provided genesis state to ensure the expected invariants holds.

# Constants

OPB module event types.
OPB module event types.
OPB module event types.
OPB module event types.
DefaultBaseTokenDenom is the denom of the base native token by default.
DefaultPointTokenDenom is the denom of the native point token by default.
DefaultUnrestrictedTokenTransfer is set to false, which means that the token transfer is under certain constraint.
OPB module event types.
OPB module event types.
ModuleName is the name of the OPB module.
PointTokenFeeCollectorName is the root string for the fee collector account address for the point token.
QuerierRoute is the querier route for the OPB module.
No description provided by the author
RouterKey is the msg router key for the OPB module.
StoreKey is the string store representation.
type for MsgMint.
type for MsgReclaim.

# Variables

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
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
Parameter store keys.
Parameter store keys.
Parameter store keys.
Parameter store keys.
No description provided by the author

# Structs

GenesisState defines the OPB module's genesis state.
MsgMint defines a message to mint the base native token.
MsgMintResponse defines the Msg/Mint response type.
MsgReclaim defines a message to reclaim the specified native token.
MsgReclaimResponse defines the Msg/Reclaim response type.
Params defines the parameters for the OPB module.
QueryParamsRequest is the request type for the Query/Params RPC method.
QueryParamsResponse is the response type for the Query/Params RPC method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.

# Interfaces

AccountKeeper defines the expected account keeper (noalias).
BankKeeper defines the expected bank keeper (noalias).
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
PermKeeper defines the expected perm keeper (noalias).
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
TokenKeeper defines the expected token keeper (noalias).