interface IAddMrEnclavePayload {
    ciphersuite: string;
    mr_enclave: string;
    secret_names: string[];
    timestamp: number;
    user_pubkey: string;
}

Implemented by

Properties

ciphersuite: string
mr_enclave: string
secret_names: string[]
timestamp: number
user_pubkey: string