/// autogenerated by protoc-plugin-js import type { Epoch } from './Epoch' export * from './EpochParticipation/encode.js' export * from './EpochParticipation/decode.js' export type EpochParticipation = { epoch: Epoch offline: bigint online: bigint totalRewards: number }