add next-public-key-hash to manual input

This commit is contained in:
2024-01-05 12:44:28 -07:00
parent ec6175a550
commit aeb1d6a6a5
3 changed files with 25 additions and 11 deletions

View File

@@ -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;