@typus/typus-perp-sdk 1.0.52 → 1.0.53-upgrade

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 (112) 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 +18 -18
  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/history.js +6 -4
  104. package/dist/src/user/order.js +34 -34
  105. package/package.json +1 -1
  106. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.d.ts +0 -8
  107. package/dist/src/_dependencies/source/0x4213e12a2220f15f1837a76897110d2260786558169bd8d0847f21e9b551f277/index.js +0 -11
  108. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.d.ts +0 -3
  109. package/dist/src/_dependencies/source/0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded/index.js +0 -6
  110. package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.d.ts +0 -3
  111. package/dist/src/_dependencies/source/0x98670585b87e06628ef2d7f7cb1e7bee8ada65b43b82997935225a7e6e21d18e/index.js +0 -6
  112. /package/dist/src/_dependencies/source/{0x908a10789a1a6953e0b73a997c10e3552f7ce4e2907afd00a334ed74bd973ded → 0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274}/vault/structs.js +0 -0
@@ -0,0 +1,876 @@
1
+ import * as reified from "../../../../_framework/reified";
2
+ import { PhantomReified, Reified, StructClass, ToField, ToTypeStr, ToTypeStr as ToPhantom } from "../../../../_framework/reified";
3
+ import { FieldsWithTypes } from "../../../../_framework/util";
4
+ import { TypeName } from "../../0x1/type-name/structs";
5
+ import { UID } from "../../0x2/object/structs";
6
+ import { BigVector } from "../big-vector/structs";
7
+ import { PKG_V1 } from "../index";
8
+ import { SuiClient, SuiObjectData, SuiParsedData } from "@mysten/sui/client";
9
+ export declare function isAuction(type: string): boolean;
10
+ export interface AuctionFields {
11
+ id: ToField<UID>;
12
+ index: ToField<"u64">;
13
+ token: ToField<TypeName>;
14
+ startTsMs: ToField<"u64">;
15
+ endTsMs: ToField<"u64">;
16
+ size: ToField<"u64">;
17
+ decaySpeed: ToField<"u64">;
18
+ initialPrice: ToField<"u64">;
19
+ finalPrice: ToField<"u64">;
20
+ feeBp: ToField<"u64">;
21
+ incentiveBp: ToField<"u64">;
22
+ tokenDecimal: ToField<"u64">;
23
+ sizeDecimal: ToField<"u64">;
24
+ totalBidSize: ToField<"u64">;
25
+ ableToRemoveBid: ToField<"bool">;
26
+ bids: ToField<BigVector<ToPhantom<Bid>>>;
27
+ bidIndex: ToField<"u64">;
28
+ }
29
+ export type AuctionReified = Reified<Auction, AuctionFields>;
30
+ export declare class Auction implements StructClass {
31
+ __StructClass: true;
32
+ static readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::Auction";
33
+ static readonly $numTypeParams = 0;
34
+ static readonly $isPhantom: readonly [];
35
+ readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::Auction";
36
+ readonly $fullTypeName: `${typeof PKG_V1}::dutch::Auction`;
37
+ readonly $typeArgs: [];
38
+ readonly $isPhantom: readonly [];
39
+ readonly id: ToField<UID>;
40
+ readonly index: ToField<"u64">;
41
+ readonly token: ToField<TypeName>;
42
+ readonly startTsMs: ToField<"u64">;
43
+ readonly endTsMs: ToField<"u64">;
44
+ readonly size: ToField<"u64">;
45
+ readonly decaySpeed: ToField<"u64">;
46
+ readonly initialPrice: ToField<"u64">;
47
+ readonly finalPrice: ToField<"u64">;
48
+ readonly feeBp: ToField<"u64">;
49
+ readonly incentiveBp: ToField<"u64">;
50
+ readonly tokenDecimal: ToField<"u64">;
51
+ readonly sizeDecimal: ToField<"u64">;
52
+ readonly totalBidSize: ToField<"u64">;
53
+ readonly ableToRemoveBid: ToField<"bool">;
54
+ readonly bids: ToField<BigVector<ToPhantom<Bid>>>;
55
+ readonly bidIndex: ToField<"u64">;
56
+ private constructor();
57
+ static reified(): AuctionReified;
58
+ static get r(): reified.StructClassReified<Auction, AuctionFields>;
59
+ static phantom(): PhantomReified<ToTypeStr<Auction>>;
60
+ static get p(): reified.PhantomReified<"0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::Auction">;
61
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
62
+ id: {
63
+ id: {
64
+ bytes: string;
65
+ };
66
+ };
67
+ index: string;
68
+ token: {
69
+ name: {
70
+ bytes: number[];
71
+ };
72
+ };
73
+ start_ts_ms: string;
74
+ end_ts_ms: string;
75
+ size: string;
76
+ decay_speed: string;
77
+ initial_price: string;
78
+ final_price: string;
79
+ fee_bp: string;
80
+ incentive_bp: string;
81
+ token_decimal: string;
82
+ size_decimal: string;
83
+ total_bid_size: string;
84
+ able_to_remove_bid: boolean;
85
+ bids: {
86
+ id: {
87
+ id: {
88
+ bytes: string;
89
+ };
90
+ };
91
+ slice_count: string;
92
+ slice_size: string;
93
+ length: string;
94
+ };
95
+ bid_index: string;
96
+ }, {
97
+ id: {
98
+ id: {
99
+ bytes: string;
100
+ };
101
+ };
102
+ index: string | number | bigint;
103
+ token: {
104
+ name: {
105
+ bytes: Iterable<number> & {
106
+ length: number;
107
+ };
108
+ };
109
+ };
110
+ start_ts_ms: string | number | bigint;
111
+ end_ts_ms: string | number | bigint;
112
+ size: string | number | bigint;
113
+ decay_speed: string | number | bigint;
114
+ initial_price: string | number | bigint;
115
+ final_price: string | number | bigint;
116
+ fee_bp: string | number | bigint;
117
+ incentive_bp: string | number | bigint;
118
+ token_decimal: string | number | bigint;
119
+ size_decimal: string | number | bigint;
120
+ total_bid_size: string | number | bigint;
121
+ able_to_remove_bid: boolean;
122
+ bids: {
123
+ id: {
124
+ id: {
125
+ bytes: string;
126
+ };
127
+ };
128
+ slice_count: string | number | bigint;
129
+ slice_size: string | number | bigint;
130
+ length: string | number | bigint;
131
+ };
132
+ bid_index: string | number | bigint;
133
+ }>;
134
+ static fromFields(fields: Record<string, any>): Auction;
135
+ static fromFieldsWithTypes(item: FieldsWithTypes): Auction;
136
+ static fromBcs(data: Uint8Array): Auction;
137
+ toJSONField(): {
138
+ id: string;
139
+ index: string;
140
+ token: {
141
+ name: string;
142
+ };
143
+ startTsMs: string;
144
+ endTsMs: string;
145
+ size: string;
146
+ decaySpeed: string;
147
+ initialPrice: string;
148
+ finalPrice: string;
149
+ feeBp: string;
150
+ incentiveBp: string;
151
+ tokenDecimal: string;
152
+ sizeDecimal: string;
153
+ totalBidSize: string;
154
+ ableToRemoveBid: boolean;
155
+ bids: {
156
+ id: string;
157
+ sliceCount: string;
158
+ sliceSize: string;
159
+ length: string;
160
+ };
161
+ bidIndex: string;
162
+ };
163
+ toJSON(): {
164
+ id: string;
165
+ index: string;
166
+ token: {
167
+ name: string;
168
+ };
169
+ startTsMs: string;
170
+ endTsMs: string;
171
+ size: string;
172
+ decaySpeed: string;
173
+ initialPrice: string;
174
+ finalPrice: string;
175
+ feeBp: string;
176
+ incentiveBp: string;
177
+ tokenDecimal: string;
178
+ sizeDecimal: string;
179
+ totalBidSize: string;
180
+ ableToRemoveBid: boolean;
181
+ bids: {
182
+ id: string;
183
+ sliceCount: string;
184
+ sliceSize: string;
185
+ length: string;
186
+ };
187
+ bidIndex: string;
188
+ $typeName: string;
189
+ $typeArgs: [];
190
+ };
191
+ static fromJSONField(field: any): Auction;
192
+ static fromJSON(json: Record<string, any>): Auction;
193
+ static fromSuiParsedData(content: SuiParsedData): Auction;
194
+ static fromSuiObjectData(data: SuiObjectData): Auction;
195
+ static fetch(client: SuiClient, id: string): Promise<Auction>;
196
+ }
197
+ export declare function isBid(type: string): boolean;
198
+ export interface BidFields {
199
+ index: ToField<"u64">;
200
+ bidder: ToField<"address">;
201
+ price: ToField<"u64">;
202
+ size: ToField<"u64">;
203
+ bidderBalance: ToField<"u64">;
204
+ incentiveBalance: ToField<"u64">;
205
+ feeDiscount: ToField<"u64">;
206
+ tsMs: ToField<"u64">;
207
+ }
208
+ export type BidReified = Reified<Bid, BidFields>;
209
+ export declare class Bid implements StructClass {
210
+ __StructClass: true;
211
+ static readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::Bid";
212
+ static readonly $numTypeParams = 0;
213
+ static readonly $isPhantom: readonly [];
214
+ readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::Bid";
215
+ readonly $fullTypeName: `${typeof PKG_V1}::dutch::Bid`;
216
+ readonly $typeArgs: [];
217
+ readonly $isPhantom: readonly [];
218
+ readonly index: ToField<"u64">;
219
+ readonly bidder: ToField<"address">;
220
+ readonly price: ToField<"u64">;
221
+ readonly size: ToField<"u64">;
222
+ readonly bidderBalance: ToField<"u64">;
223
+ readonly incentiveBalance: ToField<"u64">;
224
+ readonly feeDiscount: ToField<"u64">;
225
+ readonly tsMs: ToField<"u64">;
226
+ private constructor();
227
+ static reified(): BidReified;
228
+ static get r(): reified.StructClassReified<Bid, BidFields>;
229
+ static phantom(): PhantomReified<ToTypeStr<Bid>>;
230
+ static get p(): reified.PhantomReified<"0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::Bid">;
231
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
232
+ index: string;
233
+ bidder: string;
234
+ price: string;
235
+ size: string;
236
+ bidder_balance: string;
237
+ incentive_balance: string;
238
+ fee_discount: string;
239
+ ts_ms: string;
240
+ }, {
241
+ index: string | number | bigint;
242
+ bidder: string;
243
+ price: string | number | bigint;
244
+ size: string | number | bigint;
245
+ bidder_balance: string | number | bigint;
246
+ incentive_balance: string | number | bigint;
247
+ fee_discount: string | number | bigint;
248
+ ts_ms: string | number | bigint;
249
+ }>;
250
+ static fromFields(fields: Record<string, any>): Bid;
251
+ static fromFieldsWithTypes(item: FieldsWithTypes): Bid;
252
+ static fromBcs(data: Uint8Array): Bid;
253
+ toJSONField(): {
254
+ index: string;
255
+ bidder: string;
256
+ price: string;
257
+ size: string;
258
+ bidderBalance: string;
259
+ incentiveBalance: string;
260
+ feeDiscount: string;
261
+ tsMs: string;
262
+ };
263
+ toJSON(): {
264
+ index: string;
265
+ bidder: string;
266
+ price: string;
267
+ size: string;
268
+ bidderBalance: string;
269
+ incentiveBalance: string;
270
+ feeDiscount: string;
271
+ tsMs: string;
272
+ $typeName: string;
273
+ $typeArgs: [];
274
+ };
275
+ static fromJSONField(field: any): Bid;
276
+ static fromJSON(json: Record<string, any>): Bid;
277
+ static fromSuiParsedData(content: SuiParsedData): Bid;
278
+ static fromSuiObjectData(data: SuiObjectData): Bid;
279
+ static fetch(client: SuiClient, id: string): Promise<Bid>;
280
+ }
281
+ export declare function isDUTCH(type: string): boolean;
282
+ export interface DUTCHFields {
283
+ dummyField: ToField<"bool">;
284
+ }
285
+ export type DUTCHReified = Reified<DUTCH, DUTCHFields>;
286
+ export declare class DUTCH implements StructClass {
287
+ __StructClass: true;
288
+ static readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::DUTCH";
289
+ static readonly $numTypeParams = 0;
290
+ static readonly $isPhantom: readonly [];
291
+ readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::DUTCH";
292
+ readonly $fullTypeName: `${typeof PKG_V1}::dutch::DUTCH`;
293
+ readonly $typeArgs: [];
294
+ readonly $isPhantom: readonly [];
295
+ readonly dummyField: ToField<"bool">;
296
+ private constructor();
297
+ static reified(): DUTCHReified;
298
+ static get r(): reified.StructClassReified<DUTCH, DUTCHFields>;
299
+ static phantom(): PhantomReified<ToTypeStr<DUTCH>>;
300
+ static get p(): reified.PhantomReified<"0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::DUTCH">;
301
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
302
+ dummy_field: boolean;
303
+ }, {
304
+ dummy_field: boolean;
305
+ }>;
306
+ static fromFields(fields: Record<string, any>): DUTCH;
307
+ static fromFieldsWithTypes(item: FieldsWithTypes): DUTCH;
308
+ static fromBcs(data: Uint8Array): DUTCH;
309
+ toJSONField(): {
310
+ dummyField: boolean;
311
+ };
312
+ toJSON(): {
313
+ dummyField: boolean;
314
+ $typeName: string;
315
+ $typeArgs: [];
316
+ };
317
+ static fromJSONField(field: any): DUTCH;
318
+ static fromJSON(json: Record<string, any>): DUTCH;
319
+ static fromSuiParsedData(content: SuiParsedData): DUTCH;
320
+ static fromSuiObjectData(data: SuiObjectData): DUTCH;
321
+ static fetch(client: SuiClient, id: string): Promise<DUTCH>;
322
+ }
323
+ export declare function isDelivery(type: string): boolean;
324
+ export interface DeliveryFields {
325
+ signer: ToField<"address">;
326
+ index: ToField<"u64">;
327
+ token: ToField<TypeName>;
328
+ price: ToField<"u64">;
329
+ size: ToField<"u64">;
330
+ bidderBidValue: ToField<"u64">;
331
+ bidderFee: ToField<"u64">;
332
+ incentiveBidValue: ToField<"u64">;
333
+ incentiveFee: ToField<"u64">;
334
+ }
335
+ export type DeliveryReified = Reified<Delivery, DeliveryFields>;
336
+ export declare class Delivery implements StructClass {
337
+ __StructClass: true;
338
+ static readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::Delivery";
339
+ static readonly $numTypeParams = 0;
340
+ static readonly $isPhantom: readonly [];
341
+ readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::Delivery";
342
+ readonly $fullTypeName: `${typeof PKG_V1}::dutch::Delivery`;
343
+ readonly $typeArgs: [];
344
+ readonly $isPhantom: readonly [];
345
+ readonly signer: ToField<"address">;
346
+ readonly index: ToField<"u64">;
347
+ readonly token: ToField<TypeName>;
348
+ readonly price: ToField<"u64">;
349
+ readonly size: ToField<"u64">;
350
+ readonly bidderBidValue: ToField<"u64">;
351
+ readonly bidderFee: ToField<"u64">;
352
+ readonly incentiveBidValue: ToField<"u64">;
353
+ readonly incentiveFee: ToField<"u64">;
354
+ private constructor();
355
+ static reified(): DeliveryReified;
356
+ static get r(): reified.StructClassReified<Delivery, DeliveryFields>;
357
+ static phantom(): PhantomReified<ToTypeStr<Delivery>>;
358
+ static get p(): reified.PhantomReified<"0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::Delivery">;
359
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
360
+ signer: string;
361
+ index: string;
362
+ token: {
363
+ name: {
364
+ bytes: number[];
365
+ };
366
+ };
367
+ price: string;
368
+ size: string;
369
+ bidder_bid_value: string;
370
+ bidder_fee: string;
371
+ incentive_bid_value: string;
372
+ incentive_fee: string;
373
+ }, {
374
+ signer: string;
375
+ index: string | number | bigint;
376
+ token: {
377
+ name: {
378
+ bytes: Iterable<number> & {
379
+ length: number;
380
+ };
381
+ };
382
+ };
383
+ price: string | number | bigint;
384
+ size: string | number | bigint;
385
+ bidder_bid_value: string | number | bigint;
386
+ bidder_fee: string | number | bigint;
387
+ incentive_bid_value: string | number | bigint;
388
+ incentive_fee: string | number | bigint;
389
+ }>;
390
+ static fromFields(fields: Record<string, any>): Delivery;
391
+ static fromFieldsWithTypes(item: FieldsWithTypes): Delivery;
392
+ static fromBcs(data: Uint8Array): Delivery;
393
+ toJSONField(): {
394
+ signer: string;
395
+ index: string;
396
+ token: {
397
+ name: string;
398
+ };
399
+ price: string;
400
+ size: string;
401
+ bidderBidValue: string;
402
+ bidderFee: string;
403
+ incentiveBidValue: string;
404
+ incentiveFee: string;
405
+ };
406
+ toJSON(): {
407
+ signer: string;
408
+ index: string;
409
+ token: {
410
+ name: string;
411
+ };
412
+ price: string;
413
+ size: string;
414
+ bidderBidValue: string;
415
+ bidderFee: string;
416
+ incentiveBidValue: string;
417
+ incentiveFee: string;
418
+ $typeName: string;
419
+ $typeArgs: [];
420
+ };
421
+ static fromJSONField(field: any): Delivery;
422
+ static fromJSON(json: Record<string, any>): Delivery;
423
+ static fromSuiParsedData(content: SuiParsedData): Delivery;
424
+ static fromSuiObjectData(data: SuiObjectData): Delivery;
425
+ static fetch(client: SuiClient, id: string): Promise<Delivery>;
426
+ }
427
+ export declare function isNewBid(type: string): boolean;
428
+ export interface NewBidFields {
429
+ signer: ToField<"address">;
430
+ index: ToField<"u64">;
431
+ token: ToField<TypeName>;
432
+ bidIndex: ToField<"u64">;
433
+ price: ToField<"u64">;
434
+ size: ToField<"u64">;
435
+ bidderBalance: ToField<"u64">;
436
+ incentiveBalance: ToField<"u64">;
437
+ tsMs: ToField<"u64">;
438
+ }
439
+ export type NewBidReified = Reified<NewBid, NewBidFields>;
440
+ export declare class NewBid implements StructClass {
441
+ __StructClass: true;
442
+ static readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::NewBid";
443
+ static readonly $numTypeParams = 0;
444
+ static readonly $isPhantom: readonly [];
445
+ readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::NewBid";
446
+ readonly $fullTypeName: `${typeof PKG_V1}::dutch::NewBid`;
447
+ readonly $typeArgs: [];
448
+ readonly $isPhantom: readonly [];
449
+ readonly signer: ToField<"address">;
450
+ readonly index: ToField<"u64">;
451
+ readonly token: ToField<TypeName>;
452
+ readonly bidIndex: ToField<"u64">;
453
+ readonly price: ToField<"u64">;
454
+ readonly size: ToField<"u64">;
455
+ readonly bidderBalance: ToField<"u64">;
456
+ readonly incentiveBalance: ToField<"u64">;
457
+ readonly tsMs: ToField<"u64">;
458
+ private constructor();
459
+ static reified(): NewBidReified;
460
+ static get r(): reified.StructClassReified<NewBid, NewBidFields>;
461
+ static phantom(): PhantomReified<ToTypeStr<NewBid>>;
462
+ static get p(): reified.PhantomReified<"0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::NewBid">;
463
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
464
+ signer: string;
465
+ index: string;
466
+ token: {
467
+ name: {
468
+ bytes: number[];
469
+ };
470
+ };
471
+ bid_index: string;
472
+ price: string;
473
+ size: string;
474
+ bidder_balance: string;
475
+ incentive_balance: string;
476
+ ts_ms: string;
477
+ }, {
478
+ signer: string;
479
+ index: string | number | bigint;
480
+ token: {
481
+ name: {
482
+ bytes: Iterable<number> & {
483
+ length: number;
484
+ };
485
+ };
486
+ };
487
+ bid_index: string | number | bigint;
488
+ price: string | number | bigint;
489
+ size: string | number | bigint;
490
+ bidder_balance: string | number | bigint;
491
+ incentive_balance: string | number | bigint;
492
+ ts_ms: string | number | bigint;
493
+ }>;
494
+ static fromFields(fields: Record<string, any>): NewBid;
495
+ static fromFieldsWithTypes(item: FieldsWithTypes): NewBid;
496
+ static fromBcs(data: Uint8Array): NewBid;
497
+ toJSONField(): {
498
+ signer: string;
499
+ index: string;
500
+ token: {
501
+ name: string;
502
+ };
503
+ bidIndex: string;
504
+ price: string;
505
+ size: string;
506
+ bidderBalance: string;
507
+ incentiveBalance: string;
508
+ tsMs: string;
509
+ };
510
+ toJSON(): {
511
+ signer: string;
512
+ index: string;
513
+ token: {
514
+ name: string;
515
+ };
516
+ bidIndex: string;
517
+ price: string;
518
+ size: string;
519
+ bidderBalance: string;
520
+ incentiveBalance: string;
521
+ tsMs: string;
522
+ $typeName: string;
523
+ $typeArgs: [];
524
+ };
525
+ static fromJSONField(field: any): NewBid;
526
+ static fromJSON(json: Record<string, any>): NewBid;
527
+ static fromSuiParsedData(content: SuiParsedData): NewBid;
528
+ static fromSuiObjectData(data: SuiObjectData): NewBid;
529
+ static fetch(client: SuiClient, id: string): Promise<NewBid>;
530
+ }
531
+ export declare function isRemoveBid(type: string): boolean;
532
+ export interface RemoveBidFields {
533
+ signer: ToField<"address">;
534
+ index: ToField<"u64">;
535
+ token: ToField<TypeName>;
536
+ bidIndex: ToField<"u64">;
537
+ price: ToField<"u64">;
538
+ size: ToField<"u64">;
539
+ bidderBalance: ToField<"u64">;
540
+ incentiveBalance: ToField<"u64">;
541
+ feeDiscount: ToField<"u64">;
542
+ tsMs: ToField<"u64">;
543
+ }
544
+ export type RemoveBidReified = Reified<RemoveBid, RemoveBidFields>;
545
+ export declare class RemoveBid implements StructClass {
546
+ __StructClass: true;
547
+ static readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::RemoveBid";
548
+ static readonly $numTypeParams = 0;
549
+ static readonly $isPhantom: readonly [];
550
+ readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::RemoveBid";
551
+ readonly $fullTypeName: `${typeof PKG_V1}::dutch::RemoveBid`;
552
+ readonly $typeArgs: [];
553
+ readonly $isPhantom: readonly [];
554
+ readonly signer: ToField<"address">;
555
+ readonly index: ToField<"u64">;
556
+ readonly token: ToField<TypeName>;
557
+ readonly bidIndex: ToField<"u64">;
558
+ readonly price: ToField<"u64">;
559
+ readonly size: ToField<"u64">;
560
+ readonly bidderBalance: ToField<"u64">;
561
+ readonly incentiveBalance: ToField<"u64">;
562
+ readonly feeDiscount: ToField<"u64">;
563
+ readonly tsMs: ToField<"u64">;
564
+ private constructor();
565
+ static reified(): RemoveBidReified;
566
+ static get r(): reified.StructClassReified<RemoveBid, RemoveBidFields>;
567
+ static phantom(): PhantomReified<ToTypeStr<RemoveBid>>;
568
+ static get p(): reified.PhantomReified<"0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::RemoveBid">;
569
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
570
+ signer: string;
571
+ index: string;
572
+ token: {
573
+ name: {
574
+ bytes: number[];
575
+ };
576
+ };
577
+ bid_index: string;
578
+ price: string;
579
+ size: string;
580
+ bidder_balance: string;
581
+ incentive_balance: string;
582
+ fee_discount: string;
583
+ ts_ms: string;
584
+ }, {
585
+ signer: string;
586
+ index: string | number | bigint;
587
+ token: {
588
+ name: {
589
+ bytes: Iterable<number> & {
590
+ length: number;
591
+ };
592
+ };
593
+ };
594
+ bid_index: string | number | bigint;
595
+ price: string | number | bigint;
596
+ size: string | number | bigint;
597
+ bidder_balance: string | number | bigint;
598
+ incentive_balance: string | number | bigint;
599
+ fee_discount: string | number | bigint;
600
+ ts_ms: string | number | bigint;
601
+ }>;
602
+ static fromFields(fields: Record<string, any>): RemoveBid;
603
+ static fromFieldsWithTypes(item: FieldsWithTypes): RemoveBid;
604
+ static fromBcs(data: Uint8Array): RemoveBid;
605
+ toJSONField(): {
606
+ signer: string;
607
+ index: string;
608
+ token: {
609
+ name: string;
610
+ };
611
+ bidIndex: string;
612
+ price: string;
613
+ size: string;
614
+ bidderBalance: string;
615
+ incentiveBalance: string;
616
+ feeDiscount: string;
617
+ tsMs: string;
618
+ };
619
+ toJSON(): {
620
+ signer: string;
621
+ index: string;
622
+ token: {
623
+ name: string;
624
+ };
625
+ bidIndex: string;
626
+ price: string;
627
+ size: string;
628
+ bidderBalance: string;
629
+ incentiveBalance: string;
630
+ feeDiscount: string;
631
+ tsMs: string;
632
+ $typeName: string;
633
+ $typeArgs: [];
634
+ };
635
+ static fromJSONField(field: any): RemoveBid;
636
+ static fromJSON(json: Record<string, any>): RemoveBid;
637
+ static fromSuiParsedData(content: SuiParsedData): RemoveBid;
638
+ static fromSuiObjectData(data: SuiObjectData): RemoveBid;
639
+ static fetch(client: SuiClient, id: string): Promise<RemoveBid>;
640
+ }
641
+ export declare function isTerminate(type: string): boolean;
642
+ export interface TerminateFields {
643
+ signer: ToField<"address">;
644
+ index: ToField<"u64">;
645
+ token: ToField<TypeName>;
646
+ }
647
+ export type TerminateReified = Reified<Terminate, TerminateFields>;
648
+ export declare class Terminate implements StructClass {
649
+ __StructClass: true;
650
+ static readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::Terminate";
651
+ static readonly $numTypeParams = 0;
652
+ static readonly $isPhantom: readonly [];
653
+ readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::Terminate";
654
+ readonly $fullTypeName: `${typeof PKG_V1}::dutch::Terminate`;
655
+ readonly $typeArgs: [];
656
+ readonly $isPhantom: readonly [];
657
+ readonly signer: ToField<"address">;
658
+ readonly index: ToField<"u64">;
659
+ readonly token: ToField<TypeName>;
660
+ private constructor();
661
+ static reified(): TerminateReified;
662
+ static get r(): reified.StructClassReified<Terminate, TerminateFields>;
663
+ static phantom(): PhantomReified<ToTypeStr<Terminate>>;
664
+ static get p(): reified.PhantomReified<"0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::Terminate">;
665
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
666
+ signer: string;
667
+ index: string;
668
+ token: {
669
+ name: {
670
+ bytes: number[];
671
+ };
672
+ };
673
+ }, {
674
+ signer: string;
675
+ index: string | number | bigint;
676
+ token: {
677
+ name: {
678
+ bytes: Iterable<number> & {
679
+ length: number;
680
+ };
681
+ };
682
+ };
683
+ }>;
684
+ static fromFields(fields: Record<string, any>): Terminate;
685
+ static fromFieldsWithTypes(item: FieldsWithTypes): Terminate;
686
+ static fromBcs(data: Uint8Array): Terminate;
687
+ toJSONField(): {
688
+ signer: string;
689
+ index: string;
690
+ token: {
691
+ name: string;
692
+ };
693
+ };
694
+ toJSON(): {
695
+ signer: string;
696
+ index: string;
697
+ token: {
698
+ name: string;
699
+ };
700
+ $typeName: string;
701
+ $typeArgs: [];
702
+ };
703
+ static fromJSONField(field: any): Terminate;
704
+ static fromJSON(json: Record<string, any>): Terminate;
705
+ static fromSuiParsedData(content: SuiParsedData): Terminate;
706
+ static fromSuiObjectData(data: SuiObjectData): Terminate;
707
+ static fetch(client: SuiClient, id: string): Promise<Terminate>;
708
+ }
709
+ export declare function isUpdateAuctionConfig(type: string): boolean;
710
+ export interface UpdateAuctionConfigFields {
711
+ signer: ToField<"address">;
712
+ index: ToField<"u64">;
713
+ prevStartTsMs: ToField<"u64">;
714
+ prevEndTsMs: ToField<"u64">;
715
+ prevDecaySpeed: ToField<"u64">;
716
+ prevInitialPrice: ToField<"u64">;
717
+ prevFinalPrice: ToField<"u64">;
718
+ prevFeeBp: ToField<"u64">;
719
+ prevIncentiveBp: ToField<"u64">;
720
+ prevTokenDecimal: ToField<"u64">;
721
+ prevSizeDecimal: ToField<"u64">;
722
+ prevAbleToRemoveBid: ToField<"bool">;
723
+ startTsMs: ToField<"u64">;
724
+ endTsMs: ToField<"u64">;
725
+ decaySpeed: ToField<"u64">;
726
+ initialPrice: ToField<"u64">;
727
+ finalPrice: ToField<"u64">;
728
+ feeBp: ToField<"u64">;
729
+ incentiveBp: ToField<"u64">;
730
+ tokenDecimal: ToField<"u64">;
731
+ sizeDecimal: ToField<"u64">;
732
+ ableToRemoveBid: ToField<"bool">;
733
+ }
734
+ export type UpdateAuctionConfigReified = Reified<UpdateAuctionConfig, UpdateAuctionConfigFields>;
735
+ export declare class UpdateAuctionConfig implements StructClass {
736
+ __StructClass: true;
737
+ static readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::UpdateAuctionConfig";
738
+ static readonly $numTypeParams = 0;
739
+ static readonly $isPhantom: readonly [];
740
+ readonly $typeName = "0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::UpdateAuctionConfig";
741
+ readonly $fullTypeName: `${typeof PKG_V1}::dutch::UpdateAuctionConfig`;
742
+ readonly $typeArgs: [];
743
+ readonly $isPhantom: readonly [];
744
+ readonly signer: ToField<"address">;
745
+ readonly index: ToField<"u64">;
746
+ readonly prevStartTsMs: ToField<"u64">;
747
+ readonly prevEndTsMs: ToField<"u64">;
748
+ readonly prevDecaySpeed: ToField<"u64">;
749
+ readonly prevInitialPrice: ToField<"u64">;
750
+ readonly prevFinalPrice: ToField<"u64">;
751
+ readonly prevFeeBp: ToField<"u64">;
752
+ readonly prevIncentiveBp: ToField<"u64">;
753
+ readonly prevTokenDecimal: ToField<"u64">;
754
+ readonly prevSizeDecimal: ToField<"u64">;
755
+ readonly prevAbleToRemoveBid: ToField<"bool">;
756
+ readonly startTsMs: ToField<"u64">;
757
+ readonly endTsMs: ToField<"u64">;
758
+ readonly decaySpeed: ToField<"u64">;
759
+ readonly initialPrice: ToField<"u64">;
760
+ readonly finalPrice: ToField<"u64">;
761
+ readonly feeBp: ToField<"u64">;
762
+ readonly incentiveBp: ToField<"u64">;
763
+ readonly tokenDecimal: ToField<"u64">;
764
+ readonly sizeDecimal: ToField<"u64">;
765
+ readonly ableToRemoveBid: ToField<"bool">;
766
+ private constructor();
767
+ static reified(): UpdateAuctionConfigReified;
768
+ static get r(): reified.StructClassReified<UpdateAuctionConfig, UpdateAuctionConfigFields>;
769
+ static phantom(): PhantomReified<ToTypeStr<UpdateAuctionConfig>>;
770
+ static get p(): reified.PhantomReified<"0xb4f25230ba74837d8299e92951306100c4a532e8c48cc3d8828abe9b91c8b274::dutch::UpdateAuctionConfig">;
771
+ static get bcs(): import("@mysten/sui/bcs").BcsType<{
772
+ signer: string;
773
+ index: string;
774
+ prev_start_ts_ms: string;
775
+ prev_end_ts_ms: string;
776
+ prev_decay_speed: string;
777
+ prev_initial_price: string;
778
+ prev_final_price: string;
779
+ prev_fee_bp: string;
780
+ prev_incentive_bp: string;
781
+ prev_token_decimal: string;
782
+ prev_size_decimal: string;
783
+ prev_able_to_remove_bid: boolean;
784
+ start_ts_ms: string;
785
+ end_ts_ms: string;
786
+ decay_speed: string;
787
+ initial_price: string;
788
+ final_price: string;
789
+ fee_bp: string;
790
+ incentive_bp: string;
791
+ token_decimal: string;
792
+ size_decimal: string;
793
+ able_to_remove_bid: boolean;
794
+ }, {
795
+ signer: string;
796
+ index: string | number | bigint;
797
+ prev_start_ts_ms: string | number | bigint;
798
+ prev_end_ts_ms: string | number | bigint;
799
+ prev_decay_speed: string | number | bigint;
800
+ prev_initial_price: string | number | bigint;
801
+ prev_final_price: string | number | bigint;
802
+ prev_fee_bp: string | number | bigint;
803
+ prev_incentive_bp: string | number | bigint;
804
+ prev_token_decimal: string | number | bigint;
805
+ prev_size_decimal: string | number | bigint;
806
+ prev_able_to_remove_bid: boolean;
807
+ start_ts_ms: string | number | bigint;
808
+ end_ts_ms: string | number | bigint;
809
+ decay_speed: string | number | bigint;
810
+ initial_price: string | number | bigint;
811
+ final_price: string | number | bigint;
812
+ fee_bp: string | number | bigint;
813
+ incentive_bp: string | number | bigint;
814
+ token_decimal: string | number | bigint;
815
+ size_decimal: string | number | bigint;
816
+ able_to_remove_bid: boolean;
817
+ }>;
818
+ static fromFields(fields: Record<string, any>): UpdateAuctionConfig;
819
+ static fromFieldsWithTypes(item: FieldsWithTypes): UpdateAuctionConfig;
820
+ static fromBcs(data: Uint8Array): UpdateAuctionConfig;
821
+ toJSONField(): {
822
+ signer: string;
823
+ index: string;
824
+ prevStartTsMs: string;
825
+ prevEndTsMs: string;
826
+ prevDecaySpeed: string;
827
+ prevInitialPrice: string;
828
+ prevFinalPrice: string;
829
+ prevFeeBp: string;
830
+ prevIncentiveBp: string;
831
+ prevTokenDecimal: string;
832
+ prevSizeDecimal: string;
833
+ prevAbleToRemoveBid: boolean;
834
+ startTsMs: string;
835
+ endTsMs: string;
836
+ decaySpeed: string;
837
+ initialPrice: string;
838
+ finalPrice: string;
839
+ feeBp: string;
840
+ incentiveBp: string;
841
+ tokenDecimal: string;
842
+ sizeDecimal: string;
843
+ ableToRemoveBid: boolean;
844
+ };
845
+ toJSON(): {
846
+ signer: string;
847
+ index: string;
848
+ prevStartTsMs: string;
849
+ prevEndTsMs: string;
850
+ prevDecaySpeed: string;
851
+ prevInitialPrice: string;
852
+ prevFinalPrice: string;
853
+ prevFeeBp: string;
854
+ prevIncentiveBp: string;
855
+ prevTokenDecimal: string;
856
+ prevSizeDecimal: string;
857
+ prevAbleToRemoveBid: boolean;
858
+ startTsMs: string;
859
+ endTsMs: string;
860
+ decaySpeed: string;
861
+ initialPrice: string;
862
+ finalPrice: string;
863
+ feeBp: string;
864
+ incentiveBp: string;
865
+ tokenDecimal: string;
866
+ sizeDecimal: string;
867
+ ableToRemoveBid: boolean;
868
+ $typeName: string;
869
+ $typeArgs: [];
870
+ };
871
+ static fromJSONField(field: any): UpdateAuctionConfig;
872
+ static fromJSON(json: Record<string, any>): UpdateAuctionConfig;
873
+ static fromSuiParsedData(content: SuiParsedData): UpdateAuctionConfig;
874
+ static fromSuiObjectData(data: SuiObjectData): UpdateAuctionConfig;
875
+ static fetch(client: SuiClient, id: string): Promise<UpdateAuctionConfig>;
876
+ }