Struct ethjson::misc::DappsSettings[][src]

pub struct DappsSettings {
    pub accounts: Option<Vec<Address>>,
    pub default: Option<Address>,
}

Settings for specific dapp.

Fields

A list of accounts this Dapp can see.

Default account

Methods

impl DappsSettings
[src]

Read a hash map of DappId -> $name

Write a hash map of DappId -> $name

Trait Implementations

impl Clone for DappsSettings
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for DappsSettings
[src]

Formats the value using the given formatter. Read more

impl PartialEq for DappsSettings
[src]

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

This method tests for !=.

Auto Trait Implementations

impl Send for DappsSettings

impl Sync for DappsSettings