SolanaLookupSignatureDetails

data class SolanaLookupSignatureDetails(val blockTime: Int? = null, val confirmationStatus: String? = null, val error: Any? = null, val memo: String? = null, val signature: String? = null, val slot: Int? = null)

Constructors

Link copied to clipboard
constructor(blockTime: Int? = null, confirmationStatus: String? = null, error: Any? = null, memo: String? = null, signature: String? = null, slot: Int? = null)

Properties

Link copied to clipboard
val blockTime: Int? = null
Link copied to clipboard
Link copied to clipboard
val error: Any? = null
Link copied to clipboard
val memo: String? = null
Link copied to clipboard
val signature: String? = null
Link copied to clipboard
val slot: Int? = null