Skip to content

contract.ExchangeStateV1

Aleksey Bykhun edited this page Jan 18, 2023 · 1 revision

ExchangeStateV1

Git Source

Inherits: OwnableOperatorRole

State Variables

completed

mapping(bytes32 => uint256) public completed;

Functions

getCompleted

function getCompleted(ExchangeDomainV1.OrderKey calldata key) external view returns (uint256);

setCompleted

function setCompleted(ExchangeDomainV1.OrderKey calldata key, uint256 newCompleted) external onlyOperator;

getCompletedKey

function getCompletedKey(ExchangeDomainV1.OrderKey memory key) public pure returns (bytes32);
Clone this wiki locally