IdentityCreationOptions interface
DID creation options seed - seed to generate BJJ keypair revocationOpts - IdentityCreationOptions
Signature:
export interface IdentityCreationOptions
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| blockchain? | Blockchain | (Optional) | |
| method? | DidMethod | (Optional) | |
| networkId? | NetworkId | (Optional) | |
| revocationOpts | { id: string; type: CredentialStatusType; nonce?: number; } | ||
| seed? | Uint8Array | (Optional) |