# [Ride v4 and v3] Transfer
⚠️ This is the documentation for the Standard library version 4 and 3. We recommend to use version 6. Go to version 6
Structure of a mass transfer transaction token transfer.
# Constructor
Transfer(recipient: Address|Alias, amount: Int)
# Fields
# | Name | Data type | Description |
---|---|---|---|
1 | recipient | Address|Alias | Address of a recipient of tokens |
2 | amount | Int | Number of tokens |