# [Ride v4 and v3] LeaseTransaction
⚠️ 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 lease transaction.
# Fields
# | Name | Data type | Description |
---|---|---|---|
1 | amount | Int | Amount of the token to lease |
2 | recipient | Address|Alias | Address or alias of the leasing recipient |
3 | id | ByteVector | Transaction ID |
4 | fee | Int | Transaction fee |
5 | timestamp | Int | Transaction timestamp |
6 | version | Int | Transaction version |
7 | sender | Address | Address of a transaction sender |
8 | senderPublicKey | ByteVector | Account public key of a sender |
9 | bodyBytes | ByteVector | Transaction body bytes |
10 | proofs | List[ByteVector] | Array of proofs |