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
/
BitcoinTransactionLookupStatus
Bitcoin
Transaction
Lookup
Status
data
class
BitcoinTransactionLookupStatus
(
val
confirmed
:
Boolean
,
val
blockHeight
:
Int
?
=
null
,
val
blockHash
:
String
?
=
null
,
val
blockTime
:
Int
?
=
null
)
Members
Constructors
Bitcoin
Transaction
Lookup
Status
Link copied to clipboard
constructor
(
confirmed
:
Boolean
,
blockHeight
:
Int
?
=
null
,
blockHash
:
String
?
=
null
,
blockTime
:
Int
?
=
null
)
Properties
block
Hash
Link copied to clipboard
val
blockHash
:
String
?
=
null
block
Height
Link copied to clipboard
val
blockHeight
:
Int
?
=
null
block
Time
Link copied to clipboard
val
blockTime
:
Int
?
=
null
confirmed
Link copied to clipboard
val
confirmed
:
Boolean