accountId property

Uint8List? get accountId

Implementation

Uint8List? get accountId =>
    ecPublicKey != null ? getAccountIdFromRawPublicKey(ecPublicKey!) : null;