ParsedTransaction class
A transaction
- Implemented types
- Annotations
-
- @JsonSerializable()
Constructors
-
ParsedTransaction({required List<
String> signatures, required Message message}) -
const
-
ParsedTransaction.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- message → Message
-
Defines the content of the transaction.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
signatures
→ List<
String> -
A list of base-58 encoded signatures applied to the
transaction. The list is always of length
message.header.numRequiredSignatures and not empty. The
signature at index i corresponds to the public key at index
i in message.account_keys. The first one is used as the
transaction id.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
override
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited