@xandeum/web3.js 1.12.0 → 1.14.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (77) hide show
  1. package/dist/assignCoowner.d.ts +12 -0
  2. package/dist/assignCoowner.js +81 -0
  3. package/dist/getXandeumResult.d.ts +15 -0
  4. package/dist/getXandeumResult.js +95 -0
  5. package/dist/index.d.ts +2 -0
  6. package/dist/index.js +2 -0
  7. package/docs/html/assets/highlight.css +92 -0
  8. package/docs/html/assets/navigation.js +1 -0
  9. package/docs/html/assets/search.js +1 -0
  10. package/docs/html/functions/armageddon.html +6 -0
  11. package/docs/html/functions/bigbang.html +4 -0
  12. package/docs/{functions → html/functions}/copyPath.html +2 -8
  13. package/docs/{functions → html/functions}/createDirectory.html +2 -8
  14. package/docs/{functions → html/functions}/createFile.html +2 -9
  15. package/docs/html/functions/exists.html +8 -0
  16. package/docs/html/functions/getMetadata.html +10 -0
  17. package/docs/html/functions/getXandeumResult.html +9 -0
  18. package/docs/html/functions/listDirectoryEntry.html +9 -0
  19. package/docs/html/functions/move.html +9 -0
  20. package/docs/html/functions/peek.html +10 -0
  21. package/docs/html/functions/poke.html +10 -0
  22. package/docs/html/functions/removeDirectory.html +8 -0
  23. package/docs/html/functions/removeFile.html +8 -0
  24. package/docs/html/functions/renamePath.html +9 -0
  25. package/docs/html/functions/subscribeResult.html +17 -0
  26. package/docs/html/functions/unsubscribeResult.html +6 -0
  27. package/docs/html/hierarchy.html +1 -0
  28. package/docs/html/index.html +62 -0
  29. package/docs/html/modules.html +1 -0
  30. package/docs/markdown/README.md +10 -7
  31. package/docs/markdown/functions/armageddon.md +1 -1
  32. package/docs/markdown/functions/bigbang.md +1 -1
  33. package/docs/markdown/functions/copyPath.md +1 -1
  34. package/docs/markdown/functions/createDirectory.md +1 -1
  35. package/docs/markdown/functions/createFile.md +1 -1
  36. package/docs/markdown/functions/exists.md +1 -1
  37. package/docs/markdown/functions/getMetadata.md +1 -1
  38. package/docs/markdown/functions/getXandeumResult.md +38 -0
  39. package/docs/markdown/functions/listDirectoryEntry.md +1 -1
  40. package/docs/markdown/functions/move.md +55 -0
  41. package/docs/markdown/functions/peek.md +1 -1
  42. package/docs/markdown/functions/poke.md +1 -1
  43. package/docs/markdown/functions/removeDirectory.md +1 -1
  44. package/docs/markdown/functions/removeFile.md +1 -1
  45. package/docs/markdown/functions/renamePath.md +1 -1
  46. package/docs/markdown/functions/subscribeResult.md +1 -1
  47. package/docs/markdown/functions/unsubscribeResult.md +2 -2
  48. package/docs/markdown/globals.md +4 -2
  49. package/package.json +2 -2
  50. package/src/assignCoowner.ts +42 -0
  51. package/src/getXandeumResult.ts +48 -0
  52. package/src/index.ts +2 -1
  53. package/typedoc.json +1 -2
  54. package/docs/assets/highlight.css +0 -22
  55. package/docs/assets/navigation.js +0 -1
  56. package/docs/assets/search.js +0 -1
  57. package/docs/functions/armageddon.html +0 -6
  58. package/docs/functions/bigbang.html +0 -4
  59. package/docs/functions/exists.html +0 -8
  60. package/docs/functions/getMetadata.html +0 -10
  61. package/docs/functions/listDirectoryEntry.html +0 -9
  62. package/docs/functions/peek.html +0 -18
  63. package/docs/functions/poke.html +0 -18
  64. package/docs/functions/removeDirectory.html +0 -14
  65. package/docs/functions/removeFile.html +0 -14
  66. package/docs/functions/renamePath.html +0 -15
  67. package/docs/functions/subscribeResult.html +0 -17
  68. package/docs/functions/unsubscribeResult.html +0 -6
  69. package/docs/hierarchy.html +0 -1
  70. package/docs/index.html +0 -2
  71. package/docs/modules.html +0 -1
  72. /package/docs/{.nojekyll → html/.nojekyll} +0 -0
  73. /package/docs/{assets → html/assets}/hierarchy.js +0 -0
  74. /package/docs/{assets → html/assets}/icons.js +0 -0
  75. /package/docs/{assets → html/assets}/icons.svg +0 -0
  76. /package/docs/{assets → html/assets}/main.js +0 -0
  77. /package/docs/{assets → html/assets}/style.css +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes