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

    Interface DeleteFileResult

    Result of deleting a file

    interface DeleteFileResult {
        registryDeleted: boolean;
        storageDeleted?: boolean;
        transactionHash?: `0x${string}`;
    }
    Index

    Properties

    registryDeleted: boolean

    Whether the file was successfully deleted from the registry

    storageDeleted?: boolean

    Whether the file was successfully deleted from storage

    transactionHash?: `0x${string}`

    Transaction hash of the deletion