Skip to content

@liquality.bitcoin.BitcoinTypes.BitcoinJsonRpcTypes.MinedTransaction

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

Interface: MinedTransaction

BitcoinTypes.BitcoinJsonRpcTypes.MinedTransaction

Hierarchy

Table of contents

Properties

Properties

blockhash

blockhash: string

Defined in

bitcoin/lib/chain/jsonRpc/types.ts:28


blocktime

blocktime: number

Defined in

bitcoin/lib/chain/jsonRpc/types.ts:30


confirmations

confirmations: number

Overrides

Transaction.confirmations

Defined in

bitcoin/lib/chain/jsonRpc/types.ts:29


hash

hash: string

Inherited from

Transaction.hash

Defined in

bitcoin/lib/types.ts:55


hex

hex: string

Inherited from

Transaction.hex

Defined in

bitcoin/lib/types.ts:64


locktime

locktime: number

Inherited from

Transaction.locktime

Defined in

bitcoin/lib/types.ts:57


number

number: number

Defined in

bitcoin/lib/chain/jsonRpc/types.ts:31


size

size: number

Inherited from

Transaction.size

Defined in

bitcoin/lib/types.ts:58


txid

txid: string

Inherited from

Transaction.txid

Defined in

bitcoin/lib/types.ts:54


version

version: number

Inherited from

Transaction.version

Defined in

bitcoin/lib/types.ts:56


vin

vin: Input[]

Inherited from

Transaction.vin

Defined in

bitcoin/lib/types.ts:61


vout

vout: Output[]

Inherited from

Transaction.vout

Defined in

bitcoin/lib/types.ts:62


vsize

vsize: number

Inherited from

Transaction.vsize

Defined in

bitcoin/lib/types.ts:59


weight

weight: number

Inherited from

Transaction.weight

Defined in

bitcoin/lib/types.ts:60

Clone this wiki locally