@typus/typus-perp-sdk 1.0.52 → 1.0.53

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.
Files changed (111) hide show
  1. package/dist/src/_dependencies/source/0x2/bag/structs.d.ts +61 -0
  2. package/dist/src/_dependencies/source/0x2/bag/structs.js +229 -0
  3. package/dist/src/_dependencies/source/0x2/balance/structs.d.ts +88 -0
  4. package/dist/src/_dependencies/source/0x2/balance/structs.js +386 -0
  5. package/dist/src/_dependencies/source/0x2/coin/structs.d.ts +460 -0
  6. package/dist/src/_dependencies/source/0x2/coin/structs.js +1247 -0
  7. package/dist/src/_dependencies/source/0x2/linked-table/structs.d.ts +153 -0
  8. package/dist/src/_dependencies/source/0x2/linked-table/structs.js +438 -0
  9. package/dist/src/_dependencies/source/0x2/sui/structs.d.ts +46 -0
  10. package/dist/src/_dependencies/source/0x2/sui/structs.js +222 -0
  11. package/dist/src/_dependencies/source/0x2/table/structs.d.ts +61 -0
  12. package/dist/src/_dependencies/source/0x2/table/structs.js +248 -0
  13. package/dist/src/_dependencies/source/0x2/table-vec/structs.d.ts +68 -0
  14. package/dist/src/_dependencies/source/0x2/table-vec/structs.js +274 -0
  15. package/dist/src/_dependencies/source/0x2/token/structs.d.ts +449 -0
  16. package/dist/src/_dependencies/source/0x2/token/structs.js +1095 -0
  17. package/dist/src/_dependencies/source/0x2/transfer-policy/structs.d.ts +370 -0
  18. package/dist/src/_dependencies/source/0x2/transfer-policy/structs.js +1091 -0
  19. package/dist/src/_dependencies/source/0x2/url/structs.d.ts +53 -0
  20. package/dist/src/_dependencies/source/0x2/url/structs.js +223 -0
  21. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/airdrop/structs.d.ts +489 -0
  22. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/airdrop/structs.js +1084 -0
  23. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/big-vector/structs.d.ts +147 -0
  24. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/big-vector/structs.js +456 -0
  25. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/critbit/structs.d.ts +239 -0
  26. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/critbit/structs.js +653 -0
  27. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/ecosystem/structs.d.ts +405 -0
  28. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/ecosystem/structs.js +899 -0
  29. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/index.d.ts +8 -0
  30. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/index.js +11 -0
  31. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/init.d.ts +2 -0
  32. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/init.js +102 -0
  33. package/dist/src/_dependencies/source/{0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277 → 0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a}/keyed-big-vector/structs.d.ts +70 -70
  34. package/dist/src/_dependencies/source/{0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277 → 0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a}/keyed-big-vector/structs.js +174 -174
  35. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/leaderboard/structs.d.ts +699 -0
  36. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/leaderboard/structs.js +1459 -0
  37. package/dist/src/_dependencies/source/{0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277 → 0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a}/linked-object-table/structs.d.ts +62 -62
  38. package/dist/src/_dependencies/source/{0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277 → 0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a}/linked-object-table/structs.js +170 -170
  39. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/linked-set/structs.d.ts +147 -0
  40. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/linked-set/structs.js +430 -0
  41. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/tails-staking/structs.d.ts +1071 -0
  42. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/tails-staking/structs.js +2261 -0
  43. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/tgld/structs.d.ts +279 -0
  44. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/tgld/structs.js +733 -0
  45. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/user/structs.d.ts +328 -0
  46. package/dist/src/_dependencies/source/0x4b0f4ee1a40ce37ec81c987cc4e76a665419e74b863319492fc7d26f708b835a/user/structs.js +892 -0
  47. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/authority/structs.d.ts +88 -0
  48. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/authority/structs.js +263 -0
  49. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/balance-pool/structs.d.ts +347 -0
  50. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/balance-pool/structs.js +591 -0
  51. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/big-vector/structs.d.ts +73 -0
  52. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/big-vector/structs.js +258 -0
  53. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/dutch/structs.d.ts +876 -0
  54. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/dutch/structs.js +1721 -0
  55. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/i64/structs.d.ts +46 -0
  56. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/i64/structs.js +222 -0
  57. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/index.d.ts +3 -0
  58. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/index.js +6 -0
  59. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/init.d.ts +2 -0
  60. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/init.js +89 -0
  61. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/linked-list/structs.d.ts +155 -0
  62. package/dist/src/_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/linked-list/structs.js +444 -0
  63. package/dist/src/_dependencies/source/{0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded → 0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274}/vault/structs.d.ts +84 -84
  64. package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/discount-mint/structs.d.ts +446 -0
  65. package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/discount-mint/structs.js +844 -0
  66. package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/index.d.ts +6 -0
  67. package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/index.js +9 -0
  68. package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/init.d.ts +2 -0
  69. package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/init.js +69 -0
  70. package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/royalty-rule/structs.d.ts +94 -0
  71. package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/royalty-rule/structs.js +376 -0
  72. package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/staking/structs.d.ts +454 -0
  73. package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/staking/structs.js +881 -0
  74. package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/table-vec/structs.d.ts +68 -0
  75. package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/table-vec/structs.js +274 -0
  76. package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/typus-nft/structs.d.ts +1117 -0
  77. package/dist/src/_dependencies/source/0xbd147bc7f12f38f175d78947a61364e8e077b9b188b00e7094bc0c3623162196/typus-nft/structs.js +2387 -0
  78. package/dist/src/fetch.d.ts +1 -1
  79. package/dist/src/fetch.js +1 -1
  80. package/dist/src/index.js +17 -17
  81. package/dist/src/typus_perp/admin/structs.d.ts +67 -5
  82. package/dist/src/typus_perp/admin/structs.js +155 -1
  83. package/dist/src/typus_perp/escrow/functions.js +1 -1
  84. package/dist/src/typus_perp/escrow/structs.d.ts +2 -2
  85. package/dist/src/typus_perp/escrow/structs.js +1 -1
  86. package/dist/src/typus_perp/lp-pool/structs.d.ts +28 -28
  87. package/dist/src/typus_perp/position/functions.js +1 -1
  88. package/dist/src/typus_perp/position/structs.d.ts +6 -6
  89. package/dist/src/typus_perp/symbol/structs.d.ts +1 -1
  90. package/dist/src/typus_perp/tlp/structs.d.ts +2 -2
  91. package/dist/src/typus_perp/trading/functions.js +1 -1
  92. package/dist/src/typus_perp/trading/structs.d.ts +32 -32
  93. package/dist/src/typus_perp/trading/structs.js +2 -2
  94. package/dist/src/typus_perp/treasury-caps/structs.d.ts +1 -1
  95. package/dist/src/typus_stake_pool/admin/functions.d.ts +25 -25
  96. package/dist/src/typus_stake_pool/admin/functions.js +66 -53
  97. package/dist/src/typus_stake_pool/admin/structs.d.ts +191 -191
  98. package/dist/src/typus_stake_pool/admin/structs.js +179 -179
  99. package/dist/src/typus_stake_pool/stake-pool/functions.d.ts +50 -44
  100. package/dist/src/typus_stake_pool/stake-pool/functions.js +127 -88
  101. package/dist/src/typus_stake_pool/stake-pool/structs.d.ts +202 -202
  102. package/dist/src/typus_stake_pool/stake-pool/structs.js +432 -432
  103. package/dist/src/user/order.js +34 -34
  104. package/package.json +1 -1
  105. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +0 -8
  106. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +0 -11
  107. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +0 -3
  108. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +0 -6
  109. package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +0 -3
  110. package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +0 -6
  111. /package/dist/src/_dependencies/source/{0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded → 0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274}/vault/structs.js +0 -0
@@ -36,7 +36,7 @@ export declare class AddLiquidityTokenEvent implements StructClass {
36
36
  static reified(): AddLiquidityTokenEventReified;
37
37
  static get r(): reified.StructClassReified<AddLiquidityTokenEvent, AddLiquidityTokenEventFields>;
38
38
  static phantom(): PhantomReified<ToTypeStr<AddLiquidityTokenEvent>>;
39
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::AddLiquidityTokenEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::AddLiquidityTokenEvent">;
39
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::AddLiquidityTokenEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::AddLiquidityTokenEvent">;
40
40
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
41
41
  sender: string;
42
42
  index: string;
@@ -296,7 +296,7 @@ export declare class BurnLpEvent implements StructClass {
296
296
  static reified(): BurnLpEventReified;
297
297
  static get r(): reified.StructClassReified<BurnLpEvent, BurnLpEventFields>;
298
298
  static phantom(): PhantomReified<ToTypeStr<BurnLpEvent>>;
299
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::BurnLpEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::BurnLpEvent">;
299
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::BurnLpEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::BurnLpEvent">;
300
300
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
301
301
  sender: string;
302
302
  index: string;
@@ -408,7 +408,7 @@ export declare class CompleteRemoveLiquidityTokenProcessEvent implements StructC
408
408
  static reified(): CompleteRemoveLiquidityTokenProcessEventReified;
409
409
  static get r(): reified.StructClassReified<CompleteRemoveLiquidityTokenProcessEvent, CompleteRemoveLiquidityTokenProcessEventFields>;
410
410
  static phantom(): PhantomReified<ToTypeStr<CompleteRemoveLiquidityTokenProcessEvent>>;
411
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::CompleteRemoveLiquidityTokenProcessEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::CompleteRemoveLiquidityTokenProcessEvent">;
411
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::CompleteRemoveLiquidityTokenProcessEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::CompleteRemoveLiquidityTokenProcessEvent">;
412
412
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
413
413
  index: string;
414
414
  liquidity_token: {
@@ -490,7 +490,7 @@ export declare class Config implements StructClass {
490
490
  static reified(): ConfigReified;
491
491
  static get r(): reified.StructClassReified<Config, ConfigFields>;
492
492
  static phantom(): PhantomReified<ToTypeStr<Config>>;
493
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::Config" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::Config">;
493
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::Config" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::Config">;
494
494
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
495
495
  oracle_id: string;
496
496
  liquidity_token_decimal: string;
@@ -656,7 +656,7 @@ export declare class DepositLendingEvent implements StructClass {
656
656
  static reified(): DepositLendingEventReified;
657
657
  static get r(): reified.StructClassReified<DepositLendingEvent, DepositLendingEventFields>;
658
658
  static phantom(): PhantomReified<ToTypeStr<DepositLendingEvent>>;
659
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::DepositLendingEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::DepositLendingEvent">;
659
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::DepositLendingEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::DepositLendingEvent">;
660
660
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
661
661
  index: string;
662
662
  lending_index: string;
@@ -766,7 +766,7 @@ export declare class LiquidityPool implements StructClass {
766
766
  static reified(): LiquidityPoolReified;
767
767
  static get r(): reified.StructClassReified<LiquidityPool, LiquidityPoolFields>;
768
768
  static phantom(): PhantomReified<ToTypeStr<LiquidityPool>>;
769
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::LiquidityPool" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::LiquidityPool">;
769
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::LiquidityPool" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::LiquidityPool">;
770
770
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
771
771
  id: {
772
772
  id: {
@@ -1218,7 +1218,7 @@ export declare class LiquidityPoolInfo implements StructClass {
1218
1218
  static reified(): LiquidityPoolInfoReified;
1219
1219
  static get r(): reified.StructClassReified<LiquidityPoolInfo, LiquidityPoolInfoFields>;
1220
1220
  static phantom(): PhantomReified<ToTypeStr<LiquidityPoolInfo>>;
1221
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::LiquidityPoolInfo" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::LiquidityPoolInfo">;
1221
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::LiquidityPoolInfo" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::LiquidityPoolInfo">;
1222
1222
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
1223
1223
  lp_token_decimal: string;
1224
1224
  total_share_supply: string;
@@ -1284,7 +1284,7 @@ export declare class ManagerFlashRemoveLiquidityEvent implements StructClass {
1284
1284
  static reified(): ManagerFlashRemoveLiquidityEventReified;
1285
1285
  static get r(): reified.StructClassReified<ManagerFlashRemoveLiquidityEvent, ManagerFlashRemoveLiquidityEventFields>;
1286
1286
  static phantom(): PhantomReified<ToTypeStr<ManagerFlashRemoveLiquidityEvent>>;
1287
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::ManagerFlashRemoveLiquidityEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::ManagerFlashRemoveLiquidityEvent">;
1287
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::ManagerFlashRemoveLiquidityEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::ManagerFlashRemoveLiquidityEvent">;
1288
1288
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
1289
1289
  index: string;
1290
1290
  liquidity_token: {
@@ -1378,7 +1378,7 @@ export declare class ManagerFlashRepayLiquidityEvent implements StructClass {
1378
1378
  static reified(): ManagerFlashRepayLiquidityEventReified;
1379
1379
  static get r(): reified.StructClassReified<ManagerFlashRepayLiquidityEvent, ManagerFlashRepayLiquidityEventFields>;
1380
1380
  static phantom(): PhantomReified<ToTypeStr<ManagerFlashRepayLiquidityEvent>>;
1381
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::ManagerFlashRepayLiquidityEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::ManagerFlashRepayLiquidityEvent">;
1381
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::ManagerFlashRepayLiquidityEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::ManagerFlashRepayLiquidityEvent">;
1382
1382
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
1383
1383
  index: string;
1384
1384
  liquidity_token: {
@@ -1474,7 +1474,7 @@ export declare class MarginConfig implements StructClass {
1474
1474
  static reified(): MarginConfigReified;
1475
1475
  static get r(): reified.StructClassReified<MarginConfig, MarginConfigFields>;
1476
1476
  static phantom(): PhantomReified<ToTypeStr<MarginConfig>>;
1477
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::MarginConfig" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::MarginConfig">;
1477
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::MarginConfig" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::MarginConfig">;
1478
1478
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
1479
1479
  basic_borrow_rate_0: string;
1480
1480
  basic_borrow_rate_1: string;
@@ -1562,7 +1562,7 @@ export declare class MintLpEvent implements StructClass {
1562
1562
  static reified(): MintLpEventReified;
1563
1563
  static get r(): reified.StructClassReified<MintLpEvent, MintLpEventFields>;
1564
1564
  static phantom(): PhantomReified<ToTypeStr<MintLpEvent>>;
1565
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::MintLpEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::MintLpEvent">;
1565
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::MintLpEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::MintLpEvent">;
1566
1566
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
1567
1567
  sender: string;
1568
1568
  index: string;
@@ -1674,7 +1674,7 @@ export declare class NewLiquidityPoolEvent implements StructClass {
1674
1674
  static reified(): NewLiquidityPoolEventReified;
1675
1675
  static get r(): reified.StructClassReified<NewLiquidityPoolEvent, NewLiquidityPoolEventFields>;
1676
1676
  static phantom(): PhantomReified<ToTypeStr<NewLiquidityPoolEvent>>;
1677
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::NewLiquidityPoolEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::NewLiquidityPoolEvent">;
1677
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::NewLiquidityPoolEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::NewLiquidityPoolEvent">;
1678
1678
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
1679
1679
  sender: string;
1680
1680
  index: string;
@@ -1752,7 +1752,7 @@ export declare class Registry implements StructClass {
1752
1752
  static reified(): RegistryReified;
1753
1753
  static get r(): reified.StructClassReified<Registry, RegistryFields>;
1754
1754
  static phantom(): PhantomReified<ToTypeStr<Registry>>;
1755
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::Registry" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::Registry">;
1755
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::Registry" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::Registry">;
1756
1756
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
1757
1757
  id: {
1758
1758
  id: {
@@ -1830,7 +1830,7 @@ export declare class RemoveLiquidityTokenProcess implements StructClass {
1830
1830
  static reified(): RemoveLiquidityTokenProcessReified;
1831
1831
  static get r(): reified.StructClassReified<RemoveLiquidityTokenProcess, RemoveLiquidityTokenProcessFields>;
1832
1832
  static phantom(): PhantomReified<ToTypeStr<RemoveLiquidityTokenProcess>>;
1833
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::RemoveLiquidityTokenProcess" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::RemoveLiquidityTokenProcess">;
1833
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::RemoveLiquidityTokenProcess" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::RemoveLiquidityTokenProcess">;
1834
1834
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
1835
1835
  liquidity_token: {
1836
1836
  name: {
@@ -1946,7 +1946,7 @@ export declare class ResumePoolEvent implements StructClass {
1946
1946
  static reified(): ResumePoolEventReified;
1947
1947
  static get r(): reified.StructClassReified<ResumePoolEvent, ResumePoolEventFields>;
1948
1948
  static phantom(): PhantomReified<ToTypeStr<ResumePoolEvent>>;
1949
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::ResumePoolEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::ResumePoolEvent">;
1949
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::ResumePoolEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::ResumePoolEvent">;
1950
1950
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
1951
1951
  sender: string;
1952
1952
  index: string;
@@ -2004,7 +2004,7 @@ export declare class ResumeTokenPoolEvent implements StructClass {
2004
2004
  static reified(): ResumeTokenPoolEventReified;
2005
2005
  static get r(): reified.StructClassReified<ResumeTokenPoolEvent, ResumeTokenPoolEventFields>;
2006
2006
  static phantom(): PhantomReified<ToTypeStr<ResumeTokenPoolEvent>>;
2007
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::ResumeTokenPoolEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::ResumeTokenPoolEvent">;
2007
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::ResumeTokenPoolEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::ResumeTokenPoolEvent">;
2008
2008
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
2009
2009
  sender: string;
2010
2010
  index: string;
@@ -2094,7 +2094,7 @@ export declare class SpotConfig implements StructClass {
2094
2094
  static reified(): SpotConfigReified;
2095
2095
  static get r(): reified.StructClassReified<SpotConfig, SpotConfigFields>;
2096
2096
  static phantom(): PhantomReified<ToTypeStr<SpotConfig>>;
2097
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::SpotConfig" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::SpotConfig">;
2097
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::SpotConfig" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::SpotConfig">;
2098
2098
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
2099
2099
  min_deposit: string;
2100
2100
  max_capacity: string;
@@ -2182,7 +2182,7 @@ export declare class StartRemoveLiquidityTokenProcessEvent implements StructClas
2182
2182
  static reified(): StartRemoveLiquidityTokenProcessEventReified;
2183
2183
  static get r(): reified.StructClassReified<StartRemoveLiquidityTokenProcessEvent, StartRemoveLiquidityTokenProcessEventFields>;
2184
2184
  static phantom(): PhantomReified<ToTypeStr<StartRemoveLiquidityTokenProcessEvent>>;
2185
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::StartRemoveLiquidityTokenProcessEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::StartRemoveLiquidityTokenProcessEvent">;
2185
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::StartRemoveLiquidityTokenProcessEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::StartRemoveLiquidityTokenProcessEvent">;
2186
2186
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
2187
2187
  index: string;
2188
2188
  liquidity_token: {
@@ -2268,7 +2268,7 @@ export declare class State implements StructClass {
2268
2268
  static reified(): StateReified;
2269
2269
  static get r(): reified.StructClassReified<State, StateFields>;
2270
2270
  static phantom(): PhantomReified<ToTypeStr<State>>;
2271
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::State" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::State">;
2271
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::State" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::State">;
2272
2272
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
2273
2273
  liquidity_amount: string;
2274
2274
  value_in_usd: string;
@@ -2358,7 +2358,7 @@ export declare class SuspendPoolEvent implements StructClass {
2358
2358
  static reified(): SuspendPoolEventReified;
2359
2359
  static get r(): reified.StructClassReified<SuspendPoolEvent, SuspendPoolEventFields>;
2360
2360
  static phantom(): PhantomReified<ToTypeStr<SuspendPoolEvent>>;
2361
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::SuspendPoolEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::SuspendPoolEvent">;
2361
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::SuspendPoolEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::SuspendPoolEvent">;
2362
2362
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
2363
2363
  sender: string;
2364
2364
  index: string;
@@ -2416,7 +2416,7 @@ export declare class SuspendTokenPoolEvent implements StructClass {
2416
2416
  static reified(): SuspendTokenPoolEventReified;
2417
2417
  static get r(): reified.StructClassReified<SuspendTokenPoolEvent, SuspendTokenPoolEventFields>;
2418
2418
  static phantom(): PhantomReified<ToTypeStr<SuspendTokenPoolEvent>>;
2419
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::SuspendTokenPoolEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::SuspendTokenPoolEvent">;
2419
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::SuspendTokenPoolEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::SuspendTokenPoolEvent">;
2420
2420
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
2421
2421
  sender: string;
2422
2422
  index: string;
@@ -2508,7 +2508,7 @@ export declare class SwapEvent implements StructClass {
2508
2508
  static reified(): SwapEventReified;
2509
2509
  static get r(): reified.StructClassReified<SwapEvent, SwapEventFields>;
2510
2510
  static phantom(): PhantomReified<ToTypeStr<SwapEvent>>;
2511
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::SwapEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::SwapEvent">;
2511
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::SwapEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::SwapEvent">;
2512
2512
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
2513
2513
  sender: string;
2514
2514
  index: string;
@@ -2628,7 +2628,7 @@ export declare class TokenPool implements StructClass {
2628
2628
  static reified(): TokenPoolReified;
2629
2629
  static get r(): reified.StructClassReified<TokenPool, TokenPoolFields>;
2630
2630
  static phantom(): PhantomReified<ToTypeStr<TokenPool>>;
2631
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::TokenPool" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::TokenPool">;
2631
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::TokenPool" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::TokenPool">;
2632
2632
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
2633
2633
  token_type: {
2634
2634
  name: {
@@ -2872,7 +2872,7 @@ export declare class UpdateBorrowInfoEvent implements StructClass {
2872
2872
  static reified(): UpdateBorrowInfoEventReified;
2873
2873
  static get r(): reified.StructClassReified<UpdateBorrowInfoEvent, UpdateBorrowInfoEventFields>;
2874
2874
  static phantom(): PhantomReified<ToTypeStr<UpdateBorrowInfoEvent>>;
2875
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::UpdateBorrowInfoEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::UpdateBorrowInfoEvent">;
2875
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::UpdateBorrowInfoEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::UpdateBorrowInfoEvent">;
2876
2876
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
2877
2877
  index: string;
2878
2878
  liquidity_token_type: {
@@ -2970,7 +2970,7 @@ export declare class UpdateLiquidityValueEvent implements StructClass {
2970
2970
  static reified(): UpdateLiquidityValueEventReified;
2971
2971
  static get r(): reified.StructClassReified<UpdateLiquidityValueEvent, UpdateLiquidityValueEventFields>;
2972
2972
  static phantom(): PhantomReified<ToTypeStr<UpdateLiquidityValueEvent>>;
2973
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::UpdateLiquidityValueEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::UpdateLiquidityValueEvent">;
2973
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::UpdateLiquidityValueEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::UpdateLiquidityValueEvent">;
2974
2974
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
2975
2975
  sender: string;
2976
2976
  index: string;
@@ -3062,7 +3062,7 @@ export declare class UpdateMarginConfigEvent implements StructClass {
3062
3062
  static reified(): UpdateMarginConfigEventReified;
3063
3063
  static get r(): reified.StructClassReified<UpdateMarginConfigEvent, UpdateMarginConfigEventFields>;
3064
3064
  static phantom(): PhantomReified<ToTypeStr<UpdateMarginConfigEvent>>;
3065
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::UpdateMarginConfigEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::UpdateMarginConfigEvent">;
3065
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::UpdateMarginConfigEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::UpdateMarginConfigEvent">;
3066
3066
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
3067
3067
  sender: string;
3068
3068
  index: string;
@@ -3226,7 +3226,7 @@ export declare class UpdateSpotConfigEvent implements StructClass {
3226
3226
  static reified(): UpdateSpotConfigEventReified;
3227
3227
  static get r(): reified.StructClassReified<UpdateSpotConfigEvent, UpdateSpotConfigEventFields>;
3228
3228
  static phantom(): PhantomReified<ToTypeStr<UpdateSpotConfigEvent>>;
3229
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::UpdateSpotConfigEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::UpdateSpotConfigEvent">;
3229
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::UpdateSpotConfigEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::UpdateSpotConfigEvent">;
3230
3230
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
3231
3231
  sender: string;
3232
3232
  index: string;
@@ -3432,7 +3432,7 @@ export declare class WithdrawLendingEvent implements StructClass {
3432
3432
  static reified(): WithdrawLendingEventReified;
3433
3433
  static get r(): reified.StructClassReified<WithdrawLendingEvent, WithdrawLendingEventFields>;
3434
3434
  static phantom(): PhantomReified<ToTypeStr<WithdrawLendingEvent>>;
3435
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::WithdrawLendingEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::lp_pool::WithdrawLendingEvent">;
3435
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::lp_pool::WithdrawLendingEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::lp_pool::WithdrawLendingEvent">;
3436
3436
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
3437
3437
  index: string;
3438
3438
  lending_index: string;
@@ -68,7 +68,7 @@ exports.updateOptionPositionCollateralAmount = updateOptionPositionCollateralAmo
68
68
  exports.updatePositionBorrowRateAndFundingRate = updatePositionBorrowRateAndFundingRate;
69
69
  var __1 = require("..");
70
70
  var structs_1 = require("../../_dependencies/source/0x1/option/structs");
71
- var structs_2 = require("../../_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs");
71
+ var structs_2 = require("../../_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/vault/structs");
72
72
  var util_1 = require("../../_framework/util");
73
73
  var structs_3 = require("./structs");
74
74
  function addPositionLinkedOrderInfo(tx, args, published_at) {
@@ -31,7 +31,7 @@ export declare class OptionCollateralInfo implements StructClass {
31
31
  static reified(): OptionCollateralInfoReified;
32
32
  static get r(): reified.StructClassReified<OptionCollateralInfo, OptionCollateralInfoFields>;
33
33
  static phantom(): PhantomReified<ToTypeStr<OptionCollateralInfo>>;
34
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::position::OptionCollateralInfo" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::position::OptionCollateralInfo">;
34
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::position::OptionCollateralInfo" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::position::OptionCollateralInfo">;
35
35
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
36
36
  index: string;
37
37
  bid_token: {
@@ -131,7 +131,7 @@ export declare class OrderFilledEvent implements StructClass {
131
131
  static reified(): OrderFilledEventReified;
132
132
  static get r(): reified.StructClassReified<OrderFilledEvent, OrderFilledEventFields>;
133
133
  static phantom(): PhantomReified<ToTypeStr<OrderFilledEvent>>;
134
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::position::OrderFilledEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::position::OrderFilledEvent">;
134
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::position::OrderFilledEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::position::OrderFilledEvent">;
135
135
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
136
136
  user: string;
137
137
  collateral_token: {
@@ -355,7 +355,7 @@ export declare class Position implements StructClass {
355
355
  static reified(): PositionReified;
356
356
  static get r(): reified.StructClassReified<Position, PositionFields>;
357
357
  static phantom(): PhantomReified<ToTypeStr<Position>>;
358
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::position::Position" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::position::Position">;
358
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::position::Position" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::position::Position">;
359
359
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
360
360
  id: {
361
361
  id: {
@@ -597,7 +597,7 @@ export declare class RealizeFundingEvent implements StructClass {
597
597
  static reified(): RealizeFundingEventReified;
598
598
  static get r(): reified.StructClassReified<RealizeFundingEvent, RealizeFundingEventFields>;
599
599
  static phantom(): PhantomReified<ToTypeStr<RealizeFundingEvent>>;
600
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::position::RealizeFundingEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::position::RealizeFundingEvent">;
600
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::position::RealizeFundingEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::position::RealizeFundingEvent">;
601
601
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
602
602
  user: string;
603
603
  collateral_token: {
@@ -739,7 +739,7 @@ export declare class RemovePositionEvent implements StructClass {
739
739
  static reified(): RemovePositionEventReified;
740
740
  static get r(): reified.StructClassReified<RemovePositionEvent, RemovePositionEventFields>;
741
741
  static phantom(): PhantomReified<ToTypeStr<RemovePositionEvent>>;
742
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::position::RemovePositionEvent" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::position::RemovePositionEvent">;
742
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::position::RemovePositionEvent" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::position::RemovePositionEvent">;
743
743
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
744
744
  user: string;
745
745
  collateral_token: {
@@ -905,7 +905,7 @@ export declare class TradingOrder implements StructClass {
905
905
  static reified(): TradingOrderReified;
906
906
  static get r(): reified.StructClassReified<TradingOrder, TradingOrderFields>;
907
907
  static phantom(): PhantomReified<ToTypeStr<TradingOrder>>;
908
- static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::position::TradingOrder" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::position::TradingOrder">;
908
+ static get p(): reified.PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::position::TradingOrder" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::position::TradingOrder">;
909
909
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
910
910
  id: {
911
911
  id: {
@@ -24,7 +24,7 @@ export declare class Symbol implements StructClass {
24
24
  static reified(): SymbolReified;
25
25
  static get r(): import("../../_framework/reified").StructClassReified<Symbol, SymbolFields>;
26
26
  static phantom(): PhantomReified<ToTypeStr<Symbol>>;
27
- static get p(): PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::symbol::Symbol" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::symbol::Symbol">;
27
+ static get p(): PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::symbol::Symbol" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::symbol::Symbol">;
28
28
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
29
29
  base_token: {
30
30
  name: {
@@ -22,7 +22,7 @@ export declare class LpRegistry implements StructClass {
22
22
  static reified(): LpRegistryReified;
23
23
  static get r(): import("../../_framework/reified").StructClassReified<LpRegistry, LpRegistryFields>;
24
24
  static phantom(): PhantomReified<ToTypeStr<LpRegistry>>;
25
- static get p(): PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::tlp::LpRegistry" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::tlp::LpRegistry">;
25
+ static get p(): PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::tlp::LpRegistry" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::tlp::LpRegistry">;
26
26
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
27
27
  id: {
28
28
  id: {
@@ -72,7 +72,7 @@ export declare class TLP implements StructClass {
72
72
  static reified(): TLPReified;
73
73
  static get r(): import("../../_framework/reified").StructClassReified<TLP, TLPFields>;
74
74
  static phantom(): PhantomReified<ToTypeStr<TLP>>;
75
- static get p(): PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::tlp::TLP" | "0x21a3b745eaeee0ec0cbc3207230185013d1d8939f7a920aa61f5fea7d09db600::tlp::TLP">;
75
+ static get p(): PhantomReified<"0xe27969a70f93034de9ce16e6ad661b480324574e68d15a64b513fd90eb2423e5::tlp::TLP" | "0x585924f160f83ef16f8927ec117e4d740abb6f4e571ecfa89ff3e973042cb1b9::tlp::TLP">;
76
76
  static get bcs(): import("@mysten/sui/bcs").BcsType<{
77
77
  dummy_field: boolean;
78
78
  }, {
@@ -53,7 +53,7 @@ exports.updateMarketConfig = updateMarketConfig;
53
53
  exports.updateProtocolFeeShareBp = updateProtocolFeeShareBp;
54
54
  var __1 = require("..");
55
55
  var structs_1 = require("../../_dependencies/source/0x1/option/structs");
56
- var structs_2 = require("../../_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/vault/structs");
56
+ var structs_2 = require("../../_dependencies/source/0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274/vault/structs");
57
57
  var util_1 = require("../../_framework/util");
58
58
  function addTradingSymbol(tx, typeArg, args, published_at) {
59
59
  if (published_at === void 0) { published_at = __1.PUBLISHED_AT; }