masterKeyGenerator property

  1. @override
IBip32MstKeyGenerator get masterKeyGenerator
override

Returns the master key generator used for Bip32KholawEd25519 keys.

This getter returns an instance of Bip32KholawEd25519MstKeyGenerator as the master key generator for this key type.

Implementation

@override
IBip32MstKeyGenerator get masterKeyGenerator {
  return Bip32KholawEd25519MstKeyGenerator();
}