export class Vote {
constructor(position, stake, lockingTime) {
this.position = position;
this.stake = stake;
this.lockingTime = lockingTime;
}