export type RoundStateAbstract = { nextRound: number; prevNextRound: number; stateHash: string; totalHeight: number; prevLink: string; currentRsblockHash: string; proposer: string; validatorsWeight: number; totalIncentive: string; };