ao-js-sdk - v0.0.9
    Preparing search index...

    Interface FairLaunchProcessData

    Represents detailed Fair Launch Process data

    interface FairLaunchProcessData {
        infoData?: DryRunResult;
        isLoading: boolean;
        name: string;
        processId: string;
        status: string;
    }
    Index

    Properties

    infoData?: DryRunResult

    Additional information from dryrun

    isLoading: boolean

    Whether data is currently loading

    name: string

    Process name

    processId: string

    Process ID

    status: string

    Current status