Function approve

  • Approve a delegate to transfer up to a maximum number of tokens from an account

    Parameters

    • connection: Connection

      Connection to use

    • payer: Signer

      Payer of the transaction fees

    • account: PublicKey

      Address of the token account

    • delegate: PublicKey

      Account authorized to transfer tokens from the account

    • owner: PublicKey | Signer

      Owner of the account

    • amount: number | bigint

      Maximum number of tokens the delegate may transfer

    • multiSigners: Signer[] = []

      Signing accounts if owner is a multisig

    • Optional confirmOptions: ConfirmOptions

      Options for confirming the transaction

    • programId: PublicKey = TOKEN_PROGRAM_ID

      SPL Token program account

    Returns Promise<TransactionSignature>

    Signature of the confirmed transaction

Generated using TypeDoc