# CoboWaas2.TransactionSigner

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**signer** | **String** | The signer name of the transaction. | [optional] 
**status** | **String** | The signing status. | [optional] 
**failed_reason** | **String** | Failed reason of signing process. | [optional] 



## Enum: StatusEnum


* `Pending` (value: `"Pending"`)

* `Signed` (value: `"Signed"`)

* `Timeout` (value: `"Timeout"`)

* `Rejected` (value: `"Rejected"`)

* `unknown_default_open_api` (value: `"unknown_default_open_api"`)




