ParsedMessage class
A parsed message that is part of a Transaction object.
- Annotations
-
- @JsonSerializable()
Constructors
-
ParsedMessage({required List<
AccountKey> accountKeys, required String recentBlockhash, required List<Instruction> instructions, required Header? header, required List<AddressTableLookups> ? addressTableLookups}) -
const
-
ParsedMessage.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
accountKeys
→ List<
AccountKey> -
final
-
addressTableLookups
→ List<
AddressTableLookups> ? -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- header → Header?
-
final
-
instructions
→ List<
Instruction> -
final
- recentBlockhash → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited