BlockaidScanEVMMetadata

data class BlockaidScanEVMMetadata(val domain: String? = null)

Metadata for EVM transaction scan requests.

Parameters

domain

The domain/dApp initiating the transaction

Constructors

Link copied to clipboard
constructor(domain: String? = null)

Properties

Link copied to clipboard
val domain: String? = null