# MethodCallResponse

The result of a function call.

## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**output** | **any** | The function call output. | [default to undefined]

## Example

```typescript
import { MethodCallResponse } from '@curvegrid/multibaas-sdk';

const instance: MethodCallResponse = {
    output,
};
```

[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)
