/// autogenerated by protoc-plugin-js import type { EpochData } from './EpochData' import type { NodeStatus } from './NodeStatus' import type { Delegation } from './Delegation' import type { RewardScore } from './RewardScore' import type { RankingScore } from './RankingScore' export * from './Node/encode.js' export * from './Node/decode.js' export type Node = { id: string pubKey: string tmPubKey: string ethereumAddress: string infoUrl: string location: string stakedByOperator: string stakedByDelegates: string stakedTotal: string maxIntendedStake: string pendingStake: string epochData: EpochData status: NodeStatus delegations: Delegation[] rewardScore: RewardScore rankingScore: RankingScore name: string avatarUrl: string }