/** * The IDL of the module. * * @module */ /** The IDL of the module. */ export declare const idl: { readonly module_id: "0x1::consensus_config"; readonly doc: "Maintains the consensus config for the blockchain. The config is stored in a\nReconfiguration, and may be updated by root."; readonly functions: readonly []; readonly structs: readonly [{ readonly name: "0x1::consensus_config::ConsensusConfig"; readonly fields: readonly [{ readonly name: "config"; readonly ty: { readonly vector: "u8"; }; }]; readonly abilities: readonly ["key"]; }]; readonly errors: { readonly "1": { readonly name: "EINVALID_CONFIG"; readonly doc: "The provided on chain config bytes are empty or invalid"; }; }; }; //# sourceMappingURL=idl.d.ts.map