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