# FVySubmittedAndSignedTransactionSignatureDto

Transaction that has been signed and automatically submitted to the blockchain network

## Properties

| SignedTransaction  | FVyOptString    | Serialized signed transaction data that was submitted                     |
| ------------------ | --------------- | ------------------------------------------------------------------------- |
| TransactionHash    | FVyOptString    | Hash of the submitted transaction for tracking on-chain status            |
| TransactionDetails | FVyOptJsonToken | Additional transaction metadata and network response details              |
| Type               | FString         | <p>\[READ-ONLY] == SUBMITTED\_AND\_SIGNED\_TRANSACTION\_SIGNATURE<br></p> |
