Variable sendBocReturnHashConst

sendBocReturnHash: ZodObject<{
    @type: ZodLiteral<"raw.extMessageInfo">;
    hash: ZodString;
}, "strip", ZodTypeAny, {
    @type: "raw.extMessageInfo";
    hash: string;
}, {
    @type: "raw.extMessageInfo";
    hash: string;
}> = ...

Type declaration

  • @type: ZodLiteral<"raw.extMessageInfo">
  • hash: ZodString

Type declaration

  • @type: "raw.extMessageInfo"
  • hash: string

Type declaration

  • @type: "raw.extMessageInfo"
  • hash: string

Generated using TypeDoc