Portal Android SDK
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
Portal Android SDK
Portal Android SDK
/
io.portalhq.android.api.data.transactiondetails
/
BitcoinLookupVin
Bitcoin
Lookup
Vin
data
class
BitcoinLookupVin
(
val
txid
:
String
,
val
vout
:
Int
,
val
prevout
:
BitcoinLookupPrevout
?
=
null
,
val
scriptsig
:
String
,
val
witness
:
List
<
String
>
,
val
sequence
:
Long
)
Members
Constructors
Bitcoin
Lookup
Vin
Link copied to clipboard
constructor
(
txid
:
String
,
vout
:
Int
,
prevout
:
BitcoinLookupPrevout
?
=
null
,
scriptsig
:
String
,
witness
:
List
<
String
>
,
sequence
:
Long
)
Properties
prevout
Link copied to clipboard
val
prevout
:
BitcoinLookupPrevout
?
=
null
scriptsig
Link copied to clipboard
val
scriptsig
:
String
sequence
Link copied to clipboard
val
sequence
:
Long
txid
Link copied to clipboard
val
txid
:
String
vout
Link copied to clipboard
val
vout
:
Int
witness
Link copied to clipboard
val
witness
:
List
<
String
>