Skip to content

API Reference


API Reference / globalEstimateSchema

Variable: globalEstimateSchema

const globalEstimateSchema: ZodObject<{ securityId: ZodString; transactionType: ZodEnum<{ BUY: "BUY"; SELL: "SELL"; }>; price: ZodNumber; quantity: ZodNumber; }, $strip>

Defined in: src/contracts/global-stocks.schema.ts:161

Community project — not affiliated with Dhan. MIT License.