Variable blockReferenceConst
blockReference: ZodObject<{
seqno: ZodNumber;
shard: ZodString;
workchain: ZodNumber;
}, "strip", ZodTypeAny, {
seqno: number;
shard: string;
workchain: number;
}, {
seqno: number;
shard: string;
workchain: number;
}> = ...
Type declaration
seqno: ZodNumber
shard: ZodString
workchain: ZodNumber
Type declaration
seqno: number
shard: string
workchain: number
Type declaration
seqno: number
shard: string
workchain: number