SolanaTransactionLookupMessage

data class SolanaTransactionLookupMessage(val accountKeys: List<String>? = null, val header: SolanaLookupMessageHeader? = null, val instructions: List<SolanaLookupInstruction>? = null, val recentBlockhash: String? = null)

Constructors

Link copied to clipboard
constructor(accountKeys: List<String>? = null, header: SolanaLookupMessageHeader? = null, instructions: List<SolanaLookupInstruction>? = null, recentBlockhash: String? = null)

Properties

Link copied to clipboard
val accountKeys: List<String>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val recentBlockhash: String? = null