dsteem
    Preparing search index...

    Interface CommentOptionsOperation

    Generic operation.

    interface CommentOptionsOperation {
        "0": "comment_options";
        "1": {
            allow_curation_rewards: boolean;
            allow_votes: boolean;
            author: string;
            extensions: [0, { beneficiaries: BeneficiaryRoute[] }][];
            max_accepted_payout: string | Asset;
            percent_steem_dollars: number;
            permlink: string;
        };
    }

    Hierarchy (View Summary)

    Index

    Properties

    0 1

    Properties

    "0": "comment_options"
    "1": {
        allow_curation_rewards: boolean;
        allow_votes: boolean;
        author: string;
        extensions: [0, { beneficiaries: BeneficiaryRoute[] }][];
        max_accepted_payout: string | Asset;
        percent_steem_dollars: number;
        permlink: string;
    }

    Type Declaration

    • allow_curation_rewards: boolean

      Whether to allow post to recieve curation rewards.

    • allow_votes: boolean

      Whether to allow post to receive votes.

    • author: string
    • extensions: [0, { beneficiaries: BeneficiaryRoute[] }][]
    • max_accepted_payout: string | Asset

      SBD value of the maximum payout this post will receive.

    • percent_steem_dollars: number

      The percent of Steem Dollars to key, unkept amounts will be received as Steem Power.

    • permlink: string