Interface CurationRewardOperation

Account receive curation reward for his upvote.

interface CurationRewardOperation {
    0: "curation_reward";
    1: {
        comment_author: string;
        comment_permlink: string;
        curator: string;
        reward: string | Asset;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    comment_author: string;
    comment_permlink: string;
    curator: string;
    reward: string | Asset;
}