synternet.bitcoin.tx logo

synternet.bitcoin.tx (Tx)

In Bitcoin by Synternet

28 user(s)

5 SYNT

Description

Bitcoin blockchain streams

Documentation

interface JsonMessage { txid: string, hash: string, version: number, size: number, vsize: number, weight: number, locktime: number, vin: Array< { txid: string, vout: number, scriptSig: { asm: string, hex: string }, txinwitness: string[], sequence: number } >, vout: Array< { value: number, n: number, scriptPubKey: { asm: string, desc: string, hex: string, address: string, type: string } } > }