Programmable Transaction Blocks
Programmable transaction blocks are a group of commands that complete a transaction on Sui.
What is a PTB?
Programmable transaction blocks are a group of commands that complete a transaction on Sui.
Building Transactions
Using the Sui TypeScript SDK, you can create programmable transaction blocks to perform multiple commands in a single transaction.
Inputs and Results
Programmable transaction blocks accept two types of inputs (objects and pure values) and produce results that subsequent commands can use.
Signing and Sending Transactions
Each transaction on Sui represents a call to a specific functionality that executes with inputs that define the result of the transaction.