- withUpdate(transaction: Transaction, connection: Connection, wallet: Wallet, params: {
authority?: PublicKey;
feeCollectorId?: PublicKey;
makerFeeBasisPoints?: number;
paymentManagerName: string;
royaltyFeeShare?: BN;
takerFeeBasisPoints?: number;
}): Promise<Transaction>
-
Parameters
-
transaction: Transaction
-
connection: Connection
-
wallet: Wallet
-
params: {
authority?: PublicKey;
feeCollectorId?: PublicKey;
makerFeeBasisPoints?: number;
paymentManagerName: string;
royaltyFeeShare?: BN;
takerFeeBasisPoints?: number;
}
-
Optional
authority?: PublicKey
-
Optional
feeCollectorId?: PublicKey
-
Optional
makerFeeBasisPoints?: number
-
paymentManagerName: string
-
Optional
royaltyFeeShare?: BN
-
Optional
takerFeeBasisPoints?: number
Returns Promise<Transaction>