saplingAddressAt method
SaplingDerivedAddress
saplingAddressAt(
- DiversifierIndex index, {
- 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);