Interface AppliedCurationRewardOperation

Account receive curation reward for his upvote.

interface AppliedCurationRewardOperation {
    block: number;
    op: {
        type: "curation_reward_operation";
        value: {
            comment_author: string;
            comment_permlink: string;
            curator: string;
            reward: {
                amount: string;
                nai: string;
                precision: number;
            };
        };
    };
    op_in_trx: number;
    timestamp: string;
    trx_id: string;
    trx_in_block: number;
    virtual_op: number;
}

Hierarchy (view full)

Properties

block: number
op: {
    type: "curation_reward_operation";
    value: {
        comment_author: string;
        comment_permlink: string;
        curator: string;
        reward: {
            amount: string;
            nai: string;
            precision: number;
        };
    };
}
op_in_trx: number
timestamp: string
trx_id: string
trx_in_block: number
virtual_op: number