Interface AuthorRewardOperation
interface AuthorRewardOperation { 0: "author_reward"; 1: { author: string; blurt_payout: string | Asset; permlink: string; vesting_payout: string | Asset; }; } Properties
1
1: { author: string; blurt_payout: string | Asset; permlink: string; vesting_payout: string | Asset; }
Author receive reward for his content.