Struct ark::models::fee::Fee [] [src]

pub struct Fee {
    pub send: u64,
    pub vote: u64,
    pub secondsignature: u64,
    pub delegate: u64,
    pub multisignature: u64,
}

An Ark Fee Struct

Fields

Trait Implementations

impl Debug for Fee
[src]

[src]

Formats the value using the given formatter.