diff --git a/docs/n3/node/cli/cli.md b/docs/n3/node/cli/cli.md index 97ad929..f589a82 100644 --- a/docs/n3/node/cli/cli.md +++ b/docs/n3/node/cli/cli.md @@ -23,7 +23,7 @@ All the commands described in this document conform with these conventions: | ------- | --------- | | version | Shows the current Neo-CLI version | | help [plugin-name] | Help menu, which can also show plugin related commands. | -| [parse](#parse) \ | Convert the input string into various supported data format | +| [parse](#parse) `` | Convert the input string into various supported data format | | clear | Clear screen | | exit | Exit program | @@ -31,11 +31,11 @@ All the commands described in this document conform with these conventions: | Command | Parameters | Description | | ------------------------------------------------- | -------------------------------------- | ------------------------------------------------------------ | -| [create wallet](#create-wallet) | \ | Creates a wallet file. | -| [delete address](#delete-address) | \
| Delete an address from wallet. | -| [open wallet](#open-wallet) | \ | Opens a wallet file. | +| [create wallet](#create-wallet) | `` | Creates a wallet file. | +| [delete address](#delete-address) | `
` | Delete an address from wallet. | +| [open wallet](#open-wallet) | `` | Opens a wallet file. | | close wallet | | Closes the current wallet. | -| [upgrade wallet](#upgrade-wallet) | \ | Upgrades old wallet files. | +| [upgrade wallet](#upgrade-wallet) | `` | Upgrades old wallet files. | The commands listed in the table below requires you to open the wallet before invoking. @@ -47,21 +47,21 @@ The commands listed in the table below requires you to open the wallet before in | list key | | Lists all public keys in your wallet. | | [show gas](#show-gas) | | Lists all the GAS in your wallet. | | [create address](#create-address) | [count=1] | Creates address / batch create address | -| [import key](#import-key) | \ | Imports a private key / bulk import of private keys. | +| [import key](#import-key) | `` | Imports a private key / bulk import of private keys. | | [export key](#export-key) | \[path=null] \[scriptHash=null] | Exports private keys. | -| [import multisigaddress](#import-multisigaddress) | \ \ | Creates a multi-signature contract. | -| [import watchonly](#import-watchonly) | \ | Imports the watch-only address (e.g. contract address)| -| [send](#send) | \ \
\ \[from=null] \[data=null] \[signerAccounts=null] | Sends assets to the specified address. | -| [sign](#sign) | \ | Signs the transaction. The parameter is the json string that records the transaction information. | -| [cancel](#cancel) | \ [sender=null] [signerAccounts=null] | Cancel unconfirmed transactions (in memory pool) | +| [import multisigaddress](#import-multisigaddress) | `` `` | Creates a multi-signature contract. | +| [import watchonly](#import-watchonly) | `` | Imports the watch-only address (e.g. contract address)| +| [send](#send) | `` `` `
` `` \[from=null] \[data=null] \[signerAccounts=null] | Sends assets to the specified address. | +| [sign](#sign) | `` | Signs the transaction. The parameter is the json string that records the transaction information. | +| [cancel](#cancel) | `` [sender=null] [signerAccounts=null] | Cancel unconfirmed transactions (in memory pool) | #### Contract commands | Command | Parameters | Description | | ----------------- | ------------------------------------------------------------ | ------------------ | -| [deploy](#deploy) | \ [manifestFile] | Deploys a contract | -| [invoke](#invoke) | \ \ \[contractParameters=null] \[sender=null] \[signerAccounts=null] \[maxGas=20] | Invokes a contract | -| [update](#update) | \ \ \ \ \[signerAccounts=null] | Upgrade a contract | +| [deploy](#deploy) | `` [manifestFile] | Deploys a contract | +| [invoke](#invoke) | `` `` \[contractParameters=null] \[sender=null] \[signerAccounts=null] \[maxGas=20] | Invokes a contract | +| [update](#update) | `` `` `` `` \[signerAccounts=null] | Upgrade a contract | #### Node commands @@ -75,11 +75,11 @@ The commands listed in the table below requires you to open the wallet before in | Command | Parameters | Description | | ----------------------- | ------------------------------------------------------------ | ------------------------------------------------------------ | -| [balanceof](#balanceof) | \ \
| Queries the balance of specified token at the specified address | -| [decimals](#decimals) | \ | Queries the precision of specified token | -| [name](#name) | \ | Queries the name of specified token | -| [totalsupply](#totalsupply) | \ | Queries the total supply of specified token | -| [transfer](#transfer) | \ \ \ \[from=null] \[data=null] \[signersAccounts=null] | Invokes the transfer method to transfer the specified token | +| [balanceof](#balanceof) | `` `
` | Queries the balance of specified token at the specified address | +| [decimals](#decimals) | `` | Queries the precision of specified token | +| [name](#name) | `` | Queries the name of specified token | +| [totalsupply](#totalsupply) | `` | Queries the total supply of specified token | +| [transfer](#transfer) | `` `` `` \[from=null] \[data=null] \[signersAccounts=null] | Invokes the transfer method to transfer the specified token | #### Native contract commands @@ -91,14 +91,14 @@ The commands listed in the table below requires you to open the wallet before in | Command | Parameters | Description | | --------------- | ------------------- | ------------------------------------------------------------ | -| [relay](#relay) | \ | Broadcasts the transaction. The parameter is the json string that records the transaction information. | -| [broadcast addr](#broadcast-addr) | \ \ | Broadcasts the IP address of the node | -| [broadcast block](#broadcast-block) | \ | Broadcasts a block | -| [broadcast getblocks](#broadcast-getblocks) | \ | Broadcasts the getblocks request | -| [broadcast getdata](#broadcast-getdata) | \ \ | Broadcasts the getdata request | -| [broadcast getheaders](#broadcast-getheaders) | \ | Broadcasts the getheaders request | -| [broadcast inv](#broadcast-inv) | \ \ | Broadcasts the inventory data | -| [broadcast transaction](#broadcast-transaction) | \ | Broadcasts a transaction | +| [relay](#relay) | `` | Broadcasts the transaction. The parameter is the json string that records the transaction information. | +| [broadcast addr](#broadcast-addr) | `` `` | Broadcasts the IP address of the node | +| [broadcast block](#broadcast-block) | `` | Broadcasts a block | +| [broadcast getblocks](#broadcast-getblocks) | `` | Broadcasts the getblocks request | +| [broadcast getdata](#broadcast-getdata) | `` `` | Broadcasts the getdata request | +| [broadcast getheaders](#broadcast-getheaders) | `` | Broadcasts the getheaders request | +| [broadcast inv](#broadcast-inv) | `` `` | Broadcasts the inventory data | +| [broadcast transaction](#broadcast-transaction) | `` | Broadcasts a transaction | #### Plugin commands @@ -107,36 +107,36 @@ The commands listed in the table below requires you to open the wallet before in | [plugins](#plugins) | | Lists loaded plugins | | [install](#install) | [Plugin name] | Installs the specified plugin | | uninstall | [Plugin name] | Uninstalls the specified plugin | -| [dump storage](#dump-storage) | \ | Exports all or the specified state data. This command requires installation of the StatesDumper plugin. | +| [dump storage](#dump-storage) | `` | Exports all or the specified state data. This command requires installation of the StatesDumper plugin. | | [start consensus](#start-consensus) | | Starts consensus. This command requires installation of the DBFTPlugin plugin. | | [start oracle](#start-oracle) | | Starts Oracle. This command requires installation of the OracleService plugin. | | [stop oracle](#stop-oracle) | | Stops Oracle. This command requires installation of the OracleService plugin. | -| [state root](#state-root) | \ | Queries the state root with index. This command requires installation of the StateService plugin. | +| [state root](#state-root) | `` | Queries the state root with index. This command requires installation of the StateService plugin. | | state height | | Queries the state height. This command requires installation of the StateService plugin. | -| [get proof](#get-proof) | \ \ \ | Gets proof with root hash, contract hash, and storage key. | -| [verify proof](#verify-proof) | \ \ | Verifies with root hash and proof. | +| [get proof](#get-proof) | `` `` `` | Gets proof with root hash, contract hash, and storage key. | +| [verify proof](#verify-proof) | `` `` | Verifies with root hash and proof. | #### Voting commands | Command | Parameters | Description | | --------------------------------------------- | ----------------------------- | ----------------------------------------------------------- | -| [get accountstate](#get-accountstate) | \
| Gets the latest voting information of the specified account | +| [get accountstate](#get-accountstate) | `
` | Gets the latest voting information of the specified account | | [get candidates](#get-candidates) | | Gets candidates' public keys and votes | | [get committee](#get-committee) | | Gets the committee member's public key | | [get next validators](#get-next-validators) | | Gets the next validator's public key | -| [register candidate](#register-candidate) | \ [maxGas=1010] | Registers the candidate | -| [unregister candidate](#unregister-candidate) | \ | Unregisters the candidate | -| [vote](#vote) | \ \ | Votes for candidates | -| [unvote](#unvote) | \ | Cancel the voting | +| [register candidate](#register-candidate) | `` [maxGas=1010] | Registers the candidate | +| [unregister candidate](#unregister-candidate) | `` | Unregisters the candidate | +| [vote](#vote) | `` `` | Votes for candidates | +| [unvote](#unvote) | `` | Cancel the voting | #### Block Commands | Command | Parameters | Description | | ------------------------------- | -------------------------------------- | ------------------------------------------------------------ | -| [export blocks](#export-blocks) | \ \[block count] \[export path] | Exports the blockchain data from the specified block height. The exported data can be used for offline synchronization. | -| [show block](#show-blocks) | \ | Output block details via block height or block hash. | -| [show contract](#show-contract) | \ | Output contract details by contract name or contract hash. | -| [show tx](#show-tx) | \ | Output transaction details via transaction hash. | +| [export blocks](#export-blocks) | `` \[block count] \[export path] | Exports the blockchain data from the specified block height. The exported data can be used for offline synchronization. | +| [show block](#show-blocks) | `` | Output block details via block height or block hash. | +| [show contract](#show-contract) | `` | Output contract details by contract name or contract hash. | +| [show tx](#show-tx) | `` | Output transaction details via transaction hash. | #### Log Commands @@ -153,7 +153,7 @@ Converts the input string into various supported data formats. ##### Syntax - `parse ` +> parse `` ##### Example diff --git a/docs/n3/reference/rpc/latest-version/api.md b/docs/n3/reference/rpc/latest-version/api.md index bce4c78..d6f34e2 100644 --- a/docs/n3/reference/rpc/latest-version/api.md +++ b/docs/n3/reference/rpc/latest-version/api.md @@ -59,7 +59,7 @@ You can modify the port in config.json in the RpcServer folder. | [getunclaimedgas](api/getunclaimedgas.md) | | Get unclaimed gas of the specified address. | | [invokefunction](api/invokefunction.md) | \[params] \[sender] \[signers] | Invokes a smart contract with the specified script hash, passing in the method name and its params. | | [invokescript](api/invokescript.md) | \[sender] \[signers] | Runs a script through the virtual machine and returns the results. | -| [traverseiterator](api/traverseiterator.md) | \ \ \ | Gets the Iterator type data. | +| [traverseiterator](api/traverseiterator.md) | `` `` `` | Gets the Iterator type data. | ### Tool diff --git a/src/css/tailwind.output.css b/src/css/tailwind.output.css index ba995c5..defb133 100644 --- a/src/css/tailwind.output.css +++ b/src/css/tailwind.output.css @@ -451,6 +451,18 @@ a:hover{ color: rgb(0 229 153 / var(--tw-text-opacity)); } +ul, ol { + list-style: revert; +} + +ul { + list-style-position: inside; +} + +ul, ol { + margin-left: 20px; +} + *, ::before, ::after{ --tw-border-spacing-x: 0; --tw-border-spacing-y: 0;