Providers
JSON-RPC protocol is used to communicate with Realloop nodes. Provider
is used to abstract the communication. Both HTTP and WebSocket transport protocols are supported. There are HTTPTransport
and WSTransport
classes, implement actual communication, but usually, you don't need to deal with these directly.
Last updated