Dummy.json 396 B

123456789101112131415161718192021
  1. {
  2. "version": "0.0.1",
  3. "name": "Dummy",
  4. "docs": [
  5. "notice: This is a dummy contract to test stuff like redundant (and unneeded)\nimportmaps"
  6. ],
  7. "instructions": [
  8. {
  9. "name": "new",
  10. "accounts": [
  11. {
  12. "name": "dataAccount",
  13. "isMut": true,
  14. "isSigner": false,
  15. "isOptional": false
  16. }
  17. ],
  18. "args": []
  19. }
  20. ]
  21. }