Variable jettonTransfersConst

jettonTransfers: ZodObject<{
    jetton_transfers: ZodArray<ZodObject<{
        amount: ZodString;
        custom_payload: ZodNullable<ZodString>;
        destination: ZodString;
        forward_payload: ZodNullable<ZodString>;
        forward_ton_amount: ZodNullable<ZodString>;
        jetton_master: ZodString;
        query_id: ZodString;
        response_destination: ZodNullable<ZodString>;
        source: ZodString;
        source_wallet: ZodString;
        transaction_hash: ZodString;
        transaction_lt: ZodString;
        transaction_now: ZodNumber;
    }, "strip", ZodTypeAny, {
        amount: string;
        custom_payload: null | string;
        destination: string;
        forward_payload: null | string;
        forward_ton_amount: null | string;
        jetton_master: string;
        query_id: string;
        response_destination: null | string;
        source: string;
        source_wallet: string;
        transaction_hash: string;
        transaction_lt: string;
        transaction_now: number;
    }, {
        amount: string;
        custom_payload: null | string;
        destination: string;
        forward_payload: null | string;
        forward_ton_amount: null | string;
        jetton_master: string;
        query_id: string;
        response_destination: null | string;
        source: string;
        source_wallet: string;
        transaction_hash: string;
        transaction_lt: string;
        transaction_now: number;
    }>, "many">;
}, "strip", ZodTypeAny, {
    jetton_transfers: ({ source: string; destination: string; query_id: string; transaction_hash: string; transaction_lt: string; transaction_now: number; response_destination: string | null; custom_payload: string | null; ... 4 more ...; forward_ton_amount: string | null; })[];
}, {
    jetton_transfers: ({ source: string; destination: string; query_id: string; transaction_hash: string; transaction_lt: string; transaction_now: number; response_destination: string | null; custom_payload: string | null; ... 4 more ...; forward_ton_amount: string | null; })[];
}> = ...

Type declaration

  • jetton_transfers: ZodArray<ZodObject<{
        amount: ZodString;
        custom_payload: ZodNullable<ZodString>;
        destination: ZodString;
        forward_payload: ZodNullable<ZodString>;
        forward_ton_amount: ZodNullable<ZodString>;
        jetton_master: ZodString;
        query_id: ZodString;
        response_destination: ZodNullable<ZodString>;
        source: ZodString;
        source_wallet: ZodString;
        transaction_hash: ZodString;
        transaction_lt: ZodString;
        transaction_now: ZodNumber;
    }, "strip", ZodTypeAny, {
        amount: string;
        custom_payload: null | string;
        destination: string;
        forward_payload: null | string;
        forward_ton_amount: null | string;
        jetton_master: string;
        query_id: string;
        response_destination: null | string;
        source: string;
        source_wallet: string;
        transaction_hash: string;
        transaction_lt: string;
        transaction_now: number;
    }, {
        amount: string;
        custom_payload: null | string;
        destination: string;
        forward_payload: null | string;
        forward_ton_amount: null | string;
        jetton_master: string;
        query_id: string;
        response_destination: null | string;
        source: string;
        source_wallet: string;
        transaction_hash: string;
        transaction_lt: string;
        transaction_now: number;
    }>, "many">

Type declaration

  • jetton_transfers: ({ source: string; destination: string; query_id: string; transaction_hash: string; transaction_lt: string; transaction_now: number; response_destination: string | null; custom_payload: string | null; ... 4 more ...; forward_ton_amount: string | null; })[]

Type declaration

  • jetton_transfers: ({ source: string; destination: string; query_id: string; transaction_hash: string; transaction_lt: string; transaction_now: number; response_destination: string | null; custom_payload: string | null; ... 4 more ...; forward_ton_amount: string | null; })[]

Generated using TypeDoc