submit: TxDescriptor<{
    enactment_moment: TraitsScheduleDispatchTime;
    proposal: PreimagesBounded;
    proposal_origin: PolkadotRuntimeOriginCaller;
}>

Propose a referendum on a privileged action.

  • origin: must be SubmitOrigin and the account must have SubmissionDeposit funds available.
  • proposal_origin: The origin from which the proposal should be executed.
  • proposal: The proposal.
  • enactment_moment: The moment that the proposal should be enacted.

Emits Submitted.