Input

data class Input(val txHash: String? = null, val index: Int? = null)

Created by Fireblocks Ltd. on 11/11/2024.

Parameters

txHash

The transaction hash

index

The UTXO index (vOut)

Constructors

Link copied to clipboard
constructor(txHash: String? = null, index: Int? = null)

Properties

Link copied to clipboard
val index: Int? = null
Link copied to clipboard
val txHash: String? = null