Interface QueryClientConnectionsResponseSDKType

QueryClientConnectionsResponse is the response type for the Query/ClientConnections RPC method

interface QueryClientConnectionsResponseSDKType {
    connection_paths: string[];
    proof: Uint8Array;
    proof_height: undefined | HeightSDKType;
}

Properties

connection_paths: string[]
proof: Uint8Array
proof_height: undefined | HeightSDKType