@flarenetwork/flare-periphery-contract-artifacts
Version:
Smart contract artifacts for all Flare chains
51 lines (50 loc) • 893 B
JSON
[
{
"inputs": [
{
"internalType": "bytes21",
"name": "_feedId",
"type": "bytes21"
}
],
"name": "getFeedCategoryAndName",
"outputs": [
{
"internalType": "uint8",
"name": "_category",
"type": "uint8"
},
{
"internalType": "string",
"name": "_name",
"type": "string"
}
],
"stateMutability": "pure",
"type": "function"
},
{
"inputs": [
{
"internalType": "uint8",
"name": "_category",
"type": "uint8"
},
{
"internalType": "string",
"name": "_name",
"type": "string"
}
],
"name": "getFeedId",
"outputs": [
{
"internalType": "bytes21",
"name": "",
"type": "bytes21"
}
],
"stateMutability": "view",
"type": "function"
}
]