struct JsonRpc::EmptyResponse

Overview

JsonRpc::Response with no result key

Defined in:

json_rpc/response.cr

Constructors

Instance methods inherited from struct JsonRpc::ResponseBase

error : JSON::Any | Nil error

Constructor methods inherited from struct JsonRpc::ResponseBase

new(id : Int64 | String | Nil, error : JSON::Any | Nil)
new(pull : JSON::PullParser)
new

Instance methods inherited from module JsonRpc::MessageHeader

id : IdType | Nil id, jsonrpc : String | Nil jsonrpc

Constructor Detail

def self.new(pull : JSON::PullParser) #

JsonRpc::Response with no result key


[View source]