> For the complete documentation index, see [llms.txt](https://liquiidio.gitbook.io/unity-plugin-suite/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://liquiidio.gitbook.io/unity-plugin-suite/wcwunity/api-docs/wcwunity-wcwcreateinforesult.md).

# CloudWalletCreateInfoResult

```
class CloudWalletCreateInfoResult
```

Returned when OnInfoCreated-Event is invoked, contains information about the current Account-Creation-Costs.

## Summary

| Members                    | Descriptions                                                                         |
| -------------------------- | ------------------------------------------------------------------------------------ |
| `public string` `Contract` | String containing the Contract-Name to send the tokens to, to create the new Account |
| `public string` `Message`  | String containing a simple message about the Account-Creation-Process                |
| `public string` `Amount`   | String containing Amount of Wax needed to be sent to create the new Account          |
| `public string` `Memo`     | String containing the Memo that needs to be sent to create the new Account           |

## Members

**`public string Contract`**

String containing the Contract-Name to send the tokens to, to create the new Account

**`public string Message`**

String containing a simple message about the Account-Creation-Process

**`public string Amount`**

String containing Amount of Wax needed to be sent to create the new Account

**`public string Memo`**

String containing the Memo that needs to be sent to create the new Account
