Skip to main content

Identity type

Identity structure that can be used for identity storage

Signature:

export type Identity = {
did: string;
state?: Hash;
isStatePublished?: boolean;
isStateGenesis?: boolean;
};