Variable shortTxIdConst

shortTxId: ZodObject<{
    @type: ZodLiteral<"blocks.shortTxId">;
    account: ZodString;
    hash: ZodString;
    lt: ZodString;
    mode: ZodNumber;
}, "strip", ZodTypeAny, {
    @type: "blocks.shortTxId";
    account: string;
    hash: string;
    lt: string;
    mode: number;
}, {
    @type: "blocks.shortTxId";
    account: string;
    hash: string;
    lt: string;
    mode: number;
}> = ...

Type declaration

  • @type: ZodLiteral<"blocks.shortTxId">
  • account: ZodString
  • hash: ZodString
  • lt: ZodString
  • mode: ZodNumber

Type declaration

  • @type: "blocks.shortTxId"
  • account: string
  • hash: string
  • lt: string
  • mode: number

Type declaration

  • @type: "blocks.shortTxId"
  • account: string
  • hash: string
  • lt: string
  • mode: number

Generated using TypeDoc