Interface AuthorRewardOperation

Author receive reward for his content.

interface AuthorRewardOperation {
    0: "author_reward";
    1: {
        author: string;
        blurt_payout: string | Asset;
        permlink: string;
        vesting_payout: string | Asset;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    author: string;
    blurt_payout: string | Asset;
    permlink: string;
    vesting_payout: string | Asset;
}