pub struct WalletPeakParams {}Expand description
control.wallet.peak params — none.
The peak is a property of the node’s chain view, not of any address, which is exactly why it is
its own method: results::WalletBalanceResult::peak_height is null on every fallback-tier
answer, so a caller bounding a claimed confirmation cannot rely on getting one from a balance.
Trait Implementations§
Source§impl Clone for WalletPeakParams
impl Clone for WalletPeakParams
Source§fn clone(&self) -> WalletPeakParams
fn clone(&self) -> WalletPeakParams
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 WalletPeakParams
impl ControlCall for WalletPeakParams
Source§const METHOD: ControlMethod = ControlMethod::WalletPeak
const METHOD: ControlMethod = ControlMethod::WalletPeak
The wire method this call invokes.
Source§type Output = WalletPeakResult
type Output = WalletPeakResult
The typed result this call returns on success.
impl Copy for WalletPeakParams
Source§impl Debug for WalletPeakParams
impl Debug for WalletPeakParams
Source§impl Default for WalletPeakParams
impl Default for WalletPeakParams
Source§fn default() -> WalletPeakParams
fn default() -> WalletPeakParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WalletPeakParams
impl<'de> Deserialize<'de> for WalletPeakParams
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 WalletPeakParams
Source§impl PartialEq for WalletPeakParams
impl PartialEq for WalletPeakParams
Source§impl Serialize for WalletPeakParams
impl Serialize for WalletPeakParams
impl StructuralPartialEq for WalletPeakParams
Auto Trait Implementations§
impl Freeze for WalletPeakParams
impl RefUnwindSafe for WalletPeakParams
impl Send for WalletPeakParams
impl Sync for WalletPeakParams
impl Unpin for WalletPeakParams
impl UnsafeUnpin for WalletPeakParams
impl UnwindSafe for WalletPeakParams
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