op
op: { type: "comment_options_operation"; value: { allow_curation_rewards: boolean; allow_votes: boolean; author: string; extensions: [number, { beneficiaries: BeneficiaryRoute[]; } | { percent_blurt: number; }][]; max_accepted_payout: { amount: string; nai: string; precision: number; }; permlink: string; }; } Type declaration
type: "comment_options_operation"
value: {
allow_curation_rewards: boolean;
allow_votes: boolean;
author: string;
extensions: [number, {
beneficiaries: BeneficiaryRoute[];
} | {
percent_blurt: number;
}][];
max_accepted_payout: {
amount: string;
nai: string;
precision: number;
};
permlink: string;
}
allow_curation_rewards: boolean
allow_votes: boolean
author: string
extensions: [number, {
beneficiaries: BeneficiaryRoute[];
} | {
percent_blurt: number;
}][]
max_accepted_payout: {
amount: string;
nai: string;
precision: number;
}
amount: string
nai: string
precision: number
permlink: string
Applied operation.