@layerzerolabs/lz-ton-sdk-v2 3.0.35 → 3.0.36
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +9 -9
- package/dist/index.d.ts +9 -9
- package/dist/index.mjs +3 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
package/dist/index.cjs
CHANGED
|
@@ -7766,7 +7766,7 @@ var tonObjects = {
|
|
|
7766
7766
|
},
|
|
7767
7767
|
5: {
|
|
7768
7768
|
fieldName: "Channel::sendRequestQueue",
|
|
7769
|
-
fieldType: "cl::t::
|
|
7769
|
+
fieldType: "cl::t::objRef"
|
|
7770
7770
|
},
|
|
7771
7771
|
6: {
|
|
7772
7772
|
fieldName: "Channel::lastSendRequestId",
|
|
@@ -8865,7 +8865,7 @@ var tonResolvedObjects = {
|
|
|
8865
8865
|
},
|
|
8866
8866
|
"5": {
|
|
8867
8867
|
fieldName: "Channel::sendRequestQueue",
|
|
8868
|
-
fieldType: "cl::t::
|
|
8868
|
+
fieldType: "cl::t::cellRef"
|
|
8869
8869
|
},
|
|
8870
8870
|
"6": {
|
|
8871
8871
|
fieldName: "Channel::lastSendRequestId",
|
|
@@ -16125,7 +16125,7 @@ var TonObjectUnwrapper = class {
|
|
|
16125
16125
|
const endpointAddress = await wrapper.getClInt("cl::get<address>", cell, 2n);
|
|
16126
16126
|
const epConfigOApp = await wrapper.getClCell(cell, 3n);
|
|
16127
16127
|
const outboundNonce = await wrapper.getClInt("cl::get<uint64>", cell, 4n);
|
|
16128
|
-
const sendRequestQueue = await
|
|
16128
|
+
const sendRequestQueue = await wrapper.getClCell(cell, 5n);
|
|
16129
16129
|
const lastSendRequestId = await wrapper.getClInt("cl::get<uint64>", cell, 6n);
|
|
16130
16130
|
const commitPOOO = await wrapper.getClCell(cell, 7n);
|
|
16131
16131
|
const executePOOO = await wrapper.getClCell(cell, 8n);
|