PartyB Quote Actions Facet (0.8.4)
PartyB Quote Actions Facet (0.8.4)
lockQuote()
function lockQuote(uint256 quoteId, SingleUpnlSig memory upnlSig) external whenNotPartyBActionsPaused onlyPartyB notLiquidated(quoteId);struct SingleUpnlSig {
bytes reqId;
uint256 timestamp;
int256 upnl;
bytes gatewaySignature;
SchnorrSign sigs;
}unlockQuote()
acceptCancelRequest()
Last updated
