# [Ride v3] WriteSet
⚠️ This is the documentation for the Standard library version 4 and 3. We recommend to use version 5.
⚠️ The structure is disabled in Standard library version 4. Use
BinaryEntry
,BooleanEntry
,IntegerEntry
, andStringEntry
directly, see the Callable function section.
WriteSet is a structure that combines multiple DataEntry structures. Adding/modifying the account data storage entries will be performed as the result of callable function invocation.
# Constructor
WriteSet(data: List[DataEntry])
# Fields
# | Name | Data type | Description |
---|---|---|---|
1 | data | List[DataEntry] | List of data records of an account data storage |