kraken_async_rs::crypto

Module nonce_provider

Source
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§