Skip to content

Commit

Permalink
Merge 0aa3971 into d853672
Browse files Browse the repository at this point in the history
  • Loading branch information
smk762 authored Nov 19, 2024
2 parents d853672 + 0aa3971 commit 0e16eb2
Show file tree
Hide file tree
Showing 6 changed files with 295 additions and 177 deletions.
11 changes: 11 additions & 0 deletions filepathSlugs.json
Original file line number Diff line number Diff line change
Expand Up @@ -2872,6 +2872,16 @@
"command",
"response-2"
],
"src/pages/komodo-defi-framework/api/v20/get_mnemonic/index.mdx": [
"get-mnemonic",
"arguments",
"response",
"examples",
"for-encrypted-output",
"response-success",
"for-plain-text-output",
"response-success-2"
],
"src/pages/komodo-defi-framework/api/v20/get_public_key/index.mdx": [
"get-public-key",
"arguments",
Expand Down Expand Up @@ -3700,6 +3710,7 @@
"example-not-allowing-weak-password",
"example-using-gas-api",
"example-wss-with-certificates",
"example-with-wallet-name-and-wallet-password",
"example-for-hd-wallets",
"coins-file-configuration",
"optional-environment-variables",
Expand Down
77 changes: 28 additions & 49 deletions postman/collections/komodo_defi.postman_collection.json

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions src/data/sidebar.json
Original file line number Diff line number Diff line change
Expand Up @@ -529,6 +529,10 @@
"title": "get_public_key_hash",
"href": "/komodo-defi-framework/api/v20/get_public_key_hash/"
},
{
"title": "get_mnemonic",
"href": "/komodo-defi-framework/api/v20/get_mnemonic/"
},
{
"title": "get_wallet_names",
"href": "/komodo-defi-framework/api/v20/get_wallet_names/"
Expand Down
Loading

0 comments on commit 0e16eb2

Please sign in to comment.