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())

Properties

Link copied to clipboard
Link copied to clipboard
var feePayer: PublicKey?
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String