• Returns true if the bonding curve's liquidity has graduated to a Raydium CPMM pool. This fetches the Raydium bucket account on-chain, so it requires an RPC call.

    Use isSoldOut for a quick synchronous check on whether the curve has sold out (graduation follows sell-out but may not have completed yet).

    Returns

    true if graduated, false otherwise

    Parameters

    • context: Pick<Context, "rpc" | "eddsa" | "programs">

      Umi context with RPC, eddsa, and programs

    • bucket: BondingCurveBucketV2

      The deserialized BondingCurveBucketV2 account

    Returns Promise<boolean>

Generated using TypeDoc