Advertisement
Guest User

Untitled

a guest
Apr 21st, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.64 KB | None | 0 0
  1. {
  2. "logo": "<>", // ipfs hash of png, 1600x1600 max
  3. "description": {
  4. "long": "long text here",
  5. "short": "short text here"
  6. },
  7.  
  8. "methods": {
  9. "<methodname>": {
  10. "params": {
  11. "param1": {
  12. "label": "Enter param1 here",
  13. "type": "String",
  14. "allowedCharacters": "asdasd"
  15. },
  16. "param2": {
  17. "type": "Integer",
  18. "min": 10,
  19. "max": 255
  20. }
  21. }
  22. }
  23. },
  24.  
  25. "suggestions": {
  26. "gas": 12300,
  27. "amount": 123123123
  28. },
  29.  
  30. "min_amount": 0,
  31. "meta": {
  32. "author": "tulip",
  33. "website": "https://tulip.com"
  34. }
  35. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement