isRoot property
Indicates whether this BIP32 hierarchical wallet is the root wallet.
Implementation
late final bool isRoot = bytesListEqual(_fingerPrint, Uint8List(4));
Indicates whether this BIP32 hierarchical wallet is the root wallet.
late final bool isRoot = bytesListEqual(_fingerPrint, Uint8List(4));