/// autogenerated by protoc-plugin-js import type { Signature } from './Signature' export * from './AnnounceNode/encode.js' export * from './AnnounceNode/decode.js' export type AnnounceNode = { vegaPubKey: string ethereumAddress: string chainPubKey: string infoUrl: string country: string id: string name: string avatarUrl: string vegaPubKeyIndex: number fromEpoch: bigint ethereumSignature: Signature vegaSignature: Signature submitterAddress: string }