UNPKG

@btc-vision/bitcoin-rpc

Version:

The one and only fully typed Bitcoin RPC client for Node.js

10 lines (8 loc) 224 B
import { ScriptPubKey } from './BitcoinRawTransaction'; export interface TransactionOutputInfo { bestblock: string; confirmations: number; value: number; scriptPubKey: ScriptPubKey; coinbase: boolean; }