UNPKG

@iden3/js-jsonld-merklization

Version:
10 lines (9 loc) 199 B
export class DatasetIdx { constructor(graphName, idx) { this.graphName = graphName; this.idx = idx; } toString() { return `${this.graphName}:${this.idx}`; } }