• Parameters

    • transaction: Transaction
    • connection: Connection
    • wallet: Wallet
    • params: {
          feeCollectorTokenAccountId: PublicKey;
          payerTokenAccountId: PublicKey;
          paymentAmount: BN;
          paymentManagerName: string;
          paymentTokenAccountId: PublicKey;
      }
      • feeCollectorTokenAccountId: PublicKey
      • payerTokenAccountId: PublicKey
      • paymentAmount: BN
      • paymentManagerName: string
      • paymentTokenAccountId: PublicKey

    Returns Promise<Transaction>

Generated using TypeDoc