From 41a9359097b0c5fb590d88d25f7cffa2e55dfbaa Mon Sep 17 00:00:00 2001 From: Celia18305 <32253925+Celia18305@users.noreply.github.com> Date: Wed, 22 Jan 2020 17:49:03 +0800 Subject: [PATCH] Update api.md (#991) --- docs/en-us/reference/rpc/latest-version/api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en-us/reference/rpc/latest-version/api.md b/docs/en-us/reference/rpc/latest-version/api.md index 0d1d5db0b8..48898f2a99 100644 --- a/docs/en-us/reference/rpc/latest-version/api.md +++ b/docs/en-us/reference/rpc/latest-version/api.md @@ -22,7 +22,7 @@ For P2P and WebSocket information see [Node Introduction](../../../node/introduc | [claimgas](api/claimgas.md) | [address] | Claims GAS in the wallet. | Need to open the wallet | | [dumpprivkey](api/dumpprivkey.md) | \
| Exports the private key of the specified address | Need to open the wallet | | [getaccountstate](api/getaccountstate.md) | \
| Checks account asset information according to account address | | -| [getapplicationlog]() | \ | Returns the contract log based on the specified txid. | | +| [getapplicationlog](api/getapplicationlog.md) | \ | Returns the contract log based on the specified txid. | | | [getassetstate](api/getassetstate.md) | \ | Queries asset information according to the specified asset number | | | [getbalance](api/getbalance.md) | \ | Returns the balance of the corresponding asset in the wallet according to the specified asset number. | Need to open the wallet | | [getbestblockhash](api/getbestblockhash.md) | | Gets the hash of the tallest block in the main chain | |