-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update doc outdated links and add new doc (#251)
* update doc links * complete new doc * add example
- Loading branch information
Showing
9 changed files
with
124 additions
and
30 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
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
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,11 +1,10 @@ | ||
# API | ||
|
||
* [Conflux](./Conflux.md) The `Conflux` class provide methods to interact with RPC and contract. | ||
* [Wallet](./wallet/Wallet.md) | ||
* [PrivateKeyAccount](./wallet/PrivateKeyAccount.md) | ||
* [Transaction](./Transaction.md) | ||
* [Conflux](./Conflux.md) The `Conflux` class provide methods to interact with RPC methods and send transaction. | ||
* [Wallet](./wallet/Wallet.md) The `Wallet` class provide methods to manage accounts and sign transactions. | ||
* [PrivateKeyAccount](./wallet/PrivateKeyAccount.md) The `PrivateKeyAccount` class can be used to sign transactions or messages. It can be created from a private key or be random generated. | ||
* [Transaction](./Transaction.md) The `Transaction` class provide methods to construct and encode transactions. | ||
* [Drip](./Drip.md) Drip - CFX converter | ||
* [format](./util/format.md) Type formaters | ||
* [sign](./util/sign.md) | ||
* [address utilities](./util/address.md) | ||
* [Provider](./provider/BaseProvider.md) | ||
* [sign](./util/sign.md) Crypto utilities | ||
* [address utilities](./util/address.md) Address utilities |
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
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
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