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

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.