Variable messageInitStateConst

messageInitState: ZodObject<{
    body: ZodString;
    hash: ZodString;
}, "strip", ZodTypeAny, {
    body: string;
    hash: string;
}, {
    body: string;
    hash: string;
}> = ...

Type declaration

  • body: ZodString
  • hash: ZodString

Type declaration

  • body: string
  • hash: string

Type declaration

  • body: string
  • hash: string

Generated using TypeDoc