The input data required to generate the signed transaction.
Holds user data input for submitting a transaction.
Optional
additionalSignersAuthenticators?: AccountAuthenticator[]Optional
feePayerAuthenticator?: AccountAuthenticatorA Uint8Array representing the signed transaction in bytes.
Generate a signed transaction ready for submission to the blockchain. This function prepares the transaction by authenticating the sender and any additional signers based on the provided arguments.