Versions in this module Expand all Collapse all v9 v9.0.0 Jul 11, 2024 Changes in this version + func QueryChannel(clientCtx client.Context, portID, channelID string, prove bool) (*types.QueryChannelResponse, error) + func QueryChannelClientState(clientCtx client.Context, portID, channelID string, prove bool) (*types.QueryChannelClientStateResponse, error) + func QueryChannelConsensusState(clientCtx client.Context, portID, channelID string, height clienttypes.Height, ...) (*types.QueryChannelConsensusStateResponse, error) + func QueryNextSequenceReceive(clientCtx client.Context, portID, channelID string, prove bool) (*types.QueryNextSequenceReceiveResponse, error) + func QueryNextSequenceSend(clientCtx client.Context, portID, channelID string, prove bool) (*types.QueryNextSequenceSendResponse, error) + func QueryPacketAcknowledgement(clientCtx client.Context, portID, channelID string, sequence uint64, ...) (*types.QueryPacketAcknowledgementResponse, error) + func QueryPacketCommitment(clientCtx client.Context, portID, channelID string, sequence uint64, ...) (*types.QueryPacketCommitmentResponse, error) + func QueryPacketReceipt(clientCtx client.Context, portID, channelID string, sequence uint64, ...) (*types.QueryPacketReceiptResponse, error) + func QueryUpgrade(clientCtx client.Context, portID, channelID string, prove bool) (*types.QueryUpgradeResponse, error) + func QueryUpgradeError(clientCtx client.Context, portID, channelID string, prove bool) (*types.QueryUpgradeErrorResponse, error) Other modules containing this package github.com/h1uf/ibc-go/v8