/// autogenerated by protoc-plugin-js import type { Value } from './../google/protobuf/Value' import type { EthCallTrigger } from './EthCallTrigger' import type { Filter } from './data/v1/Filter' import type { Normaliser } from './Normaliser' export * from './EthCallSpec/encode.js' export * from './EthCallSpec/decode.js' export type EthCallSpec = { address: string abi: string method: string args: Value[] trigger: EthCallTrigger requiredConfirmations: bigint filters: Filter[] normalisers: Normaliser[] sourceChainId: bigint }