forked from Qitmeer/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
forchain
committed
Dec 4, 2020
1 parent
a283b8e
commit a31b5ab
Showing
40 changed files
with
121 additions
and
100 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
43 changes: 0 additions & 43 deletions
43
Document/content/Wallet JSON RPC API/API List/_index.en.md
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
Document/content/Wallet JSON RPC API/API List/qitmeerd_reset/_index.en.md
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
Document/content/Wallet JSON RPC API/API List/qitmeerd_update/_index.en.md
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
Document/content/Wallet JSON RPC API/API List/ui_openWallet/_index.en.md
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
15 changes: 15 additions & 0 deletions
15
Document/content/Wallet JSON RPC API/QitmeerD/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
--- | ||
title: QitmeerD API | ||
weight: 2 | ||
--- | ||
|
||
## Overview | ||
API for qitmeer daemon | ||
|
||
## QitmeerD | ||
- [add](add) | ||
- [del](del) | ||
- [list](list) | ||
- [reset](reset) | ||
- [status](status) | ||
- [update](update) |
2 changes: 1 addition & 1 deletion
2
...RPC API/API List/qitmeed_add/_index.en.md → ...et JSON RPC API/QitmeerD/add/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: qitmeed_add | ||
title: add | ||
weight: 3 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...RPC API/API List/qitmeed_del/_index.en.md → ...et JSON RPC API/QitmeerD/del/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: qitmeed_del | ||
title: del | ||
weight: 3 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...PC API/API List/qitmeed_list/_index.en.md → ...t JSON RPC API/QitmeerD/list/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: qitmeed_list | ||
title: list | ||
weight: 3 | ||
--- | ||
|
||
|
5 changes: 5 additions & 0 deletions
5
Document/content/Wallet JSON RPC API/QitmeerD/reset/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
--- | ||
title: reset | ||
weight: 3 | ||
--- |
2 changes: 1 addition & 1 deletion
2
...API/API List/qitmeerd_status/_index.en.md → ...JSON RPC API/QitmeerD/status/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: qitmeed_status | ||
title: status | ||
weight: 3 | ||
--- | ||
|
||
|
5 changes: 5 additions & 0 deletions
5
Document/content/Wallet JSON RPC API/QitmeerD/update/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
|
||
--- | ||
title: update | ||
weight: 3 | ||
--- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
title: UI API | ||
weight: 2 | ||
--- | ||
|
||
## Overview | ||
Web UI API | ||
|
||
### Note | ||
required `ui` config enabled | ||
|
||
```sh | ||
ui=true | ||
``` | ||
|
||
|
||
|
||
|
||
## UI | ||
- [createWallet](createwallet) | ||
- [makeSeed](makeseed) | ||
- [walletStatus](walletstatus) | ||
- [recoverWallet](recoverwallet) |
4 changes: 2 additions & 2 deletions
4
...API/API List/ui_createWallet/_index.en.md → ...JSON RPC API/UI/createWallet/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...RPC API/API List/ui_makeSeed/_index.en.md → ...let JSON RPC API/UI/makeSeed/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...PI/API List/ui_recoverWallet/_index.en.md → ...SON RPC API/UI/recoverWallet/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...API/API List/ui_walletStatus/_index.en.md → ...JSON RPC API/UI/walletStatus/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
|
||
--- | ||
title: Wallet API | ||
weight: 2 | ||
--- | ||
|
||
## Overview | ||
wallet services | ||
|
||
## Wallet | ||
- [createAccount](createaccount) | ||
- [createAddress](createaddress) | ||
- [importPrivKey](importprivkey) | ||
- [importWIFPrivKey](importwifprivkey) | ||
- [dumpPrivKey](dumpprivkey) | ||
|
||
- [sendToAddress](sendtoaddress) | ||
- [sendToAddressByAccount](sendtoaddressbyaccount) | ||
- [sendToMany](sendtomany) | ||
|
||
- [getAccountByAddress](getaccountbyaddress) | ||
- [getAccountsAndBalance](getaccountsandbalance) | ||
- [getAddressesByAccount](getaddressesbyaccount) | ||
- [getBalanceByAccount](getbalancebyaccount) | ||
- [getBalanceByAddr](getbalancebyaddr) | ||
- [getBillByAddr](getbillbyaddr) | ||
- [getTxListByAddr](gettxlistbyaddr) | ||
- [getUTXO](getutxo) | ||
|
||
- [lock](lock) | ||
- [syncStats](syncstats) | ||
- [unlock](unlock) |
4 changes: 2 additions & 2 deletions
4
...PI List/wallet_createAccount/_index.en.md → ...RPC API/Wallet/createAccount/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 2 additions & 2 deletions
4
...I/API List/wallet_createAddress/_index.md → ...ON RPC API/Wallet/createAddress/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...API/API List/wallet_dumpPrivKey/_index.md → ...JSON RPC API/Wallet/dumpPrivKey/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: wallet_dumpPrivKey | ||
title: dumpPrivKey | ||
weight: 3 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...t/wallet_getAccountByAddress/_index.en.md → ...I/Wallet/getAccountByAddress/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: wallet_getAccountByAddress | ||
title: getAccountByAddress | ||
weight: 3 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...st/wallet_getAccountsAndBalance/_index.md → ...PI/Wallet/getAccountsAndBalance/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: wallet_getAccountsAndBalance | ||
title: getAccountsAndBalance | ||
weight: 3 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...st/wallet_getAddressesByAccount/_index.md → ...PI/Wallet/getAddressesByAccount/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
--- | ||
title: wallet_getAddressesByAccount | ||
title: getAddressesByAccount | ||
weight: 3 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...List/wallet_getBalanceByAccount/_index.md → ... API/Wallet/getBalanceByAccount/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: wallet_getBalanceByAccount | ||
title: getBalanceByAccount | ||
weight: 3 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...PI List/wallet_getBalanceByAddr/_index.md → ...RPC API/Wallet/getBalanceByAddr/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
--- | ||
title: wallet_getBalanceByAddr | ||
title: getBalanceByAddr | ||
weight: 3 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...PI List/wallet_getBillByAddr/_index.en.md → ...RPC API/Wallet/getBillByAddr/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: wallet_getBillByAddr | ||
title: getBillByAddr | ||
weight: 3 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...N RPC API/API List/wallet_getTx/_index.md → ...allet JSON RPC API/Wallet/getTx/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: wallet_getTx | ||
title: getTx | ||
weight: 3 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...API List/wallet_getTxListByAddr/_index.md → ... RPC API/Wallet/getTxListByAddr/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: wallet_getTxListByAddr | ||
title: getTxListByAddr | ||
weight: 3 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...RPC API/API List/wallet_getUtxo/_index.md → ...let JSON RPC API/Wallet/getUTXO/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: wallet_getUtxo | ||
title: getUtxo | ||
weight: 3 | ||
--- | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...I/API List/wallet_importPrivKey/_index.md → ...ON RPC API/Wallet/importPrivKey/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
...PI List/wallet_importWifPrivKey/_index.md → ...RPC API/Wallet/importWifPrivKey/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: wallet_importWifPrivKey | ||
title: importWifPrivKey | ||
weight: 3 | ||
--- | ||
|
||
|
4 changes: 2 additions & 2 deletions
4
...ON RPC API/API List/wallet_lock/_index.md → ...Wallet JSON RPC API/Wallet/lock/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
--- | ||
title: wallet_lock | ||
title: lock | ||
weight: 3 | ||
--- | ||
|
||
### Lock | ||
### ui_lock | ||
lock wallet | ||
|
||
#### Parameters | ||
|
2 changes: 1 addition & 1 deletion
2
...I/API List/wallet_sendToAddress/_index.md → ...ON RPC API/Wallet/sendToAddress/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: wallet_sendToAddress | ||
title: sendToAddress | ||
weight: 3 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...t/wallet_sendToAddressByAccount/_index.md → ...I/Wallet/sendToAddressByAccount/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: wallet_sendToAddressByAccount | ||
title: sendToAddressByAccount | ||
weight: 3 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...I/API List/wallet_sendToMany/_index.en.md → ...ON RPC API/Wallet/sendToMany/_index.en.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
--- | ||
title: wallet_sendToMany | ||
title: sendToMany | ||
weight: 3 | ||
--- | ||
|
||
|
2 changes: 1 addition & 1 deletion
2
...C API/API List/wallet_syncStats/_index.md → ...t JSON RPC API/Wallet/syncStats/_index.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
|
||
--- | ||
title: wallet_syncStats | ||
title: syncStats | ||
weight: 3 | ||
--- | ||
|
||
|
Oops, something went wrong.