Interface: FetchedRawTransaction ​
Defined in: packages/bitcoin/src/types.ts:437
Extends ​
Properties ​
blockhash ​
blockhash:
string
Defined in: packages/bitcoin/src/types.ts:439
blocktime ​
blocktime:
number
Defined in: packages/bitcoin/src/types.ts:442
confirmations ​
confirmations:
number
Defined in: packages/bitcoin/src/types.ts:440
hash ​
hash:
string
Defined in: packages/bitcoin/src/types.ts:428
Inherited from ​
DecodedRawTransaction.hash
hex ​
hex:
string
Defined in: packages/bitcoin/src/types.ts:438
locktime ​
locktime:
number
Defined in: packages/bitcoin/src/types.ts:432
Inherited from ​
DecodedRawTransaction.locktime
size ​
size:
number
Defined in: packages/bitcoin/src/types.ts:429
Inherited from ​
DecodedRawTransaction.size
time ​
time:
number
Defined in: packages/bitcoin/src/types.ts:441
txid ​
txid:
string
Defined in: packages/bitcoin/src/types.ts:427
Inherited from ​
DecodedRawTransaction.txid
version ​
version:
number
Defined in: packages/bitcoin/src/types.ts:431
Inherited from ​
DecodedRawTransaction.version
vin ​
vin:
TxIn[]
Defined in: packages/bitcoin/src/types.ts:433
Inherited from ​
DecodedRawTransaction.vin
vout ​
vout:
TxOut[]
Defined in: packages/bitcoin/src/types.ts:434
Inherited from ​
DecodedRawTransaction.vout
vsize ​
vsize:
number
Defined in: packages/bitcoin/src/types.ts:430
Inherited from ​
DecodedRawTransaction.vsize