Package org.polkadot.rpc.rx
Interface Types.IRpcRx
-
- All Superinterfaces:
IModule<IRpc.RpcInterfaceSection>,IRpcModule
- Enclosing interface:
- Types
public static interface Types.IRpcRx extends IRpcModule
-
-
Method Summary
Modifier and Type Method Description io.reactivex.Observable<java.lang.Boolean>isConnected()voidon(IProvider.ProviderInterfaceEmitted type, EventEmitter.EventListener callback)-
Methods inherited from interface org.polkadot.direct.IModule
addSection
-
Methods inherited from interface org.polkadot.direct.IRpcModule
author, chain, section, sectionNames, state, system
-
-
-
-
Method Detail
-
on
void on(IProvider.ProviderInterfaceEmitted type, EventEmitter.EventListener callback)
-
isConnected
io.reactivex.Observable<java.lang.Boolean> isConnected()
-
-