# [Ride v3] ScriptResult
⚠️ 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
List[BinaryEntry|BooleanEntry|IntegerEntry|StringEntry|ScriptTransfer|Issue|Reissue|Burn]
instead.
ScriptResult is a structure used when both token transfers and adding/modifying of accound data storage entries must be performed as the result of callable function invocation.
# For Standard Library version 3
# Constructor
ScriptResult(writeSet: WriteSet, transferSet: TransferSet)
# Fields
# | Name | Data type | Description |
---|---|---|---|
1 | writeSet | WriteSet | List of records of an account data storage |
2 | transferSet | TransferSet | List of tokens of a transfer |