pub fn table_proposal<T: Config>(
    prop_index: PropIndex,
    delay: BlockNumberFor<T>
)
Expand description

Same as fast_track but with the default VotingPeriod.

The dispatch of this call must be FastTrackOrigin.

  • prop_index: The index of the proposal.
  • delay: The number of blocks to wait after approval before execution.

Emits Started and FastTrack.

Weight: O(1)

Warning: Doc-Only

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