BlockaidSolanaValidation

data class BlockaidSolanaValidation(val resultType: String, val reason: String?, val features: List<String>?, val extendedFeatures: List<BlockaidSolanaExtendedFeature>?)

Solana validation result.

Parameters

resultType

Result type: "Benign", "Warning", "Malicious"

reason

Reason for the classification

features

Simple string array of feature names

extendedFeatures

Detailed feature information

Constructors

Link copied to clipboard
constructor(resultType: String, reason: String?, features: List<String>?, extendedFeatures: List<BlockaidSolanaExtendedFeature>?)

Properties

Link copied to clipboard
@SerializedName(value = "extended_features")
val extendedFeatures: List<BlockaidSolanaExtendedFeature>?
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "result_type")
val resultType: String