X
Docs
Overview
When to Use RLock

When to Use RLock

Use RLock if you:

  • Combine several instructions/intents and need size checks.
  • Hit hot-account contention and want retries and priority fees.
  • Want consistent ComputeBudget insertion without hand-crafting.
  • Prefer pluggable ALT sources to shrink messages.
  • Need to switch between L1 and Router lanes without changing logic.
Edit on GitHub