You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/types/tokentransfer.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,6 +66,7 @@ nav_order: 11
66
66
|`created`| The creation time of the transfer |[`FFTime`](simpletypes#fftime)|
67
67
|`tx`| If submitted via FireFly, this will reference the UUID of the FireFly transaction (if the token connector in use supports attaching data) |[`TransactionRef`](#transactionref)|
68
68
|`blockchainEvent`| The UUID of the blockchain event |[`UUID`](simpletypes#uuid)|
69
+
|`config`| Input only field, with token connector specific configuration of the transfer. See your chosen token connector documentation for details |[`JSONObject`](simpletypes#jsonobject)|
Copy file name to clipboardExpand all lines: internal/coremsgs/en_struct_descriptions.go
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -542,6 +542,7 @@ var (
542
542
TokenTransferCreated=ffm("TokenTransfer.created", "The creation time of the transfer")
543
543
TokenTransferTX=ffm("TokenTransfer.tx", "If submitted via FireFly, this will reference the UUID of the FireFly transaction (if the token connector in use supports attaching data)")
544
544
TokenTransferBlockchainEvent=ffm("TokenTransfer.blockchainEvent", "The UUID of the blockchain event")
545
+
TokenTransferConfig=ffm("TokenTransfer.config", "Input only field, with token connector specific configuration of the transfer. See your chosen token connector documentation for details")
545
546
546
547
// TokenTransferInput field descriptions
547
548
TokenTransferInputMessage=ffm("TokenTransferInput.message", "You can specify a message to correlate with the transfer, which can be of type broadcast or private. Your chosen token connector and on-chain smart contract must support on-chain/off-chain correlation by taking a `data` input on the transfer")
0 commit comments