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.blockaid
/
BlockaidSolanaAsset
Blockaid
Solana
Asset
data
class
BlockaidSolanaAsset
(
val
type
:
String
,
val
name
:
String
?
,
val
symbol
:
String
?
,
val
decimals
:
Int
?
,
val
logo
:
String
?
,
val
address
:
String
?
)
Solana asset information.
Members
Constructors
Blockaid
Solana
Asset
Link copied to clipboard
constructor
(
type
:
String
,
name
:
String
?
,
symbol
:
String
?
,
decimals
:
Int
?
,
logo
:
String
?
,
address
:
String
?
)
Properties
address
Link copied to clipboard
val
address
:
String
?
decimals
Link copied to clipboard
val
decimals
:
Int
?
logo
Link copied to clipboard
val
logo
:
String
?
name
Link copied to clipboard
val
name
:
String
?
symbol
Link copied to clipboard
val
symbol
:
String
?
type
Link copied to clipboard
val
type
:
String