From 1e206b95728da4b8a6a72375d39ae33be345d6ec Mon Sep 17 00:00:00 2001 From: Anton Wiedermann Date: Tue, 4 Jun 2019 16:17:20 +0200 Subject: [PATCH] build 0.2.0 version number bumped, adding new features javadoc fixes and updates --- CHANGELOG.md | 10 +- README.md | 2 +- build.gradle | 2 +- docs/javadoc/allclasses-frame.html | 28 +- docs/javadoc/allclasses-noframe.html | 28 +- docs/javadoc/constant-values.html | 8 +- docs/javadoc/deprecated-list.html | 8 +- docs/javadoc/help-doc.html | 8 +- docs/javadoc/index-all.html | 615 +++++++++- docs/javadoc/index.html | 4 +- .../io/proximax/core/crypto/BlockCipher.html | 8 +- .../io/proximax/core/crypto/Cipher.html | 8 +- .../io/proximax/core/crypto/CryptoEngine.html | 8 +- .../proximax/core/crypto/CryptoEngines.html | 8 +- .../proximax/core/crypto/CryptoException.html | 8 +- .../io/proximax/core/crypto/Curve.html | 8 +- .../io/proximax/core/crypto/DsaSigner.html | 8 +- .../io/proximax/core/crypto/Hashes.html | 8 +- .../io/proximax/core/crypto/KeyAnalyzer.html | 8 +- .../io/proximax/core/crypto/KeyGenerator.html | 8 +- .../io/proximax/core/crypto/KeyPair.html | 8 +- .../io/proximax/core/crypto/PrivateKey.html | 8 +- .../io/proximax/core/crypto/PublicKey.html | 34 +- .../io/proximax/core/crypto/Signature.html | 8 +- .../io/proximax/core/crypto/Signer.html | 8 +- .../crypto/ed25519/Ed25519BlockCipher.html | 8 +- .../crypto/ed25519/Ed25519CryptoEngine.html | 8 +- .../core/crypto/ed25519/Ed25519Curve.html | 8 +- .../core/crypto/ed25519/Ed25519DsaSigner.html | 8 +- .../crypto/ed25519/Ed25519KeyAnalyzer.html | 8 +- .../crypto/ed25519/Ed25519KeyGenerator.html | 8 +- .../core/crypto/ed25519/Ed25519Utils.html | 8 +- .../ed25519/arithmetic/CoordinateSystem.html | 8 +- .../Ed25519EncodedFieldElement.html | 8 +- .../Ed25519EncodedGroupElement.html | 8 +- .../ed25519/arithmetic/Ed25519Field.html | 8 +- .../arithmetic/Ed25519FieldElement.html | 8 +- .../ed25519/arithmetic/Ed25519Group.html | 8 +- .../arithmetic/Ed25519GroupElement.html | 8 +- .../ed25519/arithmetic/package-frame.html | 6 +- .../ed25519/arithmetic/package-summary.html | 8 +- .../ed25519/arithmetic/package-tree.html | 8 +- .../core/crypto/ed25519/package-frame.html | 6 +- .../core/crypto/ed25519/package-summary.html | 8 +- .../core/crypto/ed25519/package-tree.html | 8 +- .../proximax/core/crypto/package-frame.html | 6 +- .../proximax/core/crypto/package-summary.html | 8 +- .../io/proximax/core/crypto/package-tree.html | 8 +- .../io/proximax/core/math/ColumnVector.html | 8 +- .../io/proximax/core/math/DenseMatrix.html | 8 +- .../math/Matrix.ElementVisitorFunction.html | 8 +- ...Matrix.ReadOnlyElementVisitorFunction.html | 8 +- .../javadoc/io/proximax/core/math/Matrix.html | 8 +- .../io/proximax/core/math/MatrixElement.html | 8 +- .../math/MatrixNonZeroElementRowIterator.html | 8 +- .../io/proximax/core/math/SparseBitmap.html | 8 +- .../io/proximax/core/math/SparseMatrix.html | 8 +- .../io/proximax/core/math/package-frame.html | 6 +- .../proximax/core/math/package-summary.html | 8 +- .../io/proximax/core/math/package-tree.html | 8 +- .../core/utils/AbstractTwoLevelMap.html | 8 +- .../io/proximax/core/utils/ArrayUtils.html | 8 +- .../io/proximax/core/utils/Base32Encoder.html | 8 +- .../io/proximax/core/utils/ByteUtils.html | 8 +- .../io/proximax/core/utils/CircularStack.html | 8 +- .../utils/ExceptionUtils.CheckedRunnable.html | 8 +- .../proximax/core/utils/ExceptionUtils.html | 8 +- .../io/proximax/core/utils/FormatUtils.html | 8 +- .../io/proximax/core/utils/HexEncoder.html | 8 +- .../io/proximax/core/utils/HttpStatus.html | 8 +- .../io/proximax/core/utils/LockFile.html | 8 +- .../io/proximax/core/utils/MustBe.html | 8 +- .../io/proximax/core/utils/SetOnce.html | 8 +- .../io/proximax/core/utils/StringEncoder.html | 8 +- .../io/proximax/core/utils/StringUtils.html | 8 +- .../io/proximax/core/utils/package-frame.html | 6 +- .../proximax/core/utils/package-summary.html | 8 +- .../io/proximax/core/utils/package-tree.html | 8 +- .../io/proximax/sdk/AccountRepository.html | 74 +- .../io/proximax/sdk/BlockchainApi.html | 46 +- .../io/proximax/sdk/BlockchainRepository.html | 12 +- .../io/proximax/sdk/ContractRepository.html | 303 +++++ .../io/proximax/sdk/ListenerRepository.html | 12 +- .../io/proximax/sdk/MetadataRepository.html | 8 +- .../io/proximax/sdk/MosaicRepository.html | 31 +- .../io/proximax/sdk/NamespaceRepository.html | 8 +- .../io/proximax/sdk/NetworkRepository.html | 8 +- .../proximax/sdk/TransactionRepository.html | 8 +- .../AccountPropertiesTransactionBuffer.html | 1044 +++++++++++++++++ .../buffers/AggregateTransactionBuffer.html | 12 +- .../gen/buffers/AliasTransactionBuffer.html | 8 +- .../CosignatoryModificationBuffer.html | 8 +- .../buffers/LockFundsTransactionBuffer.html | 8 +- .../sdk/gen/buffers/MessageBuffer.html | 8 +- .../buffers/MetadataModificationBuffer.html | 8 +- .../ModifyContractTransactionBuffer.html | 132 +-- .../ModifyMetadataTransactionBuffer.html | 8 +- ...odifyMultisigAccountTransactionBuffer.html | 8 +- ...osaicAliasDefinitionTransactionBuffer.html | 8 +- .../sdk/gen/buffers/MosaicBuffer.html | 8 +- .../MosaicDefinitionTransactionBuffer.html | 8 +- .../MosaicSupplyChangeTransactionBuffer.html | 12 +- .../buffers/PropertyModificationBuffer.html | 519 ++++++++ .../RegisterNamespaceTransactionBuffer.html | 12 +- .../buffers/SecretLockTransactionBuffer.html | 8 +- .../buffers/SecretProofTransactionBuffer.html | 8 +- .../buffers/TransferTransactionBuffer.html | 8 +- .../sdk/gen/buffers/package-frame.html | 8 +- .../sdk/gen/buffers/package-summary.html | 40 +- .../sdk/gen/buffers/package-tree.html | 10 +- .../io/proximax/sdk/gen/model/AccountDTO.html | 10 +- .../sdk/gen/model/AccountInfoDTO.html | 10 +- .../sdk/gen/model/AccountMetaDTO.html | 10 +- .../sdk/gen/model/AccountPropertiesDTO.html | 10 +- .../gen/model/AccountPropertiesInfoDTO.html | 10 +- .../gen/model/AccountPropertiesMetaDTO.html | 10 +- .../sdk/gen/model/AccountPropertyDTO.html | 10 +- .../sdk/gen/model/AddressMetadataDTO.html | 10 +- .../sdk/gen/model/AddressMetadataInfoDTO.html | 10 +- .../io/proximax/sdk/gen/model/Addresses.html | 10 +- .../io/proximax/sdk/gen/model/AliasDTO.html | 10 +- .../gen/model/AnnounceTransactionInfoDTO.html | 10 +- .../io/proximax/sdk/gen/model/BlockDTO.html | 10 +- .../proximax/sdk/gen/model/BlockInfoDTO.html | 10 +- .../proximax/sdk/gen/model/BlockMetaDTO.html | 10 +- .../sdk/gen/model/BlockchainScoreDTO.html | 10 +- .../gen/model/BlockchainStorageInfoDTO.html | 10 +- .../gen/model/CommunicationTimestamps.html | 10 +- .../proximax/sdk/gen/model/ContractDTO.html | 129 +- .../sdk/gen/model/ContractHashRecordDTO.html | 402 +++++++ .../sdk/gen/model/ContractInfoDTO.html | 14 +- .../io/proximax/sdk/gen/model/FieldDTO.html | 10 +- .../io/proximax/sdk/gen/model/HeightDTO.html | 10 +- .../sdk/gen/model/MerklePathItem.html | 10 +- .../sdk/gen/model/MerkleProofInfoDTO.html | 10 +- .../sdk/gen/model/MerkleProofInfoPayload.html | 10 +- .../proximax/sdk/gen/model/MetadataDTO.html | 10 +- .../proximax/sdk/gen/model/MetadataIds.html | 10 +- .../io/proximax/sdk/gen/model/MosaicDTO.html | 10 +- .../sdk/gen/model/MosaicDefinitionDTO.html | 10 +- .../io/proximax/sdk/gen/model/MosaicIds.html | 10 +- .../proximax/sdk/gen/model/MosaicInfoDTO.html | 10 +- .../proximax/sdk/gen/model/MosaicMetaDTO.html | 10 +- .../sdk/gen/model/MosaicMetadataDTO.html | 10 +- .../sdk/gen/model/MosaicMetadataInfoDTO.html | 10 +- .../sdk/gen/model/MosaicNamesDTO.html | 10 +- .../sdk/gen/model/MosaicPropertiesDTO.html | 10 +- .../model/MultisigAccountGraphInfoDTO.html | 10 +- .../sdk/gen/model/MultisigAccountInfoDTO.html | 10 +- .../proximax/sdk/gen/model/MultisigDTO.html | 10 +- .../proximax/sdk/gen/model/NamespaceDTO.html | 10 +- .../proximax/sdk/gen/model/NamespaceIds.html | 10 +- .../sdk/gen/model/NamespaceInfoDTO.html | 10 +- .../sdk/gen/model/NamespaceMetaDTO.html | 10 +- .../sdk/gen/model/NamespaceMetadataDTO.html | 10 +- .../gen/model/NamespaceMetadataInfoDTO.html | 10 +- .../sdk/gen/model/NamespaceNameDTO.html | 10 +- .../sdk/gen/model/NetworkTypeDTO.html | 10 +- .../proximax/sdk/gen/model/NodeInfoDTO.html | 10 +- .../proximax/sdk/gen/model/NodeTimeDTO.html | 10 +- .../io/proximax/sdk/gen/model/PublicKeys.html | 10 +- .../sdk/gen/model/TransactionHashes.html | 10 +- .../sdk/gen/model/TransactionIds.html | 10 +- .../sdk/gen/model/TransactionPayload.html | 10 +- .../sdk/gen/model/TransactionStatusDTO.html | 10 +- .../io/proximax/sdk/gen/model/UInt64DTO.html | 10 +- .../proximax/sdk/gen/model/package-frame.html | 7 +- .../sdk/gen/model/package-summary.html | 84 +- .../proximax/sdk/gen/model/package-tree.html | 9 +- .../sdk/infrastructure/AccountHttp.html | 80 +- .../sdk/infrastructure/BlockchainHttp.html | 12 +- .../sdk/infrastructure/ContractHttp.html | 386 ++++++ .../io/proximax/sdk/infrastructure/Http.html | 14 +- .../sdk/infrastructure/HttpClient.html | 18 +- .../sdk/infrastructure/HttpResponse.html | 8 +- .../proximax/sdk/infrastructure/Listener.html | 8 +- .../sdk/infrastructure/MetadataHttp.html | 8 +- .../sdk/infrastructure/MosaicHttp.html | 41 +- .../sdk/infrastructure/NamespaceHttp.html | 12 +- .../sdk/infrastructure/NetworkHttp.html | 12 +- .../sdk/infrastructure/OkHttpHttpClient.html | 18 +- .../sdk/infrastructure/QueryParams.html | 12 +- ...MetaDTO.html => Router.GetByArgument.html} | 145 +-- .../proximax/sdk/infrastructure/Router.html | 291 +++++ .../sdk/infrastructure/TransactionHttp.html | 12 +- .../infrastructure/TransactionMapping.html | 8 +- .../listener/BlockChannelMessage.html | 15 +- .../listener/CosignatureChannelMessage.html | 15 +- .../listener/ListenerChannel.html | 8 +- .../listener/ListenerMessage.html | 8 +- .../listener/ListenerMessageMapping.html | 8 +- .../listener/ListenerSubscribtionMessage.html | 8 +- .../listener/SimpleChannelMessage.html | 16 +- .../listener/StatusChannelMessage.html | 15 +- .../listener/TransactionChannelMessage.html | 17 +- .../listener/package-frame.html | 6 +- .../listener/package-summary.html | 8 +- .../infrastructure/listener/package-tree.html | 8 +- .../sdk/infrastructure/package-frame.html | 10 +- .../sdk/infrastructure/package-summary.html | 40 +- .../sdk/infrastructure/package-tree.html | 12 +- .../proximax/sdk/model/account/Account.html | 8 +- .../sdk/model/account/AccountInfo.html | 8 +- .../proximax/sdk/model/account/Address.html | 8 +- .../account/MultisigAccountGraphInfo.html | 8 +- .../model/account/MultisigAccountInfo.html | 8 +- .../sdk/model/account/PublicAccount.html | 8 +- .../sdk/model/account/package-frame.html | 6 +- .../sdk/model/account/package-summary.html | 12 +- .../sdk/model/account/package-tree.html | 12 +- .../account/props/AccountProperties.html | 314 +++++ .../model/account/props/AccountProperty.html | 301 +++++ .../props/AccountPropertyModification.html | 355 ++++++ .../AccountPropertyModificationType.html | 403 +++++++ .../account/props/AccountPropertyType.html | 488 ++++++++ .../model/account/props/package-frame.html | 27 + .../model/account/props/package-summary.html | 179 +++ .../sdk/model/account/props/package-tree.html | 150 +++ .../proximax/sdk/model/alias/AliasAction.html | 8 +- .../sdk/model/alias/package-frame.html | 6 +- .../sdk/model/alias/package-summary.html | 12 +- .../sdk/model/alias/package-tree.html | 12 +- .../sdk/model/blockchain/BlockInfo.html | 8 +- .../blockchain/BlockchainStorageInfo.html | 8 +- .../sdk/model/blockchain/NetworkType.html | 8 +- .../sdk/model/blockchain/package-frame.html | 6 +- .../sdk/model/blockchain/package-summary.html | 12 +- .../sdk/model/blockchain/package-tree.html | 12 +- .../proximax/sdk/model/contract/Contract.html | 497 ++++++++ .../contract/ContractContentHashRecord.html | 357 ++++++ .../sdk/model/contract/package-frame.html | 21 + .../sdk/model/contract/package-summary.html | 148 +++ .../sdk/model/contract/package-tree.html | 136 +++ .../sdk/model/metadata/AddressMetadata.html | 8 +- .../io/proximax/sdk/model/metadata/Field.html | 8 +- .../proximax/sdk/model/metadata/Metadata.html | 8 +- .../sdk/model/metadata/MetadataId.html | 8 +- .../sdk/model/metadata/MetadataMapper.html | 8 +- .../model/metadata/MetadataModification.html | 8 +- .../metadata/MetadataModificationType.html | 8 +- .../sdk/model/metadata/MetadataType.html | 8 +- .../sdk/model/metadata/MosaicMetadata.html | 8 +- .../sdk/model/metadata/NamespaceMetadata.html | 8 +- .../sdk/model/metadata/package-frame.html | 6 +- .../sdk/model/metadata/package-summary.html | 12 +- .../sdk/model/metadata/package-tree.html | 12 +- .../mosaic/IllegalIdentifierException.html | 8 +- .../io/proximax/sdk/model/mosaic/Mosaic.html | 8 +- .../proximax/sdk/model/mosaic/MosaicId.html | 8 +- .../proximax/sdk/model/mosaic/MosaicInfo.html | 61 +- .../sdk/model/mosaic/MosaicNames.html | 8 +- .../sdk/model/mosaic/MosaicNonce.html | 8 +- .../mosaic/MosaicProperties.Builder.html | 8 +- .../sdk/model/mosaic/MosaicProperties.html | 8 +- .../sdk/model/mosaic/MosaicSupplyType.html | 8 +- .../model/mosaic/NetworkCurrencyMosaic.html | 8 +- .../model/mosaic/NetworkHarvestMosaic.html | 8 +- .../sdk/model/mosaic/package-frame.html | 6 +- .../sdk/model/mosaic/package-summary.html | 8 +- .../sdk/model/mosaic/package-tree.html | 8 +- .../sdk/model/namespace/NamespaceId.html | 8 +- .../sdk/model/namespace/NamespaceInfo.html | 8 +- .../sdk/model/namespace/NamespaceName.html | 8 +- .../sdk/model/namespace/NamespaceType.html | 8 +- .../sdk/model/namespace/package-frame.html | 6 +- .../sdk/model/namespace/package-summary.html | 8 +- .../sdk/model/namespace/package-tree.html | 8 +- .../AccountPropertyTransaction.html | 236 ++++ .../transaction/AggregateTransaction.html | 12 +- .../AggregateTransactionCosignature.html | 8 +- .../model/transaction/AliasTransaction.html | 8 +- .../CosignatureSignedTransaction.html | 8 +- .../transaction/CosignatureTransaction.html | 8 +- .../sdk/model/transaction/Deadline.html | 8 +- .../sdk/model/transaction/DeadlineBP.html | 8 +- .../sdk/model/transaction/HashType.html | 8 +- .../sdk/model/transaction/IdGenerator.html | 8 +- .../transaction/LockFundsTransaction.html | 8 +- .../sdk/model/transaction/Message.html | 8 +- .../sdk/model/transaction/MessageFactory.html | 8 +- .../MessagePayloadDecodeFailureException.html | 8 +- .../sdk/model/transaction/MessageType.html | 12 +- ...opertyTransaction.AddressModification.html | 362 ++++++ ...rtyTransaction.EntityTypeModification.html | 362 ++++++ ...ropertyTransaction.MosaicModification.html | 362 ++++++ .../ModifyAccountPropertyTransaction.html | 432 +++++++ ...odifyAccountPropertyTransactionSchema.html | 236 ++++ .../ModifyContractTransaction.html | 455 +++++++ .../ModifyMetadataTransaction.html | 12 +- .../ModifyMetadataTransactionSchema.html | 8 +- .../ModifyMultisigAccountTransaction.html | 8 +- .../MosaicDefinitionTransaction.html | 8 +- .../MosaicSupplyChangeTransaction.html | 8 +- .../MultisigCosignatoryModification.html | 62 +- .../MultisigCosignatoryModificationType.html | 8 +- .../sdk/model/transaction/PlainMessage.html | 8 +- .../RegisterNamespaceTransaction.html | 8 +- .../transaction/SecretLockTransaction.html | 8 +- .../transaction/SecretProofTransaction.html | 8 +- .../sdk/model/transaction/SecureMessage.html | 8 +- .../model/transaction/SignedTransaction.html | 8 +- .../sdk/model/transaction/Transaction.html | 10 +- .../TransactionAnnounceResponse.html | 8 +- .../transaction/TransactionDeadline.html | 8 +- .../model/transaction/TransactionInfo.html | 8 +- .../model/transaction/TransactionStatus.html | 8 +- .../transaction/TransactionStatusError.html | 8 +- .../model/transaction/TransactionType.html | 43 +- .../model/transaction/TransactionVersion.html | 39 +- .../transaction/TransferTransaction.html | 8 +- .../sdk/model/transaction/UInt64Id.html | 8 +- .../sdk/model/transaction/package-frame.html | 13 +- .../model/transaction/package-summary.html | 104 +- .../sdk/model/transaction/package-tree.html | 22 +- .../io/proximax/sdk/package-frame.html | 7 +- .../io/proximax/sdk/package-summary.html | 24 +- .../javadoc/io/proximax/sdk/package-tree.html | 9 +- .../io/proximax/sdk/utils/GsonUtils.html | 46 +- .../sdk/utils/dto/AccountDTOUtils.html | 8 +- .../utils/dto/BlockchainScoreDTOUtils.html | 8 +- .../proximax/sdk/utils/dto/UInt64Utils.html | 8 +- .../proximax/sdk/utils/dto/package-frame.html | 6 +- .../sdk/utils/dto/package-summary.html | 8 +- .../proximax/sdk/utils/dto/package-tree.html | 8 +- .../io/proximax/sdk/utils/package-frame.html | 6 +- .../proximax/sdk/utils/package-summary.html | 8 +- .../io/proximax/sdk/utils/package-tree.html | 8 +- docs/javadoc/overview-frame.html | 8 +- docs/javadoc/overview-summary.html | 20 +- docs/javadoc/overview-tree.html | 35 +- docs/javadoc/package-list | 2 + docs/javadoc/serialized-form.html | 8 +- .../buffers/PropertyModificationBuffer.java | 12 +- .../io/proximax/sdk/MosaicRepository.java | 2 +- .../props/AccountPropertyModification.java | 6 +- 335 files changed, 11498 insertions(+), 1766 deletions(-) create mode 100644 docs/javadoc/io/proximax/sdk/ContractRepository.html create mode 100644 docs/javadoc/io/proximax/sdk/gen/buffers/AccountPropertiesTransactionBuffer.html create mode 100644 docs/javadoc/io/proximax/sdk/gen/buffers/PropertyModificationBuffer.html create mode 100644 docs/javadoc/io/proximax/sdk/gen/model/ContractHashRecordDTO.html create mode 100644 docs/javadoc/io/proximax/sdk/infrastructure/ContractHttp.html rename docs/javadoc/io/proximax/sdk/infrastructure/{NamespaceMosaicMetaDTO.html => Router.GetByArgument.html} (56%) create mode 100644 docs/javadoc/io/proximax/sdk/infrastructure/Router.html create mode 100644 docs/javadoc/io/proximax/sdk/model/account/props/AccountProperties.html create mode 100644 docs/javadoc/io/proximax/sdk/model/account/props/AccountProperty.html create mode 100644 docs/javadoc/io/proximax/sdk/model/account/props/AccountPropertyModification.html create mode 100644 docs/javadoc/io/proximax/sdk/model/account/props/AccountPropertyModificationType.html create mode 100644 docs/javadoc/io/proximax/sdk/model/account/props/AccountPropertyType.html create mode 100644 docs/javadoc/io/proximax/sdk/model/account/props/package-frame.html create mode 100644 docs/javadoc/io/proximax/sdk/model/account/props/package-summary.html create mode 100644 docs/javadoc/io/proximax/sdk/model/account/props/package-tree.html create mode 100644 docs/javadoc/io/proximax/sdk/model/contract/Contract.html create mode 100644 docs/javadoc/io/proximax/sdk/model/contract/ContractContentHashRecord.html create mode 100644 docs/javadoc/io/proximax/sdk/model/contract/package-frame.html create mode 100644 docs/javadoc/io/proximax/sdk/model/contract/package-summary.html create mode 100644 docs/javadoc/io/proximax/sdk/model/contract/package-tree.html create mode 100644 docs/javadoc/io/proximax/sdk/model/transaction/AccountPropertyTransaction.html create mode 100644 docs/javadoc/io/proximax/sdk/model/transaction/ModifyAccountPropertyTransaction.AddressModification.html create mode 100644 docs/javadoc/io/proximax/sdk/model/transaction/ModifyAccountPropertyTransaction.EntityTypeModification.html create mode 100644 docs/javadoc/io/proximax/sdk/model/transaction/ModifyAccountPropertyTransaction.MosaicModification.html create mode 100644 docs/javadoc/io/proximax/sdk/model/transaction/ModifyAccountPropertyTransaction.html create mode 100644 docs/javadoc/io/proximax/sdk/model/transaction/ModifyAccountPropertyTransactionSchema.html create mode 100644 docs/javadoc/io/proximax/sdk/model/transaction/ModifyContractTransaction.html diff --git a/CHANGELOG.md b/CHANGELOG.md index 683acdbd..77fda9f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # CHANGELOG -## 0.1.0 Initial public release +## 0.2.0 Initial public release + +See [milestone](https://github.com/proximax-storage/java-xpx-catapult-sdk/milestone/2?closed=1) for fixed issues +* added support for account properties +* added support for contracts +* published javadoc to https://proximax-storage.github.io/java-xpx-catapult-sdk/javadoc/ +* bugfixes + +## 0.1.0 Initial internal release Initial public release introducing basic set of features \ No newline at end of file diff --git a/README.md b/README.md index 45bafbc5..2ae3c6bf 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The ProximaX Sirius Catapult Chain Java SDK is a Java library for interacting wi ## Use the library ## -Current version of the library is 0.1.0 +Current version of the library is 0.2.0 This library requires use of Java8. Library is published to [Maven Central](https://search.maven.org/). To include library and its dependencies, add following to your build script: diff --git a/build.gradle b/build.gradle index 682bcb43..e44234b4 100644 --- a/build.gradle +++ b/build.gradle @@ -33,7 +33,7 @@ plugins { // repository group group 'io.proximax' // current version -version '0.1.0' +version '0.2.0' // define contents of the build apply from: "$rootDir/gradle/content.gradle" diff --git a/docs/javadoc/allclasses-frame.html b/docs/javadoc/allclasses-frame.html index e9e3a999..63de58bb 100644 --- a/docs/javadoc/allclasses-frame.html +++ b/docs/javadoc/allclasses-frame.html @@ -2,9 +2,9 @@ - -All Classes (java-xpx-catapult-sdk 0.1.0 API) - + +All Classes (java-xpx-catapult-sdk 0.2.0 API) + @@ -20,10 +20,17 @@

All Classes

  • AccountInfo
  • AccountInfoDTO
  • AccountMetaDTO
  • +
  • AccountProperties
  • AccountPropertiesDTO
  • AccountPropertiesInfoDTO
  • AccountPropertiesMetaDTO
  • +
  • AccountPropertiesTransactionBuffer
  • +
  • AccountProperty
  • AccountPropertyDTO
  • +
  • AccountPropertyModification
  • +
  • AccountPropertyModificationType
  • +
  • AccountPropertyTransaction
  • +
  • AccountPropertyType
  • AccountRepository
  • Address
  • Addresses
  • @@ -58,8 +65,13 @@

    All Classes

  • CircularStack
  • ColumnVector
  • CommunicationTimestamps
  • +
  • Contract
  • +
  • ContractContentHashRecord
  • ContractDTO
  • +
  • ContractHashRecordDTO
  • +
  • ContractHttp
  • ContractInfoDTO
  • +
  • ContractRepository
  • CoordinateSystem
  • CosignatoryModificationBuffer
  • CosignatureChannelMessage
  • @@ -138,6 +150,12 @@

    All Classes

  • MetadataModificationType
  • MetadataRepository
  • MetadataType
  • +
  • ModifyAccountPropertyTransaction
  • +
  • ModifyAccountPropertyTransaction.AddressModification
  • +
  • ModifyAccountPropertyTransaction.EntityTypeModification
  • +
  • ModifyAccountPropertyTransaction.MosaicModification
  • +
  • ModifyAccountPropertyTransactionSchema
  • +
  • ModifyContractTransaction
  • ModifyContractTransactionBuffer
  • ModifyMetadataTransaction
  • ModifyMetadataTransactionBuffer
  • @@ -188,7 +206,6 @@

    All Classes

  • NamespaceMetadataDTO
  • NamespaceMetadataInfoDTO
  • NamespaceMetaDTO
  • -
  • NamespaceMosaicMetaDTO
  • NamespaceName
  • NamespaceNameDTO
  • NamespaceRepository
  • @@ -204,12 +221,15 @@

    All Classes

  • OkHttpHttpClient
  • PlainMessage
  • PrivateKey
  • +
  • PropertyModificationBuffer
  • PublicAccount
  • PublicKey
  • PublicKeys
  • QueryParams
  • RegisterNamespaceTransaction
  • RegisterNamespaceTransactionBuffer
  • +
  • Router
  • +
  • Router.GetByArgument
  • SecretLockTransaction
  • SecretLockTransactionBuffer
  • SecretProofTransaction
  • diff --git a/docs/javadoc/allclasses-noframe.html b/docs/javadoc/allclasses-noframe.html index dc254e24..05ccf48d 100644 --- a/docs/javadoc/allclasses-noframe.html +++ b/docs/javadoc/allclasses-noframe.html @@ -2,9 +2,9 @@ - -All Classes (java-xpx-catapult-sdk 0.1.0 API) - + +All Classes (java-xpx-catapult-sdk 0.2.0 API) + @@ -20,10 +20,17 @@

    All Classes

  • AccountInfo
  • AccountInfoDTO
  • AccountMetaDTO
  • +
  • AccountProperties
  • AccountPropertiesDTO
  • AccountPropertiesInfoDTO
  • AccountPropertiesMetaDTO
  • +
  • AccountPropertiesTransactionBuffer
  • +
  • AccountProperty
  • AccountPropertyDTO
  • +
  • AccountPropertyModification
  • +
  • AccountPropertyModificationType
  • +
  • AccountPropertyTransaction
  • +
  • AccountPropertyType
  • AccountRepository
  • Address
  • Addresses
  • @@ -58,8 +65,13 @@

    All Classes

  • CircularStack
  • ColumnVector
  • CommunicationTimestamps
  • +
  • Contract
  • +
  • ContractContentHashRecord
  • ContractDTO
  • +
  • ContractHashRecordDTO
  • +
  • ContractHttp
  • ContractInfoDTO
  • +
  • ContractRepository
  • CoordinateSystem
  • CosignatoryModificationBuffer
  • CosignatureChannelMessage
  • @@ -138,6 +150,12 @@

    All Classes

  • MetadataModificationType
  • MetadataRepository
  • MetadataType
  • +
  • ModifyAccountPropertyTransaction
  • +
  • ModifyAccountPropertyTransaction.AddressModification
  • +
  • ModifyAccountPropertyTransaction.EntityTypeModification
  • +
  • ModifyAccountPropertyTransaction.MosaicModification
  • +
  • ModifyAccountPropertyTransactionSchema
  • +
  • ModifyContractTransaction
  • ModifyContractTransactionBuffer
  • ModifyMetadataTransaction
  • ModifyMetadataTransactionBuffer
  • @@ -188,7 +206,6 @@

    All Classes

  • NamespaceMetadataDTO
  • NamespaceMetadataInfoDTO
  • NamespaceMetaDTO
  • -
  • NamespaceMosaicMetaDTO
  • NamespaceName
  • NamespaceNameDTO
  • NamespaceRepository
  • @@ -204,12 +221,15 @@

    All Classes

  • OkHttpHttpClient
  • PlainMessage
  • PrivateKey
  • +
  • PropertyModificationBuffer
  • PublicAccount
  • PublicKey
  • PublicKeys
  • QueryParams
  • RegisterNamespaceTransaction
  • RegisterNamespaceTransactionBuffer
  • +
  • Router
  • +
  • Router.GetByArgument
  • SecretLockTransaction
  • SecretLockTransactionBuffer
  • SecretProofTransaction
  • diff --git a/docs/javadoc/constant-values.html b/docs/javadoc/constant-values.html index e95317a2..e2a56183 100644 --- a/docs/javadoc/constant-values.html +++ b/docs/javadoc/constant-values.html @@ -2,9 +2,9 @@ - -Constant Field Values (java-xpx-catapult-sdk 0.1.0 API) - + +Constant Field Values (java-xpx-catapult-sdk 0.2.0 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,13 +12,13 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/javadoc/io/proximax/core/crypto/ed25519/arithmetic/package-summary.html b/docs/javadoc/io/proximax/core/crypto/ed25519/arithmetic/package-summary.html index eb5576de..1b7ad8b9 100644 --- a/docs/javadoc/io/proximax/core/crypto/ed25519/arithmetic/package-summary.html +++ b/docs/javadoc/io/proximax/core/crypto/ed25519/arithmetic/package-summary.html @@ -2,9 +2,9 @@ - -io.proximax.core.crypto.ed25519.arithmetic (java-xpx-catapult-sdk 0.1.0 API) - + +io.proximax.core.crypto.ed25519.arithmetic (java-xpx-catapult-sdk 0.2.0 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/javadoc/io/proximax/core/crypto/ed25519/package-summary.html b/docs/javadoc/io/proximax/core/crypto/ed25519/package-summary.html index 34091c77..c6c0d73c 100644 --- a/docs/javadoc/io/proximax/core/crypto/ed25519/package-summary.html +++ b/docs/javadoc/io/proximax/core/crypto/ed25519/package-summary.html @@ -2,9 +2,9 @@ - -io.proximax.core.crypto.ed25519 (java-xpx-catapult-sdk 0.1.0 API) - + +io.proximax.core.crypto.ed25519 (java-xpx-catapult-sdk 0.2.0 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/javadoc/io/proximax/core/crypto/package-summary.html b/docs/javadoc/io/proximax/core/crypto/package-summary.html index 99eee39a..54fbd383 100644 --- a/docs/javadoc/io/proximax/core/crypto/package-summary.html +++ b/docs/javadoc/io/proximax/core/crypto/package-summary.html @@ -2,9 +2,9 @@ - -io.proximax.core.crypto (java-xpx-catapult-sdk 0.1.0 API) - + +io.proximax.core.crypto (java-xpx-catapult-sdk 0.2.0 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/javadoc/io/proximax/core/math/package-summary.html b/docs/javadoc/io/proximax/core/math/package-summary.html index b3792a35..0b7690ec 100644 --- a/docs/javadoc/io/proximax/core/math/package-summary.html +++ b/docs/javadoc/io/proximax/core/math/package-summary.html @@ -2,9 +2,9 @@ - -io.proximax.core.math (java-xpx-catapult-sdk 0.1.0 API) - + +io.proximax.core.math (java-xpx-catapult-sdk 0.2.0 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ diff --git a/docs/javadoc/io/proximax/core/utils/package-summary.html b/docs/javadoc/io/proximax/core/utils/package-summary.html index b4e2fc86..462fde31 100644 --- a/docs/javadoc/io/proximax/core/utils/package-summary.html +++ b/docs/javadoc/io/proximax/core/utils/package-summary.html @@ -2,9 +2,9 @@ - -io.proximax.core.utils (java-xpx-catapult-sdk 0.1.0 API) - + +io.proximax.core.utils (java-xpx-catapult-sdk 0.2.0 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,13 +12,13 @@ @@ -12,13 +12,13 @@ @@ -12,7 +12,7 @@ + + + + + +
    + + + + + + + +
    + + + +
    +
    io.proximax.sdk
    +

    Interface ContractRepository

    +
    +
    +
    +
      +
    • +
      +
      All Known Implementing Classes:
      +
      ContractHttp
      +
      +
      +
      +
      public interface ContractRepository
      +
      Contract interface repository.
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getContract

          +
          io.reactivex.Observable<Contract> getContract(Address address)
          +

          Get contract for specified address

          +

          GET '/contract/{accountId}'

          +
          +
          Parameters:
          +
          address - the address to check
          +
          Returns:
          +
          observable contract
          +
          +
        • +
        + + + +
          +
        • +

          getContracts

          +
          io.reactivex.Observable<java.util.List<Contract>> getContracts(Address... addresses)
          +

          Get contracts by addresses

          +

          POST '/contract'

          +
          +
          Parameters:
          +
          addresses - the addresses to check
          +
          Returns:
          +
          observable list of contracts
          +
          +
        • +
        + + + +
          +
        • +

          getContract

          +
          io.reactivex.Observable<Contract> getContract(PublicKey publicKey)
          +

          Get contract by public key

          +

          GET '/account/{publicKey}/contracts'

          +
          +
          Parameters:
          +
          publicKey - the public key to check
          +
          Returns:
          +
          observable contract
          +
          +
        • +
        + + + +
          +
        • +

          getContracts

          +
          io.reactivex.Observable<java.util.List<Contract>> getContracts(PublicKey... publicKeys)
          +

          Get contracts by public keys

          +

          POST '/account/contracts'

          +
          +
          Parameters:
          +
          publicKeys - the public keys to check
          +
          Returns:
          +
          observable list of contracts
          +
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + +
    + + + + + + + +
    + + + + diff --git a/docs/javadoc/io/proximax/sdk/ListenerRepository.html b/docs/javadoc/io/proximax/sdk/ListenerRepository.html index e0da748a..56ad6ee1 100644 --- a/docs/javadoc/io/proximax/sdk/ListenerRepository.html +++ b/docs/javadoc/io/proximax/sdk/ListenerRepository.html @@ -2,9 +2,9 @@ - -ListenerRepository (java-xpx-catapult-sdk 0.1.0 API) - + +ListenerRepository (java-xpx-catapult-sdk 0.2.0 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ + + + + + +
    + + + + + + + +
    + + + +
    +
    io.proximax.sdk.gen.buffers
    +

    Class AccountPropertiesTransactionBuffer

    +
    +
    + +
    +
      +
    • +
      +
      +
      public final class AccountPropertiesTransactionBuffer
      +extends com.google.flatbuffers.Table
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          AccountPropertiesTransactionBuffer

          +
          public AccountPropertiesTransactionBuffer()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getRootAsAccountPropertiesTransactionBuffer

          +
          public static AccountPropertiesTransactionBuffer getRootAsAccountPropertiesTransactionBuffer(java.nio.ByteBuffer _bb)
          +
        • +
        + + + + + + + +
          +
        • +

          __init

          +
          public void __init(int _i,
          +                   java.nio.ByteBuffer _bb)
          +
        • +
        + + + + + + + +
          +
        • +

          size

          +
          public long size()
          +
        • +
        + + + +
          +
        • +

          signature

          +
          public int signature(int j)
          +
        • +
        + + + +
          +
        • +

          signatureLength

          +
          public int signatureLength()
          +
        • +
        + + + +
          +
        • +

          signatureAsByteBuffer

          +
          public java.nio.ByteBuffer signatureAsByteBuffer()
          +
        • +
        + + + +
          +
        • +

          signatureInByteBuffer

          +
          public java.nio.ByteBuffer signatureInByteBuffer(java.nio.ByteBuffer _bb)
          +
        • +
        + + + +
          +
        • +

          signer

          +
          public int signer(int j)
          +
        • +
        + + + +
          +
        • +

          signerLength

          +
          public int signerLength()
          +
        • +
        + + + +
          +
        • +

          signerAsByteBuffer

          +
          public java.nio.ByteBuffer signerAsByteBuffer()
          +
        • +
        + + + +
          +
        • +

          signerInByteBuffer

          +
          public java.nio.ByteBuffer signerInByteBuffer(java.nio.ByteBuffer _bb)
          +
        • +
        + + + +
          +
        • +

          version

          +
          public int version()
          +
        • +
        + + + +
          +
        • +

          type

          +
          public int type()
          +
        • +
        + + + +
          +
        • +

          maxFee

          +
          public long maxFee(int j)
          +
        • +
        + + + +
          +
        • +

          maxFeeLength

          +
          public int maxFeeLength()
          +
        • +
        + + + +
          +
        • +

          maxFeeAsByteBuffer

          +
          public java.nio.ByteBuffer maxFeeAsByteBuffer()
          +
        • +
        + + + +
          +
        • +

          maxFeeInByteBuffer

          +
          public java.nio.ByteBuffer maxFeeInByteBuffer(java.nio.ByteBuffer _bb)
          +
        • +
        + + + +
          +
        • +

          deadline

          +
          public long deadline(int j)
          +
        • +
        + + + +
          +
        • +

          deadlineLength

          +
          public int deadlineLength()
          +
        • +
        + + + +
          +
        • +

          deadlineAsByteBuffer

          +
          public java.nio.ByteBuffer deadlineAsByteBuffer()
          +
        • +
        + + + +
          +
        • +

          deadlineInByteBuffer

          +
          public java.nio.ByteBuffer deadlineInByteBuffer(java.nio.ByteBuffer _bb)
          +
        • +
        + + + +
          +
        • +

          propertyType

          +
          public int propertyType()
          +
        • +
        + + + +
          +
        • +

          modificationCount

          +
          public int modificationCount()
          +
        • +
        + + + + + + + + + + + +
          +
        • +

          modificationsLength

          +
          public int modificationsLength()
          +
        • +
        + + + +
          +
        • +

          createAccountPropertiesTransactionBuffer

          +
          public static int createAccountPropertiesTransactionBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                                           long size,
          +                                                           int signatureOffset,
          +                                                           int signerOffset,
          +                                                           int version,
          +                                                           int type,
          +                                                           int maxFeeOffset,
          +                                                           int deadlineOffset,
          +                                                           int propertyType,
          +                                                           int modificationCount,
          +                                                           int modificationsOffset)
          +
        • +
        + + + +
          +
        • +

          startAccountPropertiesTransactionBuffer

          +
          public static void startAccountPropertiesTransactionBuffer(com.google.flatbuffers.FlatBufferBuilder builder)
          +
        • +
        + + + +
          +
        • +

          addSize

          +
          public static void addSize(com.google.flatbuffers.FlatBufferBuilder builder,
          +                           long size)
          +
        • +
        + + + +
          +
        • +

          addSignature

          +
          public static void addSignature(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                int signatureOffset)
          +
        • +
        + + + +
          +
        • +

          createSignatureVector

          +
          public static int createSignatureVector(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                        byte[] data)
          +
        • +
        + + + +
          +
        • +

          startSignatureVector

          +
          public static void startSignatureVector(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                        int numElems)
          +
        • +
        + + + +
          +
        • +

          addSigner

          +
          public static void addSigner(com.google.flatbuffers.FlatBufferBuilder builder,
          +                             int signerOffset)
          +
        • +
        + + + +
          +
        • +

          createSignerVector

          +
          public static int createSignerVector(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                     byte[] data)
          +
        • +
        + + + +
          +
        • +

          startSignerVector

          +
          public static void startSignerVector(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                     int numElems)
          +
        • +
        + + + +
          +
        • +

          addVersion

          +
          public static void addVersion(com.google.flatbuffers.FlatBufferBuilder builder,
          +                              int version)
          +
        • +
        + + + +
          +
        • +

          addType

          +
          public static void addType(com.google.flatbuffers.FlatBufferBuilder builder,
          +                           int type)
          +
        • +
        + + + +
          +
        • +

          addMaxFee

          +
          public static void addMaxFee(com.google.flatbuffers.FlatBufferBuilder builder,
          +                             int maxFeeOffset)
          +
        • +
        + + + +
          +
        • +

          createMaxFeeVector

          +
          public static int createMaxFeeVector(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                     int[] data)
          +
        • +
        + + + +
          +
        • +

          startMaxFeeVector

          +
          public static void startMaxFeeVector(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                     int numElems)
          +
        • +
        + + + +
          +
        • +

          addDeadline

          +
          public static void addDeadline(com.google.flatbuffers.FlatBufferBuilder builder,
          +                               int deadlineOffset)
          +
        • +
        + + + +
          +
        • +

          createDeadlineVector

          +
          public static int createDeadlineVector(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                       int[] data)
          +
        • +
        + + + +
          +
        • +

          startDeadlineVector

          +
          public static void startDeadlineVector(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                       int numElems)
          +
        • +
        + + + +
          +
        • +

          addPropertyType

          +
          public static void addPropertyType(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                   int propertyType)
          +
        • +
        + + + +
          +
        • +

          addModificationCount

          +
          public static void addModificationCount(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                        int modificationCount)
          +
        • +
        + + + +
          +
        • +

          addModifications

          +
          public static void addModifications(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                    int modificationsOffset)
          +
        • +
        + + + +
          +
        • +

          createModificationsVector

          +
          public static int createModificationsVector(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                            int[] data)
          +
        • +
        + + + +
          +
        • +

          startModificationsVector

          +
          public static void startModificationsVector(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                            int numElems)
          +
        • +
        + + + +
          +
        • +

          endAccountPropertiesTransactionBuffer

          +
          public static int endAccountPropertiesTransactionBuffer(com.google.flatbuffers.FlatBufferBuilder builder)
          +
        • +
        + + + +
          +
        • +

          finishAccountPropertiesTransactionBufferBuffer

          +
          public static void finishAccountPropertiesTransactionBufferBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                                                  int offset)
          +
        • +
        + + + +
          +
        • +

          finishSizePrefixedAccountPropertiesTransactionBufferBuffer

          +
          public static void finishSizePrefixedAccountPropertiesTransactionBufferBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                                                              int offset)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + +
    + + + + + + + +
    + + + + diff --git a/docs/javadoc/io/proximax/sdk/gen/buffers/AggregateTransactionBuffer.html b/docs/javadoc/io/proximax/sdk/gen/buffers/AggregateTransactionBuffer.html index c4917efd..7305755d 100644 --- a/docs/javadoc/io/proximax/sdk/gen/buffers/AggregateTransactionBuffer.html +++ b/docs/javadoc/io/proximax/sdk/gen/buffers/AggregateTransactionBuffer.html @@ -2,9 +2,9 @@ - -AggregateTransactionBuffer (java-xpx-catapult-sdk 0.1.0 API) - + +AggregateTransactionBuffer (java-xpx-catapult-sdk 0.2.0 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,13 +12,13 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ + + + + + +
    + + + + + + + +
    + + + +
    +
    io.proximax.sdk.gen.buffers
    +

    Class PropertyModificationBuffer

    +
    +
    + +
    +
      +
    • +
      +
      +
      public final class PropertyModificationBuffer
      +extends com.google.flatbuffers.Table
      +
    • +
    +
    +
    + +
    +
    +
      +
    • + +
        +
      • + + +

        Constructor Detail

        + + + +
          +
        • +

          PropertyModificationBuffer

          +
          public PropertyModificationBuffer()
          +
        • +
        +
      • +
      + +
        +
      • + + +

        Method Detail

        + + + +
          +
        • +

          getRootAsPropertyModificationBuffer

          +
          public static PropertyModificationBuffer getRootAsPropertyModificationBuffer(java.nio.ByteBuffer _bb)
          +
        • +
        + + + + + + + +
          +
        • +

          __init

          +
          public void __init(int _i,
          +                   java.nio.ByteBuffer _bb)
          +
        • +
        + + + + + + + +
          +
        • +

          modificationType

          +
          public int modificationType()
          +
        • +
        + + + +
          +
        • +

          value

          +
          public int value(int j)
          +
          In case of address it is 25 bytes array. In case of mosaic it is 8 byte array(or 2 uint32 array). + In case of transaction it is 2 byte array(ushort)
          +
          +
          Parameters:
          +
          j - the j of course
          +
          Returns:
          +
          some number
          +
          +
        • +
        + + + +
          +
        • +

          valueLength

          +
          public int valueLength()
          +
        • +
        + + + +
          +
        • +

          valueAsByteBuffer

          +
          public java.nio.ByteBuffer valueAsByteBuffer()
          +
        • +
        + + + +
          +
        • +

          valueInByteBuffer

          +
          public java.nio.ByteBuffer valueInByteBuffer(java.nio.ByteBuffer _bb)
          +
        • +
        + + + +
          +
        • +

          createPropertyModificationBuffer

          +
          public static int createPropertyModificationBuffer(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                                   int modificationType,
          +                                                   int valueOffset)
          +
        • +
        + + + +
          +
        • +

          startPropertyModificationBuffer

          +
          public static void startPropertyModificationBuffer(com.google.flatbuffers.FlatBufferBuilder builder)
          +
        • +
        + + + +
          +
        • +

          addModificationType

          +
          public static void addModificationType(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                       int modificationType)
          +
        • +
        + + + +
          +
        • +

          addValue

          +
          public static void addValue(com.google.flatbuffers.FlatBufferBuilder builder,
          +                            int valueOffset)
          +
        • +
        + + + +
          +
        • +

          createValueVector

          +
          public static int createValueVector(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                    byte[] data)
          +
        • +
        + + + +
          +
        • +

          startValueVector

          +
          public static void startValueVector(com.google.flatbuffers.FlatBufferBuilder builder,
          +                                    int numElems)
          +
        • +
        + + + +
          +
        • +

          endPropertyModificationBuffer

          +
          public static int endPropertyModificationBuffer(com.google.flatbuffers.FlatBufferBuilder builder)
          +
        • +
        +
      • +
      +
    • +
    +
    +
    + + +
    + + + + + + + +
    + + + + diff --git a/docs/javadoc/io/proximax/sdk/gen/buffers/RegisterNamespaceTransactionBuffer.html b/docs/javadoc/io/proximax/sdk/gen/buffers/RegisterNamespaceTransactionBuffer.html index fea9e46d..405cdfd6 100644 --- a/docs/javadoc/io/proximax/sdk/gen/buffers/RegisterNamespaceTransactionBuffer.html +++ b/docs/javadoc/io/proximax/sdk/gen/buffers/RegisterNamespaceTransactionBuffer.html @@ -2,9 +2,9 @@ - -RegisterNamespaceTransactionBuffer (java-xpx-catapult-sdk 0.1.0 API) - + +RegisterNamespaceTransactionBuffer (java-xpx-catapult-sdk 0.2.0 API) + @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -12,7 +12,7 @@ @@ -13,6 +13,7 @@

    Classes

    Classes