/// import type { NetworkDefinition } from '../networkDefinition'; export declare const DEVNET_GENESIS: { header: { sequence: number; previousBlockHash: string; noteCommitment: Buffer; transactionCommitment: Buffer; target: string; randomness: string; timestamp: number; graffiti: string; noteSize: number; work: string; }; transactions: Buffer[]; }; /** * This account (IronFishGenesisAccount) can be imported to access the funds in the genesis block. * * If the dev genesis block is ever regenerated, this account will need to be updated. */ export declare const DEV_GENESIS_ACCOUNT: { version: number; name: string; spendingKey: string; viewKey: string; incomingViewKey: string; outgoingViewKey: string; publicAddress: string; createdAt: null; }; export declare const DEVNET: NetworkDefinition; //# sourceMappingURL=devnet.d.ts.map