interface SolanaTxFeeParams {
    fee?: SolanaTxFee;
    payTxFeeWithStablecoinSwap?: boolean;
}

Properties

Transaction fee configuration. If omitted, automatic fee calculation is used.

payTxFeeWithStablecoinSwap?: boolean

Covers transaction fees (including Accounts creation) by swapping stablecoin into the required native token. Applicable only for Messenger.ALLBRIDGE.