defy.tools

Interface PrivateChannelContactInfo

interface PrivateChannelContactInfo {
    contact_pubkey: string;
    dkxNotify: HDKXNotification;
    notifs_sent: string[];
}

Properties

contact_pubkey: string
dkxNotify: HDKXNotification
notifs_sent: string[]