Trait ic_agent::NonceGenerator[][src]

pub trait NonceGenerator: Send + Sync {
    fn generate(&self) -> Option<Vec<u8>>;
}
Expand description

An interface for generating nonces.

Required methods

Implementations on Foreign Types

Implementors