ConstructionCombineResponse
ConstructionCombineResponse is returned by `/construction/combine`. The network payload will be sent directly to the `construction/submit` endpoint.
Properties
Name | Type | Description | Required |
---|---|---|---|
signed_transaction | String | True |
Example
{
"signed_transaction": "string"
}