Type Alias ex3_node_types::settings::CandidWalletRegistrySetting

source ·
pub type CandidWalletRegistrySetting = CandidServiceScopeSetting;

Aliased Type§

struct CandidWalletRegistrySetting {
    pub wallet_start_id: Nat,
    pub max_wallet_count: Nat,
}

Fields§

§wallet_start_id: Nat§max_wallet_count: Nat