Message
class Message(var feePayer: PublicKey? = null, var recentBlockHash: String? = null, accountKeys: AccountKeysList = AccountKeysList(), instructions: List<TransactionInstruction> = emptyList())
Constructors
Link copied to clipboard
constructor(feePayer: PublicKey? = null, recentBlockHash: String? = null, accountKeys: AccountKeysList = AccountKeysList(), instructions: List<TransactionInstruction> = emptyList())