Function withManagePayment
- withManagePayment(transaction: Transaction, connection: Connection, wallet: Wallet, params: {
feeCollectorTokenAccountId: PublicKey;
payerTokenAccountId: PublicKey;
paymentAmount: BN;
paymentManagerName: string;
paymentTokenAccountId: PublicKey;
}): Promise<Transaction>
-
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>