Interface for ephemeral key pairs used in stealth transactions

interface EphemeralKeyPair {
    epriv: string;
    epub: string;
    priv: string;
    pub: string;
}

Properties

Properties

epriv: string
epub: string
priv: string
pub: string