Variable transactionIdConst

transactionId: ZodObject<{
    @type: ZodLiteral<"internal.transactionId">;
    hash: ZodString;
    lt: ZodString;
}, "strip", ZodTypeAny, {
    @type: "internal.transactionId";
    hash: string;
    lt: string;
}, {
    @type: "internal.transactionId";
    hash: string;
    lt: string;
}> = ...

Type declaration

  • @type: ZodLiteral<"internal.transactionId">
  • hash: ZodString
  • lt: ZodString

Type declaration

  • @type: "internal.transactionId"
  • hash: string
  • lt: string

Type declaration

  • @type: "internal.transactionId"
  • hash: string
  • lt: string

Generated using TypeDoc