UNPKG

@skalenetwork/fair-manager-types

Version:

TypeScript typings for SKALE Fair Manager smart contracts

22 lines (20 loc) 431 B
// Auto-generated file - do not edit manually import type { Abi } from 'viem'; export const PoolLibraryAbi = [ { "inputs": [ { "internalType": "uint256", "name": "needed", "type": "uint256" }, { "internalType": "uint256", "name": "available", "type": "uint256" } ], "name": "TooFewCandidates", "type": "error" } ] as const satisfies Abi;