Struct silk::accountant::Accountant [] [src]

pub struct Accountant {
    pub historian: Historian,
    pub balances: HashMap<PublicKey, i64>,
    pub first_id: Hash,
    pub last_id: Hash,
    // some fields omitted
}

Fields

Methods

impl Accountant
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Trait Implementations

Auto Trait Implementations

impl Send for Accountant

impl !Sync for Accountant