IbcMsgTransfer: {
    transfer: {
        amount: Coin;
        channel_id: string;
        timeout: IbcTimeout;
        to_address: Address;
    };
}

Type declaration

  • transfer: {
        amount: Coin;
        channel_id: string;
        timeout: IbcTimeout;
        to_address: Address;
    }

Generated using TypeDoc