masterKeyGenerator property

  1. @override
CardanoIcarusMstKeyGenerator get masterKeyGenerator
override

Returns the master key generator used for CardanoIcarusBip32 keys.

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

Implementation

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