Interface: FetchedRawTransaction ​
Defined in: packages/bitcoin/src/types.ts:441
Extends ​
Properties ​
blockhash ​
blockhash:
string
Defined in: packages/bitcoin/src/types.ts:443
blocktime ​
blocktime:
number
Defined in: packages/bitcoin/src/types.ts:446
confirmations ​
confirmations:
number
Defined in: packages/bitcoin/src/types.ts:444
hash ​
hash:
string
Defined in: packages/bitcoin/src/types.ts:432
Inherited from ​
DecodedRawTransaction.hash
hex ​
hex:
string
Defined in: packages/bitcoin/src/types.ts:442
locktime ​
locktime:
number
Defined in: packages/bitcoin/src/types.ts:436
Inherited from ​
DecodedRawTransaction.locktime
size ​
size:
number
Defined in: packages/bitcoin/src/types.ts:433
Inherited from ​
DecodedRawTransaction.size
time ​
time:
number
Defined in: packages/bitcoin/src/types.ts:445
txid ​
txid:
string
Defined in: packages/bitcoin/src/types.ts:431
Inherited from ​
DecodedRawTransaction.txid
version ​
version:
number
Defined in: packages/bitcoin/src/types.ts:435
Inherited from ​
DecodedRawTransaction.version
vin ​
vin:
TxIn[]
Defined in: packages/bitcoin/src/types.ts:437
Inherited from ​
DecodedRawTransaction.vin
vout ​
vout:
TxOut[]
Defined in: packages/bitcoin/src/types.ts:438
Inherited from ​
DecodedRawTransaction.vout
vsize ​
vsize:
number
Defined in: packages/bitcoin/src/types.ts:434
Inherited from ​
DecodedRawTransaction.vsize