masterKeyGenerator property

  1. @override
CardanoByronLegacyMstKeyGenerator get masterKeyGenerator
override

Returns the master key generator used for CardanoByronLegacyBip32 keys.

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

Implementation

@override
CardanoByronLegacyMstKeyGenerator get masterKeyGenerator {
  return CardanoByronLegacyMstKeyGenerator();
}