ConstructionParseResponse class
ConstructionParseResponse contains an array of operations that occur in a transaction blob. This should match the array of operations provided to /construction/preprocess
and /construction/payloads
.
Constructors
-
ConstructionParseResponse(List<
Operation> operations, List<String> ? signers, List<AccountIdentifier> ? account_identifier_signers, Map<String, dynamic> ? metadata) -
ConstructionParseResponse.fromMap(Map<
String, dynamic> map) -
factory
Properties
-
account_identifier_signers
↔ List<
AccountIdentifier> ? -
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
metadata
↔ Map<
String, dynamic> ? -
getter/setter pair
-
operations
↔ List<
Operation> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
signers
↔ List<
String> ? -
DEPRECATED by `account_identifier_signers` in `v1.4.4`
All signers (addresses) of a particular transaction. If the transaction is unsigned, it should be empty.getter/setter pair
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