Skip to content

Commit 64e035b

Browse files
authored
Merge pull request #373 from KomodoPlatform/add/kdf/mnemonics
2 parents d853672 + 0aa3971 commit 64e035b

File tree

6 files changed

+295
-177
lines changed

6 files changed

+295
-177
lines changed

filepathSlugs.json

+11
Original file line numberDiff line numberDiff line change
@@ -2872,6 +2872,16 @@
28722872
"command",
28732873
"response-2"
28742874
],
2875+
"src/pages/komodo-defi-framework/api/v20/get_mnemonic/index.mdx": [
2876+
"get-mnemonic",
2877+
"arguments",
2878+
"response",
2879+
"examples",
2880+
"for-encrypted-output",
2881+
"response-success",
2882+
"for-plain-text-output",
2883+
"response-success-2"
2884+
],
28752885
"src/pages/komodo-defi-framework/api/v20/get_public_key/index.mdx": [
28762886
"get-public-key",
28772887
"arguments",
@@ -3700,6 +3710,7 @@
37003710
"example-not-allowing-weak-password",
37013711
"example-using-gas-api",
37023712
"example-wss-with-certificates",
3713+
"example-with-wallet-name-and-wallet-password",
37033714
"example-for-hd-wallets",
37043715
"coins-file-configuration",
37053716
"optional-environment-variables",

postman/collections/komodo_defi.postman_collection.json

+28-49
Large diffs are not rendered by default.

src/data/sidebar.json

+4
Original file line numberDiff line numberDiff line change
@@ -529,6 +529,10 @@
529529
"title": "get_public_key_hash",
530530
"href": "/komodo-defi-framework/api/v20/get_public_key_hash/"
531531
},
532+
{
533+
"title": "get_mnemonic",
534+
"href": "/komodo-defi-framework/api/v20/get_mnemonic/"
535+
},
532536
{
533537
"title": "get_wallet_names",
534538
"href": "/komodo-defi-framework/api/v20/get_wallet_names/"

0 commit comments

Comments
 (0)