Struct nash_protocol::protocol::multi_request::MultiRequestConstructor [−][src]
pub struct MultiRequestConstructor<T> {
pub constructors: Vec<T>,
}Expand description
A helper type for constructing blockchain payloads and GraphQL requests
Fields
constructors: Vec<T>Implementations
Create a GraphQL request with everything filled in besides blockchain order payloads and signatures (for both the overall request and blockchain payloads)
Create a GraphQL request with everything filled in besides blockchain order payloads and signatures (for both the overall request and blockchain payloads)
Auto Trait Implementations
impl<T> RefUnwindSafe for MultiRequestConstructor<T> where
T: RefUnwindSafe,
impl<T> Send for MultiRequestConstructor<T> where
T: Send,
impl<T> Sync for MultiRequestConstructor<T> where
T: Sync,
impl<T> Unpin for MultiRequestConstructor<T> where
T: Unpin,
impl<T> UnwindSafe for MultiRequestConstructor<T> where
T: UnwindSafe,
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