UNPKG

thor-devkit

Version:

Typescript library to aid DApp development on VeChain Thor

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