Type Alias pallet_runtime_configs::EnableBalanceTransfers

source ·
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§

struct EnableBalanceTransfers<T>(/* private fields */);