Function withHandlePaymentWithRoyalties
 
- withHandlePaymentWithRoyalties(transaction: Transaction, connection: Connection, wallet: Wallet, params: { 
    buySideTokenAccountId?: PublicKey; 
    excludeCretors?: string[]; 
    feeCollectorTokenAccountId: PublicKey; 
    mintId: PublicKey; 
    payerTokenAccountId: PublicKey; 
    paymentAmount: BN; 
    paymentManagerName: string; 
    paymentMintId: PublicKey; 
    paymentTokenAccountId: PublicKey; 
}): Promise<Transaction> 
- 
Parameters
- 
transaction: Transaction
 
- 
connection: Connection
 
- 
wallet: Wallet
 
- 
params: { 
    buySideTokenAccountId?: PublicKey; 
    excludeCretors?: string[]; 
    feeCollectorTokenAccountId: PublicKey; 
    mintId: PublicKey; 
    payerTokenAccountId: PublicKey; 
    paymentAmount: BN; 
    paymentManagerName: string; 
    paymentMintId: PublicKey; 
    paymentTokenAccountId: PublicKey; 
}
- 
Optional buySideTokenAccountId?: PublicKey
 
- 
Optional excludeCretors?: string[]
 
- 
feeCollectorTokenAccountId: PublicKey
 
- 
mintId: PublicKey
 
- 
payerTokenAccountId: PublicKey
 
- 
paymentAmount: BN
 
- 
paymentManagerName: string
 
- 
paymentMintId: PublicKey
 
- 
paymentTokenAccountId: PublicKey
 
 
 
Returns Promise<Transaction>