UNPKG

scrypt-ts

Version:

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

3 lines (2 loc) 144 B
import { bsv } from "scryptlib"; export declare function getTransaction(network: bsv.Networks.Network, txId: string): Promise<bsv.Transaction>;