pub fn propose<T: Config<I>, I: 'static>(
    threshold: u32,
    proposal: Box<<T as Config<I>>::Proposal>,
    length_bound: u32
)
Expand description

Add a new proposal to be voted on.

Must be called by a Fellow.

Warning: Doc-Only

This function is an automatically generated, and is doc-only, uncallable stub. See the real version in Pallet::propose.