pub fn sapling_address(
fvk: &FullViewingKey,
dk: &DiversifierKey,
j: DiversifierIndex,
) -> Option<PaymentAddress>Expand description
Attempt to produce a payment address given the specified diversifier index, and return None if the specified index does not produce a valid diversifier.