Type alias VerifiablePresentationSignOptions

VerifiablePresentationSignOptions: {
    did: BearerDid;
}

Options for signing a verifiable presentation.

Type declaration

  • did: BearerDid

    The holder DID of the presentation, represented as a PortableDid.

Param: did

The holder DID of the presentation, represented as a PortableDid.