Variable nftTransfersConst

nftTransfers: ZodObject<{
    nft_transfers: ZodArray<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;
    }>, "many">;
}, "strip", ZodTypeAny, {
    nft_transfers: ({ query_id: string; nft_address: string; transaction_hash: string; transaction_lt: string; transaction_now: number; old_owner: string; new_owner: string; response_destination: string | null; custom_payload: string | null; forward_amount: string; forward_payload: string | null; })[];
}, {
    nft_transfers: ({ query_id: string; nft_address: string; transaction_hash: string; transaction_lt: string; transaction_now: number; old_owner: string; new_owner: string; response_destination: string | null; custom_payload: string | null; forward_amount: string; forward_payload: string | null; })[];
}> = ...

Type declaration

  • nft_transfers: ZodArray<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;
    }>, "many">

Type declaration

  • nft_transfers: ({ query_id: string; nft_address: string; transaction_hash: string; transaction_lt: string; transaction_now: number; old_owner: string; new_owner: string; response_destination: string | null; custom_payload: string | null; forward_amount: string; forward_payload: string | null; })[]

Type declaration

  • nft_transfers: ({ query_id: string; nft_address: string; transaction_hash: string; transaction_lt: string; transaction_now: number; old_owner: string; new_owner: string; response_destination: string | null; custom_payload: string | null; forward_amount: string; forward_payload: string | null; })[]

Generated using TypeDoc