Interface CommentOptionsOperation
interface CommentOptionsOperation { 0: "comment_options"; 1: { allow_curation_rewards: boolean; allow_votes: boolean; author: string; extensions: [number, { beneficiaries: BeneficiaryRoute[]; } | { percent_blurt: number; }][]; max_accepted_payout: string | Asset; permlink: string; }; } Properties
1
1: { allow_curation_rewards: boolean; allow_votes: boolean; author: string; extensions: [number, { beneficiaries: BeneficiaryRoute[]; } | { percent_blurt: number; }][]; max_accepted_payout: string | Asset; permlink: string; } Type declaration
allow_curation_rewards: boolean
allow_votes: boolean
author: string
extensions: [number, {
beneficiaries: BeneficiaryRoute[];
} | {
percent_blurt: number;
}][]
max_accepted_payout: string | Asset
permlink: string
Generic operation.