/// autogenerated by protoc-plugin-js import type { ValidatorNodeStatus } from './ValidatorNodeStatus' export * from './RankingScore/encode.js' export * from './RankingScore/decode.js' export type RankingScore = { stakeScore: string performanceScore: string previousStatus: ValidatorNodeStatus status: ValidatorNodeStatus votingPower: number rankingScore: string }