Export

CreateDidIndyRequest

Hierarchy

  • CreateDidIndyRequest

Properties

Properties

features?: {
    [key: string]: object;
}

Additional features to enable for the did.

Type declaration

  • [key: string]: object

Memberof

CreateDidIndyRequest

options?: {
    [key: string]: object;
}

Additional configuration options. Supported options: did, seed, key_type. Default key_type is ed25519.

Type declaration

  • [key: string]: object

Memberof

CreateDidIndyRequest

Generated using TypeDoc