DirectSettlement
Last updated
Was this helpful?
Last updated
Was this helpful?
Manages the settlement of trades, transferring shares and payments between parties.
Settles a trade by transferring payment from buyer to seller and shares from seller to buyer.
Parameters
listingId
bytes32
The ID of the listing being settled.
buyer
address
The address of the buyer.
seller
address
The address of the seller.
quantity
uint96
The number of shares being transferred.
totalPrice
uint256
The total price (quantity * price per share).
uri
string
The URI of the lot.
data
bytes
Additional data associated with the lot.