Variable nftTransferConst
nftTransfer: ZodObject<{
custom_payload: ZodNullable<ZodString>;
forward_amount: ZodString;
forward_payload: ZodNullable<ZodString>;
new_owner: ZodString;
nft_address: ZodString;
old_owner: ZodString;
query_id: ZodString;
response_destination: ZodNullable<ZodString>;
transaction_hash: ZodString;
transaction_lt: ZodString;
transaction_now: ZodNumber;
}, "strip", ZodTypeAny, {
custom_payload: null | string;
forward_amount: string;
forward_payload: null | string;
new_owner: string;
nft_address: string;
old_owner: string;
query_id: string;
response_destination: null | string;
transaction_hash: string;
transaction_lt: string;
transaction_now: number;
}, {
custom_payload: null | string;
forward_amount: string;
forward_payload: null | string;
new_owner: string;
nft_address: string;
old_owner: string;
query_id: string;
response_destination: null | string;
transaction_hash: string;
transaction_lt: string;
transaction_now: number;
}> = ...
Type declaration
custom_payload: ZodNullable<ZodString>
forward_amount: ZodString
forward_payload: ZodNullable<ZodString>
new_owner: ZodString
nft_address: ZodString
old_owner: ZodString
query_id: ZodString
response_destination: ZodNullable<ZodString>
transaction_hash: ZodString
transaction_lt: ZodString
transaction_now: ZodNumber
Type declaration
custom_payload: null | string
forward_amount: string
forward_payload: null | string
new_owner: string
nft_address: string
old_owner: string
query_id: string
response_destination: null | string
transaction_hash: string
transaction_lt: string
transaction_now: number
Type declaration
custom_payload: null | string
forward_amount: string
forward_payload: null | string
new_owner: string
nft_address: string
old_owner: string
query_id: string
response_destination: null | string
transaction_hash: string
transaction_lt: string
transaction_now: number