@algorandfoundation/algokit-utils 10.0.0-alpha.3 → 10.0.0-alpha.31
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/_virtual/rolldown_runtime.js +10 -15
- package/abi/index.d.ts +2 -1
- package/abi/index.js +3 -0
- package/abi/index.mjs +2 -1
- package/algod-client/index.d.ts +3 -7
- package/algod-client/index.js +2 -5
- package/algod-client/index.mjs +2 -2
- package/index.d.ts +1 -2
- package/index.js +0 -7
- package/index.mjs +1 -2
- package/indexer-client/index.d.ts +2 -2
- package/indexer-client/index.js +6 -6
- package/indexer-client/index.mjs +2 -2
- package/{indexer-lookup.d.ts → indexer-client/indexer-lookup.d.ts} +8 -11
- package/{indexer-lookup.mjs → indexer-client/indexer-lookup.js} +6 -10
- package/indexer-client/indexer-lookup.js.map +1 -0
- package/{indexer-lookup.js → indexer-client/indexer-lookup.mjs} +3 -18
- package/indexer-client/indexer-lookup.mjs.map +1 -0
- package/kmd-client/index.d.ts +1 -2
- package/kmd-client/index.js +0 -5
- package/kmd-client/index.mjs +1 -2
- package/package.json +5 -6
- package/packages/abi/src/abi-method.d.ts +1 -1
- package/packages/abi/src/abi-method.js +1 -1
- package/packages/abi/src/abi-method.js.map +1 -1
- package/packages/abi/src/abi-method.mjs +1 -1
- package/packages/abi/src/abi-method.mjs.map +1 -1
- package/packages/abi/src/abi-type.d.ts +1 -3
- package/packages/abi/src/abi-type.js +7 -36
- package/packages/abi/src/abi-type.js.map +1 -1
- package/packages/abi/src/abi-type.mjs +7 -36
- package/packages/abi/src/abi-type.mjs.map +1 -1
- package/packages/abi/src/arc56-contract.js +1 -0
- package/packages/abi/src/arc56-contract.js.map +1 -1
- package/packages/abi/src/arc56-contract.mjs +1 -0
- package/packages/abi/src/arc56-contract.mjs.map +1 -1
- package/packages/abi/src/utils.d.ts +22 -0
- package/packages/abi/src/utils.js +57 -0
- package/packages/abi/src/utils.js.map +1 -0
- package/packages/abi/src/utils.mjs +55 -0
- package/packages/abi/src/utils.mjs.map +1 -0
- package/packages/algo25/src/index.js +1 -1
- package/packages/algo25/src/index.mjs +1 -1
- package/packages/algod_client/src/apis/api-service.d.ts +44 -44
- package/packages/algod_client/src/apis/api-service.js +155 -155
- package/packages/algod_client/src/apis/api-service.js.map +1 -1
- package/packages/algod_client/src/apis/api-service.mjs +155 -155
- package/packages/algod_client/src/apis/api-service.mjs.map +1 -1
- package/packages/algod_client/src/core/api-error.js +3 -1
- package/packages/algod_client/src/core/api-error.js.map +1 -1
- package/packages/algod_client/src/core/api-error.mjs +3 -1
- package/packages/algod_client/src/core/api-error.mjs.map +1 -1
- package/packages/algod_client/src/core/model-runtime.js +6 -6
- package/packages/algod_client/src/core/model-runtime.js.map +1 -1
- package/packages/algod_client/src/core/model-runtime.mjs +8 -8
- package/packages/algod_client/src/core/model-runtime.mjs.map +1 -1
- package/packages/algod_client/src/models/account-participation.js +4 -4
- package/packages/algod_client/src/models/account-participation.js.map +1 -1
- package/packages/algod_client/src/models/account-participation.mjs +4 -4
- package/packages/algod_client/src/models/account-participation.mjs.map +1 -1
- package/packages/algod_client/src/models/application-state-schema.d.ts +2 -2
- package/packages/algod_client/src/models/application-state-schema.js +2 -2
- package/packages/algod_client/src/models/application-state-schema.js.map +1 -1
- package/packages/algod_client/src/models/application-state-schema.mjs +2 -2
- package/packages/algod_client/src/models/application-state-schema.mjs.map +1 -1
- package/packages/algod_client/src/models/asset-params.js +2 -1
- package/packages/algod_client/src/models/asset-params.js.map +1 -1
- package/packages/algod_client/src/models/asset-params.mjs +2 -1
- package/packages/algod_client/src/models/asset-params.mjs.map +1 -1
- package/packages/algod_client/src/models/block-response.js +1 -2
- package/packages/algod_client/src/models/block-response.js.map +1 -1
- package/packages/algod_client/src/models/block-response.mjs +2 -3
- package/packages/algod_client/src/models/block-response.mjs.map +1 -1
- package/packages/algod_client/src/models/block.d.ts +60 -40
- package/packages/algod_client/src/models/block.js +184 -108
- package/packages/algod_client/src/models/block.js.map +1 -1
- package/packages/algod_client/src/models/block.mjs +184 -108
- package/packages/algod_client/src/models/block.mjs.map +1 -1
- package/packages/algod_client/src/models/eval-delta-key-value.js +2 -2
- package/packages/algod_client/src/models/eval-delta-key-value.js.map +1 -1
- package/packages/algod_client/src/models/eval-delta-key-value.mjs +2 -2
- package/packages/algod_client/src/models/eval-delta-key-value.mjs.map +1 -1
- package/packages/algod_client/src/models/eval-delta.js +2 -2
- package/packages/algod_client/src/models/eval-delta.js.map +1 -1
- package/packages/algod_client/src/models/eval-delta.mjs +2 -2
- package/packages/algod_client/src/models/eval-delta.mjs.map +1 -1
- package/packages/algod_client/src/models/ledger-state-delta.js +1 -1
- package/packages/algod_client/src/models/ledger-state-delta.js.map +1 -1
- package/packages/algod_client/src/models/ledger-state-delta.mjs +2 -2
- package/packages/algod_client/src/models/ledger-state-delta.mjs.map +1 -1
- package/packages/algod_client/src/models/simulate-request.js +1 -1
- package/packages/algod_client/src/models/simulate-request.mjs +1 -1
- package/packages/algod_client/src/models/simulate-response.d.ts +2 -1
- package/packages/algod_client/src/models/simulate-response.js +6 -1
- package/packages/algod_client/src/models/simulate-response.js.map +1 -1
- package/packages/algod_client/src/models/simulate-response.mjs +6 -2
- package/packages/algod_client/src/models/simulate-response.mjs.map +1 -1
- package/packages/algod_client/src/models/simulate-unnamed-resources-accessed.d.ts +3 -5
- package/packages/algod_client/src/models/simulate-unnamed-resources-accessed.js +4 -6
- package/packages/algod_client/src/models/simulate-unnamed-resources-accessed.js.map +1 -1
- package/packages/algod_client/src/models/simulate-unnamed-resources-accessed.mjs +3 -5
- package/packages/algod_client/src/models/simulate-unnamed-resources-accessed.mjs.map +1 -1
- package/packages/algod_client/src/models/transaction-parameters-response.js +2 -2
- package/packages/algod_client/src/models/transaction-parameters-response.js.map +1 -1
- package/packages/algod_client/src/models/transaction-parameters-response.mjs +2 -2
- package/packages/algod_client/src/models/transaction-parameters-response.mjs.map +1 -1
- package/packages/common/src/address.d.ts +0 -1
- package/packages/common/src/address.js +4 -17
- package/packages/common/src/address.js.map +1 -1
- package/packages/common/src/address.mjs +5 -17
- package/packages/common/src/address.mjs.map +1 -1
- package/packages/common/src/codecs/composite/map.js +7 -4
- package/packages/common/src/codecs/composite/map.js.map +1 -1
- package/packages/common/src/codecs/composite/map.mjs +7 -4
- package/packages/common/src/codecs/composite/map.mjs.map +1 -1
- package/packages/common/src/codecs/composite/record.js +0 -1
- package/packages/common/src/codecs/composite/record.js.map +1 -1
- package/packages/common/src/codecs/primitives/address.js +0 -1
- package/packages/common/src/codecs/primitives/address.js.map +1 -1
- package/packages/common/src/codecs/primitives/bytes-base64.js +26 -0
- package/packages/common/src/codecs/primitives/bytes-base64.js.map +1 -0
- package/packages/common/src/codecs/primitives/bytes-base64.mjs +25 -0
- package/packages/common/src/codecs/primitives/bytes-base64.mjs.map +1 -0
- package/packages/common/src/codecs/primitives/bytes.js +0 -1
- package/packages/common/src/codecs/primitives/bytes.js.map +1 -1
- package/packages/common/src/codecs/primitives/fixed-bytes.js +0 -1
- package/packages/common/src/codecs/primitives/fixed-bytes.js.map +1 -1
- package/packages/common/src/codecs/wire.js +0 -1
- package/packages/common/src/codecs/wire.js.map +1 -1
- package/packages/common/src/json.mjs +2 -2
- package/packages/common/src/json.mjs.map +1 -1
- package/packages/common/src/msgpack.js +0 -1
- package/packages/common/src/msgpack.js.map +1 -1
- package/packages/{sdk/src/logic → common/src}/sourcemap.d.ts +2 -2
- package/packages/{sdk/src/logic → common/src}/sourcemap.js +2 -2
- package/packages/{sdk/src/logic → common/src}/sourcemap.js.map +1 -1
- package/packages/{sdk/src/logic → common/src}/sourcemap.mjs +1 -1
- package/packages/{sdk/src/logic → common/src}/sourcemap.mjs.map +1 -1
- package/packages/indexer_client/src/apis/api-service.d.ts +1 -1
- package/packages/indexer_client/src/apis/api-service.js +12 -12
- package/packages/indexer_client/src/apis/api-service.js.map +1 -1
- package/packages/indexer_client/src/apis/api-service.mjs +12 -12
- package/packages/indexer_client/src/apis/api-service.mjs.map +1 -1
- package/packages/indexer_client/src/core/api-error.js +3 -1
- package/packages/indexer_client/src/core/api-error.js.map +1 -1
- package/packages/indexer_client/src/core/api-error.mjs +3 -1
- package/packages/indexer_client/src/core/api-error.mjs.map +1 -1
- package/packages/indexer_client/src/core/model-runtime.js +0 -15
- package/packages/indexer_client/src/core/model-runtime.js.map +1 -1
- package/packages/indexer_client/src/core/model-runtime.mjs +1 -13
- package/packages/indexer_client/src/core/model-runtime.mjs.map +1 -1
- package/packages/indexer_client/src/models/account-participation.js +4 -4
- package/packages/indexer_client/src/models/account-participation.js.map +1 -1
- package/packages/indexer_client/src/models/account-participation.mjs +4 -4
- package/packages/indexer_client/src/models/account-participation.mjs.map +1 -1
- package/packages/indexer_client/src/models/application-state-schema.d.ts +2 -2
- package/packages/indexer_client/src/models/application-state-schema.js +2 -2
- package/packages/indexer_client/src/models/application-state-schema.js.map +1 -1
- package/packages/indexer_client/src/models/application-state-schema.mjs +2 -2
- package/packages/indexer_client/src/models/application-state-schema.mjs.map +1 -1
- package/packages/indexer_client/src/models/asset-params.js +2 -1
- package/packages/indexer_client/src/models/asset-params.js.map +1 -1
- package/packages/indexer_client/src/models/asset-params.mjs +2 -1
- package/packages/indexer_client/src/models/asset-params.mjs.map +1 -1
- package/packages/indexer_client/src/models/block.d.ts +5 -5
- package/packages/indexer_client/src/models/block.js +13 -13
- package/packages/indexer_client/src/models/block.js.map +1 -1
- package/packages/indexer_client/src/models/block.mjs +13 -13
- package/packages/indexer_client/src/models/block.mjs.map +1 -1
- package/packages/indexer_client/src/models/eval-delta-key-value.d.ts +1 -1
- package/packages/indexer_client/src/models/eval-delta-key-value.js +2 -2
- package/packages/indexer_client/src/models/eval-delta-key-value.js.map +1 -1
- package/packages/indexer_client/src/models/eval-delta-key-value.mjs +2 -2
- package/packages/indexer_client/src/models/eval-delta-key-value.mjs.map +1 -1
- package/packages/indexer_client/src/models/eval-delta.d.ts +1 -1
- package/packages/indexer_client/src/models/eval-delta.js +2 -2
- package/packages/indexer_client/src/models/eval-delta.js.map +1 -1
- package/packages/indexer_client/src/models/eval-delta.mjs +2 -2
- package/packages/indexer_client/src/models/eval-delta.mjs.map +1 -1
- package/packages/indexer_client/src/models/hb-proof-fields.js +6 -6
- package/packages/indexer_client/src/models/hb-proof-fields.js.map +1 -1
- package/packages/indexer_client/src/models/hb-proof-fields.mjs +6 -6
- package/packages/indexer_client/src/models/hb-proof-fields.mjs.map +1 -1
- package/packages/indexer_client/src/models/participation-updates.d.ts +2 -2
- package/packages/indexer_client/src/models/participation-updates.js +2 -2
- package/packages/indexer_client/src/models/participation-updates.js.map +1 -1
- package/packages/indexer_client/src/models/participation-updates.mjs +2 -2
- package/packages/indexer_client/src/models/participation-updates.mjs.map +1 -1
- package/packages/indexer_client/src/models/state-proof-verifier.js +2 -2
- package/packages/indexer_client/src/models/state-proof-verifier.js.map +1 -1
- package/packages/indexer_client/src/models/state-proof-verifier.mjs +2 -2
- package/packages/indexer_client/src/models/state-proof-verifier.mjs.map +1 -1
- package/packages/indexer_client/src/models/state-schema.d.ts +2 -2
- package/packages/indexer_client/src/models/state-schema.js +2 -2
- package/packages/indexer_client/src/models/state-schema.js.map +1 -1
- package/packages/indexer_client/src/models/state-schema.mjs +2 -2
- package/packages/indexer_client/src/models/state-schema.mjs.map +1 -1
- package/packages/indexer_client/src/models/teal-key-value.d.ts +1 -1
- package/packages/indexer_client/src/models/teal-key-value.js +2 -2
- package/packages/indexer_client/src/models/teal-key-value.js.map +1 -1
- package/packages/indexer_client/src/models/teal-key-value.mjs +2 -2
- package/packages/indexer_client/src/models/teal-key-value.mjs.map +1 -1
- package/packages/indexer_client/src/models/transaction-heartbeat.js +2 -1
- package/packages/indexer_client/src/models/transaction-heartbeat.js.map +1 -1
- package/packages/indexer_client/src/models/transaction-heartbeat.mjs +2 -1
- package/packages/indexer_client/src/models/transaction-heartbeat.mjs.map +1 -1
- package/packages/indexer_client/src/models/transaction-keyreg.js +4 -4
- package/packages/indexer_client/src/models/transaction-keyreg.js.map +1 -1
- package/packages/indexer_client/src/models/transaction-keyreg.mjs +4 -4
- package/packages/indexer_client/src/models/transaction-keyreg.mjs.map +1 -1
- package/packages/indexer_client/src/models/transaction-signature-logicsig.js +2 -1
- package/packages/indexer_client/src/models/transaction-signature-logicsig.js.map +1 -1
- package/packages/indexer_client/src/models/transaction-signature-logicsig.mjs +2 -1
- package/packages/indexer_client/src/models/transaction-signature-logicsig.mjs.map +1 -1
- package/packages/indexer_client/src/models/transaction-signature-multisig-subsignature.js +3 -3
- package/packages/indexer_client/src/models/transaction-signature-multisig-subsignature.js.map +1 -1
- package/packages/indexer_client/src/models/transaction-signature-multisig-subsignature.mjs +3 -3
- package/packages/indexer_client/src/models/transaction-signature-multisig-subsignature.mjs.map +1 -1
- package/packages/indexer_client/src/models/transaction-state-proof.d.ts +1 -1
- package/packages/indexer_client/src/models/transaction-state-proof.js +2 -2
- package/packages/indexer_client/src/models/transaction-state-proof.js.map +1 -1
- package/packages/indexer_client/src/models/transaction-state-proof.mjs +2 -2
- package/packages/indexer_client/src/models/transaction-state-proof.mjs.map +1 -1
- package/packages/indexer_client/src/models/transaction.d.ts +2 -2
- package/packages/indexer_client/src/models/transaction.js +6 -5
- package/packages/indexer_client/src/models/transaction.js.map +1 -1
- package/packages/indexer_client/src/models/transaction.mjs +6 -5
- package/packages/indexer_client/src/models/transaction.mjs.map +1 -1
- package/packages/kmd_client/src/apis/api-service.d.ts +5 -5
- package/packages/kmd_client/src/apis/api-service.js +32 -32
- package/packages/kmd_client/src/apis/api-service.js.map +1 -1
- package/packages/kmd_client/src/apis/api-service.mjs +32 -32
- package/packages/kmd_client/src/apis/api-service.mjs.map +1 -1
- package/packages/kmd_client/src/core/api-error.js +3 -1
- package/packages/kmd_client/src/core/api-error.js.map +1 -1
- package/packages/kmd_client/src/core/api-error.mjs +3 -1
- package/packages/kmd_client/src/core/api-error.mjs.map +1 -1
- package/packages/kmd_client/src/core/model-runtime.js +2 -12
- package/packages/kmd_client/src/core/model-runtime.js.map +1 -1
- package/packages/kmd_client/src/core/model-runtime.mjs +3 -11
- package/packages/kmd_client/src/core/model-runtime.mjs.map +1 -1
- package/packages/transact/src/logicsig.d.ts +35 -33
- package/packages/transact/src/logicsig.js +74 -76
- package/packages/transact/src/logicsig.js.map +1 -1
- package/packages/transact/src/logicsig.mjs +77 -78
- package/packages/transact/src/logicsig.mjs.map +1 -1
- package/packages/transact/src/multisig.d.ts +11 -116
- package/packages/transact/src/multisig.js +106 -136
- package/packages/transact/src/multisig.js.map +1 -1
- package/packages/transact/src/multisig.mjs +108 -118
- package/packages/transact/src/multisig.mjs.map +1 -1
- package/packages/transact/src/signer.js +9 -2
- package/packages/transact/src/signer.js.map +1 -1
- package/packages/transact/src/signer.mjs +10 -3
- package/packages/transact/src/signer.mjs.map +1 -1
- package/packages/transact/src/transactions/app-call.d.ts +10 -15
- package/packages/transact/src/transactions/app-call.js.map +1 -1
- package/packages/transact/src/transactions/app-call.mjs.map +1 -1
- package/packages/transact/src/transactions/asset-config.d.ts +1 -6
- package/packages/transact/src/transactions/asset-config.js.map +1 -1
- package/packages/transact/src/transactions/asset-config.mjs.map +1 -1
- package/packages/transact/src/transactions/asset-freeze.d.ts +1 -6
- package/packages/transact/src/transactions/asset-transfer.d.ts +1 -6
- package/packages/transact/src/transactions/key-registration.d.ts +1 -8
- package/packages/transact/src/transactions/reference-types-meta.d.ts +26 -0
- package/packages/transact/src/transactions/reference-types-meta.js +71 -0
- package/packages/transact/src/transactions/reference-types-meta.js.map +1 -0
- package/packages/transact/src/transactions/reference-types-meta.mjs +69 -0
- package/packages/transact/src/transactions/reference-types-meta.mjs.map +1 -0
- package/packages/transact/src/transactions/signed-transaction-meta.js +8 -9
- package/packages/transact/src/transactions/signed-transaction-meta.js.map +1 -1
- package/packages/transact/src/transactions/signed-transaction-meta.mjs +8 -8
- package/packages/transact/src/transactions/signed-transaction-meta.mjs.map +1 -1
- package/packages/transact/src/transactions/signed-transaction.d.ts +10 -6
- package/packages/transact/src/transactions/signed-transaction.js +1 -1
- package/packages/transact/src/transactions/signed-transaction.js.map +1 -1
- package/packages/transact/src/transactions/signed-transaction.mjs +1 -2
- package/packages/transact/src/transactions/signed-transaction.mjs.map +1 -1
- package/packages/transact/src/transactions/state-proof.d.ts +1 -1
- package/packages/transact/src/transactions/transaction-meta.js +29 -23
- package/packages/transact/src/transactions/transaction-meta.js.map +1 -1
- package/packages/transact/src/transactions/transaction-meta.mjs +29 -23
- package/packages/transact/src/transactions/transaction-meta.mjs.map +1 -1
- package/packages/transact/src/transactions/transaction.d.ts +5 -2
- package/packages/transact/src/transactions/transaction.js +5 -4
- package/packages/transact/src/transactions/transaction.js.map +1 -1
- package/packages/transact/src/transactions/transaction.mjs +5 -4
- package/packages/transact/src/transactions/transaction.mjs.map +1 -1
- package/testing/account.js +1 -2
- package/testing/account.js.map +1 -1
- package/testing/account.mjs +1 -2
- package/testing/account.mjs.map +1 -1
- package/testing/fixtures/algorand-fixture.d.ts +3 -3
- package/testing/fixtures/algorand-fixture.js.map +1 -1
- package/testing/fixtures/algorand-fixture.mjs.map +1 -1
- package/testing/transaction-logger.js +1 -1
- package/testing/transaction-logger.mjs +1 -1
- package/transact/index.d.ts +11 -10
- package/transact/index.js +7 -31
- package/transact/index.mjs +7 -10
- package/transaction/transaction.js +2 -2
- package/transaction/transaction.js.map +1 -1
- package/transaction/transaction.mjs +2 -2
- package/transaction/transaction.mjs.map +1 -1
- package/transactions/app-call.d.ts +5 -4
- package/transactions/app-call.js +16 -16
- package/transactions/app-call.js.map +1 -1
- package/transactions/app-call.mjs +16 -16
- package/transactions/app-call.mjs.map +1 -1
- package/transactions/asset-config.d.ts +1 -1
- package/transactions/asset-config.js +1 -1
- package/transactions/asset-config.js.map +1 -1
- package/transactions/asset-config.mjs +1 -1
- package/transactions/asset-config.mjs.map +1 -1
- package/transactions/key-registration.d.ts +1 -1
- package/transactions/key-registration.js.map +1 -1
- package/transactions/key-registration.mjs.map +1 -1
- package/transactions/method-call.d.ts +1 -1
- package/transactions/method-call.js +77 -84
- package/transactions/method-call.js.map +1 -1
- package/transactions/method-call.mjs +77 -84
- package/transactions/method-call.mjs.map +1 -1
- package/types/account-manager.d.ts +7 -9
- package/types/account-manager.js +17 -7
- package/types/account-manager.js.map +1 -1
- package/types/account-manager.mjs +17 -7
- package/types/account-manager.mjs.map +1 -1
- package/types/algorand-client-transaction-creator.d.ts +53 -39
- package/types/algorand-client-transaction-creator.js +8 -0
- package/types/algorand-client-transaction-creator.js.map +1 -1
- package/types/algorand-client-transaction-creator.mjs +8 -0
- package/types/algorand-client-transaction-creator.mjs.map +1 -1
- package/types/algorand-client-transaction-sender.d.ts +58 -44
- package/types/algorand-client-transaction-sender.js +8 -1
- package/types/algorand-client-transaction-sender.js.map +1 -1
- package/types/algorand-client-transaction-sender.mjs +8 -0
- package/types/algorand-client-transaction-sender.mjs.map +1 -1
- package/types/amount.js +23 -4
- package/types/amount.js.map +1 -1
- package/types/amount.mjs +20 -2
- package/types/amount.mjs.map +1 -1
- package/types/app-client.d.ts +111 -106
- package/types/app-client.js +2 -3
- package/types/app-client.js.map +1 -1
- package/types/app-client.mjs +2 -2
- package/types/app-client.mjs.map +1 -1
- package/types/app-deployer.d.ts +1 -1
- package/types/app-deployer.js +3 -3
- package/types/app-deployer.js.map +1 -1
- package/types/app-deployer.mjs +3 -3
- package/types/app-deployer.mjs.map +1 -1
- package/types/app-factory.d.ts +44 -41
- package/types/app-factory.js +2 -2
- package/types/app-factory.js.map +1 -1
- package/types/app-factory.mjs +2 -2
- package/types/app-factory.mjs.map +1 -1
- package/types/app-manager.d.ts +3 -1
- package/types/app-manager.js +17 -11
- package/types/app-manager.js.map +1 -1
- package/types/app-manager.mjs +17 -11
- package/types/app-manager.mjs.map +1 -1
- package/types/app-spec.js +12 -5
- package/types/app-spec.js.map +1 -1
- package/types/app-spec.mjs +12 -5
- package/types/app-spec.mjs.map +1 -1
- package/types/app.d.ts +2 -2
- package/types/app.js.map +1 -1
- package/types/app.mjs.map +1 -1
- package/types/asset-manager.js +1 -1
- package/types/asset-manager.js.map +1 -1
- package/types/asset-manager.mjs +1 -1
- package/types/asset-manager.mjs.map +1 -1
- package/types/async-event-emitter.d.ts +3 -6
- package/types/async-event-emitter.js.map +1 -1
- package/types/async-event-emitter.mjs.map +1 -1
- package/types/client-manager.d.ts +1 -1
- package/types/client-manager.js.map +1 -1
- package/types/client-manager.mjs.map +1 -1
- package/types/composer.d.ts +11 -3
- package/types/composer.js +55 -46
- package/types/composer.js.map +1 -1
- package/types/composer.mjs +46 -36
- package/types/composer.mjs.map +1 -1
- package/types/debugging.d.ts +13 -9
- package/types/debugging.js.map +1 -1
- package/types/debugging.mjs.map +1 -1
- package/types/expand.d.ts +2 -9
- package/types/kmd-account-manager.d.ts +1 -0
- package/types/kmd-account-manager.js +22 -11
- package/types/kmd-account-manager.js.map +1 -1
- package/types/kmd-account-manager.mjs +23 -12
- package/types/kmd-account-manager.mjs.map +1 -1
- package/types/lifecycle-events.d.ts +0 -1
- package/types/lifecycle-events.js.map +1 -1
- package/types/lifecycle-events.mjs.map +1 -1
- package/types/testing.d.ts +4 -4
- package/types/transaction.d.ts +1 -1
- package/_virtual/rolldown_runtime.mjs +0 -13
- package/indexer-lookup.js.map +0 -1
- package/indexer-lookup.mjs.map +0 -1
- package/packages/algod_client/src/core/model-runtime.d.ts +0 -10
- package/packages/algod_client/src/models/application-local-reference.d.ts +0 -20
- package/packages/algod_client/src/models/application-local-reference.js +0 -23
- package/packages/algod_client/src/models/application-local-reference.js.map +0 -1
- package/packages/algod_client/src/models/application-local-reference.mjs +0 -23
- package/packages/algod_client/src/models/application-local-reference.mjs.map +0 -1
- package/packages/algod_client/src/models/asset-holding-reference.d.ts +0 -20
- package/packages/algod_client/src/models/asset-holding-reference.js +0 -23
- package/packages/algod_client/src/models/asset-holding-reference.js.map +0 -1
- package/packages/algod_client/src/models/asset-holding-reference.mjs +0 -23
- package/packages/algod_client/src/models/asset-holding-reference.mjs.map +0 -1
- package/packages/algod_client/src/models/box-reference.d.ts +0 -17
- package/packages/algod_client/src/models/box-reference.js +0 -23
- package/packages/algod_client/src/models/box-reference.js.map +0 -1
- package/packages/algod_client/src/models/box-reference.mjs +0 -23
- package/packages/algod_client/src/models/box-reference.mjs.map +0 -1
- package/packages/indexer_client/src/core/model-runtime.d.ts +0 -10
- package/packages/kmd_client/src/core/model-runtime.d.ts +0 -10
- package/packages/sdk/src/convert.d.ts +0 -17
- package/packages/sdk/src/convert.js +0 -28
- package/packages/sdk/src/convert.js.map +0 -1
- package/packages/sdk/src/convert.mjs +0 -25
- package/packages/sdk/src/convert.mjs.map +0 -1
- package/packages/sdk/src/encoding/binarydata.d.ts +0 -34
- package/packages/sdk/src/encoding/binarydata.js +0 -65
- package/packages/sdk/src/encoding/binarydata.js.map +0 -1
- package/packages/sdk/src/encoding/binarydata.mjs +0 -60
- package/packages/sdk/src/encoding/binarydata.mjs.map +0 -1
- package/packages/sdk/src/encoding/encoding.d.ts +0 -237
- package/packages/sdk/src/encoding/encoding.js +0 -302
- package/packages/sdk/src/encoding/encoding.js.map +0 -1
- package/packages/sdk/src/encoding/encoding.mjs +0 -287
- package/packages/sdk/src/encoding/encoding.mjs.map +0 -1
- package/packages/sdk/src/encoding/schema/array.js +0 -35
- package/packages/sdk/src/encoding/schema/array.js.map +0 -1
- package/packages/sdk/src/encoding/schema/array.mjs +0 -35
- package/packages/sdk/src/encoding/schema/array.mjs.map +0 -1
- package/packages/sdk/src/encoding/schema/bytearray.js +0 -49
- package/packages/sdk/src/encoding/schema/bytearray.js.map +0 -1
- package/packages/sdk/src/encoding/schema/bytearray.mjs +0 -49
- package/packages/sdk/src/encoding/schema/bytearray.mjs.map +0 -1
- package/packages/sdk/src/encoding/schema/map.d.ts +0 -58
- package/packages/sdk/src/encoding/schema/map.js +0 -110
- package/packages/sdk/src/encoding/schema/map.js.map +0 -1
- package/packages/sdk/src/encoding/schema/map.mjs +0 -107
- package/packages/sdk/src/encoding/schema/map.mjs.map +0 -1
- package/packages/sdk/src/encoding/schema/optional.js +0 -46
- package/packages/sdk/src/encoding/schema/optional.js.map +0 -1
- package/packages/sdk/src/encoding/schema/optional.mjs +0 -46
- package/packages/sdk/src/encoding/schema/optional.mjs.map +0 -1
- package/packages/sdk/src/encoding/schema/uint64.js +0 -30
- package/packages/sdk/src/encoding/schema/uint64.js.map +0 -1
- package/packages/sdk/src/encoding/schema/uint64.mjs +0 -30
- package/packages/sdk/src/encoding/schema/uint64.mjs.map +0 -1
- package/packages/sdk/src/encoding/uint64.d.ts +0 -34
- package/packages/sdk/src/encoding/uint64.js +0 -34
- package/packages/sdk/src/encoding/uint64.js.map +0 -1
- package/packages/sdk/src/encoding/uint64.mjs +0 -33
- package/packages/sdk/src/encoding/uint64.mjs.map +0 -1
- package/packages/sdk/src/index.d.ts +0 -44
- package/packages/sdk/src/index.js +0 -62
- package/packages/sdk/src/index.js.map +0 -1
- package/packages/sdk/src/index.mjs +0 -58
- package/packages/sdk/src/index.mjs.map +0 -1
- package/packages/sdk/src/nacl/naclWrappers.js +0 -14
- package/packages/sdk/src/nacl/naclWrappers.js.map +0 -1
- package/packages/sdk/src/nacl/naclWrappers.mjs +0 -11
- package/packages/sdk/src/nacl/naclWrappers.mjs.map +0 -1
- package/packages/sdk/src/types/intDecoding.d.ts +0 -28
- package/packages/sdk/src/types/intDecoding.js +0 -32
- package/packages/sdk/src/types/intDecoding.js.map +0 -1
- package/packages/sdk/src/types/intDecoding.mjs +0 -31
- package/packages/sdk/src/types/intDecoding.mjs.map +0 -1
- package/packages/sdk/src/types/transactions/encoded.d.ts +0 -40
- package/packages/sdk/src/types/transactions/encoded.js +0 -64
- package/packages/sdk/src/types/transactions/encoded.js.map +0 -1
- package/packages/sdk/src/types/transactions/encoded.mjs +0 -59
- package/packages/sdk/src/types/transactions/encoded.mjs.map +0 -1
- package/packages/sdk/src/utils/utils.d.ts +0 -64
- package/packages/sdk/src/utils/utils.js +0 -140
- package/packages/sdk/src/utils/utils.js.map +0 -1
- package/packages/sdk/src/utils/utils.mjs +0 -128
- package/packages/sdk/src/utils/utils.mjs.map +0 -1
- package/packages/transact/src/transactions/common.d.ts +0 -37
- package/sdk/index.d.ts +0 -10
- package/sdk/index.js +0 -59
- package/sdk/index.mjs +0 -11
|
@@ -5,7 +5,9 @@ var ApiError = class extends Error {
|
|
|
5
5
|
status;
|
|
6
6
|
body;
|
|
7
7
|
constructor(url, status, body) {
|
|
8
|
-
|
|
8
|
+
let message = `Request to ${url} failed with status ${status}`;
|
|
9
|
+
if (body && typeof body === "object" && "message" in body && body.message) message += `: ${body.message}`;
|
|
10
|
+
super(message);
|
|
9
11
|
this.url = url;
|
|
10
12
|
this.status = status;
|
|
11
13
|
this.body = body;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-error.js","names":[],"sources":["../../../../../packages/indexer_client/src/core/api-error.ts"],"sourcesContent":["export class ApiError<T = unknown> extends Error {\n public readonly url: string\n public readonly status: number\n public readonly body: T | undefined\n\n constructor(url: string, status: number, body?: T) {\n
|
|
1
|
+
{"version":3,"file":"api-error.js","names":[],"sources":["../../../../../packages/indexer_client/src/core/api-error.ts"],"sourcesContent":["export class ApiError<T = unknown> extends Error {\n public readonly url: string\n public readonly status: number\n public readonly body: T | undefined\n\n constructor(url: string, status: number, body?: T) {\n let message = `Request to ${url} failed with status ${status}`\n if (body && typeof body === 'object' && 'message' in body && body.message) {\n message += `: ${body.message}`\n }\n\n super(message)\n this.url = url\n this.status = status\n this.body = body\n }\n}\n"],"mappings":";;AAAA,IAAa,WAAb,cAA2C,MAAM;CAC/C,AAAgB;CAChB,AAAgB;CAChB,AAAgB;CAEhB,YAAY,KAAa,QAAgB,MAAU;EACjD,IAAI,UAAU,cAAc,IAAI,sBAAsB;AACtD,MAAI,QAAQ,OAAO,SAAS,YAAY,aAAa,QAAQ,KAAK,QAChE,YAAW,KAAK,KAAK;AAGvB,QAAM,QAAQ;AACd,OAAK,MAAM;AACX,OAAK,SAAS;AACd,OAAK,OAAO"}
|
|
@@ -4,7 +4,9 @@ var ApiError = class extends Error {
|
|
|
4
4
|
status;
|
|
5
5
|
body;
|
|
6
6
|
constructor(url, status, body) {
|
|
7
|
-
|
|
7
|
+
let message = `Request to ${url} failed with status ${status}`;
|
|
8
|
+
if (body && typeof body === "object" && "message" in body && body.message) message += `: ${body.message}`;
|
|
9
|
+
super(message);
|
|
8
10
|
this.url = url;
|
|
9
11
|
this.status = status;
|
|
10
12
|
this.body = body;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"api-error.mjs","names":[],"sources":["../../../../../packages/indexer_client/src/core/api-error.ts"],"sourcesContent":["export class ApiError<T = unknown> extends Error {\n public readonly url: string\n public readonly status: number\n public readonly body: T | undefined\n\n constructor(url: string, status: number, body?: T) {\n
|
|
1
|
+
{"version":3,"file":"api-error.mjs","names":[],"sources":["../../../../../packages/indexer_client/src/core/api-error.ts"],"sourcesContent":["export class ApiError<T = unknown> extends Error {\n public readonly url: string\n public readonly status: number\n public readonly body: T | undefined\n\n constructor(url: string, status: number, body?: T) {\n let message = `Request to ${url} failed with status ${status}`\n if (body && typeof body === 'object' && 'message' in body && body.message) {\n message += `: ${body.message}`\n }\n\n super(message)\n this.url = url\n this.status = status\n this.body = body\n }\n}\n"],"mappings":";AAAA,IAAa,WAAb,cAA2C,MAAM;CAC/C,AAAgB;CAChB,AAAgB;CAChB,AAAgB;CAEhB,YAAY,KAAa,QAAgB,MAAU;EACjD,IAAI,UAAU,cAAc,IAAI,sBAAsB;AACtD,MAAI,QAAQ,OAAO,SAAS,YAAY,aAAa,QAAQ,KAAK,QAChE,YAAW,KAAK,KAAK;AAGvB,QAAM,QAAQ;AACd,OAAK,MAAM;AACX,OAAK,SAAS;AACd,OAAK,OAAO"}
|
|
@@ -1,25 +1,10 @@
|
|
|
1
1
|
const require_object_model = require('../../../common/src/codecs/models/object-model.js');
|
|
2
|
-
const require_json = require('../../../common/src/json.js');
|
|
3
|
-
const require_msgpack = require('../../../common/src/msgpack.js');
|
|
4
2
|
|
|
5
3
|
//#region packages/indexer_client/src/core/model-runtime.ts
|
|
6
|
-
function encodeJson(value, meta) {
|
|
7
|
-
return require_json.stringifyJson(new require_object_model.ObjectModelCodec(meta).encode(value, "json"));
|
|
8
|
-
}
|
|
9
|
-
function encodeMsgpack$1(value, meta) {
|
|
10
|
-
return require_msgpack.encodeMsgpack(new require_object_model.ObjectModelCodec(meta).encode(value, "msgpack"));
|
|
11
|
-
}
|
|
12
4
|
function decodeJson(value, meta) {
|
|
13
5
|
return new require_object_model.ObjectModelCodec(meta).decode(value, "json");
|
|
14
6
|
}
|
|
15
|
-
function decodeMsgpack$1(value, meta) {
|
|
16
|
-
const wire = require_msgpack.decodeMsgpack(value);
|
|
17
|
-
return new require_object_model.ObjectModelCodec(meta).decode(wire, "msgpack");
|
|
18
|
-
}
|
|
19
7
|
|
|
20
8
|
//#endregion
|
|
21
9
|
exports.decodeJson = decodeJson;
|
|
22
|
-
exports.decodeMsgpack = decodeMsgpack$1;
|
|
23
|
-
exports.encodeJson = encodeJson;
|
|
24
|
-
exports.encodeMsgpack = encodeMsgpack$1;
|
|
25
10
|
//# sourceMappingURL=model-runtime.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-runtime.js","names":["
|
|
1
|
+
{"version":3,"file":"model-runtime.js","names":["ObjectModelCodec"],"sources":["../../../../../packages/indexer_client/src/core/model-runtime.ts"],"sourcesContent":["import {\n ObjectModelCodec,\n decodeMsgpack as rawDecodeMsgpack,\n encodeMsgpack as rawEncodeMsgpack,\n stringifyJson,\n type ObjectModelMetadata,\n} from '@algorandfoundation/algokit-common'\n\nexport function encodeJson<T extends Record<string, unknown>>(value: T, meta: ObjectModelMetadata<T>, space?: string | number): string {\n const wire = new ObjectModelCodec(meta).encode(value, 'json')\n return stringifyJson(wire, undefined, space)\n}\nexport function encodeMsgpack<T extends Record<string, unknown>>(value: T, meta: ObjectModelMetadata<T>): Uint8Array {\n const wire = new ObjectModelCodec(meta).encode(value, 'msgpack')\n return rawEncodeMsgpack(wire)\n}\nexport function decodeJson<T extends Record<string, unknown>>(value: Record<string, unknown>, meta: ObjectModelMetadata<T>): T {\n return new ObjectModelCodec<T>(meta).decode(value, 'json')\n}\nexport function decodeMsgpack<T extends Record<string, unknown>>(value: Uint8Array, meta: ObjectModelMetadata<T>): T {\n const wire = rawDecodeMsgpack(value)\n return new ObjectModelCodec<T>(meta).decode(wire, 'msgpack')\n}\n"],"mappings":";;;AAgBA,SAAgB,WAA8C,OAAgC,MAAiC;AAC7H,QAAO,IAAIA,sCAAoB,KAAK,CAAC,OAAO,OAAO,OAAO"}
|
|
@@ -1,22 +1,10 @@
|
|
|
1
1
|
import { ObjectModelCodec } from "../../../common/src/codecs/models/object-model.mjs";
|
|
2
|
-
import { stringifyJson } from "../../../common/src/json.mjs";
|
|
3
|
-
import { decodeMsgpack, encodeMsgpack } from "../../../common/src/msgpack.mjs";
|
|
4
2
|
|
|
5
3
|
//#region packages/indexer_client/src/core/model-runtime.ts
|
|
6
|
-
function encodeJson(value, meta) {
|
|
7
|
-
return stringifyJson(new ObjectModelCodec(meta).encode(value, "json"));
|
|
8
|
-
}
|
|
9
|
-
function encodeMsgpack$1(value, meta) {
|
|
10
|
-
return encodeMsgpack(new ObjectModelCodec(meta).encode(value, "msgpack"));
|
|
11
|
-
}
|
|
12
4
|
function decodeJson(value, meta) {
|
|
13
5
|
return new ObjectModelCodec(meta).decode(value, "json");
|
|
14
6
|
}
|
|
15
|
-
function decodeMsgpack$1(value, meta) {
|
|
16
|
-
const wire = decodeMsgpack(value);
|
|
17
|
-
return new ObjectModelCodec(meta).decode(wire, "msgpack");
|
|
18
|
-
}
|
|
19
7
|
|
|
20
8
|
//#endregion
|
|
21
|
-
export { decodeJson
|
|
9
|
+
export { decodeJson };
|
|
22
10
|
//# sourceMappingURL=model-runtime.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"model-runtime.mjs","names":[
|
|
1
|
+
{"version":3,"file":"model-runtime.mjs","names":[],"sources":["../../../../../packages/indexer_client/src/core/model-runtime.ts"],"sourcesContent":["import {\n ObjectModelCodec,\n decodeMsgpack as rawDecodeMsgpack,\n encodeMsgpack as rawEncodeMsgpack,\n stringifyJson,\n type ObjectModelMetadata,\n} from '@algorandfoundation/algokit-common'\n\nexport function encodeJson<T extends Record<string, unknown>>(value: T, meta: ObjectModelMetadata<T>, space?: string | number): string {\n const wire = new ObjectModelCodec(meta).encode(value, 'json')\n return stringifyJson(wire, undefined, space)\n}\nexport function encodeMsgpack<T extends Record<string, unknown>>(value: T, meta: ObjectModelMetadata<T>): Uint8Array {\n const wire = new ObjectModelCodec(meta).encode(value, 'msgpack')\n return rawEncodeMsgpack(wire)\n}\nexport function decodeJson<T extends Record<string, unknown>>(value: Record<string, unknown>, meta: ObjectModelMetadata<T>): T {\n return new ObjectModelCodec<T>(meta).decode(value, 'json')\n}\nexport function decodeMsgpack<T extends Record<string, unknown>>(value: Uint8Array, meta: ObjectModelMetadata<T>): T {\n const wire = rawDecodeMsgpack(value)\n return new ObjectModelCodec<T>(meta).decode(wire, 'msgpack')\n}\n"],"mappings":";;;AAgBA,SAAgB,WAA8C,OAAgC,MAAiC;AAC7H,QAAO,IAAI,iBAAoB,KAAK,CAAC,OAAO,OAAO,OAAO"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const require_bigint = require('../../../common/src/codecs/primitives/bigint.js');
|
|
2
|
-
const
|
|
2
|
+
const require_fixed_bytes = require('../../../common/src/codecs/primitives/fixed-bytes.js');
|
|
3
3
|
|
|
4
4
|
//#region packages/indexer_client/src/models/account-participation.ts
|
|
5
5
|
const AccountParticipationMeta = {
|
|
@@ -10,7 +10,7 @@ const AccountParticipationMeta = {
|
|
|
10
10
|
name: "selectionParticipationKey",
|
|
11
11
|
wireKey: "selection-participation-key",
|
|
12
12
|
optional: false,
|
|
13
|
-
codec:
|
|
13
|
+
codec: require_fixed_bytes.fixedBytes32Codec
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
name: "voteFirstValid",
|
|
@@ -34,13 +34,13 @@ const AccountParticipationMeta = {
|
|
|
34
34
|
name: "voteParticipationKey",
|
|
35
35
|
wireKey: "vote-participation-key",
|
|
36
36
|
optional: false,
|
|
37
|
-
codec:
|
|
37
|
+
codec: require_fixed_bytes.fixedBytes32Codec
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
name: "stateProofKey",
|
|
41
41
|
wireKey: "state-proof-key",
|
|
42
42
|
optional: true,
|
|
43
|
-
codec:
|
|
43
|
+
codec: require_fixed_bytes.fixedBytes64Codec
|
|
44
44
|
}
|
|
45
45
|
]
|
|
46
46
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account-participation.js","names":["AccountParticipationMeta: ObjectModelMetadata<AccountParticipation>","
|
|
1
|
+
{"version":3,"file":"account-participation.js","names":["AccountParticipationMeta: ObjectModelMetadata<AccountParticipation>","fixedBytes32Codec","bigIntCodec","fixedBytes64Codec"],"sources":["../../../../../packages/indexer_client/src/models/account-participation.ts"],"sourcesContent":["import type { ObjectModelMetadata } from '@algorandfoundation/algokit-common'\nimport { bigIntCodec, fixedBytes32Codec, fixedBytes64Codec } from '@algorandfoundation/algokit-common'\n\n/**\n * AccountParticipation describes the parameters used by this account in consensus protocol.\n */\nexport type AccountParticipation = {\n /**\n * Selection public key (if any) currently registered for this round.\n */\n selectionParticipationKey: Uint8Array\n\n /**\n * First round for which this participation is valid.\n */\n voteFirstValid: bigint\n\n /**\n * Number of subkeys in each batch of participation keys.\n */\n voteKeyDilution: bigint\n\n /**\n * Last round for which this participation is valid.\n */\n voteLastValid: bigint\n\n /**\n * root participation public key (if any) currently registered for this round.\n */\n voteParticipationKey: Uint8Array\n\n /**\n * Root of the state proof key (if any)\n */\n stateProofKey?: Uint8Array\n}\n\nexport const AccountParticipationMeta: ObjectModelMetadata<AccountParticipation> = {\n name: 'AccountParticipation',\n kind: 'object',\n fields: [\n {\n name: 'selectionParticipationKey',\n wireKey: 'selection-participation-key',\n optional: false,\n codec: fixedBytes32Codec,\n },\n {\n name: 'voteFirstValid',\n wireKey: 'vote-first-valid',\n optional: false,\n codec: bigIntCodec,\n },\n {\n name: 'voteKeyDilution',\n wireKey: 'vote-key-dilution',\n optional: false,\n codec: bigIntCodec,\n },\n {\n name: 'voteLastValid',\n wireKey: 'vote-last-valid',\n optional: false,\n codec: bigIntCodec,\n },\n {\n name: 'voteParticipationKey',\n wireKey: 'vote-participation-key',\n optional: false,\n codec: fixedBytes32Codec,\n },\n {\n name: 'stateProofKey',\n wireKey: 'state-proof-key',\n optional: true,\n codec: fixedBytes64Codec,\n },\n ],\n}\n"],"mappings":";;;;AAsCA,MAAaA,2BAAsE;CACjF,MAAM;CACN,MAAM;CACN,QAAQ;EACN;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOC;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOC;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOA;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOA;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOD;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOE;GACR;EACF;CACF"}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { bigIntCodec } from "../../../common/src/codecs/primitives/bigint.mjs";
|
|
2
|
-
import {
|
|
2
|
+
import { fixedBytes32Codec, fixedBytes64Codec } from "../../../common/src/codecs/primitives/fixed-bytes.mjs";
|
|
3
3
|
|
|
4
4
|
//#region packages/indexer_client/src/models/account-participation.ts
|
|
5
5
|
const AccountParticipationMeta = {
|
|
@@ -10,7 +10,7 @@ const AccountParticipationMeta = {
|
|
|
10
10
|
name: "selectionParticipationKey",
|
|
11
11
|
wireKey: "selection-participation-key",
|
|
12
12
|
optional: false,
|
|
13
|
-
codec:
|
|
13
|
+
codec: fixedBytes32Codec
|
|
14
14
|
},
|
|
15
15
|
{
|
|
16
16
|
name: "voteFirstValid",
|
|
@@ -34,13 +34,13 @@ const AccountParticipationMeta = {
|
|
|
34
34
|
name: "voteParticipationKey",
|
|
35
35
|
wireKey: "vote-participation-key",
|
|
36
36
|
optional: false,
|
|
37
|
-
codec:
|
|
37
|
+
codec: fixedBytes32Codec
|
|
38
38
|
},
|
|
39
39
|
{
|
|
40
40
|
name: "stateProofKey",
|
|
41
41
|
wireKey: "state-proof-key",
|
|
42
42
|
optional: true,
|
|
43
|
-
codec:
|
|
43
|
+
codec: fixedBytes64Codec
|
|
44
44
|
}
|
|
45
45
|
]
|
|
46
46
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"account-participation.mjs","names":["AccountParticipationMeta: ObjectModelMetadata<AccountParticipation>"],"sources":["../../../../../packages/indexer_client/src/models/account-participation.ts"],"sourcesContent":["import type { ObjectModelMetadata } from '@algorandfoundation/algokit-common'\nimport { bigIntCodec,
|
|
1
|
+
{"version":3,"file":"account-participation.mjs","names":["AccountParticipationMeta: ObjectModelMetadata<AccountParticipation>"],"sources":["../../../../../packages/indexer_client/src/models/account-participation.ts"],"sourcesContent":["import type { ObjectModelMetadata } from '@algorandfoundation/algokit-common'\nimport { bigIntCodec, fixedBytes32Codec, fixedBytes64Codec } from '@algorandfoundation/algokit-common'\n\n/**\n * AccountParticipation describes the parameters used by this account in consensus protocol.\n */\nexport type AccountParticipation = {\n /**\n * Selection public key (if any) currently registered for this round.\n */\n selectionParticipationKey: Uint8Array\n\n /**\n * First round for which this participation is valid.\n */\n voteFirstValid: bigint\n\n /**\n * Number of subkeys in each batch of participation keys.\n */\n voteKeyDilution: bigint\n\n /**\n * Last round for which this participation is valid.\n */\n voteLastValid: bigint\n\n /**\n * root participation public key (if any) currently registered for this round.\n */\n voteParticipationKey: Uint8Array\n\n /**\n * Root of the state proof key (if any)\n */\n stateProofKey?: Uint8Array\n}\n\nexport const AccountParticipationMeta: ObjectModelMetadata<AccountParticipation> = {\n name: 'AccountParticipation',\n kind: 'object',\n fields: [\n {\n name: 'selectionParticipationKey',\n wireKey: 'selection-participation-key',\n optional: false,\n codec: fixedBytes32Codec,\n },\n {\n name: 'voteFirstValid',\n wireKey: 'vote-first-valid',\n optional: false,\n codec: bigIntCodec,\n },\n {\n name: 'voteKeyDilution',\n wireKey: 'vote-key-dilution',\n optional: false,\n codec: bigIntCodec,\n },\n {\n name: 'voteLastValid',\n wireKey: 'vote-last-valid',\n optional: false,\n codec: bigIntCodec,\n },\n {\n name: 'voteParticipationKey',\n wireKey: 'vote-participation-key',\n optional: false,\n codec: fixedBytes32Codec,\n },\n {\n name: 'stateProofKey',\n wireKey: 'state-proof-key',\n optional: true,\n codec: fixedBytes64Codec,\n },\n ],\n}\n"],"mappings":";;;;AAsCA,MAAaA,2BAAsE;CACjF,MAAM;CACN,MAAM;CACN,QAAQ;EACN;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACF;CACF"}
|
|
@@ -6,11 +6,11 @@ type ApplicationStateSchema = {
|
|
|
6
6
|
/**
|
|
7
7
|
* number of uints.
|
|
8
8
|
*/
|
|
9
|
-
|
|
9
|
+
numUints: number;
|
|
10
10
|
/**
|
|
11
11
|
* number of byte slices.
|
|
12
12
|
*/
|
|
13
|
-
|
|
13
|
+
numByteSlices: number;
|
|
14
14
|
};
|
|
15
15
|
//#endregion
|
|
16
16
|
export { ApplicationStateSchema };
|
|
@@ -5,12 +5,12 @@ const ApplicationStateSchemaMeta = {
|
|
|
5
5
|
name: "ApplicationStateSchema",
|
|
6
6
|
kind: "object",
|
|
7
7
|
fields: [{
|
|
8
|
-
name: "
|
|
8
|
+
name: "numUints",
|
|
9
9
|
wireKey: "num-uint",
|
|
10
10
|
optional: false,
|
|
11
11
|
codec: require_number.numberCodec
|
|
12
12
|
}, {
|
|
13
|
-
name: "
|
|
13
|
+
name: "numByteSlices",
|
|
14
14
|
wireKey: "num-byte-slice",
|
|
15
15
|
optional: false,
|
|
16
16
|
codec: require_number.numberCodec
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"application-state-schema.js","names":["ApplicationStateSchemaMeta: ObjectModelMetadata<ApplicationStateSchema>","numberCodec"],"sources":["../../../../../packages/indexer_client/src/models/application-state-schema.ts"],"sourcesContent":["import type { ObjectModelMetadata } from '@algorandfoundation/algokit-common'\nimport { numberCodec } from '@algorandfoundation/algokit-common'\n\n/**\n * Specifies maximums on the number of each type that may be stored.\n */\nexport type ApplicationStateSchema = {\n /**\n * number of uints.\n */\n
|
|
1
|
+
{"version":3,"file":"application-state-schema.js","names":["ApplicationStateSchemaMeta: ObjectModelMetadata<ApplicationStateSchema>","numberCodec"],"sources":["../../../../../packages/indexer_client/src/models/application-state-schema.ts"],"sourcesContent":["import type { ObjectModelMetadata } from '@algorandfoundation/algokit-common'\nimport { numberCodec } from '@algorandfoundation/algokit-common'\n\n/**\n * Specifies maximums on the number of each type that may be stored.\n */\nexport type ApplicationStateSchema = {\n /**\n * number of uints.\n */\n numUints: number\n\n /**\n * number of byte slices.\n */\n numByteSlices: number\n}\n\nexport const ApplicationStateSchemaMeta: ObjectModelMetadata<ApplicationStateSchema> = {\n name: 'ApplicationStateSchema',\n kind: 'object',\n fields: [\n {\n name: 'numUints',\n wireKey: 'num-uint',\n optional: false,\n codec: numberCodec,\n },\n {\n name: 'numByteSlices',\n wireKey: 'num-byte-slice',\n optional: false,\n codec: numberCodec,\n },\n ],\n}\n"],"mappings":";;;AAkBA,MAAaA,6BAA0E;CACrF,MAAM;CACN,MAAM;CACN,QAAQ,CACN;EACE,MAAM;EACN,SAAS;EACT,UAAU;EACV,OAAOC;EACR,EACD;EACE,MAAM;EACN,SAAS;EACT,UAAU;EACV,OAAOA;EACR,CACF;CACF"}
|
|
@@ -5,12 +5,12 @@ const ApplicationStateSchemaMeta = {
|
|
|
5
5
|
name: "ApplicationStateSchema",
|
|
6
6
|
kind: "object",
|
|
7
7
|
fields: [{
|
|
8
|
-
name: "
|
|
8
|
+
name: "numUints",
|
|
9
9
|
wireKey: "num-uint",
|
|
10
10
|
optional: false,
|
|
11
11
|
codec: numberCodec
|
|
12
12
|
}, {
|
|
13
|
-
name: "
|
|
13
|
+
name: "numByteSlices",
|
|
14
14
|
wireKey: "num-byte-slice",
|
|
15
15
|
optional: false,
|
|
16
16
|
codec: numberCodec
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"application-state-schema.mjs","names":["ApplicationStateSchemaMeta: ObjectModelMetadata<ApplicationStateSchema>"],"sources":["../../../../../packages/indexer_client/src/models/application-state-schema.ts"],"sourcesContent":["import type { ObjectModelMetadata } from '@algorandfoundation/algokit-common'\nimport { numberCodec } from '@algorandfoundation/algokit-common'\n\n/**\n * Specifies maximums on the number of each type that may be stored.\n */\nexport type ApplicationStateSchema = {\n /**\n * number of uints.\n */\n
|
|
1
|
+
{"version":3,"file":"application-state-schema.mjs","names":["ApplicationStateSchemaMeta: ObjectModelMetadata<ApplicationStateSchema>"],"sources":["../../../../../packages/indexer_client/src/models/application-state-schema.ts"],"sourcesContent":["import type { ObjectModelMetadata } from '@algorandfoundation/algokit-common'\nimport { numberCodec } from '@algorandfoundation/algokit-common'\n\n/**\n * Specifies maximums on the number of each type that may be stored.\n */\nexport type ApplicationStateSchema = {\n /**\n * number of uints.\n */\n numUints: number\n\n /**\n * number of byte slices.\n */\n numByteSlices: number\n}\n\nexport const ApplicationStateSchemaMeta: ObjectModelMetadata<ApplicationStateSchema> = {\n name: 'ApplicationStateSchema',\n kind: 'object',\n fields: [\n {\n name: 'numUints',\n wireKey: 'num-uint',\n optional: false,\n codec: numberCodec,\n },\n {\n name: 'numByteSlices',\n wireKey: 'num-byte-slice',\n optional: false,\n codec: numberCodec,\n },\n ],\n}\n"],"mappings":";;;AAkBA,MAAaA,6BAA0E;CACrF,MAAM;CACN,MAAM;CACN,QAAQ,CACN;EACE,MAAM;EACN,SAAS;EACT,UAAU;EACV,OAAO;EACR,EACD;EACE,MAAM;EACN,SAAS;EACT,UAAU;EACV,OAAO;EACR,CACF;CACF"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
const require_bigint = require('../../../common/src/codecs/primitives/bigint.js');
|
|
2
2
|
const require_boolean = require('../../../common/src/codecs/primitives/boolean.js');
|
|
3
3
|
const require_bytes = require('../../../common/src/codecs/primitives/bytes.js');
|
|
4
|
+
const require_fixed_bytes = require('../../../common/src/codecs/primitives/fixed-bytes.js');
|
|
4
5
|
const require_number = require('../../../common/src/codecs/primitives/number.js');
|
|
5
6
|
const require_string = require('../../../common/src/codecs/primitives/string.js');
|
|
6
7
|
|
|
@@ -49,7 +50,7 @@ const AssetParamsMeta = {
|
|
|
49
50
|
name: "metadataHash",
|
|
50
51
|
wireKey: "metadata-hash",
|
|
51
52
|
optional: true,
|
|
52
|
-
codec:
|
|
53
|
+
codec: require_fixed_bytes.fixedBytes32Codec
|
|
53
54
|
},
|
|
54
55
|
{
|
|
55
56
|
name: "name",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asset-params.js","names":["AssetParamsMeta: ObjectModelMetadata<AssetParams>","stringCodec","numberCodec","booleanCodec","bytesCodec","bigIntCodec"],"sources":["../../../../../packages/indexer_client/src/models/asset-params.ts"],"sourcesContent":["import type { ObjectModelMetadata } from '@algorandfoundation/algokit-common'\nimport { stringCodec, numberCodec, bigIntCodec, booleanCodec, bytesCodec } from '@algorandfoundation/algokit-common'\n\n/**\n * AssetParams specifies the parameters for an asset.\n *\n * \\[apar\\] when part of an AssetConfig transaction.\n *\n * Definition:\n * data/transactions/asset.go : AssetParams\n */\nexport type AssetParams = {\n /**\n * Address of account used to clawback holdings of this asset. If empty, clawback is not permitted.\n */\n clawback?: string\n\n /**\n * The address that created this asset. This is the address where the parameters for this asset can be found, and also the address where unwanted asset units can be sent in the worst case.\n */\n creator: string\n\n /**\n * The number of digits to use after the decimal point when displaying this asset. If 0, the asset is not divisible. If 1, the base unit of the asset is in tenths. If 2, the base unit of the asset is in hundredths, and so on. This value must be between 0 and 19 (inclusive).\n */\n decimals: number\n\n /**\n * Whether holdings of this asset are frozen by default.\n */\n defaultFrozen?: boolean\n\n /**\n * Address of account used to freeze holdings of this asset. If empty, freezing is not permitted.\n */\n freeze?: string\n\n /**\n * Address of account used to manage the keys of this asset and to destroy it.\n */\n manager?: string\n\n /**\n * A commitment to some unspecified asset metadata. The format of this metadata is up to the application.\n */\n metadataHash?: Uint8Array\n\n /**\n * Name of this asset, as supplied by the creator. Included only when the asset name is composed of printable utf-8 characters.\n */\n name?: string\n\n /**\n * Base64 encoded name of this asset, as supplied by the creator.\n */\n nameB64?: Uint8Array\n\n /**\n * Address of account holding reserve (non-minted) units of this asset.\n */\n reserve?: string\n\n /**\n * The total number of units of this asset.\n */\n total: bigint\n\n /**\n * Name of a unit of this asset, as supplied by the creator. Included only when the name of a unit of this asset is composed of printable utf-8 characters.\n */\n unitName?: string\n\n /**\n * Base64 encoded name of a unit of this asset, as supplied by the creator.\n */\n unitNameB64?: Uint8Array\n\n /**\n * URL where more information about the asset can be retrieved. Included only when the URL is composed of printable utf-8 characters.\n */\n url?: string\n\n /**\n * Base64 encoded URL where more information about the asset can be retrieved.\n */\n urlB64?: Uint8Array\n}\n\nexport const AssetParamsMeta: ObjectModelMetadata<AssetParams> = {\n name: 'AssetParams',\n kind: 'object',\n fields: [\n {\n name: 'clawback',\n wireKey: 'clawback',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'creator',\n wireKey: 'creator',\n optional: false,\n codec: stringCodec,\n },\n {\n name: 'decimals',\n wireKey: 'decimals',\n optional: false,\n codec: numberCodec,\n },\n {\n name: 'defaultFrozen',\n wireKey: 'default-frozen',\n optional: true,\n codec: booleanCodec,\n },\n {\n name: 'freeze',\n wireKey: 'freeze',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'manager',\n wireKey: 'manager',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'metadataHash',\n wireKey: 'metadata-hash',\n optional: true,\n codec:
|
|
1
|
+
{"version":3,"file":"asset-params.js","names":["AssetParamsMeta: ObjectModelMetadata<AssetParams>","stringCodec","numberCodec","booleanCodec","fixedBytes32Codec","bytesCodec","bigIntCodec"],"sources":["../../../../../packages/indexer_client/src/models/asset-params.ts"],"sourcesContent":["import type { ObjectModelMetadata } from '@algorandfoundation/algokit-common'\nimport { stringCodec, numberCodec, bigIntCodec, booleanCodec, bytesCodec, fixedBytes32Codec } from '@algorandfoundation/algokit-common'\n\n/**\n * AssetParams specifies the parameters for an asset.\n *\n * \\[apar\\] when part of an AssetConfig transaction.\n *\n * Definition:\n * data/transactions/asset.go : AssetParams\n */\nexport type AssetParams = {\n /**\n * Address of account used to clawback holdings of this asset. If empty, clawback is not permitted.\n */\n clawback?: string\n\n /**\n * The address that created this asset. This is the address where the parameters for this asset can be found, and also the address where unwanted asset units can be sent in the worst case.\n */\n creator: string\n\n /**\n * The number of digits to use after the decimal point when displaying this asset. If 0, the asset is not divisible. If 1, the base unit of the asset is in tenths. If 2, the base unit of the asset is in hundredths, and so on. This value must be between 0 and 19 (inclusive).\n */\n decimals: number\n\n /**\n * Whether holdings of this asset are frozen by default.\n */\n defaultFrozen?: boolean\n\n /**\n * Address of account used to freeze holdings of this asset. If empty, freezing is not permitted.\n */\n freeze?: string\n\n /**\n * Address of account used to manage the keys of this asset and to destroy it.\n */\n manager?: string\n\n /**\n * A commitment to some unspecified asset metadata. The format of this metadata is up to the application.\n */\n metadataHash?: Uint8Array\n\n /**\n * Name of this asset, as supplied by the creator. Included only when the asset name is composed of printable utf-8 characters.\n */\n name?: string\n\n /**\n * Base64 encoded name of this asset, as supplied by the creator.\n */\n nameB64?: Uint8Array\n\n /**\n * Address of account holding reserve (non-minted) units of this asset.\n */\n reserve?: string\n\n /**\n * The total number of units of this asset.\n */\n total: bigint\n\n /**\n * Name of a unit of this asset, as supplied by the creator. Included only when the name of a unit of this asset is composed of printable utf-8 characters.\n */\n unitName?: string\n\n /**\n * Base64 encoded name of a unit of this asset, as supplied by the creator.\n */\n unitNameB64?: Uint8Array\n\n /**\n * URL where more information about the asset can be retrieved. Included only when the URL is composed of printable utf-8 characters.\n */\n url?: string\n\n /**\n * Base64 encoded URL where more information about the asset can be retrieved.\n */\n urlB64?: Uint8Array\n}\n\nexport const AssetParamsMeta: ObjectModelMetadata<AssetParams> = {\n name: 'AssetParams',\n kind: 'object',\n fields: [\n {\n name: 'clawback',\n wireKey: 'clawback',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'creator',\n wireKey: 'creator',\n optional: false,\n codec: stringCodec,\n },\n {\n name: 'decimals',\n wireKey: 'decimals',\n optional: false,\n codec: numberCodec,\n },\n {\n name: 'defaultFrozen',\n wireKey: 'default-frozen',\n optional: true,\n codec: booleanCodec,\n },\n {\n name: 'freeze',\n wireKey: 'freeze',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'manager',\n wireKey: 'manager',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'metadataHash',\n wireKey: 'metadata-hash',\n optional: true,\n codec: fixedBytes32Codec,\n },\n {\n name: 'name',\n wireKey: 'name',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'nameB64',\n wireKey: 'name-b64',\n optional: true,\n codec: bytesCodec,\n },\n {\n name: 'reserve',\n wireKey: 'reserve',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'total',\n wireKey: 'total',\n optional: false,\n codec: bigIntCodec,\n },\n {\n name: 'unitName',\n wireKey: 'unit-name',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'unitNameB64',\n wireKey: 'unit-name-b64',\n optional: true,\n codec: bytesCodec,\n },\n {\n name: 'url',\n wireKey: 'url',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'urlB64',\n wireKey: 'url-b64',\n optional: true,\n codec: bytesCodec,\n },\n ],\n}\n"],"mappings":";;;;;;;;AAwFA,MAAaA,kBAAoD;CAC/D,MAAM;CACN,MAAM;CACN,QAAQ;EACN;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOC;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOA;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOC;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOC;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOF;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOA;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOG;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOH;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOI;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOJ;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOK;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOL;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOI;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOJ;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOI;GACR;EACF;CACF"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { bigIntCodec } from "../../../common/src/codecs/primitives/bigint.mjs";
|
|
2
2
|
import { booleanCodec } from "../../../common/src/codecs/primitives/boolean.mjs";
|
|
3
3
|
import { bytesCodec } from "../../../common/src/codecs/primitives/bytes.mjs";
|
|
4
|
+
import { fixedBytes32Codec } from "../../../common/src/codecs/primitives/fixed-bytes.mjs";
|
|
4
5
|
import { numberCodec } from "../../../common/src/codecs/primitives/number.mjs";
|
|
5
6
|
import { stringCodec } from "../../../common/src/codecs/primitives/string.mjs";
|
|
6
7
|
|
|
@@ -49,7 +50,7 @@ const AssetParamsMeta = {
|
|
|
49
50
|
name: "metadataHash",
|
|
50
51
|
wireKey: "metadata-hash",
|
|
51
52
|
optional: true,
|
|
52
|
-
codec:
|
|
53
|
+
codec: fixedBytes32Codec
|
|
53
54
|
},
|
|
54
55
|
{
|
|
55
56
|
name: "name",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"asset-params.mjs","names":["AssetParamsMeta: ObjectModelMetadata<AssetParams>"],"sources":["../../../../../packages/indexer_client/src/models/asset-params.ts"],"sourcesContent":["import type { ObjectModelMetadata } from '@algorandfoundation/algokit-common'\nimport { stringCodec, numberCodec, bigIntCodec, booleanCodec, bytesCodec } from '@algorandfoundation/algokit-common'\n\n/**\n * AssetParams specifies the parameters for an asset.\n *\n * \\[apar\\] when part of an AssetConfig transaction.\n *\n * Definition:\n * data/transactions/asset.go : AssetParams\n */\nexport type AssetParams = {\n /**\n * Address of account used to clawback holdings of this asset. If empty, clawback is not permitted.\n */\n clawback?: string\n\n /**\n * The address that created this asset. This is the address where the parameters for this asset can be found, and also the address where unwanted asset units can be sent in the worst case.\n */\n creator: string\n\n /**\n * The number of digits to use after the decimal point when displaying this asset. If 0, the asset is not divisible. If 1, the base unit of the asset is in tenths. If 2, the base unit of the asset is in hundredths, and so on. This value must be between 0 and 19 (inclusive).\n */\n decimals: number\n\n /**\n * Whether holdings of this asset are frozen by default.\n */\n defaultFrozen?: boolean\n\n /**\n * Address of account used to freeze holdings of this asset. If empty, freezing is not permitted.\n */\n freeze?: string\n\n /**\n * Address of account used to manage the keys of this asset and to destroy it.\n */\n manager?: string\n\n /**\n * A commitment to some unspecified asset metadata. The format of this metadata is up to the application.\n */\n metadataHash?: Uint8Array\n\n /**\n * Name of this asset, as supplied by the creator. Included only when the asset name is composed of printable utf-8 characters.\n */\n name?: string\n\n /**\n * Base64 encoded name of this asset, as supplied by the creator.\n */\n nameB64?: Uint8Array\n\n /**\n * Address of account holding reserve (non-minted) units of this asset.\n */\n reserve?: string\n\n /**\n * The total number of units of this asset.\n */\n total: bigint\n\n /**\n * Name of a unit of this asset, as supplied by the creator. Included only when the name of a unit of this asset is composed of printable utf-8 characters.\n */\n unitName?: string\n\n /**\n * Base64 encoded name of a unit of this asset, as supplied by the creator.\n */\n unitNameB64?: Uint8Array\n\n /**\n * URL where more information about the asset can be retrieved. Included only when the URL is composed of printable utf-8 characters.\n */\n url?: string\n\n /**\n * Base64 encoded URL where more information about the asset can be retrieved.\n */\n urlB64?: Uint8Array\n}\n\nexport const AssetParamsMeta: ObjectModelMetadata<AssetParams> = {\n name: 'AssetParams',\n kind: 'object',\n fields: [\n {\n name: 'clawback',\n wireKey: 'clawback',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'creator',\n wireKey: 'creator',\n optional: false,\n codec: stringCodec,\n },\n {\n name: 'decimals',\n wireKey: 'decimals',\n optional: false,\n codec: numberCodec,\n },\n {\n name: 'defaultFrozen',\n wireKey: 'default-frozen',\n optional: true,\n codec: booleanCodec,\n },\n {\n name: 'freeze',\n wireKey: 'freeze',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'manager',\n wireKey: 'manager',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'metadataHash',\n wireKey: 'metadata-hash',\n optional: true,\n codec:
|
|
1
|
+
{"version":3,"file":"asset-params.mjs","names":["AssetParamsMeta: ObjectModelMetadata<AssetParams>"],"sources":["../../../../../packages/indexer_client/src/models/asset-params.ts"],"sourcesContent":["import type { ObjectModelMetadata } from '@algorandfoundation/algokit-common'\nimport { stringCodec, numberCodec, bigIntCodec, booleanCodec, bytesCodec, fixedBytes32Codec } from '@algorandfoundation/algokit-common'\n\n/**\n * AssetParams specifies the parameters for an asset.\n *\n * \\[apar\\] when part of an AssetConfig transaction.\n *\n * Definition:\n * data/transactions/asset.go : AssetParams\n */\nexport type AssetParams = {\n /**\n * Address of account used to clawback holdings of this asset. If empty, clawback is not permitted.\n */\n clawback?: string\n\n /**\n * The address that created this asset. This is the address where the parameters for this asset can be found, and also the address where unwanted asset units can be sent in the worst case.\n */\n creator: string\n\n /**\n * The number of digits to use after the decimal point when displaying this asset. If 0, the asset is not divisible. If 1, the base unit of the asset is in tenths. If 2, the base unit of the asset is in hundredths, and so on. This value must be between 0 and 19 (inclusive).\n */\n decimals: number\n\n /**\n * Whether holdings of this asset are frozen by default.\n */\n defaultFrozen?: boolean\n\n /**\n * Address of account used to freeze holdings of this asset. If empty, freezing is not permitted.\n */\n freeze?: string\n\n /**\n * Address of account used to manage the keys of this asset and to destroy it.\n */\n manager?: string\n\n /**\n * A commitment to some unspecified asset metadata. The format of this metadata is up to the application.\n */\n metadataHash?: Uint8Array\n\n /**\n * Name of this asset, as supplied by the creator. Included only when the asset name is composed of printable utf-8 characters.\n */\n name?: string\n\n /**\n * Base64 encoded name of this asset, as supplied by the creator.\n */\n nameB64?: Uint8Array\n\n /**\n * Address of account holding reserve (non-minted) units of this asset.\n */\n reserve?: string\n\n /**\n * The total number of units of this asset.\n */\n total: bigint\n\n /**\n * Name of a unit of this asset, as supplied by the creator. Included only when the name of a unit of this asset is composed of printable utf-8 characters.\n */\n unitName?: string\n\n /**\n * Base64 encoded name of a unit of this asset, as supplied by the creator.\n */\n unitNameB64?: Uint8Array\n\n /**\n * URL where more information about the asset can be retrieved. Included only when the URL is composed of printable utf-8 characters.\n */\n url?: string\n\n /**\n * Base64 encoded URL where more information about the asset can be retrieved.\n */\n urlB64?: Uint8Array\n}\n\nexport const AssetParamsMeta: ObjectModelMetadata<AssetParams> = {\n name: 'AssetParams',\n kind: 'object',\n fields: [\n {\n name: 'clawback',\n wireKey: 'clawback',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'creator',\n wireKey: 'creator',\n optional: false,\n codec: stringCodec,\n },\n {\n name: 'decimals',\n wireKey: 'decimals',\n optional: false,\n codec: numberCodec,\n },\n {\n name: 'defaultFrozen',\n wireKey: 'default-frozen',\n optional: true,\n codec: booleanCodec,\n },\n {\n name: 'freeze',\n wireKey: 'freeze',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'manager',\n wireKey: 'manager',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'metadataHash',\n wireKey: 'metadata-hash',\n optional: true,\n codec: fixedBytes32Codec,\n },\n {\n name: 'name',\n wireKey: 'name',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'nameB64',\n wireKey: 'name-b64',\n optional: true,\n codec: bytesCodec,\n },\n {\n name: 'reserve',\n wireKey: 'reserve',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'total',\n wireKey: 'total',\n optional: false,\n codec: bigIntCodec,\n },\n {\n name: 'unitName',\n wireKey: 'unit-name',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'unitNameB64',\n wireKey: 'unit-name-b64',\n optional: true,\n codec: bytesCodec,\n },\n {\n name: 'url',\n wireKey: 'url',\n optional: true,\n codec: stringCodec,\n },\n {\n name: 'urlB64',\n wireKey: 'url-b64',\n optional: true,\n codec: bytesCodec,\n },\n ],\n}\n"],"mappings":";;;;;;;;AAwFA,MAAaA,kBAAoD;CAC/D,MAAM;CACN,MAAM;CACN,QAAQ;EACN;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO;GACR;EACF;CACF"}
|
|
@@ -47,7 +47,7 @@ type Block = {
|
|
|
47
47
|
* \[prev512\] Previous block hash, using SHA-512.
|
|
48
48
|
*/
|
|
49
49
|
previousBlockHash512?: Uint8Array;
|
|
50
|
-
rewards
|
|
50
|
+
rewards: BlockRewards;
|
|
51
51
|
/**
|
|
52
52
|
* \[rnd\] Current round on which this block was appended to the chain.
|
|
53
53
|
*/
|
|
@@ -67,7 +67,7 @@ type Block = {
|
|
|
67
67
|
/**
|
|
68
68
|
* \[txns\] list of transactions corresponding to a given round.
|
|
69
69
|
*/
|
|
70
|
-
transactions
|
|
70
|
+
transactions: Transaction[];
|
|
71
71
|
/**
|
|
72
72
|
* \[txn\] TransactionsRoot authenticates the set of transactions appearing in the block. More specifically, it's the root of a merkle tree whose leaves are the block's Txids, in lexicographic order. For the empty block, it's 0. Note that the TxnRoot does not authenticate the signatures on the transactions, only the transactions themselves. Two blocks with the same transactions but in a different order and with different signatures will have the same TxnRoot.
|
|
73
73
|
*/
|
|
@@ -75,7 +75,7 @@ type Block = {
|
|
|
75
75
|
/**
|
|
76
76
|
* \[txn256\] TransactionsRootSHA256 is an auxiliary TransactionRoot, built using a vector commitment instead of a merkle tree, and SHA256 hash function instead of the default SHA512_256. This commitment can be used on environments where only the SHA256 function exists.
|
|
77
77
|
*/
|
|
78
|
-
transactionsRootSha256
|
|
78
|
+
transactionsRootSha256?: Uint8Array;
|
|
79
79
|
/**
|
|
80
80
|
* \[txn512\] TransactionsRootSHA512 is an auxiliary TransactionRoot, built using a vector commitment instead of a merkle tree, and SHA512 hash function instead of the default SHA512_256.
|
|
81
81
|
*/
|
|
@@ -86,9 +86,9 @@ type Block = {
|
|
|
86
86
|
* Specifically, TxnCounter is the number of the next transaction that will be committed after this block. It is 0 when no transactions have ever been committed (since TxnCounter started being supported).
|
|
87
87
|
*/
|
|
88
88
|
txnCounter?: number;
|
|
89
|
-
upgradeState
|
|
89
|
+
upgradeState: BlockUpgradeState;
|
|
90
90
|
upgradeVote?: BlockUpgradeVote;
|
|
91
|
-
participationUpdates
|
|
91
|
+
participationUpdates: ParticipationUpdates;
|
|
92
92
|
};
|
|
93
93
|
//#endregion
|
|
94
94
|
export { Block };
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
const require_address = require('../../../common/src/codecs/primitives/address.js');
|
|
2
2
|
const require_bigint = require('../../../common/src/codecs/primitives/bigint.js');
|
|
3
|
-
const
|
|
3
|
+
const require_fixed_bytes = require('../../../common/src/codecs/primitives/fixed-bytes.js');
|
|
4
4
|
const require_number = require('../../../common/src/codecs/primitives/number.js');
|
|
5
5
|
const require_string = require('../../../common/src/codecs/primitives/string.js');
|
|
6
6
|
const require_array = require('../../../common/src/codecs/composite/array.js');
|
|
@@ -45,7 +45,7 @@ const BlockMeta = {
|
|
|
45
45
|
name: "genesisHash",
|
|
46
46
|
wireKey: "genesis-hash",
|
|
47
47
|
optional: false,
|
|
48
|
-
codec:
|
|
48
|
+
codec: require_fixed_bytes.fixedBytes32Codec
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
51
|
name: "genesisId",
|
|
@@ -57,18 +57,18 @@ const BlockMeta = {
|
|
|
57
57
|
name: "previousBlockHash",
|
|
58
58
|
wireKey: "previous-block-hash",
|
|
59
59
|
optional: false,
|
|
60
|
-
codec:
|
|
60
|
+
codec: require_fixed_bytes.fixedBytes32Codec
|
|
61
61
|
},
|
|
62
62
|
{
|
|
63
63
|
name: "previousBlockHash512",
|
|
64
64
|
wireKey: "previous-block-hash-512",
|
|
65
65
|
optional: true,
|
|
66
|
-
codec:
|
|
66
|
+
codec: require_fixed_bytes.fixedBytes64Codec
|
|
67
67
|
},
|
|
68
68
|
{
|
|
69
69
|
name: "rewards",
|
|
70
70
|
wireKey: "rewards",
|
|
71
|
-
optional:
|
|
71
|
+
optional: false,
|
|
72
72
|
codec: new require_object_model.ObjectModelCodec(require_block_rewards.BlockRewardsMeta)
|
|
73
73
|
},
|
|
74
74
|
{
|
|
@@ -81,7 +81,7 @@ const BlockMeta = {
|
|
|
81
81
|
name: "seed",
|
|
82
82
|
wireKey: "seed",
|
|
83
83
|
optional: false,
|
|
84
|
-
codec:
|
|
84
|
+
codec: require_fixed_bytes.fixedBytes32Codec
|
|
85
85
|
},
|
|
86
86
|
{
|
|
87
87
|
name: "stateProofTracking",
|
|
@@ -98,26 +98,26 @@ const BlockMeta = {
|
|
|
98
98
|
{
|
|
99
99
|
name: "transactions",
|
|
100
100
|
wireKey: "transactions",
|
|
101
|
-
optional:
|
|
101
|
+
optional: false,
|
|
102
102
|
codec: new require_array.ArrayCodec(new require_object_model.ObjectModelCodec(require_transaction.TransactionMeta))
|
|
103
103
|
},
|
|
104
104
|
{
|
|
105
105
|
name: "transactionsRoot",
|
|
106
106
|
wireKey: "transactions-root",
|
|
107
107
|
optional: false,
|
|
108
|
-
codec:
|
|
108
|
+
codec: require_fixed_bytes.fixedBytes32Codec
|
|
109
109
|
},
|
|
110
110
|
{
|
|
111
111
|
name: "transactionsRootSha256",
|
|
112
112
|
wireKey: "transactions-root-sha256",
|
|
113
|
-
optional:
|
|
114
|
-
codec:
|
|
113
|
+
optional: true,
|
|
114
|
+
codec: require_fixed_bytes.fixedBytes32Codec
|
|
115
115
|
},
|
|
116
116
|
{
|
|
117
117
|
name: "transactionsRootSha512",
|
|
118
118
|
wireKey: "transactions-root-sha512",
|
|
119
119
|
optional: true,
|
|
120
|
-
codec:
|
|
120
|
+
codec: require_fixed_bytes.fixedBytes64Codec
|
|
121
121
|
},
|
|
122
122
|
{
|
|
123
123
|
name: "txnCounter",
|
|
@@ -128,7 +128,7 @@ const BlockMeta = {
|
|
|
128
128
|
{
|
|
129
129
|
name: "upgradeState",
|
|
130
130
|
wireKey: "upgrade-state",
|
|
131
|
-
optional:
|
|
131
|
+
optional: false,
|
|
132
132
|
codec: new require_object_model.ObjectModelCodec(require_block_upgrade_state.BlockUpgradeStateMeta)
|
|
133
133
|
},
|
|
134
134
|
{
|
|
@@ -140,7 +140,7 @@ const BlockMeta = {
|
|
|
140
140
|
{
|
|
141
141
|
name: "participationUpdates",
|
|
142
142
|
wireKey: "participation-updates",
|
|
143
|
-
optional:
|
|
143
|
+
optional: false,
|
|
144
144
|
codec: new require_object_model.ObjectModelCodec(require_participation_updates.ParticipationUpdatesMeta)
|
|
145
145
|
}
|
|
146
146
|
]
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"block.js","names":["BlockMeta: ObjectModelMetadata<Block>","addressCodec","numberCodec","
|
|
1
|
+
{"version":3,"file":"block.js","names":["BlockMeta: ObjectModelMetadata<Block>","addressCodec","numberCodec","fixedBytes32Codec","stringCodec","fixedBytes64Codec","ObjectModelCodec","BlockRewardsMeta","bigIntCodec","ArrayCodec","StateProofTrackingMeta","TransactionMeta","BlockUpgradeStateMeta","BlockUpgradeVoteMeta","ParticipationUpdatesMeta"],"sources":["../../../../../packages/indexer_client/src/models/block.ts"],"sourcesContent":["import type { Address, ObjectModelMetadata } from '@algorandfoundation/algokit-common'\nimport {\n stringCodec,\n numberCodec,\n bigIntCodec,\n addressCodec,\n ArrayCodec,\n ObjectModelCodec,\n fixedBytes32Codec,\n fixedBytes64Codec,\n} from '@algorandfoundation/algokit-common'\nimport type { BlockRewards } from './block-rewards'\nimport { BlockRewardsMeta } from './block-rewards'\nimport type { BlockUpgradeState } from './block-upgrade-state'\nimport { BlockUpgradeStateMeta } from './block-upgrade-state'\nimport type { BlockUpgradeVote } from './block-upgrade-vote'\nimport { BlockUpgradeVoteMeta } from './block-upgrade-vote'\nimport type { ParticipationUpdates } from './participation-updates'\nimport { ParticipationUpdatesMeta } from './participation-updates'\nimport type { StateProofTracking } from './state-proof-tracking'\nimport { StateProofTrackingMeta } from './state-proof-tracking'\nimport type { Transaction } from './transaction'\nimport { TransactionMeta } from './transaction'\n\n/**\n * Block information.\n *\n * Definition:\n * data/bookkeeping/block.go : Block\n */\nexport type Block = {\n /**\n * the proposer of this block.\n */\n proposer?: Address\n\n /**\n * the sum of all fees paid by transactions in this block.\n */\n feesCollected?: number\n\n /**\n * the potential bonus payout for this block.\n */\n bonus?: number\n\n /**\n * the actual amount transferred to the proposer from the fee sink.\n */\n proposerPayout?: number\n\n /**\n * \\[gh\\] hash to which this block belongs.\n */\n genesisHash: Uint8Array\n\n /**\n * \\[gen\\] ID to which this block belongs.\n */\n genesisId: string\n\n /**\n * \\[prev\\] Previous block hash.\n */\n previousBlockHash: Uint8Array\n\n /**\n * \\[prev512\\] Previous block hash, using SHA-512.\n */\n previousBlockHash512?: Uint8Array\n rewards: BlockRewards\n\n /**\n * \\[rnd\\] Current round on which this block was appended to the chain.\n */\n round: bigint\n\n /**\n * \\[seed\\] Sortition seed.\n */\n seed: Uint8Array\n\n /**\n * Tracks the status of state proofs.\n */\n stateProofTracking?: StateProofTracking[]\n\n /**\n * \\[ts\\] Block creation timestamp in seconds since epoch\n */\n timestamp: number\n\n /**\n * \\[txns\\] list of transactions corresponding to a given round.\n */\n transactions: Transaction[]\n\n /**\n * \\[txn\\] TransactionsRoot authenticates the set of transactions appearing in the block. More specifically, it's the root of a merkle tree whose leaves are the block's Txids, in lexicographic order. For the empty block, it's 0. Note that the TxnRoot does not authenticate the signatures on the transactions, only the transactions themselves. Two blocks with the same transactions but in a different order and with different signatures will have the same TxnRoot.\n */\n transactionsRoot: Uint8Array\n\n /**\n * \\[txn256\\] TransactionsRootSHA256 is an auxiliary TransactionRoot, built using a vector commitment instead of a merkle tree, and SHA256 hash function instead of the default SHA512_256. This commitment can be used on environments where only the SHA256 function exists.\n */\n transactionsRootSha256?: Uint8Array\n\n /**\n * \\[txn512\\] TransactionsRootSHA512 is an auxiliary TransactionRoot, built using a vector commitment instead of a merkle tree, and SHA512 hash function instead of the default SHA512_256.\n */\n transactionsRootSha512?: Uint8Array\n\n /**\n * \\[tc\\] TxnCounter counts the number of transactions committed in the ledger, from the time at which support for this feature was introduced.\n *\n * Specifically, TxnCounter is the number of the next transaction that will be committed after this block. It is 0 when no transactions have ever been committed (since TxnCounter started being supported).\n */\n txnCounter?: number\n upgradeState: BlockUpgradeState\n upgradeVote?: BlockUpgradeVote\n participationUpdates: ParticipationUpdates\n}\n\nexport const BlockMeta: ObjectModelMetadata<Block> = {\n name: 'Block',\n kind: 'object',\n fields: [\n {\n name: 'proposer',\n wireKey: 'proposer',\n optional: true,\n codec: addressCodec,\n },\n {\n name: 'feesCollected',\n wireKey: 'fees-collected',\n optional: true,\n codec: numberCodec,\n },\n {\n name: 'bonus',\n wireKey: 'bonus',\n optional: true,\n codec: numberCodec,\n },\n {\n name: 'proposerPayout',\n wireKey: 'proposer-payout',\n optional: true,\n codec: numberCodec,\n },\n {\n name: 'genesisHash',\n wireKey: 'genesis-hash',\n optional: false,\n codec: fixedBytes32Codec,\n },\n {\n name: 'genesisId',\n wireKey: 'genesis-id',\n optional: false,\n codec: stringCodec,\n },\n {\n name: 'previousBlockHash',\n wireKey: 'previous-block-hash',\n optional: false,\n codec: fixedBytes32Codec,\n },\n {\n name: 'previousBlockHash512',\n wireKey: 'previous-block-hash-512',\n optional: true,\n codec: fixedBytes64Codec,\n },\n {\n name: 'rewards',\n wireKey: 'rewards',\n optional: false,\n codec: new ObjectModelCodec(BlockRewardsMeta),\n },\n {\n name: 'round',\n wireKey: 'round',\n optional: false,\n codec: bigIntCodec,\n },\n {\n name: 'seed',\n wireKey: 'seed',\n optional: false,\n codec: fixedBytes32Codec,\n },\n {\n name: 'stateProofTracking',\n wireKey: 'state-proof-tracking',\n optional: true,\n codec: new ArrayCodec(new ObjectModelCodec(StateProofTrackingMeta)),\n },\n {\n name: 'timestamp',\n wireKey: 'timestamp',\n optional: false,\n codec: numberCodec,\n },\n {\n name: 'transactions',\n wireKey: 'transactions',\n optional: false,\n codec: new ArrayCodec(new ObjectModelCodec(TransactionMeta)),\n },\n {\n name: 'transactionsRoot',\n wireKey: 'transactions-root',\n optional: false,\n codec: fixedBytes32Codec,\n },\n {\n name: 'transactionsRootSha256',\n wireKey: 'transactions-root-sha256',\n optional: true,\n codec: fixedBytes32Codec,\n },\n {\n name: 'transactionsRootSha512',\n wireKey: 'transactions-root-sha512',\n optional: true,\n codec: fixedBytes64Codec,\n },\n {\n name: 'txnCounter',\n wireKey: 'txn-counter',\n optional: true,\n codec: numberCodec,\n },\n {\n name: 'upgradeState',\n wireKey: 'upgrade-state',\n optional: false,\n codec: new ObjectModelCodec(BlockUpgradeStateMeta),\n },\n {\n name: 'upgradeVote',\n wireKey: 'upgrade-vote',\n optional: true,\n codec: new ObjectModelCodec(BlockUpgradeVoteMeta),\n },\n {\n name: 'participationUpdates',\n wireKey: 'participation-updates',\n optional: false,\n codec: new ObjectModelCodec(ParticipationUpdatesMeta),\n },\n ],\n}\n"],"mappings":";;;;;;;;;;;;;;;AA2HA,MAAaA,YAAwC;CACnD,MAAM;CACN,MAAM;CACN,QAAQ;EACN;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOC;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOC;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOA;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOA;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOC;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOC;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOD;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOE;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO,IAAIC,sCAAiBC,uCAAiB;GAC9C;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOC;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOL;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO,IAAIM,yBAAW,IAAIH,sCAAiBI,oDAAuB,CAAC;GACpE;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOR;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO,IAAIO,yBAAW,IAAIH,sCAAiBK,oCAAgB,CAAC;GAC7D;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOR;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOA;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOE;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAOH;GACR;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO,IAAII,sCAAiBM,kDAAsB;GACnD;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO,IAAIN,sCAAiBO,gDAAqB;GAClD;EACD;GACE,MAAM;GACN,SAAS;GACT,UAAU;GACV,OAAO,IAAIP,sCAAiBQ,uDAAyB;GACtD;EACF;CACF"}
|