Skip to main content

IdentityCreationOptions interface

DID creation options seed - seed to generate BJJ keypair revocationOpts - IdentityCreationOptions

Signature:

export interface IdentityCreationOptions 

Properties

PropertyModifiersTypeDescription
blockchain?Blockchain(Optional)
method?DidMethod(Optional)
networkId?NetworkId(Optional)
revocationOpts{ id: string; type: CredentialStatusType; nonce?: number; }
seed?Uint8Array(Optional)