mirror of
https://github.com/tornadocash/tornado-relayer
synced 2024-02-02 15:04:06 +01:00
13 lines
370 B
JSON
13 lines
370 B
JSON
|
[
|
||
|
{
|
||
|
"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"
|
||
|
}
|
||
|
]
|