Transactions info#
Allows interaction with and retrieval of data about specific transactions, including signatures and status.
getTransactionCount : Returns the number of transactions sent from a specific address.
getConfirmedTransaction : Retrieves details of a confirmed transaction.
getTransaction : Fetches information about a transaction by its signature.
sendTransaction : Sends a transaction to the network.
simulateTransaction : Simulates the execution of a transaction.
getSignaturesForAddress : Lists signatures for transactions associated with a specific address.
getSignatureStatuses : Retrieves the statuses of transaction signatures.
getConfirmedSignaturesForAddress2 : Provides confirmed signatures for a specific address.
These methods facilitate comprehensive transaction management on the Solana network.