Message constructor
Message({
- List<
AccountKeys> ? accountKeys, - List<
Instructions> ? instructions, - String? recentBlockhash,
Implementation
Message({this.accountKeys, this.instructions, this.recentBlockhash});