@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
41 lines (40 loc) • 713 B
JSON
[
{
"inputs": [
{
"internalType": "bytes21[]",
"name": "_feedIds",
"type": "bytes21[]"
}
],
"name": "calculateFeeByIds",
"outputs": [
{
"internalType": "uint256",
"name": "_fee",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint256[]",
"name": "_indices",
"type": "uint256[]"
}
],
"name": "calculateFeeByIndices",
"outputs": [
{
"internalType": "uint256",
"name": "_fee",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
]