UNPKG

@avalanche-sdk/interchain

Version:
7 lines 394 B
import { Address, WalletClient } from "viem"; import { ChainConfig } from "../../chains/types/chainConfig"; export declare function deployERC20Token(walletClient: WalletClient, chain: ChainConfig, name: string, symbol: string, initialSupply: number, recipient: Address): Promise<{ txHash: `0x${string}`; contractAddress: `0x${string}`; }>; //# sourceMappingURL=deployERC20Token.d.ts.map