ListTransactionsResponse class
Represents the result of a 'list_transactions' response.
- Inheritance
-
- Object
- NwcResponse
- ListTransactionsResponse
Constructors
-
ListTransactionsResponse({required List<
TransactionResult> transactions, required String resultType}) -
ListTransactionsResponse.deserialize(Map<
String, dynamic> input) -
factory
Properties
- errorCode ↔ String?
-
The error code.
getter/setter pairinherited
- errorMessage ↔ String?
-
The error message.
getter/setter pairinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- resultType → String
-
The type of the result.
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
transactions
→ List<
TransactionResult> -
A list of transaction results.
final
Methods
-
deserializeError(
Map< String, dynamic> input) → void -
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited