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"
|
|
}
|
|
]
|