Skip to main content

Variable: CoinJSONSchema

const CoinJSONSchema: ZodObject<{ balance: ZodString; coinType: ZodString; }, "strip", ZodTypeAny, { balance: string; coinType: string; }, { balance: string; coinType: string; }>