keyDerivator property
Returns the key derivator used for CardanoByronLegacyBip32 keys.
This getter returns an instance of CardanoByronLegacyKeyDerivator as the key derivator for this key type.
Implementation
@override
IBip32KeyDerivator get keyDerivator {
return CardanoByronLegacyKeyDerivator();
}