keyDerivator property

  1. @override
IBip32KeyDerivator get keyDerivator
override

Returns the key derivator for SECP256K1.

This method returns an instance of the Bip32Slip10EcdsaDerivator class, which is used for key derivation within the Ed25519 curve.

Implementation

@override
IBip32KeyDerivator get keyDerivator {
  return Bip32Slip10EcdsaDerivator();
}