SubscribingClient class

Inheritance
Implementers

Constructors

SubscribingClient(dynamic channel)

Properties

hashCode int
The hash code for this object.
no setterinherited
peer ↔ Peer
We use a Peer here--which implements both Server and Client sides of a Remote Procedure Call (RPC) interface--to communicate with an ElectrumX Ravencoin server. We do so because we need:
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() Future<void>
inherited
handleError(dynamic error, dynamic trace) → void
inherited
makeSubscription<T>(Subscribable subscribable, List params) StreamController<T>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
request(String method, [dynamic parameters]) Future
inherited
subscribe<T>(String methodPrefix, [List params = const []]) Stream<T>
toString() String
A string representation of this object.
inherited

Operators

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