keyDerivator property

  1. @override
IBip32KeyDerivator get keyDerivator
override

Returns the key derivator used for Bip32KholawEd25519 keys.

This getter returns an instance of Bip32KholawEd25519KeyDerivator as the key derivator for this key type.

Implementation

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