/** * The IDL of the module. * * @module */ /** The IDL of the module. */ export declare const idl: { readonly module_id: "0x1::chain_id"; readonly doc: "The chain id distinguishes between different chains (e.g., testnet and the main network).\nOne important role is to prevent transactions intended for one chain from being executed on another.\nThis code provides a container for storing a chain id and functions to initialize and get it."; readonly functions: readonly []; readonly structs: readonly [{ readonly name: "0x1::chain_id::ChainId"; readonly fields: readonly [{ readonly name: "id"; readonly ty: "u8"; }]; readonly abilities: readonly ["key"]; }]; readonly errors: {}; }; //# sourceMappingURL=idl.d.ts.map