add next-public-key-hash to manual input
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
export interface Contact {
|
||||
did: string;
|
||||
name?: string;
|
||||
nextPublicKeyHashBase64?: string; // base64-encoded SHA256 hash of next public key
|
||||
nextPubKeyHashB64?: string; // base64-encoded SHA256 hash of next public key
|
||||
publicKeyBase64?: string;
|
||||
seesMe?: boolean;
|
||||
registered?: boolean;
|
||||
|
||||
Reference in New Issue
Block a user