deriveInternal method
Implementation
SaplingExtendedSpendingKey deriveInternal() {
final generator = SaplingZip32MasterKeyGenerator();
return generator.deriveInternal(this);
}
SaplingExtendedSpendingKey deriveInternal() {
final generator = SaplingZip32MasterKeyGenerator();
return generator.deriveInternal(this);
}