Vana SDK - v4.1.0
    Preparing search index...

    Interface DataPointDeletionPartialResult

    The gateway recorded the tombstone (durable, the data point is deleted) but the blob cleanup failed. Retry storage.deleteScope(owner, scope) later; the tombstone does not need to be re-signed.

    interface DataPointDeletionPartialResult {
        version: string;
        tombstone: DeleteDataPointResult;
    }

    Hierarchy

    • DataPointDeletionBase
      • DataPointDeletionPartialResult
    Index

    Properties

    Properties

    version: string

    Decimal-string uint256 of the tombstone version (current + 1).

    tombstone: DeleteDataPointResult

    The gateway's 200 body for the tombstone.