@xyo-network/protocol 2.57.4 → 2.57.5
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.
- package/dist/docs.json +11306 -2990
- package/docs/assets/highlight.css +22 -0
- package/docs/assets/main.js +58 -0
- package/docs/assets/search.js +1 -0
- package/docs/assets/style.css +1367 -0
- package/docs/classes/Account.html +389 -0
- package/docs/classes/AddressValue.html +377 -0
- package/docs/classes/Base.html +202 -0
- package/docs/classes/BoundWitnessBuilder.html +389 -0
- package/docs/classes/BoundWitnessValidator.html +396 -0
- package/docs/classes/BoundWitnessWrapper.html +637 -0
- package/docs/classes/HDAccount.html +294 -0
- package/docs/classes/HDWallet.html +503 -0
- package/docs/classes/Hasher.html +304 -0
- package/docs/classes/Huri.html +327 -0
- package/docs/classes/KeyPair.html +231 -0
- package/docs/classes/ObjectWrapper.html +199 -0
- package/docs/classes/PayloadBuilder.html +272 -0
- package/docs/classes/PayloadValidator.html +279 -0
- package/docs/classes/PayloadWrapper.html +497 -0
- package/docs/classes/PayloadWrapperBase.html +468 -0
- package/docs/classes/PrivateKey.html +371 -0
- package/docs/classes/PublicKey.html +341 -0
- package/docs/classes/XyoAbstractData.html +250 -0
- package/docs/classes/XyoData.html +306 -0
- package/docs/classes/XyoObjectWrapper.html +190 -0
- package/docs/classes/XyoPayloadBuilder.html +244 -0
- package/docs/classes/XyoPrivateKey.html +338 -0
- package/docs/classes/XyoPublicKey.html +322 -0
- package/docs/classes/XyoValidatorBase.html +227 -0
- package/docs/functions/BoundWitnessJsonSchema.html +189 -0
- package/docs/functions/deepBy.html +144 -0
- package/docs/functions/deepOmitUnderscoreFields.html +140 -0
- package/docs/functions/deepPickUnderscoreFields.html +140 -0
- package/docs/functions/dumpErrors.html +135 -0
- package/docs/functions/isBoundWitness.html +135 -0
- package/docs/functions/isBoundWitnessPayload.html +135 -0
- package/docs/functions/isBrowser.html +130 -0
- package/docs/functions/isPayloadOfSchemaType.html +151 -0
- package/docs/functions/removeEmptyFields.html +140 -0
- package/docs/functions/sortFields.html +140 -0
- package/docs/functions/toUint8Array.html +139 -0
- package/docs/functions/toUint8ArrayOptional.html +139 -0
- package/docs/functions/uuid.html +130 -0
- package/docs/index.html +137 -0
- package/docs/interfaces/BoundWitnessBuilderConfig.html +166 -0
- package/docs/interfaces/FetchedPayload.html +162 -0
- package/docs/interfaces/HuriOptions.html +157 -0
- package/docs/interfaces/Logger.html +182 -0
- package/docs/interfaces/PayloadBuilderOptions.html +150 -0
- package/docs/interfaces/PayloadFindFilterHashOffset.html +150 -0
- package/docs/interfaces/PayloadFindFilterTimeOffset.html +154 -0
- package/docs/interfaces/PayloadSet.html +157 -0
- package/docs/interfaces/Validator.html +168 -0
- package/docs/modules.html +224 -0
- package/docs/types/AllValidator.html +137 -0
- package/docs/types/AllValidatorFactory.html +139 -0
- package/docs/types/AnyObject.html +129 -0
- package/docs/types/BaseParams.html +131 -0
- package/docs/types/BaseParamsFields.html +131 -0
- package/docs/types/BoundWitness.html +131 -0
- package/docs/types/BoundWitnessFields.html +143 -0
- package/docs/types/BoundWitnessSchema.html +127 -0
- package/docs/types/DataLike.html +126 -0
- package/docs/types/EmptyObject.html +131 -0
- package/docs/types/EmptyPayload.html +129 -0
- package/docs/types/HuriFetchFunction.html +139 -0
- package/docs/types/LogFunction.html +139 -0
- package/docs/types/Payload.html +133 -0
- package/docs/types/PayloadFields.html +133 -0
- package/docs/types/PayloadFindFilter.html +126 -0
- package/docs/types/PayloadFindFilterOffset.html +126 -0
- package/docs/types/PayloadLoader.html +139 -0
- package/docs/types/PayloadLoaderFactory.html +134 -0
- package/docs/types/PayloadSchema.html +127 -0
- package/docs/types/PayloadSetPayload.html +126 -0
- package/docs/types/PayloadSetSchema.html +127 -0
- package/docs/types/SchemaFields.html +131 -0
- package/docs/types/StringKeyObject.html +131 -0
- package/docs/types/WithAdditional.html +133 -0
- package/docs/types/WithPayload.html +131 -0
- package/docs/types/WithSchema.html +131 -0
- package/docs/types/WithTimestamp.html +131 -0
- package/docs/types/XyoBoundWitness.html +131 -0
- package/docs/types/XyoBoundWitnessFields.html +126 -0
- package/docs/types/XyoObjectCategory.html +126 -0
- package/docs/types/XyoPayload.html +133 -0
- package/docs/types/XyoPayloadSchema.html +127 -0
- package/docs/variables/BoundWitnessSchema-1.html +127 -0
- package/docs/variables/PayloadSchema-1.html +127 -0
- package/docs/variables/PayloadSetSchema-1.html +127 -0
- package/docs/variables/XyoPayloadSchema-1.html +127 -0
- package/docs/variables/ethMessagePrefix.html +126 -0
- package/package.json +5 -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.