InputResponse

A client's answer to one InputRequest, supplied on the retried request as a value of the top-level params.inputResponses map (SEP-2322).

@safe
struct InputResponse {}

Members

Variables

id
string id;

the originating InputRequest.id (the InputResponses map key)

result
Json result;

the bare client result (the map value)