Struct core_rpc_json::GetWalletInfoResult[][src]

pub struct GetWalletInfoResult {
Show 15 fields pub wallet_name: String, pub wallet_version: u32, pub balance: Amount, pub unconfirmed_balance: Amount, pub immature_balance: Amount, pub tx_count: usize, pub keypool_oldest: usize, pub keypool_size: usize, pub keypool_size_hd_internal: usize, pub unlocked_until: Option<u64>, pub pay_tx_fee: Amount, pub hd_seed_id: Option<XpubIdentifier>, pub private_keys_enabled: bool, pub avoid_reuse: Option<bool>, pub scanning: Option<ScanningDetails>,
}

Fields

wallet_name: Stringwallet_version: u32balance: Amountunconfirmed_balance: Amountimmature_balance: Amounttx_count: usizekeypool_oldest: usizekeypool_size: usizekeypool_size_hd_internal: usizeunlocked_until: Option<u64>pay_tx_fee: Amounthd_seed_id: Option<XpubIdentifier>private_keys_enabled: boolavoid_reuse: Option<bool>scanning: Option<ScanningDetails>

Trait Implementations

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.