Fireblocks Embedded Wallet SDK Documentation
Toggle table of contents
1.0.0
Fireblocks Embedded Wallet SDK
Platform filter
Fireblocks Embedded Wallet SDK
Switch theme
Search in API
Fireblocks Embedded Wallet SDK Documentation
Fireblocks Embedded Wallet SDK Documentation
/
com.fireblocks.sdk.ew.models
/
Input
Input
data
class
Input
(
val
txHash
:
String
?
=
null
,
val
index
:
Int
?
=
null
)
Created by Fireblocks Ltd. on 11/11/2024.
Parameters
tx
Hash
The transaction hash
index
The UTXO index (vOut)
Members
Constructors
Input
Link copied to clipboard
constructor
(
txHash
:
String
?
=
null
,
index
:
Int
?
=
null
)
Properties
index
Link copied to clipboard
val
index
:
Int
?
=
null
tx
Hash
Link copied to clipboard
val
txHash
:
String
?
=
null