We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ai-api-booster/mcp-rosetta-icp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
constructioncombineresponse.md•643 B
# ConstructionCombineResponse
ConstructionCombineResponse is returned by `/construction/combine`. The network payload will be sent directly to the `construction/submit` endpoint.
## Example Usage
```typescript
import { ConstructionCombineResponse } from "icpmcp-rosetta-api";
let value: ConstructionCombineResponse = {
signedTransaction: "<value>",
};
```
## Fields
| Field | Type | Required | Description |
| ------------------- | ------------------- | ------------------- | ------------------- |
| `signedTransaction` | *string* | :heavy_check_mark: | N/A |