/** * The IDL of the module. * * @module */ /** The IDL of the module. */ export declare const idl: { readonly module_id: "0x1::system_addresses"; readonly functions: readonly []; readonly structs: readonly []; readonly errors: { readonly "1": { readonly name: "ENOT_CORE_RESOURCE_ADDRESS"; readonly doc: "The address/account did not correspond to the core resource address"; }; readonly "2": { readonly name: "EVM"; readonly doc: "The operation can only be performed by the VM"; }; readonly "3": { readonly name: "ENOT_APTOS_FRAMEWORK_ADDRESS"; readonly doc: "The address/account did not correspond to the core framework address"; }; }; }; //# sourceMappingURL=idl.d.ts.map