BlockaidScanSolanaMetadata

data class BlockaidScanSolanaMetadata(val url: String? = null)

Metadata for Solana transaction scan requests.

Parameters

url

The URL/dApp initiating the transaction

Constructors

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

Properties

Link copied to clipboard
val url: String? = null