> ## Documentation Index
> Fetch the complete documentation index at: https://developers.squads.so/llms.txt
> Use this file to discover all available pages before exploring further.

# UseTransferResult

Return value from useTransfer hook

## Properties

| Property                           | Type                                | Description                                     |
| ---------------------------------- | ----------------------------------- | ----------------------------------------------- |
| <a id="transfer" /> `transfer`     | (`options`) => `Promise`\<`string`> | Execute a transfer                              |
| <a id="isloading" /> `isLoading`   | `boolean`                           | Whether a transfer is currently in progress     |
| <a id="iserror" /> `isError`       | `boolean`                           | Whether the last transfer encountered an error  |
| <a id="error" /> `error`           | `Error`                             | Error object if transfer failed, null otherwise |
| <a id="signature" /> `signature`   | `string`                            | Transaction signature if transfer succeeded     |
| <a id="reset" /> `reset`           | () => `void`                        | Reset transfer state                            |
| <a id="clearerror" /> `clearError` | () => `void`                        | Clear error state only                          |
