OptionalconfirmationPollingInterval?: numberHow often is the chain is polled for transaction status, in milliseconds Defaults to DEFAULT_CONFIRMATION_POLLING_INTERVAL
Confirm a previously-sent Solana transaction by websocket and fallback polling
Optionalcommitment?: "confirmed" | "finalized"Optionaltimeout?: numberIn milliseconds
Sends and confirms a Solana transaction
This method does not retry expired transactions.
Simulate a Solana transaction by sending ti to the RPC
Remember to sign this transaction before sending it (at least payer)
Versioned transaction for the given instructions, with freshly-fetch blockhash
Remember to sign this transaction before sending it (at least payer and nonce authority)
Versioned transaction for the given instructions, with a durable nonce for blockhash
Solana transaction builder and related helpers