pub trait Balance: AtLeast32BitUnsigned + FullCodec + Copy + Default + Debug + TypeInfo { }
Expand description

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

Implementors