UNPKG

wowok

Version:

Wowok Blockchain TypeScript API

3 lines (2 loc) 172 B
import type { TypeTag } from "../bcs/bcs.js"; export declare function deriveDynamicFieldID(parentId: string, typeTag: typeof TypeTag.$inferInput, key: Uint8Array): string;