UNPKG

evx-sdk

Version:

The Evx SDK is a developer toolkit designed to simplify interaction with the Evx decentralized liquidity protocol. It provides an abstraction layer over the smart contracts, allowing developers to easily build applications, integrate liquidity pools, fetc

7 lines (6 loc) 191 B
/** * @notice Parameters for the EIP-712 domain query * @dev Contains no parameters as the eip712Domain function doesn't require any input */ export interface IEip712DomainQueryParams { }