tornado-relayer/abis/OffchainOracle.abi.json

13 lines
370 B
JSON
Raw Normal View History

2021-02-26 10:52:15 +01:00
[
{
"inputs": [
{ "internalType": "contract IERC20", "name": "srcToken", "type": "address" },
{ "internalType": "contract IERC20", "name": "dstToken", "type": "address" }
],
"name": "getRate",
"outputs": [{ "internalType": "uint256", "name": "weightedRate", "type": "uint256" }],
"stateMutability": "view",
"type": "function"
}
]