Variable lookupBlockConst

lookupBlock: ZodObject<{
    @type: ZodLiteral<"ton.blockIdExt">;
    file_hash: ZodString;
    root_hash: ZodString;
    seqno: ZodNumber;
    shard: ZodString;
    workchain: ZodNumber;
}, "strip", ZodTypeAny, {
    @type: "ton.blockIdExt";
    file_hash: string;
    root_hash: string;
    seqno: number;
    shard: string;
    workchain: number;
}, {
    @type: "ton.blockIdExt";
    file_hash: string;
    root_hash: string;
    seqno: number;
    shard: string;
    workchain: number;
}> = blockIdExt

Type declaration

  • @type: ZodLiteral<"ton.blockIdExt">
  • file_hash: ZodString
  • root_hash: ZodString
  • seqno: ZodNumber
  • shard: ZodString
  • workchain: ZodNumber

Type declaration

  • @type: "ton.blockIdExt"
  • file_hash: string
  • root_hash: string
  • seqno: number
  • shard: string
  • workchain: number

Type declaration

  • @type: "ton.blockIdExt"
  • file_hash: string
  • root_hash: string
  • seqno: number
  • shard: string
  • workchain: number

Generated using TypeDoc