masterKeyGenerator property
Returns the master key generator for Ed25519.
Implementation
@override
IBip32MstKeyGenerator get masterKeyGenerator {
return Bip32Slip10Ed25519MstKeyGenerator();
}
Returns the master key generator for Ed25519.
@override
IBip32MstKeyGenerator get masterKeyGenerator {
return Bip32Slip10Ed25519MstKeyGenerator();
}