ecChecksumAddress property

String? ecChecksumAddress

Implementation

String? get ecChecksumAddress => account.ecIdentity?.getAccountId() != null
    ? crc32Add(account.ecIdentity!.getAccountId()).toHex()
    : null;