BondingCurveBucketV2: {
    bondingCurveType: ConstantProduct;
    bucket: BucketBase;
    constantProductParams: {
        virtualSol: bigint;
        virtualTokens: bigint;
    };
    depositFee: bigint;
    depositFeeType: FeeDiscriminants;
    endBehaviors: Behavior[];
    extensions: BondingCurveV2Extensions;
    header: AccountHeader;
    key: Key;
    padding: number[];
    padding2: number[];
    publicKey: PublicKey<string>;
    quoteTokenDepositTotal: bigint;
    reserved: number[];
    swapEndCondition: Condition;
    swapStartCondition: Condition;
    withdrawFee: bigint;
    withdrawFeeType: FeeDiscriminants;
}

Type declaration

Generated using TypeDoc