Guest User

Untitled

a guest
Apr 22nd, 2018
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. // set a given string on ExampleContract
  2. function setRemoteString(string _string)
  3. public
  4. returns (bool)
  5. {
  6. exampleContract.setShortString(toBytes32(_string));
  7. return true;
  8. }
Add Comment
Please, Sign In to add comment