Transaction
Transaction API namespace. This interface provides functionality to reading and writing transactions.
Inheritors
Properties
Functions
Gives an estimate of the gas unit price required to get a transaction on chain in a reasonable amount of time. For more information {@link https://api.mainnet.aptoslabs.com/v1/spec#/operations/estimate_gas_price}
Queries on-chain transaction by transaction hash. This function will return pending transactions.
Queries on-chain transaction by version. This function will not return pending transactions.
Queries on-chain transactions. This function will not return pending transactions. For that, use getTransactionsByHash
.
Defines if specified transaction is currently in pending state
Generates a transaction to publish a move package to chain.
Sign a transaction that can later be submitted to chain
Sign and submit a single signer transaction as the fee payer to chain given an authenticator by the sender of the transaction.
Sign and submit a single signer transaction to chain
Sign a transaction as a fee payer that can later be submitted to chain