UNPKG

clvm_tools

Version:

Javascript implementation of clvm_tools

3 lines (2 loc) 88 B
import { Bytes, SExp } from "clvm"; export declare function sha256tree(v: SExp): Bytes;