@structbuild/sdk 0.3.10-staging.8 → 0.3.10-staging.9
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.
|
@@ -2330,6 +2330,11 @@ export interface components {
|
|
|
2330
2330
|
* trades and may be `0x0000…` for V2 trades placed without a builder code.
|
|
2331
2331
|
*/
|
|
2332
2332
|
builder_code?: string | null;
|
|
2333
|
+
/**
|
|
2334
|
+
* Format: double
|
|
2335
|
+
* @description Builder fee in USDC. Absent when no builder code is attached.
|
|
2336
|
+
*/
|
|
2337
|
+
builder_fee?: number | null;
|
|
2333
2338
|
};
|
|
2334
2339
|
OrderbookHistoryRow: {
|
|
2335
2340
|
/** Format: int64 */
|