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.hypernative
/
ScanSolanaTransferInfo
Scan
Solana
Transfer
Info
data
class
ScanSolanaTransferInfo
(
val
source
:
String
?
=
null
,
val
destination
:
String
?
=
null
,
val
lamports
:
Long
?
=
null
)
Members
Constructors
Scan
Solana
Transfer
Info
Link copied to clipboard
constructor
(
source
:
String
?
=
null
,
destination
:
String
?
=
null
,
lamports
:
Long
?
=
null
)
Properties
destination
Link copied to clipboard
val
destination
:
String
?
=
null
lamports
Link copied to clipboard
val
lamports
:
Long
?
=
null
source
Link copied to clipboard
val
source
:
String
?
=
null