UNPKG

scrypt-ts

Version:

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

11 lines (10 loc) 237 B
import { bsv } from 'scryptlib'; import { ByteString } from '../builtins/types'; declare module '@scrypt-inc/bsv' { namespace crypto { interface Sig { toByteString(): ByteString; } } } export { bsv };