Message

@Serializable
data class Message(val accountKeys: List<String>, val header: TransactionResponse.Header, val instructions: List<TransactionResponse.Instruction>, val recentBlockhash: String)

Constructors

Link copied to clipboard
constructor(accountKeys: List<String>, header: TransactionResponse.Header, instructions: List<TransactionResponse.Instruction>, recentBlockhash: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard