1 2 3 4 5 6 7 8 9 10
use casper_types::account::AccountHash; /// Implementation level errors for system contract providers #[derive(Debug)] pub enum ProviderError { /// System contract registry. SystemEntityRegistry, /// Account hash. AccountHash(AccountHash), }