Interface QueryChannelClientStateResponseSDKType

QueryChannelClientStateResponse is the Response type for the Query/QueryChannelClientState RPC method

interface QueryChannelClientStateResponseSDKType {
    identified_client_state?: IdentifiedClientStateSDKType;
    proof: Uint8Array;
    proof_height: undefined | HeightSDKType;
}

Properties

identified_client_state?: IdentifiedClientStateSDKType
proof: Uint8Array
proof_height: undefined | HeightSDKType