submit: TxDescriptor<
    {
        enactment_moment: TraitsScheduleDispatchTime;
        proposal: PreimagesBounded;
        proposal_origin: Enum<
            {
                Origins: WestendRuntimeGovernanceOriginsPalletCustomOriginsOrigin;
                ParachainsOrigin: ParachainsOrigin;
                system: DispatchRawOrigin;
                XcmPallet: Enum<
                    {
                        Response: { interior: XcmV5Junctions; parents: number };
                        Xcm: { interior: XcmV5Junctions; parents: number };
                    },
                >;
            },
        >;
    },
>

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.

MMNEPVFCICPMFPCPTTAAATR