[][src]Struct bitcoincore_rpc_json::FundRawTransactionOptions

pub struct FundRawTransactionOptions {
    pub change_address: Option<Address>,
    pub change_position: Option<u32>,
    pub change_type: Option<AddressType>,
    pub include_watching: Option<bool>,
    pub lock_unspents: Option<bool>,
    pub fee_rate: Option<u64>,
    pub subtract_fee_from_outputs: Option<Vec<u32>>,
    pub replaceable: Option<bool>,
    pub conf_target: Option<u32>,
    pub estimate_mode: Option<EstimateMode>,
}

Fields

change_address: Option<Address>change_position: Option<u32>change_type: Option<AddressType>include_watching: Option<bool>lock_unspents: Option<bool>fee_rate: Option<u64>subtract_fee_from_outputs: Option<Vec<u32>>replaceable: Option<bool>conf_target: Option<u32>estimate_mode: Option<EstimateMode>

Trait Implementations

impl Eq for FundRawTransactionOptions[src]

impl PartialEq<FundRawTransactionOptions> for FundRawTransactionOptions[src]

impl Clone for FundRawTransactionOptions[src]

default fn clone_from(&mut self, source: &Self)
1.0.0
[src]

Performs copy-assignment from source. Read more

impl Debug for FundRawTransactionOptions[src]

impl Serialize for FundRawTransactionOptions[src]

Auto Trait Implementations

Blanket Implementations

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

type Owned = T

impl<T> From for T[src]

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

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

impl<T, U> TryInto 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> Configure for T where
    T: ?Sized
[src]

default fn readable(self) -> Readable<Self>[src]

Marks self as using is_human_readable == true

default fn compact(self) -> Compact<Self>[src]

Marks self as using is_human_readable == false