pub struct GetUnspentAddressBuilder<'a> { /* private fields */ }
Expand description
Builder of get_unspent_address API
Implementations§
Source§impl<'a> GetUnspentAddressBuilder<'a>
impl<'a> GetUnspentAddressBuilder<'a>
Sourcepub fn with_account_index(self, account_index: usize) -> Self
pub fn with_account_index(self, account_index: usize) -> Self
Sets the account index.
Sourcepub fn with_initial_address_index(self, initial_address_index: usize) -> Self
pub fn with_initial_address_index(self, initial_address_index: usize) -> Self
Sets the index of the address to start looking for balance.
Auto Trait Implementations§
impl<'a> Freeze for GetUnspentAddressBuilder<'a>
impl<'a> !RefUnwindSafe for GetUnspentAddressBuilder<'a>
impl<'a> Send for GetUnspentAddressBuilder<'a>
impl<'a> Sync for GetUnspentAddressBuilder<'a>
impl<'a> Unpin for GetUnspentAddressBuilder<'a>
impl<'a> !UnwindSafe for GetUnspentAddressBuilder<'a>
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