menu
hdwallet_lib package
documentation
bip32.dart
BIP32
verify method
verify method
dark_mode
light_mode
verify
method
dynamic
verify
(
Uint8List
hash
,
Uint8List
signature
)
Implementation
verify(Uint8List hash, Uint8List signature) { return ecc.verify(hash, publicKey, signature); }
hdwallet_lib package
documentation
bip32
BIP32
verify method
BIP32 class