deriveFromPublic method

  1. @override
Bip32ChildKey deriveFromPublic({
  1. SaplingExtendedSpendingKey? parent,
  2. required Bip32KeyIndex index,
})
override

Implementation

@override
Bip32ChildKey deriveFromPublic({
  SaplingExtendedSpendingKey? parent,
  required Bip32KeyIndex index,
}) {
  throw const Zip32Error('Public child derivation is not supported');
}