package
0.43.1
Repository: https://github.com/puneetsingh166/onomy-sdk.git
Documentation: pkg.go.dev

# Functions

GetCmdNodeConsensusState defines the command to query the latest consensus state of a node The result is feed to client creation.
GetCmdParams returns the command handler for ibc client parameter querying.
GetCmdQueryClientState defines the command to query the state of a client with a given id as defined in https://github.com/cosmos/ics/tree/master/spec/ics-002-client-semantics#query.
GetCmdQueryClientStates defines the command to query all the light clients that this chain mantains.
GetCmdQueryConsensusState defines the command to query the consensus state of the chain as defined in https://github.com/cosmos/ics/tree/master/spec/ics-002-client-semantics#query.
GetCmdQueryConsensusStates defines the command to query all the consensus states from a given client state.
GetCmdQueryHeader defines the command to query the latest header on the chain.
GetQueryCmd returns the query commands for IBC clients.