Expand description
Trait and implementation for providing request nonces
Structs§
- 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§
- A nonce generator that should be used to populate the nonce of every request created by a KrakenClient.