op
op: {
type: "producer_reward_operation";
value: {
producer: string;
vesting_shares: {
amount: string;
nai: string;
precision: number;
};
};
}
Type declaration
type: "producer_reward_operation"
value: {
producer: string;
vesting_shares: {
amount: string;
nai: string;
precision: number;
};
}
producer: string
vesting_shares: {
amount: string;
nai: string;
precision: number;
}
amount: string
nai: string
precision: number
Applied operation.