RPCModel class
Constructors
-
RPCModel({UserOperationHashResult? userOperationHashResult, UserOperationResult? userOperationResult, int? id, String? jsonrpc, RPCError? error, Map<
String, dynamic> ? result, String? userOpHash, String? transactionHash}) -
RPCModel.fromJson(Map<
String, dynamic> json) -
factory
Properties
- error → RPCError?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- id → int?
-
final
- jsonrpc → String?
-
final
-
result
→ Map<
String, dynamic> ? -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionHash → String?
-
final
- userOperationHashResult → UserOperationHashResult?
-
final
- userOperationResult → UserOperationResult?
-
final
- userOpHash → String?
-
final
Methods
-
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