Type alias BatchDidUpdate

BatchDidUpdate: {
    did: Did;
    i: number;
    update: DidUpdate;
}

Type declaration

  • did: Did

    The current state of the DID that is being updated.

  • i: number

    The did index in its original batched creation transaction.

  • update: DidUpdate

    The update operation to apply to the DID. If this is an empty object, the DID will be deactivated.