UNPKG

scrypt-ts

Version:

A toolset for building sCrypt smart contract applications on Bitcoin SV network written in typescript.

9 lines (8 loc) 203 B
import { bsv } from 'scryptlib'; import { ByteString } from '../builtins/types'; declare module '@scrypt-inc/bsv' { interface PrivateKey { toByteString(): ByteString; } } export { bsv };