Function pallet_democracy::pallet::dispatchables::second
source · pub fn second<T: Config>(proposal: PropIndex)
Expand description
Signals agreement with a particular proposal.
The dispatch origin of this call must be Signed and the sender must have funds to cover the deposit, equal to the original deposit.
proposal
: The index of the proposal to second.
§Warning: Doc-Only
This function is an automatically generated, and is doc-only, uncallable
stub. See the real version in
Pallet::second
.