Optional
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.
lastValidBlockHeight
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.