tornado-trees/contracts/interfaces/ITornadoProxyV1.sol

8 lines
157 B
Solidity
Raw Normal View History

2021-02-10 21:31:37 +01:00
// SPDX-License-Identifier: MIT
pragma solidity ^0.6.0;
interface ITornadoProxyV1 {
function updateInstance(address _instance, bool _update) external;
}