Type alias BundlerConfigWithChainId

BundlerConfigWithChainId: Bundlerconfig & {
    chainId: number;
}

Type declaration

  • chainId: number