# [Ride v5] UpdateAssetInfoTransaction
⚠️ This is the documentation for the Standard Library version 5, which is currently available for Stagenet only. Go to Mainnet version
Structure of a update asset info transaction.
# Constructor
UpdateAssetInfoTransaction(name: String, assetId: ByteVector, description: String, id: ByteVector, fee: Int, timestamp: Int, version: Int, sender: Address, senderPublicKey: ByteVector, bodyBytes: ByteVector, proofs: List[ByteVector])
# 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 |