UNPKG

@skalenetwork/fair-manager-types

Version:

TypeScript typings for SKALE Fair Manager smart contracts

19 lines (17 loc) 358 B
// Auto-generated file - do not edit manually import type { Abi } from 'viem'; export const Fp2OperationsAbi = [ { "inputs": [], "name": "P", "outputs": [ { "internalType": "uint256", "name": "", "type": "uint256" } ], "stateMutability": "view", "type": "function" } ] as const satisfies Abi;