Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
0xs34n committed Oct 28, 2022
1 parent 8168842 commit 9b38cd8
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions www/docs/API/contract.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,37 +42,37 @@ Saves the address of the contract deployed on network that will be used for inte

_address_ - address of the contract.

</br>
<br></br>

contract.**connect**(providerOrAccount) => void

Attaches to new Provider or Account

</br>
<br></br>

contract.**deployed**() => _Promise < Contract >_

If the Contract object is the result of a ContractFactory deployment, this method will wait for the transaction to be resolved.

</br>
<br></br>

contract.**call**(method, args, options) => _Promise < Result >_

Calls a method on a contract.

</br>
<br></br>

contract.**invoke**(method, args, options) => _Promise < InvokeFunctionResponse >_

Invokes a method on a contract.

</br>
<br></br>

contract.**estimate**(method, args, options) => _Promise < any >_

Estimates a method on a contract.

</br>
<br></br>

contract.**populate**(method, args, options) => _Invocation_

Expand Down

0 comments on commit 9b38cd8

Please sign in to comment.