UNPKG

@btc-vision/bitcoin-rpc

Version:

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

11 lines (10 loc) 238 B
export interface TransactionOutputSetInfo { height: number; bestblock: string; transactions: number; txouts: number; bogosize: number; hash_serialized_2?: string; disk_size: number; total_amount: number; }