/// autogenerated by protoc-plugin-js import type { Signature } from './Signature' export * from './EthereumKeyRotateSubmission/encode.js' export * from './EthereumKeyRotateSubmission/decode.js' export type EthereumKeyRotateSubmission = { targetBlock: bigint newAddress: string currentAddress: string submitterAddress: string ethereumSignature: Signature }