pub struct WalletWatchedParams {}Expand description
control.wallet.watched params — none.
The enrolled set is a property of the node, so there is nothing to scope the question by. This
is why the method is TOKEN-GATED although it only reads: the caller supplies nothing, so the
answer is the node’s OWN key set — see ControlMethod::is_open_read.
Trait Implementations§
Source§impl Clone for WalletWatchedParams
impl Clone for WalletWatchedParams
Source§fn clone(&self) -> WalletWatchedParams
fn clone(&self) -> WalletWatchedParams
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl ControlCall for WalletWatchedParams
impl ControlCall for WalletWatchedParams
Source§const METHOD: ControlMethod = ControlMethod::WalletWatched
const METHOD: ControlMethod = ControlMethod::WalletWatched
The wire method this call invokes.
Source§type Output = WalletWatchedResult
type Output = WalletWatchedResult
The typed result this call returns on success.
impl Copy for WalletWatchedParams
Source§impl Debug for WalletWatchedParams
impl Debug for WalletWatchedParams
Source§impl Default for WalletWatchedParams
impl Default for WalletWatchedParams
Source§fn default() -> WalletWatchedParams
fn default() -> WalletWatchedParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WalletWatchedParams
impl<'de> Deserialize<'de> for WalletWatchedParams
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for WalletWatchedParams
Source§impl PartialEq for WalletWatchedParams
impl PartialEq for WalletWatchedParams
Source§impl Serialize for WalletWatchedParams
impl Serialize for WalletWatchedParams
impl StructuralPartialEq for WalletWatchedParams
Auto Trait Implementations§
impl Freeze for WalletWatchedParams
impl RefUnwindSafe for WalletWatchedParams
impl Send for WalletWatchedParams
impl Sync for WalletWatchedParams
impl Unpin for WalletWatchedParams
impl UnsafeUnpin for WalletWatchedParams
impl UnwindSafe for WalletWatchedParams
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