Subscribable class

Constructors

Subscribable(String methodPrefix, int paramsCount)

Properties

hashCode int
The hash code for this object.
no setterinherited
methodPrefix String
The methodPrefix is the electrum RPC method, minus '.subscribe' suffix.
final
methodSubscribe String
no setter
methodUnsubscribe String
no setter
paramsCount int
The number of params that make up the 'unique' request signature that can be matched to notification signature. For example, blockchain.scripthash.subscribe has a request signature that looks like this: scripthash
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

key(List params) String
Returns a matching key, that can be used to match the original request to subsequent notifications.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
notificationResult(List params) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

getMethodPrefix(String method) String