nftItem: 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;
}> = ...
Type declaration
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>
Type declaration
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
Optional
content?: any
data_hash: string
index: string
init: boolean
last_transaction_lt: string
owner_address: null | string
Type declaration
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
Optional
content?: any
data_hash: string
index: string
init: boolean
last_transaction_lt: string
owner_address: null | string