@chainlink/contracts
Version:
Chainlink smart contracts
42 lines (41 loc) • 697 B
JSON
[
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "uint80",
"name": "roundId",
"type": "uint80"
}
],
"name": "RoundIdUpdated",
"type": "event"
},
{
"inputs": [],
"name": "requestNewRound",
"outputs": [
{
"internalType": "uint80",
"name": "",
"type": "uint80"
}
],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "roundId",
"outputs": [
{
"internalType": "uint80",
"name": "",
"type": "uint80"
}
],
"stateMutability": "view",
"type": "function"
}
]