pub type ProposalBondMinimum = ConstU128<common_runtime::::constants::ProposalBondMinimum::{constant#0}>;
Expand description

Minimum bond for a treasury proposal

Aliased Type§

struct ProposalBondMinimum;

Trait Implementations

§

impl<const T: u128> Debug for ConstU128<T>

§

fn fmt(&self, fmt: &mut Formatter<'_>) -> Result<(), Error>

Formats the value using the given formatter. Read more
§

impl<const T: u128> Default for ConstU128<T>

§

fn default() -> ConstU128<T>

Returns the “default value” for a type. Read more
§

impl<const T: u128> Clone for ConstU128<T>

§

fn clone(&self) -> ConstU128<T>

Returns a copy of the value. Read more
1.0.0 · source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
§

impl<const T: u128> Get<u128> for ConstU128<T>

§

fn get() -> u128

Return the current value.
§

impl<const T: u128> Get<Option<u128>> for ConstU128<T>

§

fn get() -> Option<u128>

Return the current value.
§

impl<const T: u128> TypedGet for ConstU128<T>

§

type Type = u128

The type which is returned.
§

fn get() -> u128

Return the current value.