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/specifications/deep-links.md
+18-9
Original file line number
Diff line number
Diff line change
@@ -22,12 +22,21 @@ confirmation on behalf of the user.
22
22
23
23
## Scheme
24
24
25
-
The Firefly deep link scheme can be broken down to the following (simple) syntax:
25
+
Our system incorporates two specific deeplink schemes—namely IOTA and SHIMMER. Breaking down the Firefly deep link scheme reveals the following simple syntax:
@@ -115,23 +123,24 @@ The following parameters are **required**:
115
123
116
124
The following parameters are **optional**:
117
125
118
-
-`unit` - a specified denomination of the token to use, if applicable (default for IOTA is `Mi`, SMR is `SMR`)
126
+
-`unit` - a specified denomination of the token to use, if applicable (default for IOTA is `micro`, SMR is `glow`)
119
127
-`assetId` - the identifier of the asset to send, e.g. `4218` (IOTA), `4219` (SMR), or a native token ID (default is base token of the network, i.e. IOTA or SMR)
120
128
-`metadata` - a string of text to embed as metadata in the transaction
121
129
-`tag` - a string to tag the transaction for indexing purposes
122
130
-`giftStorageDeposit` - gifts the tokens used in funding the storage deposit for a transaction
123
131
-`disableToggleGift` - prevents the user from being able to toggle the option to gift the storage deposit
124
132
-`disableChangeExpiration` - prevents the user from being able to change the expiration time of the transaction
125
133
-`surplus` - send additional amounts of the base token when transferring native tokens
134
+
-`expiration` - the expiration time of the transaction, e.g. `1w`, `2d`, `5h` or `10m`. Also accepts a UNIX timestamp in milliseconds.
0 commit comments