fn eq()

in fastpay_core/src/messages.rs [117:119]


    fn eq(&self, other: &Self) -> bool {
        self.value == other.value && self.authority == other.authority
    }