counter_mpl_stack.json 772 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. {
  2. "version": "0.1.0",
  3. "name": "counter_mpl_stack",
  4. "instructions": [
  5. {
  6. "name": "Increment",
  7. "accounts": [
  8. {
  9. "name": "counter",
  10. "isMut": true,
  11. "isSigner": false,
  12. "desc": "Counter account to increment"
  13. }
  14. ],
  15. "args": [],
  16. "discriminant": {
  17. "type": "u8",
  18. "value": 0
  19. }
  20. }
  21. ],
  22. "accounts": [
  23. {
  24. "name": "Counter",
  25. "type": {
  26. "kind": "struct",
  27. "fields": [
  28. {
  29. "name": "count",
  30. "type": "u64"
  31. }
  32. ]
  33. }
  34. }
  35. ],
  36. "metadata": {
  37. "origin": "shank",
  38. "address": "Fg6PaFpoGXkYsidMpWTK6W2BeZ7FEfcYkg476zPFsLnS",
  39. "binaryVersion": "0.0.8",
  40. "libVersion": "0.0.8"
  41. }
  42. }