op
op: {
type: "vote_operation";
value: {
author: string;
permlink: string;
voter: string;
weight: number;
};
}
Type declaration
type: "vote_operation"
value: {
author: string;
permlink: string;
voter: string;
weight: number;
}
author: string
permlink: string
voter: string
weight: number
Vote on a comment.