File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -216,8 +216,8 @@ The following table shows the correspondence between v2 and v3 fields in the `Tr
216
216
| ` appForeignAssets ` | ` number[] ` | ` applicationCall.foreignAssets ` | ` bigint[] ` | |
217
217
| ` boxes ` | ` BoxReference[] ` | ` applicationCall.boxes ` | ` TransactionBoxReference[] ` | |
218
218
| ` stateProofType ` | ` number \| bigint ` | ` stateProof.stateProofType ` | ` number ` | |
219
- | ` stateProof ` | ` Uint8Array ` | ` stateProof.stateProof ` | ` Uint8Array ` | |
220
- | ` stateProofMessage ` | ` Uint8Array ` | ` stateProof.stateProofMessage ` | ` Uint8Array ` | |
219
+ | ` stateProof ` | ` Uint8Array ` | ` stateProof.stateProof ` | ` StateProof ` | |
220
+ | ` stateProofMessage ` | ` Uint8Array ` | ` stateProof.message ` | ` StateProofMessage ` | |
221
221
| ` name ` | ` string ` | | | No longer exists |
222
222
| ` tag ` | ` Buffer ` | | | No longer exists |
223
223
You can’t perform that action at this time.
0 commit comments