Skip to main content

Profile type

Profile structure that can be used for profiles storage

Signature:

export type Profile = {
id: string;
nonce: number;
genesisIdentifier: string;
verifier: string;
};