pub fn sapling_default_address(
    fvk: &FullViewingKey,
    dk: &DiversifierKey
) -> (DiversifierIndex, PaymentAddress)
Expand description

Returns the payment address corresponding to the smallest valid diversifier index, along with that index.