casper-storage 2.1.1

Storage for a node on the Casper network.
Documentation
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),
}