The float amount of Total tokens to transfer.
In Send case
If gasFeePaymentMethod is WITH_STABLECOIN:
Includes gas fee
Includes extra gas
The token info object on the destination chain.
Optional
extraThe amount of extra gas to transfer to gas on destination chain with the transfer.
To get maximum supported value, look getExtraGasMaxLimits
If gasFeePaymentMethod is WITH_NATIVE_CURRENCY then it is amount of the source chain currency.
if gasFeePaymentMethod is WITH_STABLECOIN then it is amount of the source token.Optional.
Optional
extraFormat of extra gas value.
Optional. INT by default.Optional
feeThe amount of gas fee to pay for the transfer.
If gasFeePaymentMethod is WITH_NATIVE_CURRENCY then it is amount of the source chain currency.
If gasFeePaymentMethod is WITH_STABLECOIN then it is amount of the source token.Optional. If not defined, the default fee amount will be applied according to gasFeePaymentMethod. See method getGasFeeOptions to get required gas fee amount.
Optional
feeFormat of fee value.
Optional. INT by default.The account address to transfer tokens from.
Optional
gasPayment method for the gas fee and extra gas payment.
WITH_NATIVE_CURRENCY - gas fee and extra gas will be added to transaction as native tokens value WITH_STABLECOIN - gas fee and extra gas will be deducted from the transaction amount
Optional. WITH_NATIVE_CURRENCY by default.
The Messenger to use.
The token info object on the source chain.
The account address to transfer tokens to.
Optional
txGenerated using TypeDoc
Required params to handle bridge transfer (transfer between chains)