Skip to content

@liquality.bitcoin.BitcoinTypes.Input

Krasimir Raykov edited this page Mar 30, 2022 · 3 revisions

Interface: Input

@liquality/bitcoin.BitcoinTypes.Input

Table of contents

Properties

Properties

coinbase

Optional coinbase: string

Defined in

bitcoin/lib/types.ts:50


scriptSig

scriptSig: Object

Type declaration

Name Type
asm string
hex string

Defined in

bitcoin/lib/types.ts:44


sequence

sequence: number

Defined in

bitcoin/lib/types.ts:49


txid

txid: string

Defined in

bitcoin/lib/types.ts:42


txinwitness

txinwitness: string[]

Defined in

bitcoin/lib/types.ts:48


vout

vout: number

Defined in

bitcoin/lib/types.ts:43

Clone this wiki locally