pub struct WalletOperatorAddressParams {}Expand description
control.wallet.operatorAddress params — none.
There is exactly one operator wallet per node, so there is nothing to scope the question by. Deliberately NOT an address-taking method: a caller cannot ask is THIS address the operator wallet by supplying a candidate, because a node answering yes/no about supplied addresses is an oracle for probing which addresses a machine controls.
Trait Implementations§
Source§impl Clone for WalletOperatorAddressParams
impl Clone for WalletOperatorAddressParams
Source§fn clone(&self) -> WalletOperatorAddressParams
fn clone(&self) -> WalletOperatorAddressParams
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 WalletOperatorAddressParams
impl ControlCall for WalletOperatorAddressParams
Source§const METHOD: ControlMethod = ControlMethod::WalletOperatorAddress
const METHOD: ControlMethod = ControlMethod::WalletOperatorAddress
The wire method this call invokes.
Source§type Output = WalletOperatorAddressResult
type Output = WalletOperatorAddressResult
The typed result this call returns on success.
impl Copy for WalletOperatorAddressParams
Source§impl Debug for WalletOperatorAddressParams
impl Debug for WalletOperatorAddressParams
Source§impl Default for WalletOperatorAddressParams
impl Default for WalletOperatorAddressParams
Source§fn default() -> WalletOperatorAddressParams
fn default() -> WalletOperatorAddressParams
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for WalletOperatorAddressParams
impl<'de> Deserialize<'de> for WalletOperatorAddressParams
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 WalletOperatorAddressParams
impl StructuralPartialEq for WalletOperatorAddressParams
Auto Trait Implementations§
impl Freeze for WalletOperatorAddressParams
impl RefUnwindSafe for WalletOperatorAddressParams
impl Send for WalletOperatorAddressParams
impl Sync for WalletOperatorAddressParams
impl Unpin for WalletOperatorAddressParams
impl UnsafeUnpin for WalletOperatorAddressParams
impl UnwindSafe for WalletOperatorAddressParams
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