interface IbcEndpoint {
    channel_id: string;
    port_id: string;
}

Properties

Properties

channel_id: string
port_id: string

Generated using TypeDoc