interface IUpdateUserPayload {
    ciphersuite: string;
    contact_info: string;
    timestamp: number;
    user_pubkey: string;
}

Implemented by

Properties

ciphersuite: string
contact_info: string
timestamp: number
user_pubkey: string