@mysten/sui
Version:
Sui TypeScript API
10 lines (9 loc) • 369 B
text/typescript
import { TypeTag } from "../bcs/bcs.mjs";
//#region src/utils/derived-objects.d.ts
/**
* Derive the ID of an object that has been created through `derived_object`.
*/
declare function deriveObjectID(parentId: string, typeTag: typeof TypeTag.$inferInput, key: Uint8Array): string;
//#endregion
export { deriveObjectID };
//# sourceMappingURL=derived-objects.d.mts.map