Skip to main content
The Transaction Service manages the complete Solana transaction lifecycle — from draft construction through compilation, signing, and on-chain submission. Every transaction progresses through a defined set of states: DRAFT → COMPILED → PARTIALLY_SIGNED → FULLY_SIGNED → submitted. See the Transaction Lifecycle concept page for a full walkthrough with state machine diagram.

Methods