defy.tools

Interface ContactInfo

interface ContactInfo {
    contact_pubkey: string;
    created_at: number;
    notifs_sent?: string[];
    send_hdkey?: HDKey;
}

Properties

contact_pubkey: string
created_at: number
notifs_sent?: string[]
send_hdkey?: HDKey