Variable nftCollectionsConst
nftCollections: ZodObject<
{
nft_collections: ZodArray<
ZodObject<
{
address: ZodString;
code_hash: ZodString;
collection_content: ZodAny;
data_hash: ZodString;
last_transaction_lt: ZodString;
next_item_index: ZodString;
owner_address: ZodNullable<ZodString>;
},
$strip,
>,
>;
},
$strip,
> = ...