masterKeyGenerator property

  1. @override
IBip32MstKeyGenerator get masterKeyGenerator
override

Returns the master key generator for Ed25519.

This method returns an instance of the Bip32Slip10Ed25519MstKeyGenerator class, which is used for generating the master key within the Ed25519 curve.

Implementation

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