Struct safe_vault::Config [] [src]

pub struct Config {
    pub wallet_address: Option<XorName>,
    pub max_capacity: Option<u64>,
    pub chunk_store_root: Option<String>,
}

Lets a vault configure a wallet address and storage limit.

Fields

Used to store the address where SafeCoin will be sent.

Upper limit for allowed network storage on this vault.

root directory for chunk_store directories

Trait Implementations

impl Clone for Config
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Config
[src]

Formats the value using the given formatter.

impl Default for Config
[src]

Returns the "default value" for a type. Read more

impl Decodable for Config
[src]

impl Encodable for Config
[src]