Message constructor

Message({
  1. List<AccountKeys>? accountKeys,
  2. List<Instructions>? instructions,
  3. String? recentBlockhash,
})

Implementation

Message({this.accountKeys, this.instructions, this.recentBlockhash});