Type alias BatchDidUpdateParams

BatchDidUpdateParams: BaseDidTransactionParams & DidUtxo & {
    deactivationIndexes?: number[];
    updates?: BatchDidUpdate[];
}

Type declaration

  • Optional deactivationIndexes?: number[]

    A list of indexes of DIDs to deactivate.

  • Optional updates?: BatchDidUpdate[]

    A list of update operations to perform in batch.