# WriteSet (for Standard Library version 3)
⚠️ 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 |