Skip to main content
SendEvmTransactionWithEndUserAccountBodyNetwork: {
  base: "base";
  base-sepolia: "base-sepolia";
  ethereum: "ethereum";
  ethereum-sepolia: "ethereum-sepolia";
  avalanche: "avalanche";
  polygon: "polygon";
  optimism: "optimism";
  arbitrum: "arbitrum";
};

Type declaration

base

readonly base: "base";

base-sepolia

readonly base-sepolia: "base-sepolia";

ethereum

readonly ethereum: "ethereum";

ethereum-sepolia

readonly ethereum-sepolia: "ethereum-sepolia";

avalanche

readonly avalanche: "avalanche";

polygon

readonly polygon: "polygon";

optimism

readonly optimism: "optimism";

arbitrum

readonly arbitrum: "arbitrum";
I