saplingAddressAt method

SaplingDerivedAddress saplingAddressAt(
  1. DiversifierIndex index, {
  2. Bip44Changes scope = Bip44Changes.chainExt,
})

Returns the Sapling-derived address at the given diversifier index.

Implementation

SaplingDerivedAddress saplingAddressAt(
  DiversifierIndex index, {
  Bip44Changes scope = Bip44Changes.chainExt,
}) => toUnifiedIncomingViewingKey(scope: scope).saplingAddressAt(index);