# [Ride v5] ReissueTransaction
⚠️ This is the documentation for the Standard library version 5. We recommend to use version 6. Go to version 6
Structure of a Reissue transaction.
# Fields
| # | Name | Data type | Description |
|---|---|---|---|
| 1 | quantity | Int | Amount of the token |
| 2 | assetId | ByteVector | Token ID |
| 3 | reissuable | Boolean | Reissue flag |
| 4 | id | ByteVector | Transaction ID |
| 5 | fee | Int | Transaction fee |
| 6 | timestamp | Int | Transaction timestamp |
| 7 | version | Int | Transaction version |
| 8 | sender | Address | Address of the transaction sender |
| 9 | senderPublicKey | ByteVector | Public key of the transaction sender |
| 10 | bodyBytes | ByteVector | Transaction body bytes |
| 11 | proofs | List[ByteVector] | Proofs |