Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func QueryConnection ¶
func QueryConnection( clientCtx context.Context, connectionID string, prove bool, ) (*types.QueryConnectionResponse, error)
QueryConnection returns a connection end. If prove is true, it performs an ABCI store query in order to retrieve the merkle proof. Otherwise, it uses the gRPC query client.
func QueryConnectionsABCI ¶
func QueryConnectionsABCI( clientCtx context.Context, offset, limit uint64, ) (*types.QueryConnectionsResponse, error)
QueryClientStateABCI queries the store to get the light client state and a merkle proof.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.