neutered property

  1. @override
Bip32VerifyKey neutered
override

Implementation

@override
Bip32VerifyKey get neutered =>
    Bip32Ed25519KeyDerivation.instance.neuterPriv(this) as Bip32VerifyKey;