@liquid-af/sdk 0.5.1 → 0.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/src/idl/liquid.ts CHANGED
@@ -13456,112 +13456,6 @@ export type Liquid = {
13456
13456
  ]
13457
13457
  }
13458
13458
  ],
13459
- "events": [
13460
- {
13461
- "name": "buybackExecuted",
13462
- "discriminator": [
13463
- 150,
13464
- 109,
13465
- 157,
13466
- 10,
13467
- 124,
13468
- 24,
13469
- 38,
13470
- 189
13471
- ]
13472
- },
13473
- {
13474
- "name": "curveCompleted",
13475
- "discriminator": [
13476
- 1,
13477
- 174,
13478
- 164,
13479
- 127,
13480
- 219,
13481
- 129,
13482
- 243,
13483
- 14
13484
- ]
13485
- },
13486
- {
13487
- "name": "migrationCompleted",
13488
- "discriminator": [
13489
- 223,
13490
- 45,
13491
- 123,
13492
- 192,
13493
- 106,
13494
- 249,
13495
- 6,
13496
- 241
13497
- ]
13498
- },
13499
- {
13500
- "name": "protocolPaused",
13501
- "discriminator": [
13502
- 35,
13503
- 111,
13504
- 245,
13505
- 138,
13506
- 237,
13507
- 199,
13508
- 79,
13509
- 223
13510
- ]
13511
- },
13512
- {
13513
- "name": "protocolUnpaused",
13514
- "discriminator": [
13515
- 248,
13516
- 204,
13517
- 112,
13518
- 239,
13519
- 72,
13520
- 67,
13521
- 127,
13522
- 216
13523
- ]
13524
- },
13525
- {
13526
- "name": "referralRewardsWithdrawn",
13527
- "discriminator": [
13528
- 72,
13529
- 157,
13530
- 89,
13531
- 149,
13532
- 204,
13533
- 211,
13534
- 198,
13535
- 211
13536
- ]
13537
- },
13538
- {
13539
- "name": "tokenCreated",
13540
- "discriminator": [
13541
- 236,
13542
- 19,
13543
- 41,
13544
- 255,
13545
- 130,
13546
- 78,
13547
- 147,
13548
- 172
13549
- ]
13550
- },
13551
- {
13552
- "name": "tradeEvent",
13553
- "discriminator": [
13554
- 189,
13555
- 219,
13556
- 127,
13557
- 211,
13558
- 78,
13559
- 230,
13560
- 97,
13561
- 238
13562
- ]
13563
- }
13564
- ],
13565
13459
  "errors": [
13566
13460
  {
13567
13461
  "code": 6000,
@@ -13795,90 +13689,6 @@ export type Liquid = {
13795
13689
  }
13796
13690
  ],
13797
13691
  "types": [
13798
- {
13799
- "name": "buyAmounts",
13800
- "type": {
13801
- "kind": "struct",
13802
- "fields": [
13803
- {
13804
- "name": "quoteAmountIn",
13805
- "docs": [
13806
- "Quote amount in (SOL lamports or quote token)."
13807
- ],
13808
- "type": "u64"
13809
- },
13810
- {
13811
- "name": "tokensAmountOut",
13812
- "docs": [
13813
- "Tokens received."
13814
- ],
13815
- "type": "u64"
13816
- }
13817
- ]
13818
- }
13819
- },
13820
- {
13821
- "name": "buybackExecuted",
13822
- "docs": [
13823
- "Event emitted when a buyback is executed on a bonding curve."
13824
- ],
13825
- "type": {
13826
- "kind": "struct",
13827
- "fields": [
13828
- {
13829
- "name": "mint",
13830
- "docs": [
13831
- "The token mint."
13832
- ],
13833
- "type": "pubkey"
13834
- },
13835
- {
13836
- "name": "quoteMint",
13837
- "docs": [
13838
- "Quote mint. None for native SOL curves."
13839
- ],
13840
- "type": {
13841
- "option": "pubkey"
13842
- }
13843
- },
13844
- {
13845
- "name": "quoteAmountIn",
13846
- "docs": [
13847
- "Amount of quote tokens/SOL used for the buyback."
13848
- ],
13849
- "type": "u64"
13850
- },
13851
- {
13852
- "name": "tokensBurned",
13853
- "docs": [
13854
- "Amount of tokens burned."
13855
- ],
13856
- "type": "u64"
13857
- },
13858
- {
13859
- "name": "bondingCurve",
13860
- "docs": [
13861
- "The bonding curve PDA."
13862
- ],
13863
- "type": "pubkey"
13864
- },
13865
- {
13866
- "name": "executor",
13867
- "docs": [
13868
- "The address that triggered the buyback."
13869
- ],
13870
- "type": "pubkey"
13871
- },
13872
- {
13873
- "name": "timestamp",
13874
- "docs": [
13875
- "Timestamp of the buyback."
13876
- ],
13877
- "type": "i64"
13878
- }
13879
- ]
13880
- }
13881
- },
13882
13692
  {
13883
13693
  "name": "cashbackConfiguration",
13884
13694
  "docs": [
@@ -14024,80 +13834,6 @@ export type Liquid = {
14024
13834
  ]
14025
13835
  }
14026
13836
  },
14027
- {
14028
- "name": "curveCompleted",
14029
- "docs": [
14030
- "Event emitted when a bonding curve is marked as complete (ready for migration)."
14031
- ],
14032
- "type": {
14033
- "kind": "struct",
14034
- "fields": [
14035
- {
14036
- "name": "mint",
14037
- "docs": [
14038
- "The token mint."
14039
- ],
14040
- "type": "pubkey"
14041
- },
14042
- {
14043
- "name": "bondingCurve",
14044
- "docs": [
14045
- "The bonding curve PDA."
14046
- ],
14047
- "type": "pubkey"
14048
- },
14049
- {
14050
- "name": "marketCapUsd",
14051
- "docs": [
14052
- "Market cap in USD at completion (6 decimals)."
14053
- ],
14054
- "type": "u64"
14055
- },
14056
- {
14057
- "name": "solPriceUsd",
14058
- "docs": [
14059
- "SOL price in USD at completion (6 decimals)."
14060
- ],
14061
- "type": "u64"
14062
- },
14063
- {
14064
- "name": "virtualTokenReserves",
14065
- "docs": [
14066
- "Virtual token reserves at completion."
14067
- ],
14068
- "type": "u64"
14069
- },
14070
- {
14071
- "name": "virtualQuoteReserves",
14072
- "docs": [
14073
- "Virtual quote reserves (SOL) at completion."
14074
- ],
14075
- "type": "u64"
14076
- },
14077
- {
14078
- "name": "realTokenReserves",
14079
- "docs": [
14080
- "Real token reserves at completion."
14081
- ],
14082
- "type": "u64"
14083
- },
14084
- {
14085
- "name": "realQuoteReserves",
14086
- "docs": [
14087
- "Real quote reserves (SOL) at completion."
14088
- ],
14089
- "type": "u64"
14090
- },
14091
- {
14092
- "name": "timestamp",
14093
- "docs": [
14094
- "Timestamp of completion."
14095
- ],
14096
- "type": "i64"
14097
- }
14098
- ]
14099
- }
14100
- },
14101
13837
  {
14102
13838
  "name": "curveStatus",
14103
13839
  "docs": [
@@ -14330,297 +14066,85 @@ export type Liquid = {
14330
14066
  }
14331
14067
  },
14332
14068
  {
14333
- "name": "migrationCompleted",
14334
- "docs": [
14335
- "Event emitted after a successful migration to AMM."
14336
- ],
14069
+ "name": "nativeBondingCurve",
14337
14070
  "type": {
14338
14071
  "kind": "struct",
14339
14072
  "fields": [
14340
14073
  {
14341
- "name": "mint",
14342
- "docs": [
14343
- "The token mint that was migrated."
14344
- ],
14345
- "type": "pubkey"
14346
- },
14347
- {
14348
- "name": "quoteMint",
14349
- "docs": [
14350
- "Quote mint. None for native SOL migrations (WSOL used in AMM)."
14351
- ],
14352
- "type": {
14353
- "option": "pubkey"
14354
- }
14355
- },
14356
- {
14357
- "name": "bondingCurve",
14074
+ "name": "creator",
14358
14075
  "docs": [
14359
- "The bonding curve that was migrated."
14076
+ "The creator of the bonding curve."
14360
14077
  ],
14361
14078
  "type": "pubkey"
14362
14079
  },
14363
14080
  {
14364
- "name": "ammPool",
14081
+ "name": "tokenMint",
14365
14082
  "docs": [
14366
- "The AMM pool state address."
14083
+ "Token mint address."
14367
14084
  ],
14368
14085
  "type": "pubkey"
14369
14086
  },
14370
14087
  {
14371
- "name": "tokenAmount",
14088
+ "name": "realTokenReserves",
14372
14089
  "docs": [
14373
- "Amount of tokens migrated to AMM."
14090
+ "Real token supply."
14374
14091
  ],
14375
14092
  "type": "u64"
14376
14093
  },
14377
14094
  {
14378
- "name": "quoteAmount",
14095
+ "name": "virtualTokenReserves",
14379
14096
  "docs": [
14380
- "Amount of quote migrated to AMM (SOL or quote token)."
14097
+ "Virtual token supply (fixed at creation)."
14381
14098
  ],
14382
14099
  "type": "u64"
14383
14100
  },
14384
14101
  {
14385
- "name": "migrator",
14386
- "docs": [
14387
- "The address that triggered the migration."
14388
- ],
14389
- "type": "pubkey"
14390
- },
14391
- {
14392
- "name": "creator",
14393
- "docs": [
14394
- "The creator of the original bonding curve."
14395
- ],
14396
- "type": "pubkey"
14397
- },
14398
- {
14399
- "name": "timestamp",
14400
- "docs": [
14401
- "Timestamp of the migration."
14402
- ],
14403
- "type": "i64"
14404
- },
14405
- {
14406
- "name": "multiplier",
14407
- "docs": [
14408
- "The ScaledUiAmount multiplier applied at migration.",
14409
- "1.0 means no rebase, <1.0 is reverse split, >1.0 is forward split."
14410
- ],
14411
- "type": "f64"
14412
- },
14413
- {
14414
- "name": "lpMint",
14102
+ "name": "realSolReserves",
14415
14103
  "docs": [
14416
- "The LP mint address created during migration."
14104
+ "Real SOL supply."
14417
14105
  ],
14418
- "type": "pubkey"
14106
+ "type": "u64"
14419
14107
  },
14420
14108
  {
14421
- "name": "lpTokensMinted",
14109
+ "name": "tokenTotalSupply",
14422
14110
  "docs": [
14423
- "Total LP tokens minted."
14111
+ "Total minted token supply."
14424
14112
  ],
14425
14113
  "type": "u64"
14426
14114
  },
14427
14115
  {
14428
- "name": "marketCapUsd",
14116
+ "name": "initialVirtualReserveUsd",
14429
14117
  "docs": [
14430
- "Market cap in USD at migration (6 decimals)."
14118
+ "Initial virtual reserve value in USD (6 decimals), snapshotted at creation."
14431
14119
  ],
14432
14120
  "type": "u64"
14433
14121
  },
14434
14122
  {
14435
- "name": "solPriceUsd",
14123
+ "name": "status",
14436
14124
  "docs": [
14437
- "SOL price in USD at migration (6 decimals). None for stable curves."
14125
+ "Lifecycle state of the bonding curve (Active Complete Migrated)."
14438
14126
  ],
14439
14127
  "type": {
14440
- "option": "u64"
14128
+ "defined": {
14129
+ "name": "curveStatus"
14130
+ }
14441
14131
  }
14442
14132
  },
14443
14133
  {
14444
- "name": "buybackAmountMigrated",
14134
+ "name": "bump",
14445
14135
  "docs": [
14446
- "Amount of buyback funds migrated to the AMM buyback vault (0 if none)."
14136
+ "Bump to identify PDA."
14447
14137
  ],
14448
- "type": "u64"
14138
+ "type": "u8"
14449
14139
  }
14450
14140
  ]
14451
14141
  }
14452
14142
  },
14453
14143
  {
14454
- "name": "nativeBondingCurve",
14455
- "type": {
14456
- "kind": "struct",
14457
- "fields": [
14458
- {
14459
- "name": "creator",
14460
- "docs": [
14461
- "The creator of the bonding curve."
14462
- ],
14463
- "type": "pubkey"
14464
- },
14465
- {
14466
- "name": "tokenMint",
14467
- "docs": [
14468
- "Token mint address."
14469
- ],
14470
- "type": "pubkey"
14471
- },
14472
- {
14473
- "name": "realTokenReserves",
14474
- "docs": [
14475
- "Real token supply."
14476
- ],
14477
- "type": "u64"
14478
- },
14479
- {
14480
- "name": "virtualTokenReserves",
14481
- "docs": [
14482
- "Virtual token supply (fixed at creation)."
14483
- ],
14484
- "type": "u64"
14485
- },
14486
- {
14487
- "name": "realSolReserves",
14488
- "docs": [
14489
- "Real SOL supply."
14490
- ],
14491
- "type": "u64"
14492
- },
14493
- {
14494
- "name": "tokenTotalSupply",
14495
- "docs": [
14496
- "Total minted token supply."
14497
- ],
14498
- "type": "u64"
14499
- },
14500
- {
14501
- "name": "initialVirtualReserveUsd",
14502
- "docs": [
14503
- "Initial virtual reserve value in USD (6 decimals), snapshotted at creation."
14504
- ],
14505
- "type": "u64"
14506
- },
14507
- {
14508
- "name": "status",
14509
- "docs": [
14510
- "Lifecycle state of the bonding curve (Active → Complete → Migrated)."
14511
- ],
14512
- "type": {
14513
- "defined": {
14514
- "name": "curveStatus"
14515
- }
14516
- }
14517
- },
14518
- {
14519
- "name": "bump",
14520
- "docs": [
14521
- "Bump to identify PDA."
14522
- ],
14523
- "type": "u8"
14524
- }
14525
- ]
14526
- }
14527
- },
14528
- {
14529
- "name": "protocolPaused",
14530
- "docs": [
14531
- "Event emitted when the bonding curve protocol is paused."
14532
- ],
14533
- "type": {
14534
- "kind": "struct",
14535
- "fields": [
14536
- {
14537
- "name": "admin",
14538
- "docs": [
14539
- "The admin who paused the protocol."
14540
- ],
14541
- "type": "pubkey"
14542
- },
14543
- {
14544
- "name": "timestamp",
14545
- "docs": [
14546
- "Timestamp of the pause."
14547
- ],
14548
- "type": "i64"
14549
- }
14550
- ]
14551
- }
14552
- },
14553
- {
14554
- "name": "protocolUnpaused",
14555
- "docs": [
14556
- "Event emitted when the bonding curve protocol is unpaused."
14557
- ],
14558
- "type": {
14559
- "kind": "struct",
14560
- "fields": [
14561
- {
14562
- "name": "admin",
14563
- "docs": [
14564
- "The admin who unpaused the protocol."
14565
- ],
14566
- "type": "pubkey"
14567
- },
14568
- {
14569
- "name": "timestamp",
14570
- "docs": [
14571
- "Timestamp of the unpause."
14572
- ],
14573
- "type": "i64"
14574
- }
14575
- ]
14576
- }
14577
- },
14578
- {
14579
- "name": "referralRewardsWithdrawn",
14580
- "docs": [
14581
- "Event emitted when referral rewards are withdrawn."
14582
- ],
14583
- "type": {
14584
- "kind": "struct",
14585
- "fields": [
14586
- {
14587
- "name": "user",
14588
- "docs": [
14589
- "The user who withdrew rewards."
14590
- ],
14591
- "type": "pubkey"
14592
- },
14593
- {
14594
- "name": "mint",
14595
- "docs": [
14596
- "Mint of the withdrawn token. None for native SOL."
14597
- ],
14598
- "type": {
14599
- "option": "pubkey"
14600
- }
14601
- },
14602
- {
14603
- "name": "amount",
14604
- "docs": [
14605
- "Amount withdrawn."
14606
- ],
14607
- "type": "u64"
14608
- },
14609
- {
14610
- "name": "timestamp",
14611
- "docs": [
14612
- "Timestamp of the withdrawal."
14613
- ],
14614
- "type": "i64"
14615
- }
14616
- ]
14617
- }
14618
- },
14619
- {
14620
- "name": "referrerInfo",
14621
- "docs": [
14622
- "Referrer information attached to a user"
14623
- ],
14144
+ "name": "referrerInfo",
14145
+ "docs": [
14146
+ "Referrer information attached to a user"
14147
+ ],
14624
14148
  "type": {
14625
14149
  "kind": "struct",
14626
14150
  "fields": [
@@ -14650,28 +14174,6 @@ export type Liquid = {
14650
14174
  ]
14651
14175
  }
14652
14176
  },
14653
- {
14654
- "name": "sellAmounts",
14655
- "type": {
14656
- "kind": "struct",
14657
- "fields": [
14658
- {
14659
- "name": "tokensAmountIn",
14660
- "docs": [
14661
- "Tokens sold."
14662
- ],
14663
- "type": "u64"
14664
- },
14665
- {
14666
- "name": "quoteAmountOut",
14667
- "docs": [
14668
- "Quote amount out (SOL lamports or quote token)."
14669
- ],
14670
- "type": "u64"
14671
- }
14672
- ]
14673
- }
14674
- },
14675
14177
  {
14676
14178
  "name": "stableBondingCurve",
14677
14179
  "docs": [
@@ -14761,128 +14263,6 @@ export type Liquid = {
14761
14263
  ]
14762
14264
  }
14763
14265
  },
14764
- {
14765
- "name": "tokenCreated",
14766
- "docs": [
14767
- "Event emitted after a successful token creation."
14768
- ],
14769
- "type": {
14770
- "kind": "struct",
14771
- "fields": [
14772
- {
14773
- "name": "name",
14774
- "docs": [
14775
- "Name of the token."
14776
- ],
14777
- "type": "string"
14778
- },
14779
- {
14780
- "name": "symbol",
14781
- "docs": [
14782
- "Symbol of the token."
14783
- ],
14784
- "type": "string"
14785
- },
14786
- {
14787
- "name": "uri",
14788
- "docs": [
14789
- "URI of the token metadata."
14790
- ],
14791
- "type": "string"
14792
- },
14793
- {
14794
- "name": "mint",
14795
- "docs": [
14796
- "Mint address of the new token."
14797
- ],
14798
- "type": "pubkey"
14799
- },
14800
- {
14801
- "name": "quoteMint",
14802
- "docs": [
14803
- "Quote mint for the curve. None for native SOL curves."
14804
- ],
14805
- "type": {
14806
- "option": "pubkey"
14807
- }
14808
- },
14809
- {
14810
- "name": "bondingCurve",
14811
- "docs": [
14812
- "Bonding curve PDA address."
14813
- ],
14814
- "type": "pubkey"
14815
- },
14816
- {
14817
- "name": "creator",
14818
- "docs": [
14819
- "Creator of the token."
14820
- ],
14821
- "type": "pubkey"
14822
- },
14823
- {
14824
- "name": "initialVirtualQuoteReserves",
14825
- "docs": [
14826
- "Initial virtual quote reserves (SOL lamports or quote token amount)."
14827
- ],
14828
- "type": "u64"
14829
- },
14830
- {
14831
- "name": "initialVirtualTokenReserves",
14832
- "docs": [
14833
- "Initial virtual token reserves."
14834
- ],
14835
- "type": "u64"
14836
- },
14837
- {
14838
- "name": "initialRealTokenReserves",
14839
- "docs": [
14840
- "Initial real token reserves."
14841
- ],
14842
- "type": "u64"
14843
- },
14844
- {
14845
- "name": "totalTokenSupply",
14846
- "docs": [
14847
- "Total token supply."
14848
- ],
14849
- "type": "u64"
14850
- },
14851
- {
14852
- "name": "tokenProgram",
14853
- "docs": [
14854
- "Token program ID."
14855
- ],
14856
- "type": "pubkey"
14857
- },
14858
- {
14859
- "name": "timestamp",
14860
- "docs": [
14861
- "Timestamp of creation."
14862
- ],
14863
- "type": "i64"
14864
- },
14865
- {
14866
- "name": "feeMode",
14867
- "docs": [
14868
- "Fee mode configured at creation (Recipients or Revoked)."
14869
- ],
14870
- "type": {
14871
- "defined": {
14872
- "name": "feeMode"
14873
- }
14874
- }
14875
- },
14876
- {
14877
- "name": "migrationMarketCapUsd",
14878
- "docs": [
14879
- "Migration market cap threshold in USD (6 decimals)."
14880
- ],
14881
- "type": "u64"
14882
- }
14883
- ]
14884
- }
14885
- },
14886
14266
  {
14887
14267
  "name": "tokenVolumeAccumulator",
14888
14268
  "docs": [
@@ -14931,253 +14311,6 @@ export type Liquid = {
14931
14311
  ]
14932
14312
  }
14933
14313
  },
14934
- {
14935
- "name": "tradeAmounts",
14936
- "type": {
14937
- "kind": "enum",
14938
- "variants": [
14939
- {
14940
- "name": "buy",
14941
- "fields": [
14942
- {
14943
- "defined": {
14944
- "name": "buyAmounts"
14945
- }
14946
- }
14947
- ]
14948
- },
14949
- {
14950
- "name": "sell",
14951
- "fields": [
14952
- {
14953
- "defined": {
14954
- "name": "sellAmounts"
14955
- }
14956
- }
14957
- ]
14958
- }
14959
- ]
14960
- }
14961
- },
14962
- {
14963
- "name": "tradeEvent",
14964
- "docs": [
14965
- "Event emitted after a successful trade."
14966
- ],
14967
- "type": {
14968
- "kind": "struct",
14969
- "fields": [
14970
- {
14971
- "name": "mint",
14972
- "docs": [
14973
- "Mint of the token traded."
14974
- ],
14975
- "type": "pubkey"
14976
- },
14977
- {
14978
- "name": "quoteMint",
14979
- "docs": [
14980
- "Quote mint. None for native SOL trades."
14981
- ],
14982
- "type": {
14983
- "option": "pubkey"
14984
- }
14985
- },
14986
- {
14987
- "name": "tradeAmounts",
14988
- "docs": [
14989
- "Trade in and out amounts."
14990
- ],
14991
- "type": {
14992
- "defined": {
14993
- "name": "tradeAmounts"
14994
- }
14995
- }
14996
- },
14997
- {
14998
- "name": "cashback",
14999
- "docs": [
15000
- "Cashback received by the user."
15001
- ],
15002
- "type": "u64"
15003
- },
15004
- {
15005
- "name": "cashbackBps",
15006
- "docs": [
15007
- "Cashback fee basis points."
15008
- ],
15009
- "type": "u16"
15010
- },
15011
- {
15012
- "name": "creatorFee",
15013
- "docs": [
15014
- "Creator fee paid."
15015
- ],
15016
- "type": "u64"
15017
- },
15018
- {
15019
- "name": "creatorFeeBps",
15020
- "docs": [
15021
- "Creator fee basis points."
15022
- ],
15023
- "type": "u16"
15024
- },
15025
- {
15026
- "name": "protocolFee",
15027
- "docs": [
15028
- "Protocol fee paid."
15029
- ],
15030
- "type": "u64"
15031
- },
15032
- {
15033
- "name": "protocolFeeBps",
15034
- "docs": [
15035
- "Protocol fee basis points."
15036
- ],
15037
- "type": "u16"
15038
- },
15039
- {
15040
- "name": "feeRecipient",
15041
- "docs": [
15042
- "Fee recipient."
15043
- ],
15044
- "type": "pubkey"
15045
- },
15046
- {
15047
- "name": "creatorReferralFee",
15048
- "docs": [
15049
- "Creator referral fee paid."
15050
- ],
15051
- "type": "u64"
15052
- },
15053
- {
15054
- "name": "creatorReferralFeeBps",
15055
- "docs": [
15056
- "Creator referral fee basis points."
15057
- ],
15058
- "type": "u16"
15059
- },
15060
- {
15061
- "name": "traderReferralFee",
15062
- "docs": [
15063
- "Trader referral fee paid."
15064
- ],
15065
- "type": "u64"
15066
- },
15067
- {
15068
- "name": "traderReferralFeeBps",
15069
- "docs": [
15070
- "Trader referral fee basis points."
15071
- ],
15072
- "type": "u16"
15073
- },
15074
- {
15075
- "name": "user",
15076
- "docs": [
15077
- "User who performed the trade."
15078
- ],
15079
- "type": "pubkey"
15080
- },
15081
- {
15082
- "name": "creator",
15083
- "docs": [
15084
- "Creator of the token."
15085
- ],
15086
- "type": "pubkey"
15087
- },
15088
- {
15089
- "name": "creatorFeeMode",
15090
- "docs": [
15091
- "Creator fee mode."
15092
- ],
15093
- "type": {
15094
- "defined": {
15095
- "name": "feeMode"
15096
- }
15097
- }
15098
- },
15099
- {
15100
- "name": "virtualTokenReserves",
15101
- "docs": [
15102
- "Virtual token reserves after the trade."
15103
- ],
15104
- "type": "u64"
15105
- },
15106
- {
15107
- "name": "virtualQuoteReserves",
15108
- "docs": [
15109
- "Virtual quote reserves after the trade (SOL lamports or quote token amount)."
15110
- ],
15111
- "type": "u64"
15112
- },
15113
- {
15114
- "name": "realTokenReserves",
15115
- "docs": [
15116
- "Real token reserves after the trade."
15117
- ],
15118
- "type": "u64"
15119
- },
15120
- {
15121
- "name": "realQuoteReserves",
15122
- "docs": [
15123
- "Real quote reserves after the trade (SOL lamports or quote token amount)."
15124
- ],
15125
- "type": "u64"
15126
- },
15127
- {
15128
- "name": "totalQuoteVolume",
15129
- "docs": [
15130
- "Total quote volume (SOL or quote token)."
15131
- ],
15132
- "type": "u128"
15133
- },
15134
- {
15135
- "name": "totalTokenVolume",
15136
- "docs": [
15137
- "Token volume after the trade."
15138
- ],
15139
- "type": "u128"
15140
- },
15141
- {
15142
- "name": "timestamp",
15143
- "docs": [
15144
- "Timestamp of the trade."
15145
- ],
15146
- "type": "i64"
15147
- },
15148
- {
15149
- "name": "solPriceUsd",
15150
- "docs": [
15151
- "SOL/USD price at trade time (6 decimals). None for stable curves."
15152
- ],
15153
- "type": {
15154
- "option": "u64"
15155
- }
15156
- },
15157
- {
15158
- "name": "marketCapUsd",
15159
- "docs": [
15160
- "Current market cap in USD (6 decimals)."
15161
- ],
15162
- "type": "u64"
15163
- },
15164
- {
15165
- "name": "isCurveComplete",
15166
- "docs": [
15167
- "Whether the curve is complete (ready for migration) after this trade."
15168
- ],
15169
- "type": "bool"
15170
- },
15171
- {
15172
- "name": "bondingCurve",
15173
- "docs": [
15174
- "The bonding curve PDA address."
15175
- ],
15176
- "type": "pubkey"
15177
- }
15178
- ]
15179
- }
15180
- },
15181
14314
  {
15182
14315
  "name": "unifiedFeeConfiguration",
15183
14316
  "serialization": "bytemuckunsafe",