IJsonRpcHistory class abstract

Mixed in types
Implementers

Constructors

IJsonRpcHistory()

Properties

core ICore
no setter
events EventEmitter<String>
no setterinherited
hashCode int
The hash code for this object.
no setterinherited
keys List<int>
no setter
logger Logger
no setter
pending List<RequestEvent>
no setter
records Map<int, JsonRpcRecord>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
no setter
values List<JsonRpcRecord>
no setter

Methods

delete({required String topic, int? id}) → void
exists({required String topic, required int id}) bool
get({required String topic, required int id}) JsonRpcRecord
init() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
off(Listener<String>? listener) → void
inherited
on(String event, EventCallback callback) Listener<String>
inherited
once(String event, EventCallback callback) Listener<String>
inherited
removeListener(String eventName, EventCallback callback) → void
inherited
resolve(Map<String, dynamic> response) → void
set({required String topic, required Map<String, dynamic> request, String? chainId}) → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited