@xyo-network/protocol 2.59.0 → 2.60.0-rc.2

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 (99) hide show
  1. package/dist/docs.json +24856 -15816
  2. package/docs/assets/search.js +1 -1
  3. package/docs/classes/Account.html +27 -17
  4. package/docs/classes/AddressValue.html +47 -11
  5. package/docs/classes/Base.html +4 -1
  6. package/docs/classes/BoundWitnessBuilder.html +23 -23
  7. package/docs/classes/BoundWitnessValidator.html +25 -32
  8. package/docs/classes/BoundWitnessWrapper.html +481 -163
  9. package/docs/classes/HDAccount.html +24 -13
  10. package/docs/classes/HDWallet.html +23 -12
  11. package/docs/classes/Hasher.html +249 -75
  12. package/docs/classes/Huri.html +4 -1
  13. package/docs/classes/KeyPair.html +4 -1
  14. package/docs/classes/ObjectWrapper.html +5 -2
  15. package/docs/classes/PayloadBuilder.html +7 -4
  16. package/docs/classes/PayloadHasher.html +502 -0
  17. package/docs/classes/PayloadValidator.html +15 -12
  18. package/docs/classes/PayloadWrapper.html +285 -110
  19. package/docs/classes/PayloadWrapperBase.html +268 -112
  20. package/docs/classes/PrivateKey.html +4 -1
  21. package/docs/classes/PublicKey.html +4 -1
  22. package/docs/classes/WASMPrivateKey.html +4 -1
  23. package/docs/classes/WASMPublicKey.html +4 -1
  24. package/docs/classes/WasmSupport.html +4 -1
  25. package/docs/classes/XyoAbstractData.html +4 -1
  26. package/docs/classes/XyoData.html +4 -1
  27. package/docs/classes/XyoObjectWrapper.html +4 -1
  28. package/docs/classes/XyoPayloadBuilder.html +7 -4
  29. package/docs/classes/XyoValidatorBase.html +8 -5
  30. package/docs/functions/BoundWitnessJsonSchema.html +4 -1
  31. package/docs/functions/deepBy.html +4 -1
  32. package/docs/functions/deepOmitUnderscoreFields.html +4 -1
  33. package/docs/functions/deepPickUnderscoreFields.html +4 -1
  34. package/docs/functions/dumpErrors.html +4 -1
  35. package/docs/functions/isBoundWitness.html +4 -1
  36. package/docs/functions/isBoundWitnessPayload.html +4 -1
  37. package/docs/functions/isBrowser.html +4 -1
  38. package/docs/functions/isPayloadOfSchemaType.html +4 -1
  39. package/docs/functions/normalizeAddress.html +4 -1
  40. package/docs/functions/removeEmptyFields.html +4 -1
  41. package/docs/functions/sortFields.html +4 -1
  42. package/docs/functions/toUint8Array.html +4 -1
  43. package/docs/functions/toUint8ArrayOptional.html +4 -1
  44. package/docs/functions/trimAddressPrefix.html +4 -1
  45. package/docs/functions/uuid.html +4 -1
  46. package/docs/index.html +4 -1
  47. package/docs/interfaces/BoundWitnessBuilderConfig.html +4 -1
  48. package/docs/interfaces/FetchedPayload.html +4 -1
  49. package/docs/interfaces/HuriOptions.html +4 -1
  50. package/docs/interfaces/Logger.html +4 -1
  51. package/docs/interfaces/PayloadBuilderOptions.html +4 -1
  52. package/docs/interfaces/PayloadFindFilterHashOffset.html +4 -1
  53. package/docs/interfaces/PayloadFindFilterTimeOffset.html +4 -1
  54. package/docs/interfaces/PayloadSet.html +4 -1
  55. package/docs/interfaces/PreviousHashStore.html +210 -0
  56. package/docs/interfaces/Validator.html +8 -5
  57. package/docs/modules.html +8 -2
  58. package/docs/types/AllValidator.html +6 -3
  59. package/docs/types/AllValidatorFactory.html +5 -2
  60. package/docs/types/AnyObject.html +4 -1
  61. package/docs/types/BaseParams.html +4 -1
  62. package/docs/types/BaseParamsFields.html +4 -1
  63. package/docs/types/BoundWitness.html +4 -1
  64. package/docs/types/BoundWitnessFields.html +4 -1
  65. package/docs/types/BoundWitnessSchema.html +4 -1
  66. package/docs/types/DataLike.html +4 -1
  67. package/docs/types/EmptyObject.html +4 -1
  68. package/docs/types/EmptyPayload.html +4 -1
  69. package/docs/types/HuriFetchFunction.html +4 -1
  70. package/docs/types/LogFunction.html +4 -1
  71. package/docs/types/Payload.html +4 -1
  72. package/docs/types/PayloadFields.html +4 -1
  73. package/docs/types/PayloadFindFilter.html +4 -1
  74. package/docs/types/PayloadFindFilterOffset.html +4 -1
  75. package/docs/types/PayloadLoader.html +4 -1
  76. package/docs/types/PayloadLoaderFactory.html +4 -1
  77. package/docs/types/PayloadSchema.html +4 -1
  78. package/docs/types/PayloadSetPayload.html +4 -1
  79. package/docs/types/PayloadSetSchema.html +4 -1
  80. package/docs/types/SchemaFields.html +4 -1
  81. package/docs/types/StringKeyObject.html +4 -1
  82. package/docs/types/WasmFeature.html +5 -2
  83. package/docs/types/WithAdditional.html +4 -1
  84. package/docs/types/WithPayload.html +4 -1
  85. package/docs/types/WithSchema.html +4 -1
  86. package/docs/types/WithTimestamp.html +4 -1
  87. package/docs/types/XyoBoundWitness.html +4 -1
  88. package/docs/types/XyoBoundWitnessFields.html +4 -1
  89. package/docs/types/XyoObjectCategory.html +4 -1
  90. package/docs/types/XyoPayload.html +4 -1
  91. package/docs/types/XyoPayloadSchema.html +4 -1
  92. package/docs/variables/BoundWitnessSchema-1.html +4 -1
  93. package/docs/variables/PayloadSchema-1.html +4 -1
  94. package/docs/variables/PayloadSetSchema-1.html +4 -1
  95. package/docs/variables/WasmFeatureDetectors.html +265 -0
  96. package/docs/variables/XyoPayloadSchema-1.html +4 -1
  97. package/docs/variables/addressPrefix.html +4 -1
  98. package/docs/variables/ethMessagePrefix.html +5 -2
  99. package/package.json +6 -5

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.