Enum vls_protocol_signer::approver::Approval
source · pub enum Approval {
Invoice(Invoice),
KeySend(PaymentHash, u64),
Onchain(Transaction),
}Expand description
An approval that is memorized by MemoApprover
Variants§
Invoice(Invoice)
An invoice was approved
KeySend(PaymentHash, u64)
A keysend was approved
Onchain(Transaction)
An onchain transaction was approved
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for Approval
impl Send for Approval
impl Sync for Approval
impl Unpin for Approval
impl UnwindSafe for Approval
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
§impl<T> Downcast for Twhere
T: AsAny + ?Sized,
impl<T> Downcast for Twhere
T: AsAny + ?Sized,
§fn downcast_ref<T>(&self) -> Option<&T>where
T: AsAny,
fn downcast_ref<T>(&self) -> Option<&T>where
T: AsAny,
Forward to the method defined on the type
Any.§fn downcast_mut<T>(&mut self) -> Option<&mut T>where
T: AsAny,
fn downcast_mut<T>(&mut self) -> Option<&mut T>where
T: AsAny,
Forward to the method defined on the type
Any.