Type alias IbcQuery

IbcQuery: {
    port_id: {};
} | {
    list_channels: {
        port_id?: string;
    };
} | {
    channel: {
        channel_id: string;
        port_id?: string;
    };
}

©2020 - 2024 Oraichain Foundation