UNPKG

@apocentre/bc-ur

Version:

A JS implementation of the Uniform Resources (UR) specification from Blockchain Commons

5 lines (4 loc) 286 B
import Xoshiro from "./xoshiro"; export declare const chooseDegree: (seqLenth: number, rng: Xoshiro) => number; export declare const shuffle: (items: any[], rng: Xoshiro) => any[]; export declare const chooseFragments: (seqNum: number, seqLength: number, checksum: number) => number[];