dsteem
    Preparing search index...

    Interface RemoveProposalOperation

    Generic operation.

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

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

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