@upbond/sdk - v0.0.3
    Preparing search index...

    Type Alias ProgressPhase

    ProgressPhase:
        | "idle"
        | "exchanging-code"
        | "connecting-wallet"
        | "unlocking"
        | "signing"
        | "recovering"

    The current long-running operation, for progress UI. idle when nothing is in flight; the other phases correspond to code exchange, connectWallet(), unlockWallet()/setupWallet(), signing, and recovery respectively.