IdentifiedChannel defines a channel with additional port and channel identifier fields.

interface IdentifiedChannelSDKType {
    channel_id: string;
    connection_hops: string[];
    counterparty: undefined | CounterpartySDKType;
    ordering: Order;
    port_id: string;
    state: State;
    version: string;
}

Properties

channel_id: string
connection_hops: string[]
counterparty: undefined | CounterpartySDKType
ordering: Order
port_id: string
state: State
version: string