pub trait Balance: AtLeast32BitUnsigned + FullCodec + Copy + Default + Debug + TypeInfo { }
Simple amalgamation trait to collect together properties for a Balance under one roof.