IPermitErc20Like
This is the minimal interface needed by contracts within this subdirectory.
Functions
permit
function permit(address owner_, address spender_, uint256 value_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
external;
This is the minimal interface needed by contracts within this subdirectory.
function permit(address owner_, address spender_, uint256 value_, uint256 deadline_, uint8 v_, bytes32 r_, bytes32 s_)
external;