# SignTransactionResponse

\*\* The object returned from signTransaction \*/

## Summary

| Members                                                                                                                                                                                                                                                                    | Descriptions                                                        |
| -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------- |
| `public string?` [`Status`](#class_universal_authenticator_library_1_1_sign_transaction_response_1a114724f167d773bbc29e71c9cf340540)                                                                                                                                       | The status of the transaction as returned by the RPC API (optional) |
| `public` [`UalError`](https://liquiidio.gitbook.io/unity-plugin-suite/universalauthenticatorlibrary/api-docs/universalauthenticatorlibrary-ualerror) [`UalError`](#class_universal_authenticator_library_1_1_sign_transaction_response_1a715d68e1dff7b84a875cb25aa90ceb5d) | Set if there was an error                                           |
| `public ProcessedTransaction` [`Transaction`](#class_universal_authenticator_library_1_1_sign_transaction_response_1acf01e5eca413450d034210f606b1d9fe)                                                                                                                     | The raw transaction object                                          |

## Members

**`public string?`** [**`Status`**](#class_universal_authenticator_library_1_1_sign_transaction_response_1a114724f167d773bbc29e71c9cf340540)

The status of the transaction as returned by the RPC API (optional)

**`public`** [**`UalError`**](https://liquiidio.gitbook.io/unity-plugin-suite/universalauthenticatorlibrary/api-docs/universalauthenticatorlibrary-ualerror) [**`UalError`**](#class_universal_authenticator_library_1_1_sign_transaction_response_1a715d68e1dff7b84a875cb25aa90ceb5d)

Set if there was an error

**`public ProcessedTransaction`** [**`Transaction`**](#class_universal_authenticator_library_1_1_sign_transaction_response_1acf01e5eca413450d034210f606b1d9fe)

The raw transaction object
