Class: ERPC::SolanaClient

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

Instance Attribute Summary collapse

Instance Attribute Details

#analyticsObject

Returns the value of attribute analytics

Returns:

  • (Object)

    the current value of analytics



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

def analytics
  @analytics
end

#dasObject

Returns the value of attribute das

Returns:

  • (Object)

    the current value of das



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

def das
  @das
end

#historyObject

Returns the value of attribute history

Returns:

  • (Object)

    the current value of history



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

def history
  @history
end

#leadersObject

Returns the value of attribute leaders

Returns:

  • (Object)

    the current value of leaders



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

def leaders
  @leaders
end

#rpcObject

Returns the value of attribute rpc

Returns:

  • (Object)

    the current value of rpc



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

def rpc
  @rpc
end

#subscriptionsObject

Returns the value of attribute subscriptions

Returns:

  • (Object)

    the current value of subscriptions



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

def subscriptions
  @subscriptions
end