createAccount.
Usage
Parameters
Transaction
required
Transaction to prepare
Returns
PreparedTransactionData
The prepared transaction data
See also
- signTransaction to sign the prepared transaction
- submitTransaction to submit the signed transaction
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Prepare a transaction for signing.
createAccount.
const result = await account.prepareTransaction(transaction)
Was this page helpful?