Interface CommentOptionsOperation
Properties
0
0: "comment_options"
1
1
: { allow_curation_rewards
: boolean; allow_votes
: boolean; author
: string; extensions
: [0, { beneficiaries
: BeneficiaryRoute[] }][]; max_accepted_payout
: Asset | string; percent_hbd
?: undefined | number; percent_steem_dollars
?: undefined | number; permlink
: string }
Type declaration
-
allow_curation_rewards: boolean
-
allow_votes: boolean
-
author: string
-
extensions: [0, { beneficiaries: BeneficiaryRoute[] }][]
-
max_accepted_payout: Asset | string
-
Optional percent_hbd?: undefined | number
-
Optional percent_steem_dollars?: undefined | number
-
permlink: string
Whether to allow post to recieve curation rewards.