ConstructionDeriveResponse
ConstructionDeriveResponse is returned by the /construction/derive endpoint.
Properties
| Name | Type | Description | Required |
|---|---|---|---|
| address | String | Address in network-specific format. | True |
| metadata | Object | False |
Example
{
"address": "string",
"metadata": {}
}