Profile type
Profile structure that can be used for profiles storage
Signature:
export type Profile = {
id: string;
nonce: number;
genesisIdentifier: string;
verifier: string;
};
Profile structure that can be used for profiles storage
Signature:
export type Profile = {
id: string;
nonce: number;
genesisIdentifier: string;
verifier: string;
};