Documentation
    Preparing search index...

    Interface WriteBlobStepUploaded

    interface WriteBlobStepUploaded {
        blobId: string;
        blobObjectId: string;
        certificate: string;
        step: "uploaded";
        txDigest?: string;
    }
    Index

    Properties

    blobId: string
    blobObjectId: string
    certificate: string
    step: "uploaded"
    txDigest?: string