Documentation
    Preparing search index...

    Interface WriteBlobStepRegistered

    interface WriteBlobStepRegistered {
        blobId: string;
        blobObjectId: string;
        nonce?: string;
        step: "registered";
        txDigest: string;
    }
    Index

    Properties

    blobId: string
    blobObjectId: string
    nonce?: string
    step: "registered"
    txDigest: string