Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
fluency03 committed May 5, 2018
1 parent a0017d0 commit 2328e94
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,22 +52,23 @@ GET /blockchain/block/:hash/transaction/:id
#### block

```
GET /blocks
GET /block/:hash
POST /block
DEL /block/:hash
GET /block/:hash/transaction/:id
GET /block-pool/blocks
GET /block-pool/block/:hash
POST /block-pool/block
POST /block-pool/next-block
DEL /block-pool/block/:hash
GET /block-pool/block/:hash/transaction/:id
```


#### transaction

```
GET /transactions
GET /transaction/:id
POST /transaction
PUT /transaction/:id
DEL /transaction/:id
GET /tx-pool/transactions
GET /tx-pool/transaction/:id
POST /tx-pool/transaction
PUT /tx-pool/transaction/:id
DEL /tx-pool/transaction/:id
```


Expand Down

0 comments on commit 2328e94

Please sign in to comment.