# resolveProperties | @aa-sdk/core

> Overview of the resolveProperties function from @aa-sdk/core

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
function resolveProperties<T>(object): Promise<T>;
```

Defined in: [aa-sdk/core/src/utils/index.ts:37](https://github.com/alchemyplatform/aa-sdk/blob/main/aa-sdk/core/src/utils/index.ts#L37)

Await all of the properties of a Deferrable object

## Type Parameters

<table>
  <thead>
    <tr>
      <th align="left">Type Parameter</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `T`
      </td>
    </tr>
  </tbody>
</table>

## Parameters

<table>
  <thead>
    <tr>
      <th align="left">Parameter</th>
      <th align="left">Type</th>
      <th align="left">Description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `object`
      </td>

      <td>
        [`Deferrable`](../type-aliases/Deferrable)\<`T`>
      </td>

      <td>
        a Deferrable object
      </td>
    </tr>

  </tbody>
</table>

## Returns

`Promise`\<`T`>

the object with its properties resolved