Transaction building is a core functionality of Sui blockchain development. The Sui TypeScript SDK provides the Transaction class, allowing developers to create, serialize, sign, and execute blockchain transactions using a fluent builder pattern. This skill helps Claude Code understand how to assist users in building various types of transactions on Sui.
Location: https://github.com/MystenLabs/ts-sdks/tree/main/packages/typescript/src/transactions/Transaction.ts
The Transaction class is the core of transaction building, providing the following key features:
Hilft Claude Code, den Aufbau von Sui-Blockchain-Transaktionen zu verstehen, indem er Richtlinien und Beispiele für Transaktionsklassen, Befehle, Eingabetypen, Gaskonfiguration und Serialisierung bereitstellt. Verwenden Sie diese Option, wenn Sie Blockchain-Transaktionen auf Sui erstellen oder wenn der Benutzer die Transaktionserstellung, Transaktionsklasse oder Move-Aufrufe erwähnt. Quelle: randypen/sui-eco-skills.