- withClose(transaction: Transaction, connection: Connection, wallet: Wallet, params: {
collectorId?: PublicKey;
paymentManagerName: string;
}): Promise<Transaction>
-
Parameters
-
transaction: Transaction
-
connection: Connection
-
wallet: Wallet
-
params: {
collectorId?: PublicKey;
paymentManagerName: string;
}
-
Optional
collectorId?: PublicKey
-
paymentManagerName: string
Returns Promise<Transaction>