Holds user input data for generating a single signer transaction.
The address of the account sending the transaction.
The payload data for the transaction.
Optional transaction options.
Indicates if the fee payer is included.
Addresses for any secondary signers (not used in single signer transactions).
Optional
Holds user input data for generating a single signer transaction.
Param: sender
The address of the account sending the transaction.
Param: data
The payload data for the transaction.
Param: options
Optional transaction options.
Param: withFeePayer
Indicates if the fee payer is included.
Param: secondarySignerAddresses
Addresses for any secondary signers (not used in single signer transactions).