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
struct
Etherpc::Requests::Call
Etherpc::Requests::Call
Etherpc::Request
Struct
Value
Object
Defined in:
etherpc/requests/call.cr
Constructors
.new
(to : String, data : String)
Class Method Summary
.deserialize_response
(response : JSON::Any)
Instance Method Summary
#get_params
: JSON::Any
#method_name
: String
Instance methods inherited from struct
Etherpc::Request
get_params : JSON::Any
get_params
,
initialize
initialize
,
method_name : String
method_name
Constructor methods inherited from struct
Etherpc::Request
new
new
Constructor Detail
def self.
new
(to : String, data : String)
#
[
View source
]
Class Method Detail
def self.
deserialize_response
(response : JSON::Any)
#
[
View source
]
Instance Method Detail
def
get_params
: JSON::Any
#
[
View source
]
def
method_name
: String
#
[
View source
]