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
/
SolanaLookupSignatureDetails
Solana
Lookup
Signature
Details
data
class
SolanaLookupSignatureDetails
(
val
blockTime
:
Int
?
=
null
,
val
confirmationStatus
:
String
?
=
null
,
val
error
:
Any
?
=
null
,
val
memo
:
String
?
=
null
,
val
signature
:
String
?
=
null
,
val
slot
:
Int
?
=
null
)
Members
Constructors
Solana
Lookup
Signature
Details
Link copied to clipboard
constructor
(
blockTime
:
Int
?
=
null
,
confirmationStatus
:
String
?
=
null
,
error
:
Any
?
=
null
,
memo
:
String
?
=
null
,
signature
:
String
?
=
null
,
slot
:
Int
?
=
null
)
Properties
block
Time
Link copied to clipboard
val
blockTime
:
Int
?
=
null
confirmation
Status
Link copied to clipboard
val
confirmationStatus
:
String
?
=
null
error
Link copied to clipboard
val
error
:
Any
?
=
null
memo
Link copied to clipboard
val
memo
:
String
?
=
null
signature
Link copied to clipboard
val
signature
:
String
?
=
null
slot
Link copied to clipboard
val
slot
:
Int
?
=
null