# [Ride v4] UpdateAssetInfoTransaction
⚠️ This is the documentation for the Standard library version 4 and 3. We recommend to use version 6. Go to version 6
⚠️ The
UpdateAssetInfoTransaction
structure is added in Standard library version 4.
Structure of an Update Asset Info transaction.
# Fields
# | Name | Data type | Description |
---|---|---|---|
1 | name | String | Name of the token |
2 | assetId | ByteVector | Token ID |
3 | description | String | Description of the token |
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 a transaction sender |
9 | senderPublicKey | ByteVector | Account public key of a sender |
10 | bodyBytes | ByteVector | Transaction body bytes |
11 | proofs | List[ByteVector] | Array of proofs |