Interface CommentBenefactorRewardOperation

Generic operation.

interface CommentBenefactorRewardOperation {
    0: "comment_benefactor_reward";
    1: {
        author: string;
        benefactor: string;
        blurt_payout: string | Asset;
        permlink: string;
        vesting_payout: string | Asset;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

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