@lightconexyz/lightcone-sdk 0.6.1 → 0.7.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +6 -2
- package/dist/auth/client.d.ts.map +1 -1
- package/dist/auth/client.js +2 -0
- package/dist/auth/client.js.map +1 -1
- package/dist/auth/index.d.ts +15 -0
- package/dist/auth/index.d.ts.map +1 -1
- package/dist/auth/index.js +10 -1
- package/dist/auth/index.js.map +1 -1
- package/dist/client.d.ts +17 -7
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +36 -13
- package/dist/client.js.map +1 -1
- package/dist/context.d.ts +7 -1
- package/dist/context.d.ts.map +1 -1
- package/dist/context.js +60 -6
- package/dist/context.js.map +1 -1
- package/dist/domain/admin/client.d.ts +11 -1
- package/dist/domain/admin/client.d.ts.map +1 -1
- package/dist/domain/admin/client.js +39 -4
- package/dist/domain/admin/client.js.map +1 -1
- package/dist/domain/admin/wire.d.ts +37 -12
- package/dist/domain/admin/wire.d.ts.map +1 -1
- package/dist/domain/admin/wire.js.map +1 -1
- package/dist/domain/market/client.js +1 -1
- package/dist/domain/market/client.js.map +1 -1
- package/dist/domain/market/convert.js +1 -1
- package/dist/domain/market/convert.js.map +1 -1
- package/dist/domain/market/index.d.ts +8 -1
- package/dist/domain/market/index.d.ts.map +1 -1
- package/dist/domain/market/index.js +12 -0
- package/dist/domain/market/index.js.map +1 -1
- package/dist/domain/market/outcome.d.ts +1 -0
- package/dist/domain/market/outcome.d.ts.map +1 -1
- package/dist/domain/market/outcome.js +1 -0
- package/dist/domain/market/outcome.js.map +1 -1
- package/dist/domain/market/tokens.d.ts +2 -0
- package/dist/domain/market/tokens.d.ts.map +1 -1
- package/dist/domain/market/tokens.js +6 -1
- package/dist/domain/market/tokens.js.map +1 -1
- package/dist/domain/market/wire.d.ts +23 -2
- package/dist/domain/market/wire.d.ts.map +1 -1
- package/dist/domain/market/wire.js +5 -0
- package/dist/domain/market/wire.js.map +1 -1
- package/dist/domain/metrics/client.d.ts +3 -3
- package/dist/domain/metrics/client.d.ts.map +1 -1
- package/dist/domain/metrics/client.js +4 -4
- package/dist/domain/metrics/client.js.map +1 -1
- package/dist/domain/metrics/wire.d.ts +5 -1
- package/dist/domain/metrics/wire.d.ts.map +1 -1
- package/dist/domain/metrics/wire.js.map +1 -1
- package/dist/domain/notification/client.d.ts +2 -2
- package/dist/domain/notification/client.d.ts.map +1 -1
- package/dist/domain/notification/client.js +3 -3
- package/dist/domain/notification/client.js.map +1 -1
- package/dist/domain/notification/index.d.ts +3 -1
- package/dist/domain/notification/index.d.ts.map +1 -1
- package/dist/domain/notification/index.js.map +1 -1
- package/dist/domain/order/client.d.ts +12 -10
- package/dist/domain/order/client.d.ts.map +1 -1
- package/dist/domain/order/client.js +20 -13
- package/dist/domain/order/client.js.map +1 -1
- package/dist/domain/order/convert.d.ts +1 -1
- package/dist/domain/order/convert.d.ts.map +1 -1
- package/dist/domain/order/convert.js +2 -2
- package/dist/domain/order/convert.js.map +1 -1
- package/dist/domain/order/index.d.ts +2 -1
- package/dist/domain/order/index.d.ts.map +1 -1
- package/dist/domain/order/index.js +11 -3
- package/dist/domain/order/index.js.map +1 -1
- package/dist/domain/orderbook/client.d.ts +6 -2
- package/dist/domain/orderbook/client.d.ts.map +1 -1
- package/dist/domain/orderbook/client.js +17 -0
- package/dist/domain/orderbook/client.js.map +1 -1
- package/dist/domain/position/builders.d.ts +11 -8
- package/dist/domain/position/builders.d.ts.map +1 -1
- package/dist/domain/position/builders.js +31 -25
- package/dist/domain/position/builders.js.map +1 -1
- package/dist/domain/position/client.d.ts +21 -15
- package/dist/domain/position/client.d.ts.map +1 -1
- package/dist/domain/position/client.js +43 -22
- package/dist/domain/position/client.js.map +1 -1
- package/dist/domain/referral/client.d.ts +2 -2
- package/dist/domain/referral/client.d.ts.map +1 -1
- package/dist/domain/referral/client.js +3 -3
- package/dist/domain/referral/client.js.map +1 -1
- package/dist/domain/trade/client.d.ts +1 -0
- package/dist/domain/trade/client.d.ts.map +1 -1
- package/dist/domain/trade/client.js +14 -0
- package/dist/domain/trade/client.js.map +1 -1
- package/dist/domain/trade/wire.d.ts +6 -0
- package/dist/domain/trade/wire.d.ts.map +1 -1
- package/dist/domain/trade/wire.js.map +1 -1
- package/dist/env.d.ts +6 -1
- package/dist/env.d.ts.map +1 -1
- package/dist/env.js +19 -9
- package/dist/env.js.map +1 -1
- package/dist/http/client.d.ts +7 -7
- package/dist/http/client.d.ts.map +1 -1
- package/dist/http/client.js +15 -12
- package/dist/http/client.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/prelude.d.ts +8 -7
- package/dist/prelude.d.ts.map +1 -1
- package/dist/prelude.js +7 -6
- package/dist/prelude.js.map +1 -1
- package/dist/privy/index.d.ts +1 -1
- package/dist/privy/index.js.map +1 -1
- package/dist/program/accounts.d.ts +12 -7
- package/dist/program/accounts.d.ts.map +1 -1
- package/dist/program/accounts.js +38 -16
- package/dist/program/accounts.js.map +1 -1
- package/dist/program/builder.d.ts +0 -4
- package/dist/program/builder.d.ts.map +1 -1
- package/dist/program/builder.js +0 -8
- package/dist/program/builder.js.map +1 -1
- package/dist/program/constants.d.ts +20 -7
- package/dist/program/constants.d.ts.map +1 -1
- package/dist/program/constants.js +21 -8
- package/dist/program/constants.js.map +1 -1
- package/dist/program/error.d.ts +25 -1
- package/dist/program/error.d.ts.map +1 -1
- package/dist/program/error.js +72 -0
- package/dist/program/error.js.map +1 -1
- package/dist/program/index.d.ts +7 -7
- package/dist/program/index.d.ts.map +1 -1
- package/dist/program/index.js +36 -9
- package/dist/program/index.js.map +1 -1
- package/dist/program/instructions.d.ts +184 -71
- package/dist/program/instructions.d.ts.map +1 -1
- package/dist/program/instructions.js +573 -140
- package/dist/program/instructions.js.map +1 -1
- package/dist/program/orders.js +2 -2
- package/dist/program/orders.js.map +1 -1
- package/dist/program/pda.d.ts +21 -3
- package/dist/program/pda.d.ts.map +1 -1
- package/dist/program/pda.js +43 -6
- package/dist/program/pda.js.map +1 -1
- package/dist/program/types.d.ts +139 -21
- package/dist/program/types.d.ts.map +1 -1
- package/dist/program/types.js.map +1 -1
- package/dist/program/utils.d.ts +31 -2
- package/dist/program/utils.d.ts.map +1 -1
- package/dist/program/utils.js +132 -5
- package/dist/program/utils.js.map +1 -1
- package/dist/rpc.d.ts +6 -1
- package/dist/rpc.d.ts.map +1 -1
- package/dist/rpc.js +9 -7
- package/dist/rpc.js.map +1 -1
- package/dist/rpcFailover.d.ts +22 -0
- package/dist/rpcFailover.d.ts.map +1 -0
- package/dist/rpcFailover.js +71 -0
- package/dist/rpcFailover.js.map +1 -0
- package/dist/shared/fmt/constants.d.ts +5 -0
- package/dist/shared/fmt/constants.d.ts.map +1 -0
- package/dist/shared/fmt/constants.js +25 -0
- package/dist/shared/fmt/constants.js.map +1 -0
- package/dist/shared/fmt/decimal.d.ts +7 -0
- package/dist/shared/fmt/decimal.d.ts.map +1 -1
- package/dist/shared/fmt/decimal.js +28 -20
- package/dist/shared/fmt/decimal.js.map +1 -1
- package/dist/shared/fmt/num.d.ts +7 -0
- package/dist/shared/fmt/num.d.ts.map +1 -1
- package/dist/shared/fmt/num.js +27 -15
- package/dist/shared/fmt/num.js.map +1 -1
- package/dist/ws/client.node.js +1 -1
- package/dist/ws/client.node.js.map +1 -1
- package/package.json +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { PublicKey, Transaction, TransactionInstruction } from "@solana/web3.js";
|
|
2
|
-
import { InitializeParams, CreateMarketParams, AddDepositMintParams, BuildDepositParams, BuildMergeParams, SettleMarketParams, RedeemWinningsParams, WithdrawFromPositionParams, ActivateMarketParams, MatchOrdersMultiParams, SetAuthorityParams, CreateOrderbookParams, WhitelistDepositTokenParams, DepositToGlobalParams, GlobalToMarketDepositParams, InitPositionTokensParams, ExtendPositionTokensParams, DepositAndSwapParams, WithdrawFromGlobalParams, SignedOrder } from "./types";
|
|
2
|
+
import { InitializeParams, CreateMarketParams, AddDepositMintParams, BuildDepositParams, BuildMergeParams, SettleMarketParams, RedeemWinningsParams, WithdrawFromPositionParams, ActivateMarketParams, MatchOrdersMultiParams, SetAuthorityParams, SetManagerParams, CreateOrderbookParams, WhitelistDepositTokenParams, DepositToGlobalParams, DepositToGlobalAltContext, GlobalToMarketDepositParams, InitPositionTokensParams, ExtendPositionTokensParams, DepositAndSwapParams, WithdrawFromGlobalParams, ClosePositionAltParams, CloseOrderStatusParams, ClosePositionTokenAccountsParams, CloseOrderbookAltParams, CloseOrderbookParams, SignedOrder, ConditionalMetadataParams, SetFeeReceiverParams, SetMarketFeesParams } from "./types";
|
|
3
3
|
/**
|
|
4
4
|
* Build Initialize instruction
|
|
5
5
|
* Creates the exchange account (singleton)
|
|
@@ -17,30 +17,31 @@ export declare function buildInitializeIx(params: InitializeParams, programId?:
|
|
|
17
17
|
* Creates a new market in Pending status
|
|
18
18
|
*
|
|
19
19
|
* Accounts:
|
|
20
|
-
* 0.
|
|
20
|
+
* 0. manager (signer, mut) - Must be exchange manager
|
|
21
21
|
* 1. exchange (mut) - Exchange PDA
|
|
22
22
|
* 2. market (mut) - Market PDA
|
|
23
23
|
* 3. system_program (readonly)
|
|
24
|
+
* 4. condition_tombstone (mut) - Condition uniqueness PDA
|
|
24
25
|
*
|
|
25
|
-
* Data: [discriminator, num_outcomes (u8), oracle (32), question_id (32)]
|
|
26
|
+
* Data: [discriminator, num_outcomes (u8), oracle (32), question_id (32), maker_fee_bps (i16), taker_fee_bps (i16)]
|
|
26
27
|
*/
|
|
27
28
|
export declare function buildCreateMarketIx(params: CreateMarketParams, marketId: bigint, programId?: PublicKey): TransactionInstruction;
|
|
28
29
|
/**
|
|
29
30
|
* Build AddDepositMint instruction
|
|
30
31
|
*
|
|
31
32
|
* Accounts:
|
|
32
|
-
* 0.
|
|
33
|
+
* 0. manager (signer)
|
|
33
34
|
* 1. exchange
|
|
34
35
|
* 2. market
|
|
35
|
-
*
|
|
36
|
-
*
|
|
37
|
-
*
|
|
38
|
-
*
|
|
39
|
-
* 6. token_2022_program
|
|
36
|
+
* 3. deposit_mint
|
|
37
|
+
* 4. vault
|
|
38
|
+
* 5. mint_authority
|
|
39
|
+
* 6. token_program (SPL Token)
|
|
40
40
|
* 7. system_program
|
|
41
|
-
* 8
|
|
41
|
+
* 8. global_deposit_token
|
|
42
|
+
* 9+ conditional_mints[0..num_outcomes]
|
|
42
43
|
*
|
|
43
|
-
* Data: [discriminator
|
|
44
|
+
* Data: [discriminator]
|
|
44
45
|
*/
|
|
45
46
|
export declare function buildAddDepositMintIx(params: AddDepositMintParams, market: PublicKey, numOutcomes: number, programId?: PublicKey): TransactionInstruction;
|
|
46
47
|
/**
|
|
@@ -54,12 +55,10 @@ export declare function buildAddDepositMintIx(params: AddDepositMintParams, mark
|
|
|
54
55
|
* 4. vault
|
|
55
56
|
* 5. user_deposit_ata
|
|
56
57
|
* 6. position
|
|
57
|
-
* 7.
|
|
58
|
-
* 8.
|
|
59
|
-
* 9.
|
|
60
|
-
* 10.
|
|
61
|
-
* 11. associated_token_program
|
|
62
|
-
* 12. system_program
|
|
58
|
+
* 7. mint_authority
|
|
59
|
+
* 8. token_program
|
|
60
|
+
* 9. associated_token_program
|
|
61
|
+
* 10. system_program
|
|
63
62
|
* Remaining: [conditional_mint[i], position_conditional_ata[i]]
|
|
64
63
|
*
|
|
65
64
|
* Data: [discriminator, amount (u64)]
|
|
@@ -78,7 +77,6 @@ export declare function buildDepositIx(params: BuildDepositParams, numOutcomes:
|
|
|
78
77
|
* 6. user_deposit_ata
|
|
79
78
|
* 7. mint_authority
|
|
80
79
|
* 8. token_program
|
|
81
|
-
* 9. token_2022_program
|
|
82
80
|
* Remaining: [conditional_mint[i], position_conditional_ata[i]]
|
|
83
81
|
*
|
|
84
82
|
* Data: [discriminator, amount (u64)]
|
|
@@ -88,14 +86,14 @@ export declare function buildMergeIx(params: BuildMergeParams, numOutcomes: numb
|
|
|
88
86
|
* Build CancelOrder instruction
|
|
89
87
|
*
|
|
90
88
|
* Accounts:
|
|
91
|
-
* 0.
|
|
92
|
-
* 1.
|
|
93
|
-
* 2.
|
|
94
|
-
* 3.
|
|
89
|
+
* 0. operator (signer, mut)
|
|
90
|
+
* 1. exchange (readonly)
|
|
91
|
+
* 2. market (readonly)
|
|
92
|
+
* 3. order_status (mut)
|
|
95
93
|
*
|
|
96
|
-
* Data: [discriminator, order_hash (32), signed_order (
|
|
94
|
+
* Data: [discriminator, order_hash (32), signed_order (233)]
|
|
97
95
|
*/
|
|
98
|
-
export declare function buildCancelOrderIx(
|
|
96
|
+
export declare function buildCancelOrderIx(operator: PublicKey, market: PublicKey, order: SignedOrder, programId?: PublicKey): TransactionInstruction;
|
|
99
97
|
/**
|
|
100
98
|
* Build IncrementNonce instruction
|
|
101
99
|
*
|
|
@@ -103,6 +101,7 @@ export declare function buildCancelOrderIx(maker: PublicKey, market: PublicKey,
|
|
|
103
101
|
* 0. user (signer, mut)
|
|
104
102
|
* 1. user_nonce (mut)
|
|
105
103
|
* 2. system_program (readonly)
|
|
104
|
+
* 3. exchange (readonly)
|
|
106
105
|
*
|
|
107
106
|
* Data: [discriminator]
|
|
108
107
|
*/
|
|
@@ -115,7 +114,7 @@ export declare function buildIncrementNonceIx(user: PublicKey, programId?: Publi
|
|
|
115
114
|
* 1. exchange (readonly)
|
|
116
115
|
* 2. market (mut)
|
|
117
116
|
*
|
|
118
|
-
* Data: [discriminator,
|
|
117
|
+
* Data: [discriminator, payout_numerator_0 (u32), ...]
|
|
119
118
|
*/
|
|
120
119
|
export declare function buildSettleMarketIx(params: SettleMarketParams, programId?: PublicKey): TransactionInstruction;
|
|
121
120
|
/**
|
|
@@ -132,11 +131,11 @@ export declare function buildSettleMarketIx(params: SettleMarketParams, programI
|
|
|
132
131
|
* 7. user_deposit_ata
|
|
133
132
|
* 8. mint_authority
|
|
134
133
|
* 9. token_program
|
|
135
|
-
* 10.
|
|
134
|
+
* 10. exchange
|
|
136
135
|
*
|
|
137
|
-
* Data: [discriminator, amount (u64)]
|
|
136
|
+
* Data: [discriminator, amount (u64), outcome_index (u8)]
|
|
138
137
|
*/
|
|
139
|
-
export declare function buildRedeemWinningsIx(params: RedeemWinningsParams,
|
|
138
|
+
export declare function buildRedeemWinningsIx(params: RedeemWinningsParams, outcomeIndex: number, programId?: PublicKey): TransactionInstruction;
|
|
140
139
|
/**
|
|
141
140
|
* Build SetPaused instruction
|
|
142
141
|
*
|
|
@@ -168,15 +167,16 @@ export declare function buildSetOperatorIx(authority: PublicKey, newOperator: Pu
|
|
|
168
167
|
* 4. position_ata (mut)
|
|
169
168
|
* 5. user_ata (mut)
|
|
170
169
|
* 6. token_program (readonly)
|
|
170
|
+
* 7. exchange (readonly)
|
|
171
171
|
*
|
|
172
172
|
* Data: [discriminator, amount (u64), outcome_index (u8)]
|
|
173
173
|
*/
|
|
174
|
-
export declare function buildWithdrawFromPositionIx(params: WithdrawFromPositionParams,
|
|
174
|
+
export declare function buildWithdrawFromPositionIx(params: WithdrawFromPositionParams, programId?: PublicKey): TransactionInstruction;
|
|
175
175
|
/**
|
|
176
176
|
* Build ActivateMarket instruction
|
|
177
177
|
*
|
|
178
178
|
* Accounts:
|
|
179
|
-
* 0.
|
|
179
|
+
* 0. manager (signer)
|
|
180
180
|
* 1. exchange (readonly)
|
|
181
181
|
* 2. market (mut)
|
|
182
182
|
*
|
|
@@ -190,6 +190,7 @@ export declare function buildActivateMarketIx(params: ActivateMarketParams, prog
|
|
|
190
190
|
* 0. operator (signer)
|
|
191
191
|
* 1. exchange (readonly)
|
|
192
192
|
* 2. market (readonly)
|
|
193
|
+
* 3. orderbook (readonly)
|
|
193
194
|
* [taker_order_status if bit7=0] (mut)
|
|
194
195
|
* taker_nonce (readonly)
|
|
195
196
|
* taker_position (mut)
|
|
@@ -197,8 +198,9 @@ export declare function buildActivateMarketIx(params: ActivateMarketParams, prog
|
|
|
197
198
|
* quote_mint (readonly)
|
|
198
199
|
* taker_base_ata (mut)
|
|
199
200
|
* taker_quote_ata (mut)
|
|
200
|
-
*
|
|
201
|
+
* token_program (readonly)
|
|
201
202
|
* system_program (readonly)
|
|
203
|
+
* fee_receiver_quote_ata (mut)
|
|
202
204
|
* Per maker:
|
|
203
205
|
* [maker_order_status if bit_i=0] (mut)
|
|
204
206
|
* maker_nonce (readonly)
|
|
@@ -208,15 +210,15 @@ export declare function buildActivateMarketIx(params: ActivateMarketParams, prog
|
|
|
208
210
|
*
|
|
209
211
|
* Data:
|
|
210
212
|
* [0] discriminator
|
|
211
|
-
* [1..
|
|
212
|
-
* [
|
|
213
|
-
* [
|
|
214
|
-
* [
|
|
215
|
-
* Per maker (
|
|
216
|
-
* [+0..+
|
|
217
|
-
* [+
|
|
218
|
-
* [+
|
|
219
|
-
* [+
|
|
213
|
+
* [1..38] taker Order (37 bytes)
|
|
214
|
+
* [38..102] taker_signature (64 bytes)
|
|
215
|
+
* [102] num_makers
|
|
216
|
+
* [103] full_fill_bitmask
|
|
217
|
+
* Per maker (117 bytes):
|
|
218
|
+
* [+0..+37] maker Order (37)
|
|
219
|
+
* [+37..+101] maker_signature (64)
|
|
220
|
+
* [+101..+109] maker_fill_amount (8)
|
|
221
|
+
* [+109..+117] taker_fill_amount (8)
|
|
220
222
|
*/
|
|
221
223
|
export declare function buildMatchOrdersMultiIx(params: MatchOrdersMultiParams, programId?: PublicKey): TransactionInstruction;
|
|
222
224
|
/**
|
|
@@ -233,19 +235,45 @@ export declare function buildSetAuthorityIx(params: SetAuthorityParams, programI
|
|
|
233
235
|
* Build CreateOrderbook instruction
|
|
234
236
|
*
|
|
235
237
|
* Accounts:
|
|
236
|
-
* 0.
|
|
238
|
+
* 0. manager (signer, mut)
|
|
237
239
|
* 1. market (readonly)
|
|
238
|
-
* 2. mint_a (readonly)
|
|
239
|
-
* 3. mint_b (readonly)
|
|
240
|
+
* 2. mint_a (readonly, canonical order)
|
|
241
|
+
* 3. mint_b (readonly, canonical order)
|
|
240
242
|
* 4. orderbook (mut)
|
|
241
243
|
* 5. lookup_table (mut)
|
|
242
244
|
* 6. exchange (readonly)
|
|
243
245
|
* 7. alt_program (readonly)
|
|
244
246
|
* 8. system_program (readonly)
|
|
245
|
-
*
|
|
246
|
-
*
|
|
247
|
+
* 9. mint_a_deposit_mint (readonly, canonical order)
|
|
248
|
+
* 10. mint_b_deposit_mint (readonly, canonical order)
|
|
249
|
+
* 11. token_program
|
|
250
|
+
* 12. associated_token_program
|
|
251
|
+
* 13. fee_receiver
|
|
252
|
+
* 14. fee_receiver_quote_ata
|
|
253
|
+
*
|
|
254
|
+
* Data: [discriminator, recent_slot (u64), base_index (u8), mint_a_outcome_index (u8), mint_b_outcome_index (u8)]
|
|
247
255
|
*/
|
|
248
256
|
export declare function buildCreateOrderbookIx(params: CreateOrderbookParams, programId?: PublicKey): TransactionInstruction;
|
|
257
|
+
/**
|
|
258
|
+
* Build SetManager instruction
|
|
259
|
+
*
|
|
260
|
+
* Accounts:
|
|
261
|
+
* 0. authority (signer)
|
|
262
|
+
* 1. exchange (mut)
|
|
263
|
+
*
|
|
264
|
+
* Data: [discriminator, new_manager (32)]
|
|
265
|
+
*/
|
|
266
|
+
export declare function buildSetManagerIx(params: SetManagerParams, programId?: PublicKey): TransactionInstruction;
|
|
267
|
+
/**
|
|
268
|
+
* Build SetMarketFees instruction.
|
|
269
|
+
*/
|
|
270
|
+
export declare function buildSetMarketFeesIx(params: SetMarketFeesParams, programId?: PublicKey): TransactionInstruction;
|
|
271
|
+
/**
|
|
272
|
+
* Build SetFeeReceiver instruction.
|
|
273
|
+
*/
|
|
274
|
+
export declare function buildSetFeeReceiverIx(params: SetFeeReceiverParams, programId?: PublicKey): TransactionInstruction;
|
|
275
|
+
export declare function buildCreateConditionalMetadataIx(params: ConditionalMetadataParams, programId?: PublicKey): TransactionInstruction;
|
|
276
|
+
export declare function buildUpdateConditionalMetadataIx(params: ConditionalMetadataParams, programId?: PublicKey): TransactionInstruction;
|
|
249
277
|
/**
|
|
250
278
|
* Build WhitelistDepositToken instruction
|
|
251
279
|
*
|
|
@@ -270,10 +298,19 @@ export declare function buildWhitelistDepositTokenIx(params: WhitelistDepositTok
|
|
|
270
298
|
* 4. user_token_account (mut)
|
|
271
299
|
* 5. token_program (readonly)
|
|
272
300
|
* 6. system_program (readonly)
|
|
301
|
+
* 7. exchange (readonly)
|
|
302
|
+
* Optional ALT accounts:
|
|
303
|
+
* 8. user_nonce (readonly)
|
|
304
|
+
* 9. lookup_table (mut)
|
|
305
|
+
* 10. alt_program (readonly)
|
|
273
306
|
*
|
|
274
|
-
* Data: [discriminator, amount (u64)]
|
|
307
|
+
* Data: [discriminator, amount (u64), recent_slot (u64 if creating ALT)]
|
|
275
308
|
*/
|
|
276
309
|
export declare function buildDepositToGlobalIx(params: DepositToGlobalParams, programId?: PublicKey): TransactionInstruction;
|
|
310
|
+
/**
|
|
311
|
+
* Build DepositToGlobal instruction with user deposit ALT create/extend accounts.
|
|
312
|
+
*/
|
|
313
|
+
export declare function buildDepositToGlobalIxWithAlt(params: DepositToGlobalParams, altContext: DepositToGlobalAltContext, programId?: PublicKey): TransactionInstruction;
|
|
277
314
|
/**
|
|
278
315
|
* Build GlobalToMarketDeposit instruction
|
|
279
316
|
*
|
|
@@ -286,12 +323,10 @@ export declare function buildDepositToGlobalIx(params: DepositToGlobalParams, pr
|
|
|
286
323
|
* 5. global_deposit_token (readonly)
|
|
287
324
|
* 6. user_global_deposit (mut)
|
|
288
325
|
* 7. position (mut)
|
|
289
|
-
* 8.
|
|
290
|
-
* 9.
|
|
291
|
-
* 10.
|
|
292
|
-
* 11.
|
|
293
|
-
* 12. ata_program (readonly)
|
|
294
|
-
* 13. system_program (readonly)
|
|
326
|
+
* 8. mint_authority (readonly)
|
|
327
|
+
* 9. token_program (readonly)
|
|
328
|
+
* 10. ata_program (readonly)
|
|
329
|
+
* 11. system_program (readonly)
|
|
295
330
|
* + per outcome: conditional_mint[i] (mut), position_conditional_ata[i] (mut)
|
|
296
331
|
*
|
|
297
332
|
* Data: [discriminator, amount (u64)]
|
|
@@ -301,19 +336,18 @@ export declare function buildGlobalToMarketDepositIx(params: GlobalToMarketDepos
|
|
|
301
336
|
* Build InitPositionTokens instruction
|
|
302
337
|
*
|
|
303
338
|
* Accounts:
|
|
304
|
-
* 0.
|
|
305
|
-
* 1.
|
|
306
|
-
* 2.
|
|
307
|
-
* 3.
|
|
308
|
-
* 4.
|
|
309
|
-
* 5.
|
|
310
|
-
* 6.
|
|
311
|
-
* 7.
|
|
312
|
-
* 8.
|
|
313
|
-
* 9.
|
|
314
|
-
* 10.
|
|
315
|
-
*
|
|
316
|
-
* + per outcome: conditional_mint[i] (readonly), position_conditional_ata[i] (mut)
|
|
339
|
+
* 0. payer (signer, mut)
|
|
340
|
+
* 1. user (readonly)
|
|
341
|
+
* 2. exchange (readonly)
|
|
342
|
+
* 3. market (readonly)
|
|
343
|
+
* 4. position (mut)
|
|
344
|
+
* 5. lookup_table (mut)
|
|
345
|
+
* 6. mint_authority (readonly)
|
|
346
|
+
* 7. token_program (readonly)
|
|
347
|
+
* 8. ata_program (readonly)
|
|
348
|
+
* 9. alt_program (readonly)
|
|
349
|
+
* 10. system_program (readonly)
|
|
350
|
+
* + per deposit_mint: deposit_mint, vault, gdt, conditional_mint/position_ata pairs
|
|
317
351
|
*
|
|
318
352
|
* Data: [discriminator, recent_slot (u64)]
|
|
319
353
|
*/
|
|
@@ -321,16 +355,17 @@ export declare function buildInitPositionTokensIx(params: InitPositionTokensPara
|
|
|
321
355
|
/**
|
|
322
356
|
* Build ExtendPositionTokens instruction
|
|
323
357
|
*
|
|
324
|
-
* Extends an existing position's lookup table
|
|
358
|
+
* Operator-only. Extends an existing position's lookup table after a market
|
|
359
|
+
* adds new deposit mints.
|
|
325
360
|
*
|
|
326
361
|
* Accounts:
|
|
327
|
-
* 0.
|
|
362
|
+
* 0. operator (signer, mut)
|
|
328
363
|
* 1. user (readonly)
|
|
329
364
|
* 2. exchange (readonly)
|
|
330
365
|
* 3. market (readonly)
|
|
331
366
|
* 4. position (readonly)
|
|
332
367
|
* 5. lookup_table (mut)
|
|
333
|
-
* 6.
|
|
368
|
+
* 6. token_program (readonly)
|
|
334
369
|
* 7. ata_program (readonly)
|
|
335
370
|
* 8. alt_program (readonly)
|
|
336
371
|
* 9. system_program (readonly)
|
|
@@ -356,31 +391,109 @@ export declare function buildDepositAndSwapIx(params: DepositAndSwapParams, prog
|
|
|
356
391
|
* 3. user_global_deposit (mut) - PDA ["global_deposit", user, mint]
|
|
357
392
|
* 4. user_token_account (mut) - user's ATA for mint
|
|
358
393
|
* 5. token_program (readonly)
|
|
394
|
+
* 6. exchange (readonly)
|
|
359
395
|
*
|
|
360
396
|
* Data: [discriminator, amount (u64)]
|
|
361
397
|
*/
|
|
362
398
|
export declare function buildWithdrawFromGlobalIx(params: WithdrawFromGlobalParams, programId?: PublicKey): TransactionInstruction;
|
|
399
|
+
/**
|
|
400
|
+
* Build ClosePositionAlt instruction
|
|
401
|
+
*
|
|
402
|
+
* Accounts:
|
|
403
|
+
* 0. operator (signer, mut)
|
|
404
|
+
* 1. exchange (readonly)
|
|
405
|
+
* 2. position (readonly)
|
|
406
|
+
* 3. market (readonly)
|
|
407
|
+
* 4. lookup_table (mut)
|
|
408
|
+
* 5. alt_program (readonly)
|
|
409
|
+
*
|
|
410
|
+
* Data: [discriminator]
|
|
411
|
+
*/
|
|
412
|
+
export declare function buildClosePositionAltIx(params: ClosePositionAltParams, programId?: PublicKey): TransactionInstruction;
|
|
413
|
+
/**
|
|
414
|
+
* Build CloseOrderStatus instruction
|
|
415
|
+
*
|
|
416
|
+
* Accounts:
|
|
417
|
+
* 0. operator (signer, mut)
|
|
418
|
+
* 1. exchange (readonly)
|
|
419
|
+
* 2. order_status (mut)
|
|
420
|
+
*
|
|
421
|
+
* Data: [discriminator, order_hash (32)]
|
|
422
|
+
*/
|
|
423
|
+
export declare function buildCloseOrderStatusIx(params: CloseOrderStatusParams, programId?: PublicKey): TransactionInstruction;
|
|
424
|
+
/**
|
|
425
|
+
* Build ClosePositionTokenAccounts instruction
|
|
426
|
+
*
|
|
427
|
+
* Accounts:
|
|
428
|
+
* 0. operator (signer, mut)
|
|
429
|
+
* 1. exchange (readonly)
|
|
430
|
+
* 2. market (readonly)
|
|
431
|
+
* 3. position (readonly)
|
|
432
|
+
* 4. token_program (readonly)
|
|
433
|
+
* + per deposit mint: deposit_mint, conditional_mint/position_ata pairs
|
|
434
|
+
*
|
|
435
|
+
* Data: [discriminator]
|
|
436
|
+
*/
|
|
437
|
+
export declare function buildClosePositionTokenAccountsIx(params: ClosePositionTokenAccountsParams, numOutcomes: number, programId?: PublicKey): TransactionInstruction;
|
|
438
|
+
/**
|
|
439
|
+
* Build CloseOrderbookAlt instruction
|
|
440
|
+
*
|
|
441
|
+
* Accounts:
|
|
442
|
+
* 0. operator (signer, mut)
|
|
443
|
+
* 1. exchange (readonly)
|
|
444
|
+
* 2. orderbook (readonly)
|
|
445
|
+
* 3. market (readonly)
|
|
446
|
+
* 4. lookup_table (mut)
|
|
447
|
+
* 5. alt_program (readonly)
|
|
448
|
+
*
|
|
449
|
+
* Data: [discriminator]
|
|
450
|
+
*/
|
|
451
|
+
export declare function buildCloseOrderbookAltIx(params: CloseOrderbookAltParams, programId?: PublicKey): TransactionInstruction;
|
|
452
|
+
/**
|
|
453
|
+
* Build CloseOrderbook instruction
|
|
454
|
+
*
|
|
455
|
+
* Accounts:
|
|
456
|
+
* 0. operator (signer, mut)
|
|
457
|
+
* 1. exchange (readonly)
|
|
458
|
+
* 2. orderbook (mut)
|
|
459
|
+
* 3. market (readonly)
|
|
460
|
+
* 4. lookup_table (readonly)
|
|
461
|
+
*
|
|
462
|
+
* Data: [discriminator]
|
|
463
|
+
*/
|
|
464
|
+
export declare function buildCloseOrderbookIx(params: CloseOrderbookParams, programId?: PublicKey): TransactionInstruction;
|
|
363
465
|
export declare function buildInitializeTx(params: InitializeParams, programId?: PublicKey): Transaction;
|
|
364
466
|
export declare function buildCreateMarketTx(params: CreateMarketParams, marketId: bigint, programId?: PublicKey): Transaction;
|
|
365
467
|
export declare function buildAddDepositMintTx(params: AddDepositMintParams, market: PublicKey, numOutcomes: number, programId?: PublicKey): Transaction;
|
|
366
468
|
export declare function buildDepositTx(params: BuildDepositParams, numOutcomes: number, programId?: PublicKey): Transaction;
|
|
367
469
|
export declare function buildMergeTx(params: BuildMergeParams, numOutcomes: number, programId?: PublicKey): Transaction;
|
|
368
|
-
export declare function buildCancelOrderTx(
|
|
470
|
+
export declare function buildCancelOrderTx(operator: PublicKey, market: PublicKey, order: SignedOrder, programId?: PublicKey): Transaction;
|
|
369
471
|
export declare function buildIncrementNonceTx(user: PublicKey, programId?: PublicKey): Transaction;
|
|
370
472
|
export declare function buildSettleMarketTx(params: SettleMarketParams, programId?: PublicKey): Transaction;
|
|
371
|
-
export declare function buildRedeemWinningsTx(params: RedeemWinningsParams,
|
|
473
|
+
export declare function buildRedeemWinningsTx(params: RedeemWinningsParams, outcomeIndex: number, programId?: PublicKey): Transaction;
|
|
372
474
|
export declare function buildSetPausedTx(authority: PublicKey, paused: boolean, programId?: PublicKey): Transaction;
|
|
373
475
|
export declare function buildSetOperatorTx(authority: PublicKey, newOperator: PublicKey, programId?: PublicKey): Transaction;
|
|
374
|
-
export declare function buildWithdrawFromPositionTx(params: WithdrawFromPositionParams,
|
|
476
|
+
export declare function buildWithdrawFromPositionTx(params: WithdrawFromPositionParams, programId?: PublicKey): Transaction;
|
|
375
477
|
export declare function buildActivateMarketTx(params: ActivateMarketParams, programId?: PublicKey): Transaction;
|
|
376
478
|
export declare function buildMatchOrdersMultiTx(params: MatchOrdersMultiParams, programId?: PublicKey): Transaction;
|
|
377
479
|
export declare function buildSetAuthorityTx(params: SetAuthorityParams, programId?: PublicKey): Transaction;
|
|
480
|
+
export declare function buildSetManagerTx(params: SetManagerParams, programId?: PublicKey): Transaction;
|
|
481
|
+
export declare function buildSetMarketFeesTx(params: SetMarketFeesParams, programId?: PublicKey): Transaction;
|
|
482
|
+
export declare function buildSetFeeReceiverTx(params: SetFeeReceiverParams, programId?: PublicKey): Transaction;
|
|
483
|
+
export declare function buildCreateConditionalMetadataTx(params: ConditionalMetadataParams, programId?: PublicKey): Transaction;
|
|
484
|
+
export declare function buildUpdateConditionalMetadataTx(params: ConditionalMetadataParams, programId?: PublicKey): Transaction;
|
|
378
485
|
export declare function buildCreateOrderbookTx(params: CreateOrderbookParams, programId?: PublicKey): Transaction;
|
|
379
486
|
export declare function buildWhitelistDepositTokenTx(params: WhitelistDepositTokenParams, programId?: PublicKey): Transaction;
|
|
380
487
|
export declare function buildDepositToGlobalTx(params: DepositToGlobalParams, programId?: PublicKey): Transaction;
|
|
488
|
+
export declare function buildDepositToGlobalTxWithAlt(params: DepositToGlobalParams, altContext: DepositToGlobalAltContext, programId?: PublicKey): Transaction;
|
|
381
489
|
export declare function buildGlobalToMarketDepositTx(params: GlobalToMarketDepositParams, numOutcomes: number, programId?: PublicKey): Transaction;
|
|
382
490
|
export declare function buildInitPositionTokensTx(params: InitPositionTokensParams, numOutcomes: number, programId?: PublicKey): Transaction;
|
|
383
491
|
export declare function buildExtendPositionTokensTx(params: ExtendPositionTokensParams, numOutcomes: number, programId?: PublicKey): Transaction;
|
|
384
492
|
export declare function buildDepositAndSwapTx(params: DepositAndSwapParams, programId?: PublicKey): Transaction;
|
|
385
493
|
export declare function buildWithdrawFromGlobalTx(params: WithdrawFromGlobalParams, programId?: PublicKey): Transaction;
|
|
494
|
+
export declare function buildClosePositionAltTx(params: ClosePositionAltParams, programId?: PublicKey): Transaction;
|
|
495
|
+
export declare function buildCloseOrderStatusTx(params: CloseOrderStatusParams, programId?: PublicKey): Transaction;
|
|
496
|
+
export declare function buildClosePositionTokenAccountsTx(params: ClosePositionTokenAccountsParams, numOutcomes: number, programId?: PublicKey): Transaction;
|
|
497
|
+
export declare function buildCloseOrderbookAltTx(params: CloseOrderbookAltParams, programId?: PublicKey): Transaction;
|
|
498
|
+
export declare function buildCloseOrderbookTx(params: CloseOrderbookParams, programId?: PublicKey): Transaction;
|
|
386
499
|
//# sourceMappingURL=instructions.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"instructions.d.ts","sourceRoot":"","sources":["../../src/program/instructions.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,EACT,WAAW,EACX,sBAAsB,EAEvB,MAAM,iBAAiB,CAAC;
|
|
1
|
+
{"version":3,"file":"instructions.d.ts","sourceRoot":"","sources":["../../src/program/instructions.ts"],"names":[],"mappings":"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"}
|