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

    Interface GetAllowanceParams

    interface GetAllowanceParams {
        gasFeePaymentMethod?: FeePaymentMethod;
        messenger: Messenger;
        owner: string;
        token: TokenWithChainDetails;
    }

    Hierarchy (View Summary)

    Index

    Properties

    gasFeePaymentMethod?: FeePaymentMethod
    messenger: Messenger

    The Messengers for different routes.

    owner: string