InputRequiredResult

A result that asks the client to gather input and retry the original request with matching inputResponses.

@safe
struct InputRequiredResult {
InputRequest[] inputRequests;
}

Members

Variables

requestState
string requestState;

SEP-2322 requestState: an opaque, server-owned string that lets a stateless server reconstruct its in-progress work on the retry. When non-empty it is emitted as a top-level requestState field; the client MUST echo it back verbatim (and MUST NOT inspect or modify it).