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

Commit

Permalink
docs(contract): remove outdated warning (#390)
Browse files Browse the repository at this point in the history
  • Loading branch information
Noel committed Sep 16, 2021
1 parent 968c05c commit 2bc8a2b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/zilliqa-js-contract/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,8 +189,6 @@ and sign the underlying `Transaction` and broadcast it. The status of the
`Contract` may then be ascertained by using `isRejected` or `isDeployed`, once
the `Promise` resolves.

_This API is unstable and subject to breaking changes pre-main net_

**Parameters**

- `params`: `DeployParams` - a subset of TxParams. Passed to the underlying
Expand All @@ -214,8 +212,6 @@ _This API is unstable and subject to breaking changes pre-main net_
Calls a transition of the current contract. At the moment, this is a low-level
interface for interacting with simple smart contracts.

_This API is unstable and subject to breaking changes pre-main net_

**Parameters**

- `transition`: `string` - the exact name of the contract transition to be
Expand Down

0 comments on commit 2bc8a2b

Please sign in to comment.