• Creates a plain PostponableStart policy value — grants a graduation bucket the ability to have its start condition postponed on-chain, up to maxPostpones times and within delayBudgetSeconds total.

    Used directly by the inline addRaydiumClmmBucketV2 instruction, whose postponableStart argument is a plain optional rather than the extension-list entries created by createPostponableStart (CPMM) and createClmmPostponableStart (CLMM).

    Parameters

    • Optional options: {
          delayBudgetSeconds?: number;
          maxPostpones?: number;
      }

    Returns PostponableStartArgs

Generated using TypeDoc