# CallContractFunction200ResponseAllOfResult


## Properties

Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**kind** | **string** | The response object type (discriminator). | [default to undefined]
**tx** | [**TransactionToSignTx**](TransactionToSignTx.md) |  | [default to undefined]
**submitted** | **boolean** | Indicates whether the transaction has been submitted to the blockchain. | [default to undefined]
**output** | **any** | The function call output. | [default to undefined]

## Example

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

const instance: CallContractFunction200ResponseAllOfResult = {
    kind,
    tx,
    submitted,
    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)
