toHex property

  1. @override
String? toHex
override

Converts the Smart Wallet address to its hexadecimal representation.

Implementation

@override
String? get toHex => _walletAddress?.hexEip55;