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

    Interface PromoteParams

    Parameters for StorageClient.promote.

    interface PromoteParams {
        applicationId: string;
        mobility?: "immovable" | "movable" | "replicated";
        name: string;
    }
    Index

    Properties

    applicationId: string
    mobility?: "immovable" | "movable" | "replicated"

    Final mobility for the promoted entry.

    name: string

    The spec.storage[] / registry storage name being promoted.