@allbridge/bridge-core-sdk
    Preparing search index...

    Interface BridgeApproveParams

    interface BridgeApproveParams {
        amount?: string | number | Big;
        gasFeePaymentMethod?: FeePaymentMethod;
        messenger?: Messenger;
        owner: string;
        token: TokenWithChainDetails;
    }
    Index

    Properties

    amount?: string | number | Big

    The integer amount of tokens to approve. Optional. The maximum amount by default.

    gasFeePaymentMethod?: FeePaymentMethod
    messenger?: Messenger

    The Messengers for different routes to approve. Optional. The Messenger.ALLBRIDGE, Messenger.WORMHOLE by default.

    owner: string

    The address of the token owner who is granting permission to use tokens

    The token info