Enum forc_wallet::balance::AccountVerification
source · pub enum AccountVerification {
No,
Yes(String),
}Expand description
Whether to verify cached accounts or not.
To verify cached accounts we require wallet vault password.
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for AccountVerification
impl Send for AccountVerification
impl Sync for AccountVerification
impl Unpin for AccountVerification
impl UnwindSafe for AccountVerification
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