BlockaidAddressFeature

data class BlockaidAddressFeature(val type: String, val featureId: String, val description: String)

Feature detected during address scan.

Parameters

type

Feature type: "Benign", "Info", "Warning", "Malicious"

featureId

Unique identifier for the feature

description

Human-readable description of the feature

Constructors

Link copied to clipboard
constructor(type: String, featureId: String, description: String)

Properties

Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "feature_id")
val featureId: String
Link copied to clipboard