Enum silk::accountant_skel::Request [] [src]

pub enum Request {
    Transaction(Transaction<i64>),
    GetBalance {
        key: PublicKey,
    },
    GetEntries {
        last_id: Hash,
    },
    GetId {
        is_last: bool,
    },
}

Variants

Fields of GetBalance

Fields of GetEntries

Fields of GetId

Trait Implementations

impl Debug for Request
[src]

[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for Request

impl Sync for Request