interface NetworkEndpoints {
    absolute: {
        ibc: [protocol: "ibc", namespace: string, reference: string, port: string, channel: `channel-${number}`];
    };
    relative: {
        ibc: [protocol: "ibc", port: string, channel: `channel-${number}`];
    };
}

Properties

Properties

absolute: {
    ibc: [protocol: "ibc", namespace: string, reference: string, port: string, channel: `channel-${number}`];
}
relative: {
    ibc: [protocol: "ibc", port: string, channel: `channel-${number}`];
}