# TransferPolyxParams

## Hierarchy

* **TransferPolyxParams**

## Index

### Properties

* [amount](#amount)
* [memo](#optional-memo)
* [to](#to)

## Properties

### amount

• **amount**: *BigNumber*

*Defined in* [*src/api/procedures/transferPolyx.ts:21*](https://github.com/PolymathNetwork/polymesh-sdk/blob/959efb76/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/959efb76/src/api/procedures/transferPolyx.ts#L25)

identifier string to help differentiate transfers

### to

• **to**: *string |* [*Account*](https://developers.polymath.network/polymesh-sdk-api-reference/docs-v10/classes/account)

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

account that will receive the POLYX
