Skip to content

Commit

Permalink
chore: update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Ez3kiel-dev committed Jul 30, 2024
1 parent d2a7c48 commit 08bfaa5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/analyse.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Dart lint
name: Dart checks

on: [ push, pull_request ]

Expand Down
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ JSON-RPC Clients to interact with daemon and wallet API.
- getHeight
- getTopoHeight
- getStableHeight
- getStableTopoHeight
- getBlockTemplate
- getBlockAtTopoHeight
- getBlocksAtHeight
Expand All @@ -23,6 +24,7 @@ JSON-RPC Clients to interact with daemon and wallet API.
- getNonce
- getNonceAtTopoHeight
- getBalance
- getStableBalance
- getBalanceAtTopoHeight
- hasBalance
- getAsset
Expand Down Expand Up @@ -51,6 +53,11 @@ JSON-RPC Clients to interact with daemon and wallet API.
- getMempoolCache
- isAccountRegistered
- getAccountRegistrationTopoheight
- getTransactionExecutor
- getDifficulty
- validateAddress
- splitAddress
- extractKeyFromAddress

#### Wallet

Expand All @@ -71,6 +78,8 @@ JSON-RPC Clients to interact with daemon and wallet API.
- isOnline
- signData
- estimateFees
- estimateExtraDataSize
- clearTxCache

### Websocket Events

Expand Down

0 comments on commit 08bfaa5

Please sign in to comment.