# [Ride v4 and v3] DataTransaction
⚠️ 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 data transaction.
# Fields
# | Name | Data type | Description |
---|---|---|---|
1 | data | For version 3: List[DataEntry] For version 4: List[BinaryEntry|BooleanEntry|DeleteEntry|IntegerEntry|StringEntry] | Transaction's data array |
2 | id | ByteVector | Transaction ID |
3 | fee | Int | Transaction fee |
4 | timestamp | Int | Transaction timestamp |
5 | version | Int | Transaction version |
6 | sender | Address | Address of a transaction sender |
7 | senderPublicKey | ByteVector | Account public key of a sender |
8 | bodyBytes | ByteVector | Transaction body bytes |
9 | proofs | List[ByteVector] | Array of proofs |