@skalenetwork/fair-manager-types
Version:
TypeScript typings for SKALE Fair Manager smart contracts
51 lines • 814 B
JSON
[
{
"inputs": [
{
"internalType": "NodeId",
"name": "node",
"type": "uint256"
},
{
"internalType": "NodeId",
"name": "child",
"type": "uint256"
}
],
"name": "ChildIsMissing",
"type": "error"
},
{
"inputs": [],
"name": "InsertNullNode",
"type": "error"
},
{
"inputs": [],
"name": "NotFound",
"type": "error"
},
{
"inputs": [],
"name": "RemoveNullNode",
"type": "error"
},
{
"inputs": [],
"name": "SetWeightOfNullNode",
"type": "error"
},
{
"inputs": [],
"name": "NULL",
"outputs": [
{
"internalType": "NodeId",
"name": "",
"type": "uint256"
}
],
"stateMutability": "view",
"type": "function"
}
]