Interface QueryConnectionClientStateResponseSDKType

QueryConnectionClientStateResponse is the response type for the Query/ConnectionClientState RPC method

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

Properties

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