UNPKG

@iden3/js-jsonld-merklization

Version:
7 lines (6 loc) 167 B
export declare class DatasetIdx { readonly graphName: string; readonly idx: number; constructor(graphName: string, idx: number); toString(): string; }