@xyo-network/protocol 2.58.0 → 2.59.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.
- package/dist/docs.json +6780 -4181
- package/docs/assets/search.js +1 -1
- package/docs/classes/Account.html +52 -41
- package/docs/classes/AddressValue.html +2 -0
- package/docs/classes/Base.html +2 -0
- package/docs/classes/BoundWitnessBuilder.html +2 -0
- package/docs/classes/BoundWitnessValidator.html +2 -0
- package/docs/classes/BoundWitnessWrapper.html +2 -0
- package/docs/classes/HDAccount.html +166 -63
- package/docs/classes/HDWallet.html +119 -25
- package/docs/classes/Hasher.html +2 -0
- package/docs/classes/Huri.html +2 -0
- package/docs/classes/KeyPair.html +13 -12
- package/docs/classes/ObjectWrapper.html +2 -0
- package/docs/classes/PayloadBuilder.html +2 -0
- package/docs/classes/PayloadValidator.html +2 -0
- package/docs/classes/PayloadWrapper.html +2 -0
- package/docs/classes/PayloadWrapperBase.html +2 -0
- package/docs/classes/PrivateKey.html +2 -0
- package/docs/classes/PublicKey.html +2 -0
- package/docs/classes/WASMPrivateKey.html +16 -7
- package/docs/classes/WASMPublicKey.html +13 -4
- package/docs/classes/WasmSupport.html +392 -0
- package/docs/classes/XyoAbstractData.html +2 -0
- package/docs/classes/XyoData.html +2 -0
- package/docs/classes/XyoObjectWrapper.html +2 -0
- package/docs/classes/XyoPayloadBuilder.html +2 -0
- package/docs/classes/XyoValidatorBase.html +2 -0
- package/docs/functions/BoundWitnessJsonSchema.html +2 -0
- package/docs/functions/deepBy.html +2 -0
- package/docs/functions/deepOmitUnderscoreFields.html +2 -0
- package/docs/functions/deepPickUnderscoreFields.html +2 -0
- package/docs/functions/dumpErrors.html +2 -0
- package/docs/functions/isBoundWitness.html +2 -0
- package/docs/functions/isBoundWitnessPayload.html +2 -0
- package/docs/functions/isBrowser.html +2 -0
- package/docs/functions/isPayloadOfSchemaType.html +2 -0
- package/docs/functions/normalizeAddress.html +2 -0
- package/docs/functions/removeEmptyFields.html +2 -0
- package/docs/functions/sortFields.html +2 -0
- package/docs/functions/toUint8Array.html +2 -0
- package/docs/functions/toUint8ArrayOptional.html +2 -0
- package/docs/functions/trimAddressPrefix.html +2 -0
- package/docs/functions/uuid.html +2 -0
- package/docs/index.html +2 -0
- package/docs/interfaces/BoundWitnessBuilderConfig.html +2 -0
- package/docs/interfaces/FetchedPayload.html +2 -0
- package/docs/interfaces/HuriOptions.html +2 -0
- package/docs/interfaces/Logger.html +2 -0
- package/docs/interfaces/PayloadBuilderOptions.html +2 -0
- package/docs/interfaces/PayloadFindFilterHashOffset.html +2 -0
- package/docs/interfaces/PayloadFindFilterTimeOffset.html +2 -0
- package/docs/interfaces/PayloadSet.html +2 -0
- package/docs/interfaces/Validator.html +2 -0
- package/docs/modules.html +4 -0
- package/docs/types/AllValidator.html +2 -0
- package/docs/types/AllValidatorFactory.html +2 -0
- package/docs/types/AnyObject.html +2 -0
- package/docs/types/BaseParams.html +2 -0
- package/docs/types/BaseParamsFields.html +2 -0
- package/docs/types/BoundWitness.html +2 -0
- package/docs/types/BoundWitnessFields.html +2 -0
- package/docs/types/BoundWitnessSchema.html +2 -0
- package/docs/types/DataLike.html +2 -0
- package/docs/types/EmptyObject.html +2 -0
- package/docs/types/EmptyPayload.html +2 -0
- package/docs/types/HuriFetchFunction.html +2 -0
- package/docs/types/LogFunction.html +2 -0
- package/docs/types/Payload.html +2 -0
- package/docs/types/PayloadFields.html +2 -0
- package/docs/types/PayloadFindFilter.html +2 -0
- package/docs/types/PayloadFindFilterOffset.html +2 -0
- package/docs/types/PayloadLoader.html +2 -0
- package/docs/types/PayloadLoaderFactory.html +2 -0
- package/docs/types/PayloadSchema.html +2 -0
- package/docs/types/PayloadSetPayload.html +2 -0
- package/docs/types/PayloadSetSchema.html +2 -0
- package/docs/types/SchemaFields.html +2 -0
- package/docs/types/StringKeyObject.html +2 -0
- package/docs/types/WasmFeature.html +131 -0
- package/docs/types/WithAdditional.html +2 -0
- package/docs/types/WithPayload.html +2 -0
- package/docs/types/WithSchema.html +2 -0
- package/docs/types/WithTimestamp.html +2 -0
- package/docs/types/XyoBoundWitness.html +2 -0
- package/docs/types/XyoBoundWitnessFields.html +2 -0
- package/docs/types/XyoObjectCategory.html +2 -0
- package/docs/types/XyoPayload.html +2 -0
- package/docs/types/XyoPayloadSchema.html +2 -0
- package/docs/variables/BoundWitnessSchema-1.html +2 -0
- package/docs/variables/PayloadSchema-1.html +2 -0
- package/docs/variables/PayloadSetSchema-1.html +2 -0
- package/docs/variables/XyoPayloadSchema-1.html +2 -0
- package/docs/variables/addressPrefix.html +2 -0
- package/docs/variables/ethMessagePrefix.html +3 -1
- 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.