Struct nash_protocol::protocol::sign_states::SignStatesRequest [−][src]
pub struct SignStatesRequest {
pub input_states: Option<SignStatesResponse>,
}Expand description
Type to generate a new sign states request. It takes an optional
set of input_states to sign. The server will return states for the
client to sign until no unsigned states remain.
Fields
input_states: Option<SignStatesResponse>Implementations
Create new SignStates request using response from a prior request
Trait Implementations
Implement protocol bindings for SignStatesRequest
Serialize a SignStates protocol request to a GraphQL string
Deserialize response to SignStates protocol request
type Response = SignStatesResponse
If you want to limit the amount of concurrency of a protocol return a Semaphore here
Any state changes that result from execution of the protocol request The default implementation does nothing to state Read more
Any errors that result from execution of the protocol request The default implementation does nothing to state Read more
Auto Trait Implementations
impl RefUnwindSafe for SignStatesRequest
impl Send for SignStatesRequest
impl Sync for SignStatesRequest
impl Unpin for SignStatesRequest
impl UnwindSafe for SignStatesRequest
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more