Enum nash_protocol::protocol::sign_states::StateUpdatePayload [−][src]
pub enum StateUpdatePayload {
Eth(StateUpdatePayloadEth),
}Expand description
Representation of state update payload. User signs this payload to confirm the current balance of their account and aggregate previous previous state changes that may have occurred via orders.
Variants
Auto Trait Implementations
impl RefUnwindSafe for StateUpdatePayload
impl Send for StateUpdatePayload
impl Sync for StateUpdatePayload
impl Unpin for StateUpdatePayload
impl UnwindSafe for StateUpdatePayload
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