[][src]Struct iota_client::options::GetInputsOptions

pub struct GetInputsOptions {
    pub start: Option<usize>,
    pub end: Option<usize>,
    pub threshold: Option<i64>,
    pub security: Option<usize>,
}

GetInputsOptions

Fields

start: Option<usize>

The start index for addresses to search

end: Option<usize>

The end index for addresses to search

threshold: Option<i64>

The amount of Iota you're trying to find in the wallet

security: Option<usize>

The security to use for address generation

Trait Implementations

impl Clone for GetInputsOptions[src]

impl Default for GetInputsOptions[src]

impl PartialEq<GetInputsOptions> for GetInputsOptions[src]

impl Debug for GetInputsOptions[src]

Auto Trait Implementations

Blanket Implementations

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> From<T> for T[src]

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 

type Err = <U as TryFrom<T>>::Err