Transaction
The concrete implementation of the Transaction interface.
This class provides all the functions related to building, executing, and querying transactions.
Properties
Functions
Runs a special developer-focused inspection of a transaction block.
Simulates the execution of a transaction block without committing it to the network.
Submits a pre-signed transaction block to the Sui network for execution.
Fetches the total number of transaction blocks processed by the network.
Fetches the details of a specific transaction block by its digest.
Fetches paginated lists of components within a specific transaction block.
Fetches a paginated list of transaction blocks matching a specified filter.
A convenience method that signs and executes a transaction block in a single step.
Creates a cryptographic signature for a given message using a signer's private key.