intents-framework
Version:
A reference ERC7683 implementation with TypeScript support
26 lines • 487 B
JSON
[
{
"type": "function",
"name": "getExchangeRateAndGasPrice",
"inputs": [
{
"name": "_destinationDomain",
"type": "uint32",
"internalType": "uint32"
}
],
"outputs": [
{
"name": "tokenExchangeRate",
"type": "uint128",
"internalType": "uint128"
},
{
"name": "gasPrice",
"type": "uint128",
"internalType": "uint128"
}
],
"stateMutability": "view"
}
]