Skip to content

Commit

Permalink
Add to migration guide for #876
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonpaulos committed Jul 15, 2024
1 parent 0bb78fa commit ee434f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions v2_TO_v3_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,8 +216,8 @@ The following table shows the correspondence between v2 and v3 fields in the `Tr
| `appForeignAssets` | `number[]` | `applicationCall.foreignAssets` | `bigint[]` | |
| `boxes` | `BoxReference[]` | `applicationCall.boxes` | `TransactionBoxReference[]` | |
| `stateProofType` | `number \| bigint` | `stateProof.stateProofType` | `number` | |
| `stateProof` | `Uint8Array` | `stateProof.stateProof` | `Uint8Array` | |
| `stateProofMessage` | `Uint8Array` | `stateProof.stateProofMessage` | `Uint8Array` | |
| `stateProof` | `Uint8Array` | `stateProof.stateProof` | `StateProof` | |
| `stateProofMessage` | `Uint8Array` | `stateProof.message` | `StateProofMessage` | |
| `name` | `string` | | | No longer exists |
| `tag` | `Buffer` | | | No longer exists |

Expand Down

0 comments on commit ee434f6

Please sign in to comment.