menu
crypto_wallet_util package
documentation
cosmos_dart.dart
Bip32EccCurve
isScalar method
isScalar method
dark_mode
light_mode
isScalar
method
bool
isScalar
(
Uint8List
x
)
Implementation
bool isScalar(Uint8List x) { return x.length == 32; }
crypto_wallet_util package
documentation
cosmos_dart
Bip32EccCurve
isScalar method
Bip32EccCurve class