masterKeyGenerator property

  1. @override
Bip32Slip10Secp256k1MstKeyGenerator get masterKeyGenerator
override

Returns the master key generator for SECP256K1.

Implementation

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