@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
89 lines (88 loc) • 2.03 kB
JSON
[
{
"inputs": [
{
"internalType": "uint256",
"name": "_index",
"type": "uint256"
}
],
"name": "getFdcConfiguration",
"outputs": [
{
"components": [
{
"internalType": "bytes32",
"name": "attestationType",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "source",
"type": "bytes32"
},
{
"internalType": "uint24",
"name": "inflationShare",
"type": "uint24"
},
{
"internalType": "uint8",
"name": "minRequestsThreshold",
"type": "uint8"
},
{
"internalType": "uint224",
"name": "mode",
"type": "uint224"
}
],
"internalType": "struct IFdcInflationConfigurations.FdcConfiguration",
"name": "",
"type": "tuple"
}
],
"stateMutability": "view",
"type": "function"
},
{
"inputs": [],
"name": "getFdcConfigurations",
"outputs": [
{
"components": [
{
"internalType": "bytes32",
"name": "attestationType",
"type": "bytes32"
},
{
"internalType": "bytes32",
"name": "source",
"type": "bytes32"
},
{
"internalType": "uint24",
"name": "inflationShare",
"type": "uint24"
},
{
"internalType": "uint8",
"name": "minRequestsThreshold",
"type": "uint8"
},
{
"internalType": "uint224",
"name": "mode",
"type": "uint224"
}
],
"internalType": "struct IFdcInflationConfigurations.FdcConfiguration[]",
"name": "",
"type": "tuple[]"
}
],
"stateMutability": "view",
"type": "function"
}
]