UNPKG

slpjs

Version:

Simple Ledger Protocol (SLP) JavaScript Library

7 lines (6 loc) 191 B
/// <reference types="node" /> export declare class Crypto { static sha256(buffer: Buffer): Buffer; static hash256(buffer: Buffer): Buffer; static txid(buffer: Buffer): Buffer; }