Post
Share your knowledge.
Where to find the renamed TransactionBlock in Sui?
I was trying to use a class called TransactionBlock from the Sui SDK, but it seems I can't find it anymore. It seems like there's been some update and I'm a bit lost. Could someone tell me what happened to TransactionBlock and where can I find its new version?
- Move
Answers
1The class previously known as TransactionBlock has been renamed to Transaction in the Sui SDK. This change is part of a migration to version 1.0, and you can find more details about these updates on the Sui SDK documentation page: https://sdk.mystenlabs.com/typescript/migrations/sui-1.0#mystensuitransactions.If you're encountering issues with this change, make sure to replace instances of TransactionBlock with Transaction in your codebase to align with the new version.
Do you know the answer?
Please log in and share it.
Sui is a Layer 1 protocol blockchain designed as the first internet-scale programmable blockchain platform.