accountId property

Uint8List? accountId

Implementation

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