GitHubNPM
  • Preparing search index...
  • The search index is not available
Steer Protocol SDK - v3.4.3
  • Steer Protocol SDK
  • index
  • prepareAlgebraPool

Function prepareAlgebraPool

  • prepareAlgebraPool(
        params: Omit<InspectAlgebraPoolParams, "blockNumber"> & {
            initialPrice: AlgebraInitialPrice;
            pluginData?: `0x${string}`;
            blockNumber?: bigint;
        },
    ): Promise<PrepareAlgebraPoolResult>
  • Prepare the next honest lifecycle step. Creation and initialization remain separate when the SDK has no proven atomic initializer deployment.

    Parameters

    • params: Omit<InspectAlgebraPoolParams, "blockNumber"> & {
          initialPrice: AlgebraInitialPrice;
          pluginData?: `0x${string}`;
          blockNumber?: bigint;
      }

    Returns Promise<PrepareAlgebraPoolResult>

    • Defined in src/pool-lifecycle/algebra/actions.ts:219

Settings

Member Visibility
GitHubNPM
Steer Protocol SDK - v3.4.3
  • Loading...

Generated using TypeDoc