Type alias DidUpdateParams

DidUpdateParams: BaseDidTransactionParams & DidUtxo & {
    did: Did;
    update: DidUpdate;
}

Type declaration

  • did: Did

    The current state of the DID that is being updated.

  • update: DidUpdate

    The update operation to apply to the DID.