pub trait RegistryAccount {
    fn init(&mut self) -> Result<()>;
    fn hash_nonce(&mut self) -> Result<()>;
}
Expand description

RegistryAccount

Required Methods§

Implementations on Foreign Types§

Implementors§