export { idl } from "./idl.js"; /** The address of the module. */ export declare const ADDRESS: "0x1"; /** The full module name. */ export declare const FULL_NAME: "0x1::transaction_context"; /** The name of the module. */ export declare const NAME: "transaction_context"; /** Module ID information. */ export declare const id: { readonly ADDRESS: "0x1"; readonly FULL_NAME: "0x1::transaction_context"; readonly NAME: "transaction_context"; }; /** Module error codes. */ export declare const errorCodes: {}; /** All module function IDLs. */ export declare const functions: {}; /** All struct types with ability `key`. */ export declare const resources: {}; /** All struct types. */ export declare const structs: {}; export declare const moduleDefinition: { readonly errorCodes: {}; readonly functions: {}; readonly resources: {}; readonly structs: {}; readonly ADDRESS: "0x1"; readonly FULL_NAME: "0x1::transaction_context"; readonly NAME: "transaction_context"; }; //# sourceMappingURL=index.d.ts.map