UNPKG

chaingate

Version:

A complete TypeScript library for connecting to and making transactions on different blockchains

8 lines (7 loc) 135 B
import Decimal from 'decimal.js'; export type Txo = { txid: string; amount: Decimal; n: number; script: Uint8Array; };