pub struct GetaddressinfoParams {
pub address: Address,
}Expand description
Return information about the given bitcoin address. Some of the information will only be present if the address is in the active wallet.
Fields§
§address: AddressThe bitcoin address for which to get information.
Trait Implementations§
Source§impl Debug for GetaddressinfoParams
impl Debug for GetaddressinfoParams
Auto Trait Implementations§
impl Freeze for GetaddressinfoParams
impl RefUnwindSafe for GetaddressinfoParams
impl Send for GetaddressinfoParams
impl Sync for GetaddressinfoParams
impl Unpin for GetaddressinfoParams
impl UnwindSafe for GetaddressinfoParams
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