/** * Module errors. * * @module */ /** The number of new block events does not equal the current block height. */ export declare const ENUM_NEW_BLOCK_EVENTS_DOES_NOT_MATCH_BLOCK_HEIGHT: { readonly code: 1; readonly name: "ENUM_NEW_BLOCK_EVENTS_DOES_NOT_MATCH_BLOCK_HEIGHT"; readonly doc: "The number of new block events does not equal the current block height."; }; /** An invalid proposer was provided. Expected the proposer to be the VM or an active validator. */ export declare const EINVALID_PROPOSER: { readonly code: 2; readonly name: "EINVALID_PROPOSER"; readonly doc: "An invalid proposer was provided. Expected the proposer to be the VM or an active validator."; }; /** Epoch interval cannot be 0. */ export declare const EZERO_EPOCH_INTERVAL: { readonly code: 3; readonly name: "EZERO_EPOCH_INTERVAL"; readonly doc: "Epoch interval cannot be 0."; }; //# sourceMappingURL=errors.d.ts.map