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
/
BitcoinLookupVout
Bitcoin
Lookup
Vout
data
class
BitcoinLookupVout
(
val
scriptpubkey
:
String
,
val
scriptpubkeyAddress
:
String
,
val
value
:
Int
)
Members
Constructors
Bitcoin
Lookup
Vout
Link copied to clipboard
constructor
(
scriptpubkey
:
String
,
scriptpubkeyAddress
:
String
,
value
:
Int
)
Properties
scriptpubkey
Link copied to clipboard
val
scriptpubkey
:
String
scriptpubkey
Address
Link copied to clipboard
@
SerializedName
(
value
=
"scriptpubkey_address"
)
val
scriptpubkeyAddress
:
String
value
Link copied to clipboard
val
value
:
Int