Module nonce_provider

Source
Expand description

Trait and implementation for providing request nonces

Structs§

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

NonceProvider
A nonce generator that should be used to populate the nonce of every request created by a KrakenClient.