Struct lightning_signer::policy::validator::BalanceDelta
source · pub struct BalanceDelta(pub u64, pub u64);
Expand description
Claimable balance before and after a new commitment tx, in satoshi
Tuple Fields§
§0: u64
§1: u64
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for BalanceDelta
impl Send for BalanceDelta
impl Sync for BalanceDelta
impl Unpin for BalanceDelta
impl UnwindSafe for BalanceDelta
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more