Interface CurationRewardOperation
interface CurationRewardOperation { 0: "curation_reward"; 1: { comment_author: string; comment_permlink: string; curator: string; reward: string | Asset; }; } Properties
1
1: { comment_author: string; comment_permlink: string; curator: string; reward: string | Asset; }
Account receive curation reward for his upvote.