Blockaid Solana Validation
data class BlockaidSolanaValidation(val resultType: String, val reason: String?, val features: List<String>?, val extendedFeatures: List<BlockaidSolanaExtendedFeature>?)
Solana validation result.
Parameters
result Type
Result type: "Benign", "Warning", "Malicious"
reason
Reason for the classification
features
Simple string array of feature names
extended Features
Detailed feature information
Properties
Link copied to clipboard
@SerializedName(value = "extended_features" )
Link copied to clipboard