fn default()

in fastpay_core/src/authority.rs [282:291]


    fn default() -> Self {
        Self {
            balance: Balance::zero(),
            next_sequence_number: SequenceNumber::new(),
            pending_confirmation: None,
            confirmed_log: Vec::new(),
            synchronization_log: Vec::new(),
            received_log: Vec::new(),
        }
    }