pub type DaoTreasuryAddress<T: Config> = StorageValue<_GeneratedPrefixForStorageDaoTreasuryAddress<T>, <T as Config>::AccountId, ValueQuery, DefaultDaoTreasuryAddress<T>>;
Expand description
The treasury address to which the treasury emission percentages and other funds go to. A proposal can be created withdrawing the funds to a key.
Storage type is [StorageValue
] with value type AccountIdOf < T >
.
Aliased Typeยง
struct DaoTreasuryAddress<T: Config>(/* private fields */);