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.

Implementors§

source§

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