bitbadgesjs-sdk - v0.22.7
    Preparing search index...

    Interface Channel

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

    Properties

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