package
0.5.7
Repository: https://github.com/initia-labs/initia.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
DefaultParams returns the default hook params.
No description provided by the author
NewParams creates a new Params instance with given values.
No description provided by the author
RegisterInterfaces registers the x/market interfaces types with the interface registry.
RegisterLegacyAminoCodec registers the move types and interface.
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
No description provided by the author
No description provided by the author
No description provided by the author
ModuleName is the name of the hook module.
QuerierRoute is the querier route for the hook module.
RouterKey is the msg router key for the hook module.
StoreKey is the string store representation not using the module name because of collisions with key "ibc".
TStoreKey is the string transient store representation.

# Variables

prefix for allowed.
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
prefix for parameters for module x/hook.

# Structs

ACL defines the ACL entry of an address.
GenesisState defines the mint module's genesis state.
MsgUpdateACL is the message to update ACL of an address.
MsgUpdateACLResponse returns execution result data.
MsgUpdateParams is the Msg/UpdateParams request type.
MsgUpdateParamsResponse defines the response structure for executing a MsgUpdateParams message.
Params defines the set of hook parameters.
QueryACLRequest is the request type for the Query/ACL RPC method.
QueryACLResponse is the response type for the Query/ACL RPC method.
QueryACLsRequest is the request type for the Query/ACLAddrs RPC method.
QueryACLsResponse is the response type for the Query/ACLAddrs RPC method.
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

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.