@skalenetwork/fair-manager-types
Version:
TypeScript typings for SKALE Fair Manager smart contracts
30 lines (29 loc) • 1.31 kB
text/typescript
// Auto-generated file - do not edit manually
export { CommitteeAbi } from './Committee';
export { DKGAbi } from './DKG';
export { ExitQueueLibraryAbi } from './ExitQueueLibrary';
export { FairAccessManagerAbi } from './FairAccessManager';
export { Fp2OperationsAbi } from './Fp2Operations';
export { FundLibraryAbi } from './FundLibrary';
export { G1OperationsAbi } from './G1Operations';
export { G2OperationsAbi } from './G2Operations';
export { ICommitteeAbi } from './ICommittee';
export { IDkgAbi } from './IDkg';
export { IKeyStorageAbi } from './IKeyStorage';
export { INodesAbi } from './INodes';
export { IRandomAbi } from './IRandom';
export { IRewardWalletAbi } from './IRewardWallet';
export { ISchainsInternalAbi } from './ISchainsInternal';
export { ISkaleDKGAbi } from './ISkaleDKG';
export { IStakingAbi } from './IStaking';
export { IStatusAbi } from './IStatus';
export { NodesAbi } from './Nodes';
export { PoolLibraryAbi } from './PoolLibrary';
export { PrecompiledAbi } from './Precompiled';
export { RandomAbi } from './Random';
export { RedBlackTreeAbi } from './RedBlackTree';
export { RewardWalletAbi } from './RewardWallet';
export { StakingAbi } from './Staking';
export { StatusAbi } from './Status';
export { TypedMapAbi } from './TypedMap';
export { TypedSetAbi } from './TypedSet';