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

    Interface YieldApproveParams

    interface YieldApproveParams {
        amount?: string | number | Big;
        owner: string;
        token: TokenWithChainDetailsYield;
    }
    Index

    Properties

    Properties

    amount?: string | number | Big

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

    owner: string

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

    The token info