BlockaidScanAddressRawResponse

data class BlockaidScanAddressRawResponse(val resultType: String, val features: List<BlockaidAddressFeature>?, val error: String?)

Raw response from Blockaid address scan.

Parameters

resultType

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

features

List of detected features for this address

error

Error message if any

Constructors

Link copied to clipboard
constructor(resultType: String, features: List<BlockaidAddressFeature>?, error: String?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "result_type")
val resultType: String