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