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

    Interface PollResult

    A poll result: the public state plus whether a terminal state is success.

    interface PollResult {
        phase: string;
        raw: unknown;
        succeeded: boolean;
        terminal: boolean;
    }

    Hierarchy (View Summary)

    Index

    Properties

    phase: string
    raw: unknown
    succeeded: boolean
    terminal: boolean