pub type EnableBalanceTransfers<T> = StorageValue<_GeneratedPrefixForStorageEnableBalanceTransfers<T>, bool, ValueQuery>;Expand description
Whether to enable balances transfers.
Storage type is [StorageValue] with value type bool.
Aliased Typeยง
pub struct EnableBalanceTransfers<T>(/* private fields */);