Class: ERPC::EthereumClient
- Inherits:
-
Struct
- Object
- Struct
- ERPC::EthereumClient
- Defined in:
- lib/erpc_sdk/client.rb
Instance Attribute Summary collapse
-
#rpc ⇒ Object
Returns the value of attribute rpc.
-
#subscriptions ⇒ Object
Returns the value of attribute subscriptions.
Instance Attribute Details
#rpc ⇒ Object
Returns the value of attribute rpc
5 6 7 |
# File 'lib/erpc_sdk/client.rb', line 5 def rpc @rpc end |
#subscriptions ⇒ Object
Returns the value of attribute subscriptions
5 6 7 |
# File 'lib/erpc_sdk/client.rb', line 5 def subscriptions @subscriptions end |