Interface Channel

interface Channel {
    channel_id: string;
    connection_hops: string[];
    counterparty: CounterParty;
    ordering: string;
    port_id: string;
    state: string;
    version: string;
}

Properties

channel_id: string
connection_hops: string[]
counterparty: CounterParty
ordering: string
port_id: string
state: string
version: string