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
| coin | string | The name of the coin the user desires to activate. |
74
-
| fee | object | Optional. A standard [FeeInfo](/atomicdex/api/v20/#FeeInfo) object. |
74
+
| fee | object | Optional. A standard [FeeInfo](/atomicdex/api/common_structures/#FeeInfo) object. |
75
75
| amount | float | Required, unless `max` is `true`. The amount of balance to send. |
76
76
| max | boolean | Optional, defaults to `false`. Send whole balance. |
77
77
| memo | string | Optional, used for ZHTLC and Tendermint coins only. Attaches a memo to the transaction. |
@@ -142,6 +142,22 @@ For example, when method and title are the same:
142
142
143
143
We've got a few **MDX** components we use across the Docs. Below is a walkthrough of how to start writing and using the components that make up the Docs.
144
144
145
+
IMPORTANT: Alwats use double quotes inside mdx tags.
MDX supports standard markdown by default [CommonMark](https://commonmark.org/). However, this project also has [GFM](https://github.github.com/gfm/) installed.
146
162
147
163
> Many of the components mentioned here are simplified and possibly do more than **explicitly pointed out**.
0 commit comments