Interface ProducerRewardOperation

Generic operation.

interface ProducerRewardOperation {
    0: "producer_reward";
    1: {
        producer: string;
        vesting_shares: string | Asset;
    };
}

Hierarchy (view full)

Properties

0 1

Properties

0
1: {
    producer: string;
    vesting_shares: string | Asset;
}

Type declaration

  • producer: string

    The witness account.

  • vesting_shares: string | Asset

    Reward in VESTS.