> For the complete documentation index, see [llms.txt](https://developers.polymath.network/polymesh-sdk-api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v6/interfaces/transferpolyxparams.md).

# TransferPolyxParams

## Hierarchy

* **TransferPolyxParams**

## Index

### Properties

* [amount](/polymesh-sdk-api-reference/docs-v6/interfaces/transferpolyxparams.md#amount)
* [memo](/polymesh-sdk-api-reference/docs-v6/interfaces/transferpolyxparams.md#optional-memo)
* [to](/polymesh-sdk-api-reference/docs-v6/interfaces/transferpolyxparams.md#to)

## Properties

### amount

• **amount**: *BigNumber*

*Defined in* [*src/api/procedures/transferPolyx.ts:21*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/api/procedures/transferPolyx.ts#L21)

amount of POLYX to be transferred

### `Optional` memo

• **memo**? : *undefined | string*

*Defined in* [*src/api/procedures/transferPolyx.ts:25*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/api/procedures/transferPolyx.ts#L25)

identifier string to help differentiate transfers

### to

• **to**: *string |* [*Account*](/polymesh-sdk-api-reference/docs-v6/classes/account.md)

*Defined in* [*src/api/procedures/transferPolyx.ts:17*](https://github.com/PolymathNetwork/polymesh-sdk/blob/23062de4/src/api/procedures/transferPolyx.ts#L17)

account that will receive the POLYX
