/** * Module errors. * * @module */ /** The address/account did not correspond to the core resource address */ export declare const ENOT_CORE_RESOURCE_ADDRESS: { readonly code: 1; readonly name: "ENOT_CORE_RESOURCE_ADDRESS"; readonly doc: "The address/account did not correspond to the core resource address"; }; /** The operation can only be performed by the VM */ export declare const EVM: { readonly code: 2; readonly name: "EVM"; readonly doc: "The operation can only be performed by the VM"; }; /** The address/account did not correspond to the core framework address */ export declare const ENOT_APTOS_FRAMEWORK_ADDRESS: { readonly code: 3; readonly name: "ENOT_APTOS_FRAMEWORK_ADDRESS"; readonly doc: "The address/account did not correspond to the core framework address"; }; //# sourceMappingURL=errors.d.ts.map