pub fn create_stealth_address(
scan_pubkey: &ScanPubkey,
spend_pubkey: &AffinePoint,
) -> (StealthAddress, Scalar)Expand description
Sender creates a stealth address for the recipient. Uses the recipient’s scan pubkey and spend pubkey.
pub fn create_stealth_address(
scan_pubkey: &ScanPubkey,
spend_pubkey: &AffinePoint,
) -> (StealthAddress, Scalar)Sender creates a stealth address for the recipient. Uses the recipient’s scan pubkey and spend pubkey.