Skip to content

Commit

Permalink
Update docs/source/integrations/burrow.rst
Browse files Browse the repository at this point in the history
Signed-off-by: Sara <[email protected]>

Co-authored-by: Andrei Lebedev <[email protected]>
  • Loading branch information
2 people authored and ekovalev committed Jun 10, 2020
1 parent 62f6e69 commit 5a609da
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/source/integrations/burrow.rst
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Schematically the interaction between different parts of the system looks as fol
.. image:: ../../image_assets/burrow/natives.png

Current release of the Iroha EVM wrapper contains a single service contract deployed at the address `A6ABC17819738299B3B2C1CE46D55C74F04E290C` (the last 20 bytes of the *keccak256* hash of the string *ServiceContract*) which exposes 2 methods to query Iroha assets balances and transfer assets between accounts.
The signature of these four method looks like this:
The signatures of these two methods look like this:

**function** getAssetBalance(string memory *accountID*, string memory *assetID*) public view
returns (string memory *result*) {}
Expand All @@ -88,4 +88,3 @@ Here a special kind of EVM message calls is used - the **delegatecall**, which a




0 comments on commit 5a609da

Please sign in to comment.