@edgible-team/sdk
    Preparing search index...

    Interface StorageSeedResult

    Outcome of a completed storage seed upload.

    interface StorageSeedResult {
        bytes: number;
        finalState: string;
        sha256: string;
        uploadId: string;
    }
    Index

    Properties

    bytes: number
    finalState: string
    sha256: string
    uploadId: string