-
Notifications
You must be signed in to change notification settings - Fork 63
contract.ExchangeStateV1
Aleksey Bykhun edited this page Jan 18, 2023
·
1 revision
Inherits: OwnableOperatorRole
mapping(bytes32 => uint256) public completed;
function getCompleted(ExchangeDomainV1.OrderKey calldata key) external view returns (uint256);
function setCompleted(ExchangeDomainV1.OrderKey calldata key, uint256 newCompleted) external onlyOperator;
function getCompletedKey(ExchangeDomainV1.OrderKey memory key) public pure returns (bytes32);