Expand description
Trait and implementation for providing request nonces
Structs§
- Increasing
Nonce Provider - A nonce generator that gives the current epoch in milliseconds, except when called in the same millisecond, in which case it increases the nonce by 1 so no duplicates are ever returned.
Traits§
- Nonce
Provider - A nonce generator that should be used to populate the nonce of every request created by a KrakenClient.