Skip to main content

signAndSubmitTransaction

Signs and submits an Aptos transaction to the network in a single step. This is the most common way to execute transactions on Aptos.

Usage

React

Parameters

Returns

Promise<{ hash: string }> - A promise that resolves to an object containing the transaction hash.

Errors

Last modified on June 24, 2026