solana-resilience-kit - v1.0.0
    Preparing search index...

    Class ConfirmationTracker

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Polls until the tx is confirmed or its blockhash expires.

      Termination is the canonical Solana rule: the loop is bounded solely by lastValidBlockHeight (block height passing the deadline), never an arbitrary poll cap that could mask the real bound.

      Parameters

      Returns Promise<TrackResult>