Updated documentation

This commit is contained in:
Richard Ramos 2018-04-27 11:07:22 -04:00
parent c168779225
commit 6440a0d2b4
1 changed files with 4 additions and 0 deletions

View File

@ -89,3 +89,7 @@ function grantAudience(bool _approve, bool _waive, bytes32 _secret, uint256 _tim
``` ```
This function generates an event `AudienceRequested` which depending of the approve/waive indicates that the transfer of tokens was realized successfully. This function generates an event `AudienceRequested` which depending of the approve/waive indicates that the transfer of tokens was realized successfully.
`test/messageTribute-signed.js` has an example on how a conversation might happen using this contract.