@skalenetwork/fair-manager-types
Version:
TypeScript typings for SKALE Fair Manager smart contracts
55 lines (53 loc) • 950 B
text/typescript
// Auto-generated file - do not edit manually
import type { Abi } from 'viem';
export const RedBlackTreeAbi = [
{
"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"
}
] as const satisfies Abi;