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