referrerpolicy=no-referrer-when-downgrade

Trait polkadot_sdk_frame::traits::tokens::Balance

pub trait Balance: AtLeast32BitUnsigned + FullCodec + Copy + Default + Debug + TypeInfo + MaxEncodedLen + Send + Sync + MaybeSerializeDeserialize + 'static { }
Expand description

Simple amalgamation trait to collect together properties for a Balance under one roof.

Object Safety§

This trait is not object safe.

Implementors§

§

impl<T> Balance for T
where T: AtLeast32BitUnsigned + FullCodec + Copy + Default + Debug + TypeInfo + MaxEncodedLen + Send + Sync + MaybeSerializeDeserialize + 'static,