String base58FromEVM(String evmAddress) { final bytes = evmAddress.hexToBytesWithPrefix; return base58CheckEncode(TRON_ADDRESS_PREFIX, bytes); }