Documentation
    Preparing search index...

    Interface PredictPackages

    The three published Move packages a Predict deployment spans.

    interface PredictPackages {
        account: string;
        predict: string;
        predictV1?: string;
        propbook: string;
    }
    Index
    account: string
    predict: string

    Latest published package ID, used for Move calls.

    predictV1?: string

    Original ID for v1 structs/events. Omit only for an unupgraded custom deployment.

    propbook: string