Erc20Info: {
    address: EvmAddress;
    chainType: ChainType;
    decimals: number;
    name: string;
    symbol: string;
}

Initialization object for erc20 factory function

Type declaration