package
5.10.6
Repository: https://github.com/zenrock-foundation/zrchain.git
Documentation: pkg.go.dev

# Functions

DefaultGenesis returns the default genesis state.
DefaultParams returns a default set of parameters.
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
NewParams creates a new Params instance.
No description provided by the author
ParamKeyTable the param key table for launch module.
No description provided by the author
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

# Constants

No description provided by the author
IBC events.
IBC events.
IBC events.
No description provided by the author
No description provided by the author
DefaultIndex is the default global index.
No description provided by the author
No description provided by the author
No description provided by the author
IBC events.
No description provided by the author
MemStoreKey defines the in-memory store key.
ModuleName defines the module name.
PortID is the default port id that module binds to.
No description provided by the author
No description provided by the author
StoreKey defines the primary module store key.
Version defines the current version the IBC module supports.
No description provided by the author

# Variables

x/identity module sentinel errors.
x/identity 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
x/identity 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
x/identity module sentinel errors.
x/identity module sentinel errors.
x/identity module sentinel errors.
x/identity module sentinel errors.
x/identity module sentinel errors.
x/identity 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
No description provided by the author
No description provided by the author
No description provided by the author
ModuleCdc references the global x/ibc-transfer module codec.
No description provided by the author
No description provided by the author
No description provided by the author
PortKey defines the key to store the port ID in store.
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

# Structs

GenesisState defines the identity module's genesis state.
defines IBC packet for identity module.
No description provided by the author
defines the keyring format.
MsgAddKeyringAdmin is the Msg/AddKeyringAdmin request type.
MsgAddKeyringAdminResponse is the Msg/AddKeyringAdminResponse response type.
MsgAddKeyringParty is the Msg/AddKeyringParty request type.
MsgAddKeyringPartyResponse is the Msg/AddKeyringPartyResponse response type.
MsgAddWorkspaceOwner is the Msg/AddWorkspaceOwner request type.
MsgAddWorkspaceOwnerResponse defines the response structure for executing a MsgAddWorkspaceOwner message.
MsgAppendChildWorkspace is the Msg/AppendChildWorkspace request type.
MsgAppendChildWorkspaceResponse defines the response structure for executing a MsgAppendChildWorkspace message.
MsgDeactivateKeyring is the Msg/DeactivateKeyring request type.
MsgDeactivateKeyringResponse is the Msg/DeactivateKeyringResponse response type.
MsgNewChildWorkspace is the Msg/NewChildWorkspace request type.
MsgNewChildWorkspaceResponse defines the response structure for executing a MsgNewChildWorkspaceResponse message.
MsgNewKeyring is the Msg/NewKeyring request type.
MsgNewKeyringResponse is the Msg/NewKeyringResponse response type.
MsgNewWorkspace is the Msg/NewWorkspace request type.
MsgNewWorkspaceResponse defines the response structure for executing a MsgNewWorkspace message.
MsgRemoveKeyringAdmin is the Msg/RemoveKeyringAdmin request type.
MsgRemoveKeyringAdminResponse is the Msg/RemoveKeyringAdminResponse response type.
MsgRemoveKeyringParty is the Msg/RemoveKeyringParty request type.
MsgRemoveKeyringPartyResponse is the Msg/RemoveKeyringPartyResponse response type.
MsgRemoveWorkspaceOwner is the Msg/RemoveWorkspaceOwner request type.
MsgRemoveWorkspaceOwnerResponse defines the response structure for executing a MsgRemoveWorkspaceOwner message.
MsgUpdateKeyring is the Msg/UpdateKeyring request type.
MsgUpdateKeyringResponse is the Msg/UpdateKeyringResponse response type.
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
MsgUpdateWorkspace is the Msg/UpdateWorkspace request type.
MsgUpdateWorkspaceResponse is the Msg/UpdateWorkspaceResponse response type.
defines data for the IBC packet.
Params defines the parameters for the module.
QueryKeyringByAddressRequest is request type for the Query/KeyringByAddressRequest RPC method.
QueryKeyringByAddressResponse is the response type for Query/KeyringByAddressResponse RPC method.
QueryKeyringsRequest is request type for the Query/KeyringsRequest RPC method.
QueryKeyringsResponse is the response type for Query/KeyringsResponse RPC method.
QueryParamsRequest is request type for the Query/Params RPC method.
QueryParamsResponse is response type for the Query/Params RPC method.
QueryWorkspaceByAddressRequest is request type for the Query/WorkspaceByAddressRequest RPC method.
QueryWorkspaceByAddressResponse is the response type for Query/WorkspaceByAddressResponse RPC method.
QueryWorkspacesRequest is request type for the Query/WorkspacesRequest RPC Method.
QueryWorkspacesResponse is response type for the Query/WorkspacesRequest RPC method.
UnimplementedMsgServer can be embedded to have forward compatible implementations.
UnimplementedQueryServer can be embedded to have forward compatible implementations.
defines workspace attributes.

# Interfaces

AccountKeeper defines the expected interface for the Account module.
BankKeeper defines the expected interface for the Bank module.
ChannelKeeper defines the expected IBC channel keeper.
MsgClient is the client API for Msg service.
MsgServer is the server API for Msg service.
ParamSubspace defines the expected Subspace interface for parameters.
No description provided by the author
PortKeeper defines the expected IBC port keeper.
QueryClient is the client API for Query service.
QueryServer is the server API for Query service.
ScopedKeeper defines the expected IBC scoped keeper.