/// autogenerated by protoc-plugin-js import type { EpochTimestamps } from './EpochTimestamps' import type { Node } from './Node' import type { Delegation } from './Delegation' export * from './Epoch/encode.js' export * from './Epoch/decode.js' export type Epoch = { seq: bigint timestamps: EpochTimestamps validators: Node[] delegations: Delegation[] }