pub fn add_emission_proposal<T: Config>(
recycling_percentage: Percent,
treasury_percentage: Percent,
incentives_ratio: Percent,
data: Vec<u8>,
)
Expand description
Creates a new emission percentage proposal.
ยงWarning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::add_emission_proposal
.