@opiumteam/opium-sdk-v2
Version:
one-stop-shop SDK to interact with the Opium-v2 protocol contracts, subgraphs and APIs
42 lines (41 loc) • 909 B
JSON
[
{
"anonymous": false,
"inputs": [
{
"indexed": false,
"internalType": "string",
"name": "metadata",
"type": "string"
}
],
"name": "LogMetadataSet",
"type": "event"
},
{
"inputs": [
{
"internalType": "uint256",
"name": "timestamp",
"type": "uint256"
}
],
"name": "_callback",
"outputs": [],
"stateMutability": "nonpayable",
"type": "function"
},
{
"inputs": [],
"name": "getResult",
"outputs": [
{
"internalType": "uint256",
"name": "result",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
]