nftItems: ZodObject<{
nft_items: ZodArray<ZodObject<{
address: ZodString;
code_hash: ZodString;
collection: ZodNullable<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", ZodTypeAny, {
address: string;
code_hash: string;
collection_content?: any;
data_hash: string;
last_transaction_lt: string;
next_item_index: string;
owner_address: null | string;
}, {
address: string;
code_hash: string;
collection_content?: any;
data_hash: string;
last_transaction_lt: string;
next_item_index: string;
owner_address: null | string;
}>>;
collection_address: ZodNullable<ZodString>;
content: ZodAny;
data_hash: ZodString;
index: ZodString;
init: ZodBoolean;
last_transaction_lt: ZodString;
owner_address: ZodNullable<ZodString>;
}, "strip", ZodTypeAny, {
address: string;
code_hash: string;
collection: null | ({ address: string; code_hash: string; data_hash: string; last_transaction_lt: string; owner_address: string | null; next_item_index: string; collection_content?: any; });
collection_address: null | string;
content?: any;
data_hash: string;
index: string;
init: boolean;
last_transaction_lt: string;
owner_address: null | string;
}, {
address: string;
code_hash: string;
collection: null | ({ address: string; code_hash: string; data_hash: string; last_transaction_lt: string; owner_address: string | null; next_item_index: string; collection_content?: any; });
collection_address: null | string;
content?: any;
data_hash: string;
index: string;
init: boolean;
last_transaction_lt: string;
owner_address: null | string;
}>, "many">;
}, "strip", ZodTypeAny, {
nft_items: ({ address: string; init: boolean; code_hash: string; data_hash: string; last_transaction_lt: string; owner_address: string | null; collection_address: string | null; index: string; collection: { ...; } | null; content?: any; })[];
}, {
nft_items: ({ address: string; init: boolean; code_hash: string; data_hash: string; last_transaction_lt: string; owner_address: string | null; collection_address: string | null; index: string; collection: { ...; } | null; content?: any; })[];
}> = ...
Type declaration
nft_items: ZodArray<ZodObject<{
address: ZodString;
code_hash: ZodString;
collection: ZodNullable<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", ZodTypeAny, {
address: string;
code_hash: string;
collection_content?: any;
data_hash: string;
last_transaction_lt: string;
next_item_index: string;
owner_address: null | string;
}, {
address: string;
code_hash: string;
collection_content?: any;
data_hash: string;
last_transaction_lt: string;
next_item_index: string;
owner_address: null | string;
}>>;
collection_address: ZodNullable<ZodString>;
content: ZodAny;
data_hash: ZodString;
index: ZodString;
init: ZodBoolean;
last_transaction_lt: ZodString;
owner_address: ZodNullable<ZodString>;
}, "strip", ZodTypeAny, {
address: string;
code_hash: string;
collection: null | ({ address: string; code_hash: string; data_hash: string; last_transaction_lt: string; owner_address: string | null; next_item_index: string; collection_content?: any; });
collection_address: null | string;
content?: any;
data_hash: string;
index: string;
init: boolean;
last_transaction_lt: string;
owner_address: null | string;
}, {
address: string;
code_hash: string;
collection: null | ({ address: string; code_hash: string; data_hash: string; last_transaction_lt: string; owner_address: string | null; next_item_index: string; collection_content?: any; });
collection_address: null | string;
content?: any;
data_hash: string;
index: string;
init: boolean;
last_transaction_lt: string;
owner_address: null | string;
}>, "many">
Type declaration
nft_items: ({ address: string; init: boolean; code_hash: string; data_hash: string; last_transaction_lt: string; owner_address: string | null; collection_address: string | null; index: string; collection: { ...; } | null; content?: any; })[]
Type declaration
nft_items: ({ address: string; init: boolean; code_hash: string; data_hash: string; last_transaction_lt: string; owner_address: string | null; collection_address: string | null; index: string; collection: { ...; } | null; content?: any; })[]