# [Ride v5] IssueTransaction
⚠️ This is the documentation for the Standard library version 5. We recommend to use version 6. Go to version 6
Structure of an Issue transaction.
# Fields
# | Name | Data type | Description |
---|---|---|---|
1 | quantity | Int | Amount of the token |
2 | name | String | Token name |
3 | description | String | Token description |
4 | reissuable | Boolean | Reissue ability flag |
5 | decimals | Int | Number of digits in decimal part |
6 | script | ByteVector|Unit | Script that must be set for the generated token |
7 | id | ByteVector | Transaction ID |
8 | fee | Int | Transaction fee |
9 | timestamp | Int | Transaction timestamp |
10 | version | Int | Transaction version |
11 | sender | Address | Address of the transaction sender |
12 | senderPublicKey | ByteVector | Account public key of the transaction sender |
13 | bodyBytes | ByteVector | Transaction body bytes |
14 | proofs | List[ByteVector] | Array of proofs |