Struct nash_protocol::protocol::asset_nonces::AssetNoncesRequest [−][src]
pub struct AssetNoncesRequest;Expand description
Retrieve asset nonces from Nash server. Asset nonces increment over time with the property that orders and state signed with older nonces is considered invalid by smart contracts on Ethereum and NEO.
Implementations
Trait Implementations
Implement protocol bindings for AssetNoncesRequest
Serialize a SignStates protocol request to a GraphQL string
Deserialize response to SignStates protocol request
Asset nonces in state
If doing an AssetNonces request, insert a ListMarketsRequest before that to store asset list in client
type Response = AssetNoncesResponse
If you want to limit the amount of concurrency of a protocol return a Semaphore here
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 AssetNoncesRequest
impl Send for AssetNoncesRequest
impl Sync for AssetNoncesRequest
impl Unpin for AssetNoncesRequest
impl UnwindSafe for AssetNoncesRequest
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