UNPKG

thor-devkit

Version:

Typescript library to aid DApp development on VeChain Thor

7 lines (6 loc) 205 B
/// <reference types="node" /> /** * computes blake2b 256bit hash of given data * @param data one or more Buffer | string */ export declare function blake2b256(...data: Array<Buffer | string>): Buffer;