Interface CommentBenefactorRewardOperation
interface CommentBenefactorRewardOperation { 0: "comment_benefactor_reward"; 1: { author: string; benefactor: string; blurt_payout: string | Asset; permlink: string; vesting_payout: string | Asset; }; } Properties
1
1: { author: string; benefactor: string; blurt_payout: string | Asset; permlink: string; vesting_payout: string | Asset; }
Generic operation.