Interface for stealth address generation result

interface StealthAddressResult {
    ephemeralPublicKey: string;
    recipientPublicKey: string;
    stealthAddress: string;
}

Properties

ephemeralPublicKey: string
recipientPublicKey: string
stealthAddress: string