BlockaidSolanaAccountDetails

data class BlockaidSolanaAccountDetails(val accountAddress: String, val description: String?, val type: String, val wasWrittenTo: Boolean?)

Solana account details from simulation.

Constructors

Link copied to clipboard
constructor(accountAddress: String, description: String?, type: String, wasWrittenTo: Boolean?)

Properties

Link copied to clipboard
@SerializedName(value = "account_address")
val accountAddress: String
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
@SerializedName(value = "was_written_to")
val wasWrittenTo: Boolean?