Class: ERPC::EthereumClient

Inherits:
Struct
  • Object
show all
Defined in:
lib/erpc_sdk/client.rb

Instance Attribute Summary collapse

Instance Attribute Details

#rpcObject

Returns the value of attribute rpc

Returns:

  • (Object)

    the current value of rpc



5
6
7
# File 'lib/erpc_sdk/client.rb', line 5

def rpc
  @rpc
end

#subscriptionsObject

Returns the value of attribute subscriptions

Returns:

  • (Object)

    the current value of subscriptions



5
6
7
# File 'lib/erpc_sdk/client.rb', line 5

def subscriptions
  @subscriptions
end