Struct ipfs_api::response::BitswapLedgerResponse[][src]

pub struct BitswapLedgerResponse {
    pub peer: String,
    pub value: f64,
    pub sent: u64,
    pub recv: u64,
    pub exchanged: u64,
}

Fields

Trait Implementations

impl Debug for BitswapLedgerResponse
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations