interface IbcChannel {
    connection_id: string;
    counterparty_endpoint: IbcEndpoint;
    endpoint: IbcEndpoint;
    order: IbcOrder;
    version: string;
}

Properties

connection_id: string
counterparty_endpoint: IbcEndpoint
endpoint: IbcEndpoint
order: IbcOrder
version: string

Generated using TypeDoc