class Etherpc::Client

Defined in:

etherpc/client.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(transport : Etherpc::Transport) #

[View source]

Instance Method Detail

def call(request : Etherpc::Request) #

TODO you should probably not be allowed to #call a Subscription


[View source]
def subscribe(subscription : Etherpc::Subscription, &block : JSON::Any -> ) #

[View source]