Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
etherpc
master
Etherpc
Client
Request
Requests
Call
GasPrice
GetBalance
Subscription
Subscriptions
NewHeads
Transport
Transports
WebSocket
Built with Crystal 1.9.2
2023-10-07 22:01:34 UTC
abstract struct
Etherpc::Request
Etherpc::Request
Struct
Value
Object
Direct Known Subclasses
Etherpc::Requests::Call
Etherpc::Requests::GasPrice
Etherpc::Requests::GetBalance
Etherpc::Subscription
Defined in:
etherpc/request.cr
Constructors
.new
Instance Method Summary
#get_params
: JSON::Any
#initialize
#method_name
: String
Constructor Detail
def self.
new
#
[
View source
]
Instance Method Detail
abstract def
get_params
: JSON::Any
#
[
View source
]
def
initialize
#
[
View source
]
abstract def
method_name
: String
#
[
View source
]