@clonegod/ttd-core 2.1.4 → 2.1.6
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/package.json +1 -1
- package/types/index.d.ts +2 -0
package/package.json
CHANGED
package/types/index.d.ts
CHANGED
|
@@ -171,6 +171,8 @@ export interface TradeStrategyType {
|
|
|
171
171
|
|
|
172
172
|
sol_priority_fee: number // solana 优先级费用 lamports (1SOL = 10^9 lamports)
|
|
173
173
|
sol_tip_fee: number // solana tip 金额 lamports (1SOL = 10^9 lamports)
|
|
174
|
+
sol_swqos_only: boolean // solana 是否只使用swqos提交交易
|
|
175
|
+
sol_bundle_only: boolean // solana 是否只使用bundle提交交易
|
|
174
176
|
max_block_offset: number // Solana特定:限制交易在多少个区块内有效(约等于秒数,1 block ≈ 0.4秒)。使用最新blockhash,设置lastValidBlockHeight = currentBlockHeight + max_block_offset
|
|
175
177
|
|
|
176
178
|
// evm chain
|