Interface RemoveProposalOperation

Generic operation.

interface RemoveProposalOperation {
    0: "remove_proposal";
    1: {
        extensions: any[];
        proposal_ids: number[];
        proposal_owner: string;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    extensions: any[];
    proposal_ids: number[];
    proposal_owner: string;
}

Type declaration

  • extensions: any[]
  • proposal_ids: number[]

    IDs of proposals to be removed. Nonexisting IDs are ignored.

  • proposal_owner: string