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

    Interface DataPointDeletedResult

    Both the gateway tombstone and the blob cleanup succeeded.

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

    Hierarchy

    • DataPointDeletionBase
      • DataPointDeletedResult
    Index

    Properties

    Properties

    version: string

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

    tombstone: DeleteDataPointResult

    The gateway's 200 body for the tombstone.