Function postTransactionNoVault

  • Settles the fee payment. Should be the last instruction in the transaction.

    Parameters

    • program: AtlasFeePayerIDLProgram

      atlas fee payer program

    • feePayer: PublicKey

      the fee payer

    • rates: PublicKey

      the fee payer's rates account

    • paymentAccount: {
          remoteSign: PublicKey;
      } | {
          localSign: AsyncSigner<unknown>;
      }

      the payment account for the fee payer

    • tokenVault: PublicKey

      the token vault for the fee payer

    • funder: AsyncSigner<unknown>

      owner of the funder's vault

    • funderTokenAccount: PublicKey

      the funder's vault

    Returns InstructionReturn

    InstructionReturn

Generated using TypeDoc