deriveInternal method

SaplingExtendedSpendingKey deriveInternal()

Implementation

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