tvmCell: ZodObject<{
@type: ZodLiteral<"tvm.cell">;
bytes: ZodString;
}, "strip", ZodTypeAny, {
@type: "tvm.cell";
bytes: string;
}, {
@type: "tvm.cell";
bytes: string;
}> = ...
Type declaration
@type: ZodLiteral<"tvm.cell">
bytes: ZodString
Type declaration
@type: "tvm.cell"
bytes: string
Type declaration
@type: "tvm.cell"
bytes: string