# [Ride v3] TransferSet
⚠️ 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. Starting with version 4 use
ScriptTransfer
directly, see the Callable function section.
TransferSet is a structure that combines multiple ScriptTransfer structures. Token transfers set by ScriptTransfer structures will be performed as the result of callable function invocation.
# Constructor
TransferSet(transfers: List[ScriptTransfer])
# Fields
# | Name | Data type | Description |
---|---|---|---|
1 | transfers | List[ScriptTransfer] | List of token transfers |