referrerpolicy=no-referrer-when-downgrade
frame_support::traits::tokens

Trait Balance

Source
pub trait Balance:
    AtLeast32BitUnsigned
    + FullCodec
    + DecodeWithMemTracking
    + HasCompact<Type: DecodeWithMemTracking>
    + Copy
    + Default
    + Debug
    + TypeInfo
    + MaxEncodedLen
    + Send
    + Sync
    + MaybeSerializeDeserialize
    + 'static { }
Expand description

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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§