/** * Module errors. * * @module */ /** The blockchain is not in an operating state yet */ export declare const ENOT_OPERATING: { readonly code: 1; readonly name: "ENOT_OPERATING"; readonly doc: "The blockchain is not in an operating state yet"; }; /** An invalid timestamp was provided */ export declare const EINVALID_TIMESTAMP: { readonly code: 2; readonly name: "EINVALID_TIMESTAMP"; readonly doc: "An invalid timestamp was provided"; }; //# sourceMappingURL=errors.d.ts.map