Interface ProducerRewardOperation
interface ProducerRewardOperation { 0: "producer_reward"; 1: { producer: string; vesting_shares: string | Asset; }; } Properties
1
1: { producer: string; vesting_shares: string | Asset; } Type declaration
producer: string
vesting_shares: string | Asset
Generic operation.