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§