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
/
ScanSolanaFinding
Scan
Solana
Finding
data
class
ScanSolanaFinding
(
val
typeId
:
String
,
val
title
:
String
,
val
description
:
String
,
val
details
:
String
?
=
null
,
val
severity
:
String
,
val
relatedAssets
:
List
<
ScanSolanaAsset
>
?
=
null
)
Members
Constructors
Scan
Solana
Finding
Link copied to clipboard
constructor
(
typeId
:
String
,
title
:
String
,
description
:
String
,
details
:
String
?
=
null
,
severity
:
String
,
relatedAssets
:
List
<
ScanSolanaAsset
>
?
=
null
)
Properties
description
Link copied to clipboard
val
description
:
String
details
Link copied to clipboard
val
details
:
String
?
=
null
related
Assets
Link copied to clipboard
val
relatedAssets
:
List
<
ScanSolanaAsset
>
?
=
null
severity
Link copied to clipboard
val
severity
:
String
title
Link copied to clipboard
val
title
:
String
type
Id
Link copied to clipboard
val
typeId
:
String