Skip to content
This repository has been archived by the owner on May 26, 2023. It is now read-only.

Commit

Permalink
udpate readme
Browse files Browse the repository at this point in the history
  • Loading branch information
teye authored and bb111189 committed Jun 2, 2021
1 parent 27225a7 commit c4e8a4a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/zilliqa-js-blockchain/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,9 +257,9 @@ Returns the status of a specified transaction. This API is available from Zilliq

**Returns**

- `Promise<RPCResponse<TransactionStatusObj>` - Status code of the transaction. Refer to [GetTransactionStatus](https://dev.zilliqa.com/docs/apis/api-transaction-get-transaction-status) for the list of status code
- `Promise<RPCResponse<TransactionStatusObj>` - Status code of the transaction. Refer to [GetTransactionStatus](https://dev.zilliqa.com/docs/apis/api-transaction-get-transaction-status) for the full list of status code.

*The GetTransactionStatus API is available only on https://api.zilliqa.com/. It is disabled for community-hosted or private-hosted seed nodes.*
*Note: This API is available only on https://api.zilliqa.com/. It is disabled for community-hosted or private-hosted seed nodes.*

### `getTxnBodiesForTxBlock(txBlock: number): Promise<RPCResponse<TransactionObj[], string>>`

Expand Down

0 comments on commit c4e8a4a

Please sign in to comment.