Guest User

Untitled

a guest
Jul 23rd, 2018
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. function conversations(address user) public view returns (Conversation[]){
  2. Conversation[] userConversations;
  3. userConversations.push(conversations[0]);
  4. return userConversations;
  5. }
Add Comment
Please, Sign In to add comment