bitbadgesjs-sdk 0.29.3 → 0.30.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/api-indexer/BitBadgesApi.js +13 -17
- package/dist/cjs/api-indexer/BitBadgesApi.js.map +1 -1
- package/dist/cjs/api-indexer/BitBadgesCollection.d.ts +4 -2
- package/dist/cjs/api-indexer/BitBadgesCollection.d.ts.map +1 -1
- package/dist/cjs/api-indexer/BitBadgesCollection.js +1 -0
- package/dist/cjs/api-indexer/BitBadgesCollection.js.map +1 -1
- package/dist/cjs/api-indexer/base.d.ts +2 -1
- package/dist/cjs/api-indexer/base.d.ts.map +1 -1
- package/dist/cjs/api-indexer/base.js +4 -12
- package/dist/cjs/api-indexer/base.js.map +1 -1
- package/dist/cjs/api-indexer/docs-types/docs.d.ts +0 -1
- package/dist/cjs/api-indexer/docs-types/docs.d.ts.map +1 -1
- package/dist/cjs/api-indexer/docs-types/docs.js +0 -1
- package/dist/cjs/api-indexer/docs-types/docs.js.map +1 -1
- package/dist/cjs/api-indexer/docs-types/interfaces.d.ts +0 -1
- package/dist/cjs/api-indexer/docs-types/interfaces.d.ts.map +1 -1
- package/dist/cjs/api-indexer/docs-types/interfaces.js.map +1 -1
- package/dist/cjs/api-indexer/metadata/tokenMetadata.d.ts +4 -4
- package/dist/cjs/api-indexer/metadata/tokenMetadata.d.ts.map +1 -1
- package/dist/cjs/api-indexer/requests/requests.d.ts +0 -2
- package/dist/cjs/api-indexer/requests/requests.d.ts.map +1 -1
- package/dist/cjs/api-indexer/requests/requests.js.map +1 -1
- package/dist/cjs/core/addressLists.d.ts +3 -0
- package/dist/cjs/core/addressLists.d.ts.map +1 -1
- package/dist/cjs/core/addressLists.js +39 -0
- package/dist/cjs/core/addressLists.js.map +1 -1
- package/dist/cjs/core/approvals.d.ts +11 -2
- package/dist/cjs/core/approvals.d.ts.map +1 -1
- package/dist/cjs/core/approvals.js +50 -8
- package/dist/cjs/core/approvals.js.map +1 -1
- package/dist/cjs/core/balances.d.ts +12 -0
- package/dist/cjs/core/balances.d.ts.map +1 -1
- package/dist/cjs/core/balances.js +37 -1
- package/dist/cjs/core/balances.js.map +1 -1
- package/dist/cjs/core/ibc-wrappers.d.ts +2 -1
- package/dist/cjs/core/ibc-wrappers.d.ts.map +1 -1
- package/dist/cjs/core/ibc-wrappers.js +21 -2
- package/dist/cjs/core/ibc-wrappers.js.map +1 -1
- package/dist/cjs/core/misc.d.ts +38 -2
- package/dist/cjs/core/misc.d.ts.map +1 -1
- package/dist/cjs/core/misc.js +107 -4
- package/dist/cjs/core/misc.js.map +1 -1
- package/dist/cjs/core/overlaps.d.ts.map +1 -1
- package/dist/cjs/core/overlaps.js +6 -22
- package/dist/cjs/core/overlaps.js.map +1 -1
- package/dist/cjs/core/overlaps.spec.js +131 -0
- package/dist/cjs/core/overlaps.spec.js.map +1 -1
- package/dist/cjs/core/transfers.spec.js +267 -0
- package/dist/cjs/core/transfers.spec.js.map +1 -1
- package/dist/cjs/interfaces/types/approvals.d.ts +4 -1
- package/dist/cjs/interfaces/types/approvals.d.ts.map +1 -1
- package/dist/cjs/interfaces/types/core.d.ts +26 -0
- package/dist/cjs/interfaces/types/core.d.ts.map +1 -1
- package/dist/cjs/proto/google/protobuf/descriptor_pb.js +2 -2
- package/dist/cjs/proto/google/protobuf/descriptor_pb.js.map +1 -1
- package/dist/cjs/proto/tokenization/approval_criteria_pb.d.ts +4 -1
- package/dist/cjs/proto/tokenization/approval_criteria_pb.d.ts.map +1 -1
- package/dist/cjs/proto/tokenization/approval_criteria_pb.js +6 -0
- package/dist/cjs/proto/tokenization/approval_criteria_pb.js.map +1 -1
- package/dist/cjs/proto/tokenization/challenges_pb.d.ts +17 -0
- package/dist/cjs/proto/tokenization/challenges_pb.d.ts.map +1 -1
- package/dist/cjs/proto/tokenization/challenges_pb.js +38 -1
- package/dist/cjs/proto/tokenization/challenges_pb.js.map +1 -1
- package/dist/cjs/proto/tokenization/collections_pb.d.ts +14 -0
- package/dist/cjs/proto/tokenization/collections_pb.d.ts.map +1 -1
- package/dist/cjs/proto/tokenization/collections_pb.js +31 -1
- package/dist/cjs/proto/tokenization/collections_pb.js.map +1 -1
- package/dist/cjs/proto/tokenization/genesis_pb.d.ts +3 -1
- package/dist/cjs/proto/tokenization/genesis_pb.d.ts.map +1 -1
- package/dist/cjs/proto/tokenization/genesis_pb.js +4 -0
- package/dist/cjs/proto/tokenization/genesis_pb.js.map +1 -1
- package/dist/cjs/proto/tokenization/icq_pb.d.ts +84 -0
- package/dist/cjs/proto/tokenization/icq_pb.d.ts.map +1 -0
- package/dist/cjs/proto/tokenization/icq_pb.js +185 -0
- package/dist/cjs/proto/tokenization/icq_pb.js.map +1 -0
- package/dist/cjs/proto/tokenization/packet_pb.d.ts +19 -0
- package/dist/cjs/proto/tokenization/packet_pb.d.ts.map +1 -1
- package/dist/cjs/proto/tokenization/packet_pb.js +7 -0
- package/dist/cjs/proto/tokenization/packet_pb.js.map +1 -1
- package/dist/cjs/proto/tokenization/query_pb.d.ts +23 -1
- package/dist/cjs/proto/tokenization/query_pb.d.ts.map +1 -1
- package/dist/cjs/proto/tokenization/query_pb.js +50 -1
- package/dist/cjs/proto/tokenization/query_pb.js.map +1 -1
- package/dist/cjs/proto/tokenization/tx_pb.d.ts +2 -0
- package/dist/cjs/proto/tokenization/tx_pb.d.ts.map +1 -1
- package/dist/cjs/proto/tokenization/tx_pb.js +3 -0
- package/dist/cjs/proto/tokenization/tx_pb.js.map +1 -1
- package/dist/cjs/tsconfig.build.tsbuildinfo +1 -1
- package/dist/esm/api-indexer/BitBadgesApi.js +13 -17
- package/dist/esm/api-indexer/BitBadgesApi.js.map +1 -1
- package/dist/esm/api-indexer/BitBadgesCollection.d.ts +4 -2
- package/dist/esm/api-indexer/BitBadgesCollection.d.ts.map +1 -1
- package/dist/esm/api-indexer/BitBadgesCollection.js +3 -1
- package/dist/esm/api-indexer/BitBadgesCollection.js.map +1 -1
- package/dist/esm/api-indexer/base.d.ts +2 -1
- package/dist/esm/api-indexer/base.d.ts.map +1 -1
- package/dist/esm/api-indexer/base.js +7 -12
- package/dist/esm/api-indexer/base.js.map +1 -1
- package/dist/esm/api-indexer/docs-types/docs.d.ts +0 -1
- package/dist/esm/api-indexer/docs-types/docs.d.ts.map +1 -1
- package/dist/esm/api-indexer/docs-types/docs.js +0 -2
- package/dist/esm/api-indexer/docs-types/docs.js.map +1 -1
- package/dist/esm/api-indexer/docs-types/interfaces.d.ts +0 -1
- package/dist/esm/api-indexer/docs-types/interfaces.d.ts.map +1 -1
- package/dist/esm/api-indexer/docs-types/interfaces.js.map +1 -1
- package/dist/esm/api-indexer/metadata/tokenMetadata.d.ts +4 -4
- package/dist/esm/api-indexer/metadata/tokenMetadata.d.ts.map +1 -1
- package/dist/esm/api-indexer/requests/requests.d.ts +0 -2
- package/dist/esm/api-indexer/requests/requests.d.ts.map +1 -1
- package/dist/esm/api-indexer/requests/requests.js.map +1 -1
- package/dist/esm/core/addressLists.d.ts +3 -0
- package/dist/esm/core/addressLists.d.ts.map +1 -1
- package/dist/esm/core/addressLists.js +39 -0
- package/dist/esm/core/addressLists.js.map +1 -1
- package/dist/esm/core/approvals.d.ts +11 -2
- package/dist/esm/core/approvals.d.ts.map +1 -1
- package/dist/esm/core/approvals.js +57 -9
- package/dist/esm/core/approvals.js.map +1 -1
- package/dist/esm/core/balances.d.ts +12 -0
- package/dist/esm/core/balances.d.ts.map +1 -1
- package/dist/esm/core/balances.js +35 -0
- package/dist/esm/core/balances.js.map +1 -1
- package/dist/esm/core/ibc-wrappers.d.ts +2 -1
- package/dist/esm/core/ibc-wrappers.d.ts.map +1 -1
- package/dist/esm/core/ibc-wrappers.js +22 -2
- package/dist/esm/core/ibc-wrappers.js.map +1 -1
- package/dist/esm/core/misc.d.ts +38 -2
- package/dist/esm/core/misc.d.ts.map +1 -1
- package/dist/esm/core/misc.js +114 -3
- package/dist/esm/core/misc.js.map +1 -1
- package/dist/esm/core/overlaps.d.ts.map +1 -1
- package/dist/esm/core/overlaps.js +6 -22
- package/dist/esm/core/overlaps.js.map +1 -1
- package/dist/esm/core/overlaps.spec.js +131 -0
- package/dist/esm/core/overlaps.spec.js.map +1 -1
- package/dist/esm/core/transfers.spec.js +267 -0
- package/dist/esm/core/transfers.spec.js.map +1 -1
- package/dist/esm/interfaces/types/approvals.d.ts +4 -1
- package/dist/esm/interfaces/types/approvals.d.ts.map +1 -1
- package/dist/esm/interfaces/types/core.d.ts +26 -0
- package/dist/esm/interfaces/types/core.d.ts.map +1 -1
- package/dist/esm/proto/google/protobuf/descriptor_pb.js +2 -2
- package/dist/esm/proto/google/protobuf/descriptor_pb.js.map +1 -1
- package/dist/esm/proto/tokenization/approval_criteria_pb.d.ts +4 -1
- package/dist/esm/proto/tokenization/approval_criteria_pb.d.ts.map +1 -1
- package/dist/esm/proto/tokenization/approval_criteria_pb.js +7 -1
- package/dist/esm/proto/tokenization/approval_criteria_pb.js.map +1 -1
- package/dist/esm/proto/tokenization/challenges_pb.d.ts +17 -0
- package/dist/esm/proto/tokenization/challenges_pb.d.ts.map +1 -1
- package/dist/esm/proto/tokenization/challenges_pb.js +36 -0
- package/dist/esm/proto/tokenization/challenges_pb.js.map +1 -1
- package/dist/esm/proto/tokenization/collections_pb.d.ts +14 -0
- package/dist/esm/proto/tokenization/collections_pb.d.ts.map +1 -1
- package/dist/esm/proto/tokenization/collections_pb.js +29 -0
- package/dist/esm/proto/tokenization/collections_pb.js.map +1 -1
- package/dist/esm/proto/tokenization/genesis_pb.d.ts +3 -1
- package/dist/esm/proto/tokenization/genesis_pb.d.ts.map +1 -1
- package/dist/esm/proto/tokenization/genesis_pb.js +5 -1
- package/dist/esm/proto/tokenization/genesis_pb.js.map +1 -1
- package/dist/esm/proto/tokenization/icq_pb.d.ts +84 -0
- package/dist/esm/proto/tokenization/icq_pb.d.ts.map +1 -0
- package/dist/esm/proto/tokenization/icq_pb.js +176 -0
- package/dist/esm/proto/tokenization/icq_pb.js.map +1 -0
- package/dist/esm/proto/tokenization/packet_pb.d.ts +19 -0
- package/dist/esm/proto/tokenization/packet_pb.d.ts.map +1 -1
- package/dist/esm/proto/tokenization/packet_pb.js +7 -0
- package/dist/esm/proto/tokenization/packet_pb.js.map +1 -1
- package/dist/esm/proto/tokenization/query_pb.d.ts +23 -1
- package/dist/esm/proto/tokenization/query_pb.d.ts.map +1 -1
- package/dist/esm/proto/tokenization/query_pb.js +49 -1
- package/dist/esm/proto/tokenization/query_pb.js.map +1 -1
- package/dist/esm/proto/tokenization/tx_pb.d.ts +2 -0
- package/dist/esm/proto/tokenization/tx_pb.d.ts.map +1 -1
- package/dist/esm/proto/tokenization/tx_pb.js +3 -0
- package/dist/esm/proto/tokenization/tx_pb.js.map +1 -1
- package/dist/esm/tsconfig-esm.build.tsbuildinfo +1 -1
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"root":["../../src/index.ts","../../src/address-converter/converter.ts","../../src/address-converter/index.ts","../../src/api-indexer/BitBadgesApi.ts","../../src/api-indexer/BitBadgesCollection.ts","../../src/api-indexer/BitBadgesUserInfo.ts","../../src/api-indexer/base.ts","../../src/api-indexer/index.ts","../../src/api-indexer/docs-types/activity.ts","../../src/api-indexer/docs-types/docs.ts","../../src/api-indexer/docs-types/index.ts","../../src/api-indexer/docs-types/interfaces.ts","../../src/api-indexer/metadata/index.ts","../../src/api-indexer/metadata/metadata.ts","../../src/api-indexer/metadata/metadataIds.ts","../../src/api-indexer/metadata/tokenMetadata.spec.ts","../../src/api-indexer/metadata/tokenMetadata.ts","../../src/api-indexer/requests/blockin.ts","../../src/api-indexer/requests/collections.ts","../../src/api-indexer/requests/index.ts","../../src/api-indexer/requests/maps.ts","../../src/api-indexer/requests/requests.ts","../../src/api-indexer/requests/routes.ts","../../src/api-indexer/requests/wrappers.ts","../../src/api-indexer/responses/index.ts","../../src/api-indexer/responses/stripe.ts","../../src/blockin/index.ts","../../src/common/base.ts","../../src/common/constants.ts","../../src/common/index.ts","../../src/common/math.ts","../../src/common/string-numbers.ts","../../src/common/typed-arrays.ts","../../src/common/types.ts","../../src/core/addressLists.spec.ts","../../src/core/addressLists.ts","../../src/core/aliases.spec.ts","../../src/core/aliases.ts","../../src/core/approval-utils.ts","../../src/core/approvals.spec.ts","../../src/core/approvals.ts","../../src/core/balances.spec.ts","../../src/core/balances.ts","../../src/core/batch-utils.spec.ts","../../src/core/batch-utils.ts","../../src/core/bids.ts","../../src/core/blockin.ts","../../src/core/coin.ts","../../src/core/cosmos-wrappers.ts","../../src/core/ibc-wrappers.ts","../../src/core/index.ts","../../src/core/invoices.ts","../../src/core/managersplitter.ts","../../src/core/misc.spec.ts","../../src/core/misc.ts","../../src/core/overlaps.spec.ts","../../src/core/overlaps.ts","../../src/core/permission-utils.ts","../../src/core/permissions.ts","../../src/core/products.ts","../../src/core/quests.ts","../../src/core/scheduled-payments.ts","../../src/core/subscriptions.ts","../../src/core/transfers.spec.ts","../../src/core/transfers.ts","../../src/core/uintRanges.spec.ts","../../src/core/uintRanges.ts","../../src/core/userBalances.ts","../../src/core/validate-utils.ts","../../src/core/crypto-addr-codec/index.d.ts","../../src/gamm/classes.ts","../../src/gamm/index.ts","../../src/gamm/indexer.ts","../../src/gamm/interfaces.ts","../../src/gamm/tx/classes.ts","../../src/gamm/tx/index.ts","../../src/gamm/tx/interfaces.ts","../../src/interfaces/index.ts","../../src/interfaces/types/approvals.ts","../../src/interfaces/types/core.ts","../../src/interfaces/types/index.ts","../../src/interfaces/types/managersplitter.ts","../../src/interfaces/types/permissions.ts","../../src/interfaces/types/userBalances.ts","../../src/node-rest-api/account.ts","../../src/node-rest-api/balances.ts","../../src/node-rest-api/broadcast.ts","../../src/node-rest-api/gov.ts","../../src/node-rest-api/ibc.ts","../../src/node-rest-api/index.ts","../../src/node-rest-api/staking.ts","../../src/proto/index.ts","../../src/proto/proofs_pb.ts","../../src/proto/amino/amino_pb.ts","../../src/proto/anchor/genesis_pb.ts","../../src/proto/anchor/index.ts","../../src/proto/anchor/packet_pb.ts","../../src/proto/anchor/params_pb.ts","../../src/proto/anchor/query_pb.ts","../../src/proto/anchor/tx_pb.ts","../../src/proto/anchor/module/module_pb.ts","../../src/proto/bitcoin/web3_pb.ts","../../src/proto/capability/v1/capability_pb.ts","../../src/proto/capability/v1/genesis_pb.ts","../../src/proto/cosmos/index.ts","../../src/proto/cosmos/app/index.ts","../../src/proto/cosmos/app/runtime/index.ts","../../src/proto/cosmos/app/runtime/v1alpha1/index.ts","../../src/proto/cosmos/app/runtime/v1alpha1/module_pb.ts","../../src/proto/cosmos/app/v1alpha1/config_pb.ts","../../src/proto/cosmos/app/v1alpha1/index.ts","../../src/proto/cosmos/app/v1alpha1/module_pb.ts","../../src/proto/cosmos/app/v1alpha1/query_pb.ts","../../src/proto/cosmos/auth/index.ts","../../src/proto/cosmos/auth/module/index.ts","../../src/proto/cosmos/auth/module/v1/index.ts","../../src/proto/cosmos/auth/module/v1/module_pb.ts","../../src/proto/cosmos/auth/v1beta1/auth_pb.ts","../../src/proto/cosmos/auth/v1beta1/genesis_pb.ts","../../src/proto/cosmos/auth/v1beta1/index.ts","../../src/proto/cosmos/auth/v1beta1/query_pb.ts","../../src/proto/cosmos/auth/v1beta1/tx_pb.ts","../../src/proto/cosmos/authz/index.ts","../../src/proto/cosmos/authz/module/index.ts","../../src/proto/cosmos/authz/module/v1/index.ts","../../src/proto/cosmos/authz/module/v1/module_pb.ts","../../src/proto/cosmos/authz/v1beta1/authz_pb.ts","../../src/proto/cosmos/authz/v1beta1/event_pb.ts","../../src/proto/cosmos/authz/v1beta1/genesis_pb.ts","../../src/proto/cosmos/authz/v1beta1/index.ts","../../src/proto/cosmos/authz/v1beta1/query_pb.ts","../../src/proto/cosmos/authz/v1beta1/tx_pb.ts","../../src/proto/cosmos/autocli/index.ts","../../src/proto/cosmos/autocli/v1/index.ts","../../src/proto/cosmos/autocli/v1/options_pb.ts","../../src/proto/cosmos/autocli/v1/query_pb.ts","../../src/proto/cosmos/bank/index.ts","../../src/proto/cosmos/bank/module/index.ts","../../src/proto/cosmos/bank/module/v1/index.ts","../../src/proto/cosmos/bank/module/v1/module_pb.ts","../../src/proto/cosmos/bank/v1beta1/authz_pb.ts","../../src/proto/cosmos/bank/v1beta1/bank_pb.ts","../../src/proto/cosmos/bank/v1beta1/genesis_pb.ts","../../src/proto/cosmos/bank/v1beta1/index.ts","../../src/proto/cosmos/bank/v1beta1/query_pb.ts","../../src/proto/cosmos/bank/v1beta1/tx_pb.ts","../../src/proto/cosmos/base/index.ts","../../src/proto/cosmos/base/abci/index.ts","../../src/proto/cosmos/base/abci/v1beta1/abci_pb.ts","../../src/proto/cosmos/base/abci/v1beta1/index.ts","../../src/proto/cosmos/base/kv/index.ts","../../src/proto/cosmos/base/kv/v1beta1/index.ts","../../src/proto/cosmos/base/kv/v1beta1/kv_pb.ts","../../src/proto/cosmos/base/node/index.ts","../../src/proto/cosmos/base/node/v1beta1/index.ts","../../src/proto/cosmos/base/node/v1beta1/query_pb.ts","../../src/proto/cosmos/base/query/index.ts","../../src/proto/cosmos/base/query/v1beta1/index.ts","../../src/proto/cosmos/base/query/v1beta1/pagination_pb.ts","../../src/proto/cosmos/base/reflection/index.ts","../../src/proto/cosmos/base/reflection/v1beta1/index.ts","../../src/proto/cosmos/base/reflection/v1beta1/reflection_pb.ts","../../src/proto/cosmos/base/reflection/v2alpha1/index.ts","../../src/proto/cosmos/base/reflection/v2alpha1/reflection_pb.ts","../../src/proto/cosmos/base/snapshots/index.ts","../../src/proto/cosmos/base/snapshots/v1beta1/index.ts","../../src/proto/cosmos/base/snapshots/v1beta1/snapshot_pb.ts","../../src/proto/cosmos/base/store/index.ts","../../src/proto/cosmos/base/store/v1beta1/commit_info_pb.ts","../../src/proto/cosmos/base/store/v1beta1/index.ts","../../src/proto/cosmos/base/store/v1beta1/listening_pb.ts","../../src/proto/cosmos/base/store/v1beta1/snapshot_pb.ts","../../src/proto/cosmos/base/tendermint/index.ts","../../src/proto/cosmos/base/tendermint/v1beta1/index.ts","../../src/proto/cosmos/base/tendermint/v1beta1/query_pb.ts","../../src/proto/cosmos/base/tendermint/v1beta1/types_pb.ts","../../src/proto/cosmos/base/v1beta1/coin_pb.ts","../../src/proto/cosmos/base/v1beta1/index.ts","../../src/proto/cosmos/capability/index.ts","../../src/proto/cosmos/capability/module/index.ts","../../src/proto/cosmos/capability/module/v1/index.ts","../../src/proto/cosmos/capability/module/v1/module_pb.ts","../../src/proto/cosmos/capability/v1beta1/capability_pb.ts","../../src/proto/cosmos/capability/v1beta1/genesis_pb.ts","../../src/proto/cosmos/capability/v1beta1/index.ts","../../src/proto/cosmos/consensus/index.ts","../../src/proto/cosmos/consensus/module/index.ts","../../src/proto/cosmos/consensus/module/v1/index.ts","../../src/proto/cosmos/consensus/module/v1/module_pb.ts","../../src/proto/cosmos/consensus/v1/index.ts","../../src/proto/cosmos/consensus/v1/query_pb.ts","../../src/proto/cosmos/consensus/v1/tx_pb.ts","../../src/proto/cosmos/crisis/index.ts","../../src/proto/cosmos/crisis/module/index.ts","../../src/proto/cosmos/crisis/module/v1/index.ts","../../src/proto/cosmos/crisis/module/v1/module_pb.ts","../../src/proto/cosmos/crisis/v1beta1/genesis_pb.ts","../../src/proto/cosmos/crisis/v1beta1/index.ts","../../src/proto/cosmos/crisis/v1beta1/tx_pb.ts","../../src/proto/cosmos/crypto/index.ts","../../src/proto/cosmos/crypto/ed25519/index.ts","../../src/proto/cosmos/crypto/ed25519/keys_pb.ts","../../src/proto/cosmos/crypto/hd/index.ts","../../src/proto/cosmos/crypto/hd/v1/hd_pb.ts","../../src/proto/cosmos/crypto/hd/v1/index.ts","../../src/proto/cosmos/crypto/keyring/index.ts","../../src/proto/cosmos/crypto/keyring/v1/index.ts","../../src/proto/cosmos/crypto/keyring/v1/record_pb.ts","../../src/proto/cosmos/crypto/multisig/index.ts","../../src/proto/cosmos/crypto/multisig/keys_pb.ts","../../src/proto/cosmos/crypto/multisig/v1beta1/index.ts","../../src/proto/cosmos/crypto/multisig/v1beta1/multisig_pb.ts","../../src/proto/cosmos/crypto/secp256k1/index.ts","../../src/proto/cosmos/crypto/secp256k1/keys_pb.ts","../../src/proto/cosmos/crypto/secp256r1/index.ts","../../src/proto/cosmos/crypto/secp256r1/keys_pb.ts","../../src/proto/cosmos/distribution/index.ts","../../src/proto/cosmos/distribution/module/index.ts","../../src/proto/cosmos/distribution/module/v1/index.ts","../../src/proto/cosmos/distribution/module/v1/module_pb.ts","../../src/proto/cosmos/distribution/v1beta1/distribution_pb.ts","../../src/proto/cosmos/distribution/v1beta1/genesis_pb.ts","../../src/proto/cosmos/distribution/v1beta1/index.ts","../../src/proto/cosmos/distribution/v1beta1/query_pb.ts","../../src/proto/cosmos/distribution/v1beta1/tx_pb.ts","../../src/proto/cosmos/evidence/index.ts","../../src/proto/cosmos/evidence/module/index.ts","../../src/proto/cosmos/evidence/module/v1/index.ts","../../src/proto/cosmos/evidence/module/v1/module_pb.ts","../../src/proto/cosmos/evidence/v1beta1/evidence_pb.ts","../../src/proto/cosmos/evidence/v1beta1/genesis_pb.ts","../../src/proto/cosmos/evidence/v1beta1/index.ts","../../src/proto/cosmos/evidence/v1beta1/query_pb.ts","../../src/proto/cosmos/evidence/v1beta1/tx_pb.ts","../../src/proto/cosmos/evm/index.ts","../../src/proto/cosmos/evm/ante/index.ts","../../src/proto/cosmos/evm/ante/v1/dynamic_fee_pb.ts","../../src/proto/cosmos/evm/ante/v1/index.ts","../../src/proto/cosmos/evm/crypto/index.ts","../../src/proto/cosmos/evm/crypto/v1/index.ts","../../src/proto/cosmos/evm/crypto/v1/ethsecp256k1/index.ts","../../src/proto/cosmos/evm/crypto/v1/ethsecp256k1/keys_pb.ts","../../src/proto/cosmos/evm/eip712/index.ts","../../src/proto/cosmos/evm/eip712/v1/index.ts","../../src/proto/cosmos/evm/eip712/v1/web3_pb.ts","../../src/proto/cosmos/evm/erc20/index.ts","../../src/proto/cosmos/evm/erc20/v1/erc20_pb.ts","../../src/proto/cosmos/evm/erc20/v1/events_pb.ts","../../src/proto/cosmos/evm/erc20/v1/genesis_pb.ts","../../src/proto/cosmos/evm/erc20/v1/index.ts","../../src/proto/cosmos/evm/erc20/v1/query_pb.ts","../../src/proto/cosmos/evm/erc20/v1/tx_pb.ts","../../src/proto/cosmos/evm/feemarket/index.ts","../../src/proto/cosmos/evm/feemarket/v1/events_pb.ts","../../src/proto/cosmos/evm/feemarket/v1/feemarket_pb.ts","../../src/proto/cosmos/evm/feemarket/v1/genesis_pb.ts","../../src/proto/cosmos/evm/feemarket/v1/index.ts","../../src/proto/cosmos/evm/feemarket/v1/query_pb.ts","../../src/proto/cosmos/evm/feemarket/v1/tx_pb.ts","../../src/proto/cosmos/evm/precisebank/index.ts","../../src/proto/cosmos/evm/precisebank/v1/genesis_pb.ts","../../src/proto/cosmos/evm/precisebank/v1/index.ts","../../src/proto/cosmos/evm/precisebank/v1/query_pb.ts","../../src/proto/cosmos/evm/server/index.ts","../../src/proto/cosmos/evm/server/v1/index.ts","../../src/proto/cosmos/evm/server/v1/indexer_pb.ts","../../src/proto/cosmos/evm/vm/index.ts","../../src/proto/cosmos/evm/vm/v1/events_pb.ts","../../src/proto/cosmos/evm/vm/v1/evm_pb.ts","../../src/proto/cosmos/evm/vm/v1/genesis_pb.ts","../../src/proto/cosmos/evm/vm/v1/index.ts","../../src/proto/cosmos/evm/vm/v1/query_pb.ts","../../src/proto/cosmos/evm/vm/v1/tx_pb.ts","../../src/proto/cosmos/feegrant/index.ts","../../src/proto/cosmos/feegrant/module/index.ts","../../src/proto/cosmos/feegrant/module/v1/index.ts","../../src/proto/cosmos/feegrant/module/v1/module_pb.ts","../../src/proto/cosmos/feegrant/v1beta1/feegrant_pb.ts","../../src/proto/cosmos/feegrant/v1beta1/genesis_pb.ts","../../src/proto/cosmos/feegrant/v1beta1/index.ts","../../src/proto/cosmos/feegrant/v1beta1/query_pb.ts","../../src/proto/cosmos/feegrant/v1beta1/tx_pb.ts","../../src/proto/cosmos/genutil/index.ts","../../src/proto/cosmos/genutil/module/index.ts","../../src/proto/cosmos/genutil/module/v1/index.ts","../../src/proto/cosmos/genutil/module/v1/module_pb.ts","../../src/proto/cosmos/genutil/v1beta1/genesis_pb.ts","../../src/proto/cosmos/genutil/v1beta1/index.ts","../../src/proto/cosmos/gov/index.ts","../../src/proto/cosmos/gov/module/index.ts","../../src/proto/cosmos/gov/module/v1/index.ts","../../src/proto/cosmos/gov/module/v1/module_pb.ts","../../src/proto/cosmos/gov/v1/genesis_pb.ts","../../src/proto/cosmos/gov/v1/gov_pb.ts","../../src/proto/cosmos/gov/v1/index.ts","../../src/proto/cosmos/gov/v1/query_pb.ts","../../src/proto/cosmos/gov/v1/tx_pb.ts","../../src/proto/cosmos/gov/v1beta1/genesis_pb.ts","../../src/proto/cosmos/gov/v1beta1/gov_pb.ts","../../src/proto/cosmos/gov/v1beta1/index.ts","../../src/proto/cosmos/gov/v1beta1/query_pb.ts","../../src/proto/cosmos/gov/v1beta1/tx_pb.ts","../../src/proto/cosmos/group/index.ts","../../src/proto/cosmos/group/module/index.ts","../../src/proto/cosmos/group/module/v1/index.ts","../../src/proto/cosmos/group/module/v1/module_pb.ts","../../src/proto/cosmos/group/v1/events_pb.ts","../../src/proto/cosmos/group/v1/genesis_pb.ts","../../src/proto/cosmos/group/v1/index.ts","../../src/proto/cosmos/group/v1/query_pb.ts","../../src/proto/cosmos/group/v1/tx_pb.ts","../../src/proto/cosmos/group/v1/types_pb.ts","../../src/proto/cosmos/ics23/v1/proofs_pb.ts","../../src/proto/cosmos/mint/index.ts","../../src/proto/cosmos/mint/module/index.ts","../../src/proto/cosmos/mint/module/v1/index.ts","../../src/proto/cosmos/mint/module/v1/module_pb.ts","../../src/proto/cosmos/mint/v1beta1/genesis_pb.ts","../../src/proto/cosmos/mint/v1beta1/index.ts","../../src/proto/cosmos/mint/v1beta1/mint_pb.ts","../../src/proto/cosmos/mint/v1beta1/query_pb.ts","../../src/proto/cosmos/mint/v1beta1/tx_pb.ts","../../src/proto/cosmos/msg/textual/v1/textual_pb.ts","../../src/proto/cosmos/msg/v1/msg_pb.ts","../../src/proto/cosmos/nft/index.ts","../../src/proto/cosmos/nft/module/index.ts","../../src/proto/cosmos/nft/module/v1/index.ts","../../src/proto/cosmos/nft/module/v1/module_pb.ts","../../src/proto/cosmos/nft/v1beta1/event_pb.ts","../../src/proto/cosmos/nft/v1beta1/genesis_pb.ts","../../src/proto/cosmos/nft/v1beta1/index.ts","../../src/proto/cosmos/nft/v1beta1/nft_pb.ts","../../src/proto/cosmos/nft/v1beta1/query_pb.ts","../../src/proto/cosmos/nft/v1beta1/tx_pb.ts","../../src/proto/cosmos/orm/index.ts","../../src/proto/cosmos/orm/module/index.ts","../../src/proto/cosmos/orm/module/v1alpha1/index.ts","../../src/proto/cosmos/orm/module/v1alpha1/module_pb.ts","../../src/proto/cosmos/orm/query/index.ts","../../src/proto/cosmos/orm/query/v1alpha1/index.ts","../../src/proto/cosmos/orm/query/v1alpha1/query_pb.ts","../../src/proto/cosmos/orm/v1/index.ts","../../src/proto/cosmos/orm/v1/orm_pb.ts","../../src/proto/cosmos/orm/v1alpha1/index.ts","../../src/proto/cosmos/orm/v1alpha1/schema_pb.ts","../../src/proto/cosmos/params/index.ts","../../src/proto/cosmos/params/module/index.ts","../../src/proto/cosmos/params/module/v1/index.ts","../../src/proto/cosmos/params/module/v1/module_pb.ts","../../src/proto/cosmos/params/v1beta1/index.ts","../../src/proto/cosmos/params/v1beta1/params_pb.ts","../../src/proto/cosmos/params/v1beta1/query_pb.ts","../../src/proto/cosmos/query/v1/query_pb.ts","../../src/proto/cosmos/reflection/index.ts","../../src/proto/cosmos/reflection/v1/index.ts","../../src/proto/cosmos/reflection/v1/reflection_pb.ts","../../src/proto/cosmos/slashing/index.ts","../../src/proto/cosmos/slashing/module/index.ts","../../src/proto/cosmos/slashing/module/v1/index.ts","../../src/proto/cosmos/slashing/module/v1/module_pb.ts","../../src/proto/cosmos/slashing/v1beta1/genesis_pb.ts","../../src/proto/cosmos/slashing/v1beta1/index.ts","../../src/proto/cosmos/slashing/v1beta1/query_pb.ts","../../src/proto/cosmos/slashing/v1beta1/slashing_pb.ts","../../src/proto/cosmos/slashing/v1beta1/tx_pb.ts","../../src/proto/cosmos/staking/index.ts","../../src/proto/cosmos/staking/module/index.ts","../../src/proto/cosmos/staking/module/v1/index.ts","../../src/proto/cosmos/staking/module/v1/module_pb.ts","../../src/proto/cosmos/staking/v1beta1/authz_pb.ts","../../src/proto/cosmos/staking/v1beta1/genesis_pb.ts","../../src/proto/cosmos/staking/v1beta1/index.ts","../../src/proto/cosmos/staking/v1beta1/query_pb.ts","../../src/proto/cosmos/staking/v1beta1/staking_pb.ts","../../src/proto/cosmos/staking/v1beta1/tx_pb.ts","../../src/proto/cosmos/tx/index.ts","../../src/proto/cosmos/tx/config/index.ts","../../src/proto/cosmos/tx/config/v1/config_pb.ts","../../src/proto/cosmos/tx/config/v1/index.ts","../../src/proto/cosmos/tx/signing/index.ts","../../src/proto/cosmos/tx/signing/v1beta1/index.ts","../../src/proto/cosmos/tx/signing/v1beta1/signing_pb.ts","../../src/proto/cosmos/tx/v1beta1/index.ts","../../src/proto/cosmos/tx/v1beta1/service_pb.ts","../../src/proto/cosmos/tx/v1beta1/tx_pb.ts","../../src/proto/cosmos/upgrade/index.ts","../../src/proto/cosmos/upgrade/module/index.ts","../../src/proto/cosmos/upgrade/module/v1/index.ts","../../src/proto/cosmos/upgrade/module/v1/module_pb.ts","../../src/proto/cosmos/upgrade/v1beta1/index.ts","../../src/proto/cosmos/upgrade/v1beta1/query_pb.ts","../../src/proto/cosmos/upgrade/v1beta1/tx_pb.ts","../../src/proto/cosmos/upgrade/v1beta1/upgrade_pb.ts","../../src/proto/cosmos/vesting/index.ts","../../src/proto/cosmos/vesting/module/index.ts","../../src/proto/cosmos/vesting/module/v1/index.ts","../../src/proto/cosmos/vesting/module/v1/module_pb.ts","../../src/proto/cosmos/vesting/v1beta1/index.ts","../../src/proto/cosmos/vesting/v1beta1/tx_pb.ts","../../src/proto/cosmos/vesting/v1beta1/vesting_pb.ts","../../src/proto/cosmos_proto/cosmos_pb.ts","../../src/proto/cosmos_proto/index.ts","../../src/proto/cosmwasm/index.ts","../../src/proto/cosmwasm/wasm/index.ts","../../src/proto/cosmwasm/wasm/v1/authz_pb.ts","../../src/proto/cosmwasm/wasm/v1/genesis_pb.ts","../../src/proto/cosmwasm/wasm/v1/ibc_pb.ts","../../src/proto/cosmwasm/wasm/v1/index.ts","../../src/proto/cosmwasm/wasm/v1/query_pb.ts","../../src/proto/cosmwasm/wasm/v1/tx_pb.ts","../../src/proto/cosmwasm/wasm/v1/types_pb.ts","../../src/proto/ethereum/web3_pb.ts","../../src/proto/ethereum/ethsecp256k1/keys_pb.ts","../../src/proto/gamm/index.ts","../../src/proto/gamm/poolmodels/index.ts","../../src/proto/gamm/poolmodels/balancer/balancerPool_pb.ts","../../src/proto/gamm/poolmodels/balancer/index.ts","../../src/proto/gamm/poolmodels/balancer/tx_pb.ts","../../src/proto/gamm/poolmodels/stableswap/v1beta1/stableswap_pool_pb.ts","../../src/proto/gamm/poolmodels/stableswap/v1beta1/tx_pb.ts","../../src/proto/gamm/v1beta1/genesis_pb.ts","../../src/proto/gamm/v1beta1/gov_pb.ts","../../src/proto/gamm/v1beta1/index.ts","../../src/proto/gamm/v1beta1/params_pb.ts","../../src/proto/gamm/v1beta1/query_pb.ts","../../src/proto/gamm/v1beta1/tx_pb.ts","../../src/proto/gamm/v2/index.ts","../../src/proto/gamm/v2/query_pb.ts","../../src/proto/gogoproto/gogo_pb.ts","../../src/proto/google/index.ts","../../src/proto/google/api/annotations_pb.ts","../../src/proto/google/api/http_pb.ts","../../src/proto/google/api/httpbody_pb.ts","../../src/proto/google/api/index.ts","../../src/proto/google/protobuf/any_pb.ts","../../src/proto/google/protobuf/descriptor_pb.ts","../../src/proto/google/protobuf/index.ts","../../src/proto/ibc/index.ts","../../src/proto/ibc/applications/index.ts","../../src/proto/ibc/applications/fee/v1/ack_pb.ts","../../src/proto/ibc/applications/fee/v1/fee_pb.ts","../../src/proto/ibc/applications/fee/v1/genesis_pb.ts","../../src/proto/ibc/applications/fee/v1/metadata_pb.ts","../../src/proto/ibc/applications/fee/v1/query_pb.ts","../../src/proto/ibc/applications/fee/v1/tx_pb.ts","../../src/proto/ibc/applications/interchain_accounts/controller/v1/controller_pb.ts","../../src/proto/ibc/applications/interchain_accounts/controller/v1/query_pb.ts","../../src/proto/ibc/applications/interchain_accounts/controller/v1/tx_pb.ts","../../src/proto/ibc/applications/interchain_accounts/genesis/v1/genesis_pb.ts","../../src/proto/ibc/applications/interchain_accounts/host/v1/host_pb.ts","../../src/proto/ibc/applications/interchain_accounts/host/v1/query_pb.ts","../../src/proto/ibc/applications/interchain_accounts/host/v1/tx_pb.ts","../../src/proto/ibc/applications/interchain_accounts/v1/account_pb.ts","../../src/proto/ibc/applications/interchain_accounts/v1/metadata_pb.ts","../../src/proto/ibc/applications/interchain_accounts/v1/packet_pb.ts","../../src/proto/ibc/applications/transfer/index.ts","../../src/proto/ibc/applications/transfer/v1/authz_pb.ts","../../src/proto/ibc/applications/transfer/v1/genesis_pb.ts","../../src/proto/ibc/applications/transfer/v1/index.ts","../../src/proto/ibc/applications/transfer/v1/query_pb.ts","../../src/proto/ibc/applications/transfer/v1/transfer_pb.ts","../../src/proto/ibc/applications/transfer/v1/tx_pb.ts","../../src/proto/ibc/applications/transfer/v2/index.ts","../../src/proto/ibc/applications/transfer/v2/packet_pb.ts","../../src/proto/ibc/core/channel/v1/channel_pb.ts","../../src/proto/ibc/core/channel/v1/genesis_pb.ts","../../src/proto/ibc/core/channel/v1/query_pb.ts","../../src/proto/ibc/core/channel/v1/tx_pb.ts","../../src/proto/ibc/core/client/v1/client_pb.ts","../../src/proto/ibc/core/client/v1/genesis_pb.ts","../../src/proto/ibc/core/client/v1/query_pb.ts","../../src/proto/ibc/core/client/v1/tx_pb.ts","../../src/proto/ibc/core/commitment/v1/commitment_pb.ts","../../src/proto/ibc/core/connection/v1/connection_pb.ts","../../src/proto/ibc/core/connection/v1/genesis_pb.ts","../../src/proto/ibc/core/connection/v1/query_pb.ts","../../src/proto/ibc/core/connection/v1/tx_pb.ts","../../src/proto/ibc/core/types/v1/genesis_pb.ts","../../src/proto/ibc/lightclients/localhost/v2/localhost_pb.ts","../../src/proto/ibc/lightclients/solomachine/v2/solomachine_pb.ts","../../src/proto/ibc/lightclients/solomachine/v3/solomachine_pb.ts","../../src/proto/ibc/lightclients/tendermint/v1/tendermint_pb.ts","../../src/proto/managersplitter/genesis_pb.ts","../../src/proto/managersplitter/params_pb.ts","../../src/proto/managersplitter/permissions_pb.ts","../../src/proto/managersplitter/query_pb.ts","../../src/proto/managersplitter/tx_pb.ts","../../src/proto/managersplitter/module/module_pb.ts","../../src/proto/maps/balances_pb.ts","../../src/proto/maps/genesis_pb.ts","../../src/proto/maps/index.ts","../../src/proto/maps/metadata_pb.ts","../../src/proto/maps/packet_pb.ts","../../src/proto/maps/params_pb.ts","../../src/proto/maps/permissions_pb.ts","../../src/proto/maps/query_pb.ts","../../src/proto/maps/timelines_pb.ts","../../src/proto/maps/tx_pb.ts","../../src/proto/maps/module/module_pb.ts","../../src/proto/poolmanager/v1beta1/genesis_pb.ts","../../src/proto/poolmanager/v1beta1/gov_pb.ts","../../src/proto/poolmanager/v1beta1/module_route_pb.ts","../../src/proto/poolmanager/v1beta1/query_pb.ts","../../src/proto/poolmanager/v1beta1/swap_route_pb.ts","../../src/proto/poolmanager/v1beta1/taker_fee_share_pb.ts","../../src/proto/poolmanager/v1beta1/tracked_volume_pb.ts","../../src/proto/poolmanager/v1beta1/tx_pb.ts","../../src/proto/poolmanager/v2/query_pb.ts","../../src/proto/protocols/genesis_pb.ts","../../src/proto/protocols/index.ts","../../src/proto/protocols/packet_pb.ts","../../src/proto/protocols/params_pb.ts","../../src/proto/protocols/query_pb.ts","../../src/proto/protocols/tx_pb.ts","../../src/proto/solana/web3_pb.ts","../../src/proto/tendermint/index.ts","../../src/proto/tendermint/abci/index.ts","../../src/proto/tendermint/abci/types_pb.ts","../../src/proto/tendermint/crypto/index.ts","../../src/proto/tendermint/crypto/keys_pb.ts","../../src/proto/tendermint/crypto/proof_pb.ts","../../src/proto/tendermint/libs/index.ts","../../src/proto/tendermint/libs/bits/index.ts","../../src/proto/tendermint/libs/bits/types_pb.ts","../../src/proto/tendermint/p2p/index.ts","../../src/proto/tendermint/p2p/types_pb.ts","../../src/proto/tendermint/types/block_pb.ts","../../src/proto/tendermint/types/evidence_pb.ts","../../src/proto/tendermint/types/index.ts","../../src/proto/tendermint/types/params_pb.ts","../../src/proto/tendermint/types/types_pb.ts","../../src/proto/tendermint/types/validator_pb.ts","../../src/proto/tendermint/version/index.ts","../../src/proto/tendermint/version/types_pb.ts","../../src/proto/tokenization/address_lists_pb.ts","../../src/proto/tokenization/approval_conditions_pb.ts","../../src/proto/tokenization/approval_criteria_pb.ts","../../src/proto/tokenization/approval_tracking_pb.ts","../../src/proto/tokenization/approvals_pb.ts","../../src/proto/tokenization/balances_pb.ts","../../src/proto/tokenization/challenges_pb.ts","../../src/proto/tokenization/collections_pb.ts","../../src/proto/tokenization/dynamic_stores_pb.ts","../../src/proto/tokenization/genesis_pb.ts","../../src/proto/tokenization/index.ts","../../src/proto/tokenization/legacytx_pb.ts","../../src/proto/tokenization/metadata_pb.ts","../../src/proto/tokenization/packet_pb.ts","../../src/proto/tokenization/params_pb.ts","../../src/proto/tokenization/permissions_pb.ts","../../src/proto/tokenization/predetermined_balances_pb.ts","../../src/proto/tokenization/query_pb.ts","../../src/proto/tokenization/timelines_pb.ts","../../src/proto/tokenization/transfers_pb.ts","../../src/proto/tokenization/tx_pb.ts","../../src/proto/tokenization/user_balance_store_pb.ts","../../src/proto/tokenization/module/v1/module_pb.ts","../../src/proto/wasm/module/module_pb.ts","../../src/proto/wasmx/genesis_pb.ts","../../src/proto/wasmx/index.ts","../../src/proto/wasmx/packet_pb.ts","../../src/proto/wasmx/params_pb.ts","../../src/proto/wasmx/query_pb.ts","../../src/proto/wasmx/tx_pb.ts","../../src/proto/wasmx/wasmx_pb.ts","../../src/proto/wasmx/module/module_pb.ts","../../src/transactions/index.ts","../../src/transactions/amino/objectConverter.ts","../../src/transactions/amino/registry.ts","../../src/transactions/messages/base.ts","../../src/transactions/messages/common.ts","../../src/transactions/messages/index.ts","../../src/transactions/messages/signDoc.ts","../../src/transactions/messages/transaction.ts","../../src/transactions/messages/txRaw.ts","../../src/transactions/messages/utils.ts","../../src/transactions/messages/bitbadges/index.ts","../../src/transactions/messages/bitbadges/managersplitter/index.ts","../../src/transactions/messages/bitbadges/managersplitter/interfaces.ts","../../src/transactions/messages/bitbadges/managersplitter/msgCreateManagerSplitter.ts","../../src/transactions/messages/bitbadges/managersplitter/msgDeleteManagerSplitter.ts","../../src/transactions/messages/bitbadges/managersplitter/msgExecuteUniversalUpdateCollection.ts","../../src/transactions/messages/bitbadges/managersplitter/msgUpdateManagerSplitter.ts","../../src/transactions/messages/bitbadges/maps/index.ts","../../src/transactions/messages/bitbadges/maps/interfaces.ts","../../src/transactions/messages/bitbadges/tokenization/index.ts","../../src/transactions/messages/bitbadges/tokenization/interfaces.ts","../../src/transactions/messages/bitbadges/tokenization/msgCastVote.ts","../../src/transactions/messages/bitbadges/tokenization/msgCreateAddressLists.ts","../../src/transactions/messages/bitbadges/tokenization/msgCreateCollection.ts","../../src/transactions/messages/bitbadges/tokenization/msgCreateDynamicStore.ts","../../src/transactions/messages/bitbadges/tokenization/msgDeleteCollection.ts","../../src/transactions/messages/bitbadges/tokenization/msgDeleteDynamicStore.ts","../../src/transactions/messages/bitbadges/tokenization/msgDeleteIncomingApproval.ts","../../src/transactions/messages/bitbadges/tokenization/msgDeleteOutgoingApproval.ts","../../src/transactions/messages/bitbadges/tokenization/msgPurgeApprovals.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetCollectionApprovals.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetCollectionMetadata.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetCustomData.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetDynamicStoreValue.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetIncomingApproval.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetIsArchived.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetManager.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetOutgoingApproval.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetStandards.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetTokenMetadata.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetValidTokenIds.ts","../../src/transactions/messages/bitbadges/tokenization/msgTransferTokens.ts","../../src/transactions/messages/bitbadges/tokenization/msgUniversalUpdateCollection.ts","../../src/transactions/messages/bitbadges/tokenization/msgUpdateCollection.ts","../../src/transactions/messages/bitbadges/tokenization/msgUpdateDynamicStore.ts","../../src/transactions/messages/bitbadges/tokenization/msgUpdateUserApprovals.ts","../../src/transactions/messages/bitbadges/wasmx/index.ts","../../src/transactions/messages/bitbadges/wasmx/interfaces.ts","../../src/transactions/messages/bitbadges/wasmx/msgExecuteContractCompat.ts","../../src/transactions/messages/bitbadges/wasmx/msgInstantiateContractCompat.ts","../../src/transactions/precompile/abi-data.ts","../../src/transactions/precompile/abi.ts","../../src/transactions/precompile/data-converter.ts","../../src/transactions/precompile/function-mapper.ts","../../src/transactions/precompile/helpers.ts","../../src/transactions/precompile/index.ts","../../src/transactions/precompile/type-detector.ts","../../src/transactions/precompile/utils.ts"],"version":"5.8.2"}
|
|
1
|
+
{"root":["../../src/index.ts","../../src/address-converter/converter.ts","../../src/address-converter/index.ts","../../src/api-indexer/BitBadgesApi.ts","../../src/api-indexer/BitBadgesCollection.ts","../../src/api-indexer/BitBadgesUserInfo.ts","../../src/api-indexer/base.ts","../../src/api-indexer/index.ts","../../src/api-indexer/docs-types/activity.ts","../../src/api-indexer/docs-types/docs.ts","../../src/api-indexer/docs-types/index.ts","../../src/api-indexer/docs-types/interfaces.ts","../../src/api-indexer/metadata/index.ts","../../src/api-indexer/metadata/metadata.ts","../../src/api-indexer/metadata/metadataIds.ts","../../src/api-indexer/metadata/tokenMetadata.spec.ts","../../src/api-indexer/metadata/tokenMetadata.ts","../../src/api-indexer/requests/blockin.ts","../../src/api-indexer/requests/collections.ts","../../src/api-indexer/requests/index.ts","../../src/api-indexer/requests/maps.ts","../../src/api-indexer/requests/requests.ts","../../src/api-indexer/requests/routes.ts","../../src/api-indexer/requests/wrappers.ts","../../src/api-indexer/responses/index.ts","../../src/api-indexer/responses/stripe.ts","../../src/blockin/index.ts","../../src/common/base.ts","../../src/common/constants.ts","../../src/common/index.ts","../../src/common/math.ts","../../src/common/string-numbers.ts","../../src/common/typed-arrays.ts","../../src/common/types.ts","../../src/core/addressLists.spec.ts","../../src/core/addressLists.ts","../../src/core/aliases.spec.ts","../../src/core/aliases.ts","../../src/core/approval-utils.ts","../../src/core/approvals.spec.ts","../../src/core/approvals.ts","../../src/core/balances.spec.ts","../../src/core/balances.ts","../../src/core/batch-utils.spec.ts","../../src/core/batch-utils.ts","../../src/core/bids.ts","../../src/core/blockin.ts","../../src/core/coin.ts","../../src/core/cosmos-wrappers.ts","../../src/core/ibc-wrappers.ts","../../src/core/index.ts","../../src/core/invoices.ts","../../src/core/managersplitter.ts","../../src/core/misc.spec.ts","../../src/core/misc.ts","../../src/core/overlaps.spec.ts","../../src/core/overlaps.ts","../../src/core/permission-utils.ts","../../src/core/permissions.ts","../../src/core/products.ts","../../src/core/quests.ts","../../src/core/scheduled-payments.ts","../../src/core/subscriptions.ts","../../src/core/transfers.spec.ts","../../src/core/transfers.ts","../../src/core/uintRanges.spec.ts","../../src/core/uintRanges.ts","../../src/core/userBalances.ts","../../src/core/validate-utils.ts","../../src/core/crypto-addr-codec/index.d.ts","../../src/gamm/classes.ts","../../src/gamm/index.ts","../../src/gamm/indexer.ts","../../src/gamm/interfaces.ts","../../src/gamm/tx/classes.ts","../../src/gamm/tx/index.ts","../../src/gamm/tx/interfaces.ts","../../src/interfaces/index.ts","../../src/interfaces/types/approvals.ts","../../src/interfaces/types/core.ts","../../src/interfaces/types/index.ts","../../src/interfaces/types/managersplitter.ts","../../src/interfaces/types/permissions.ts","../../src/interfaces/types/userBalances.ts","../../src/node-rest-api/account.ts","../../src/node-rest-api/balances.ts","../../src/node-rest-api/broadcast.ts","../../src/node-rest-api/gov.ts","../../src/node-rest-api/ibc.ts","../../src/node-rest-api/index.ts","../../src/node-rest-api/staking.ts","../../src/proto/index.ts","../../src/proto/proofs_pb.ts","../../src/proto/amino/amino_pb.ts","../../src/proto/anchor/genesis_pb.ts","../../src/proto/anchor/index.ts","../../src/proto/anchor/packet_pb.ts","../../src/proto/anchor/params_pb.ts","../../src/proto/anchor/query_pb.ts","../../src/proto/anchor/tx_pb.ts","../../src/proto/anchor/module/module_pb.ts","../../src/proto/bitcoin/web3_pb.ts","../../src/proto/capability/v1/capability_pb.ts","../../src/proto/capability/v1/genesis_pb.ts","../../src/proto/cosmos/index.ts","../../src/proto/cosmos/app/index.ts","../../src/proto/cosmos/app/runtime/index.ts","../../src/proto/cosmos/app/runtime/v1alpha1/index.ts","../../src/proto/cosmos/app/runtime/v1alpha1/module_pb.ts","../../src/proto/cosmos/app/v1alpha1/config_pb.ts","../../src/proto/cosmos/app/v1alpha1/index.ts","../../src/proto/cosmos/app/v1alpha1/module_pb.ts","../../src/proto/cosmos/app/v1alpha1/query_pb.ts","../../src/proto/cosmos/auth/index.ts","../../src/proto/cosmos/auth/module/index.ts","../../src/proto/cosmos/auth/module/v1/index.ts","../../src/proto/cosmos/auth/module/v1/module_pb.ts","../../src/proto/cosmos/auth/v1beta1/auth_pb.ts","../../src/proto/cosmos/auth/v1beta1/genesis_pb.ts","../../src/proto/cosmos/auth/v1beta1/index.ts","../../src/proto/cosmos/auth/v1beta1/query_pb.ts","../../src/proto/cosmos/auth/v1beta1/tx_pb.ts","../../src/proto/cosmos/authz/index.ts","../../src/proto/cosmos/authz/module/index.ts","../../src/proto/cosmos/authz/module/v1/index.ts","../../src/proto/cosmos/authz/module/v1/module_pb.ts","../../src/proto/cosmos/authz/v1beta1/authz_pb.ts","../../src/proto/cosmos/authz/v1beta1/event_pb.ts","../../src/proto/cosmos/authz/v1beta1/genesis_pb.ts","../../src/proto/cosmos/authz/v1beta1/index.ts","../../src/proto/cosmos/authz/v1beta1/query_pb.ts","../../src/proto/cosmos/authz/v1beta1/tx_pb.ts","../../src/proto/cosmos/autocli/index.ts","../../src/proto/cosmos/autocli/v1/index.ts","../../src/proto/cosmos/autocli/v1/options_pb.ts","../../src/proto/cosmos/autocli/v1/query_pb.ts","../../src/proto/cosmos/bank/index.ts","../../src/proto/cosmos/bank/module/index.ts","../../src/proto/cosmos/bank/module/v1/index.ts","../../src/proto/cosmos/bank/module/v1/module_pb.ts","../../src/proto/cosmos/bank/v1beta1/authz_pb.ts","../../src/proto/cosmos/bank/v1beta1/bank_pb.ts","../../src/proto/cosmos/bank/v1beta1/genesis_pb.ts","../../src/proto/cosmos/bank/v1beta1/index.ts","../../src/proto/cosmos/bank/v1beta1/query_pb.ts","../../src/proto/cosmos/bank/v1beta1/tx_pb.ts","../../src/proto/cosmos/base/index.ts","../../src/proto/cosmos/base/abci/index.ts","../../src/proto/cosmos/base/abci/v1beta1/abci_pb.ts","../../src/proto/cosmos/base/abci/v1beta1/index.ts","../../src/proto/cosmos/base/kv/index.ts","../../src/proto/cosmos/base/kv/v1beta1/index.ts","../../src/proto/cosmos/base/kv/v1beta1/kv_pb.ts","../../src/proto/cosmos/base/node/index.ts","../../src/proto/cosmos/base/node/v1beta1/index.ts","../../src/proto/cosmos/base/node/v1beta1/query_pb.ts","../../src/proto/cosmos/base/query/index.ts","../../src/proto/cosmos/base/query/v1beta1/index.ts","../../src/proto/cosmos/base/query/v1beta1/pagination_pb.ts","../../src/proto/cosmos/base/reflection/index.ts","../../src/proto/cosmos/base/reflection/v1beta1/index.ts","../../src/proto/cosmos/base/reflection/v1beta1/reflection_pb.ts","../../src/proto/cosmos/base/reflection/v2alpha1/index.ts","../../src/proto/cosmos/base/reflection/v2alpha1/reflection_pb.ts","../../src/proto/cosmos/base/snapshots/index.ts","../../src/proto/cosmos/base/snapshots/v1beta1/index.ts","../../src/proto/cosmos/base/snapshots/v1beta1/snapshot_pb.ts","../../src/proto/cosmos/base/store/index.ts","../../src/proto/cosmos/base/store/v1beta1/commit_info_pb.ts","../../src/proto/cosmos/base/store/v1beta1/index.ts","../../src/proto/cosmos/base/store/v1beta1/listening_pb.ts","../../src/proto/cosmos/base/store/v1beta1/snapshot_pb.ts","../../src/proto/cosmos/base/tendermint/index.ts","../../src/proto/cosmos/base/tendermint/v1beta1/index.ts","../../src/proto/cosmos/base/tendermint/v1beta1/query_pb.ts","../../src/proto/cosmos/base/tendermint/v1beta1/types_pb.ts","../../src/proto/cosmos/base/v1beta1/coin_pb.ts","../../src/proto/cosmos/base/v1beta1/index.ts","../../src/proto/cosmos/capability/index.ts","../../src/proto/cosmos/capability/module/index.ts","../../src/proto/cosmos/capability/module/v1/index.ts","../../src/proto/cosmos/capability/module/v1/module_pb.ts","../../src/proto/cosmos/capability/v1beta1/capability_pb.ts","../../src/proto/cosmos/capability/v1beta1/genesis_pb.ts","../../src/proto/cosmos/capability/v1beta1/index.ts","../../src/proto/cosmos/consensus/index.ts","../../src/proto/cosmos/consensus/module/index.ts","../../src/proto/cosmos/consensus/module/v1/index.ts","../../src/proto/cosmos/consensus/module/v1/module_pb.ts","../../src/proto/cosmos/consensus/v1/index.ts","../../src/proto/cosmos/consensus/v1/query_pb.ts","../../src/proto/cosmos/consensus/v1/tx_pb.ts","../../src/proto/cosmos/crisis/index.ts","../../src/proto/cosmos/crisis/module/index.ts","../../src/proto/cosmos/crisis/module/v1/index.ts","../../src/proto/cosmos/crisis/module/v1/module_pb.ts","../../src/proto/cosmos/crisis/v1beta1/genesis_pb.ts","../../src/proto/cosmos/crisis/v1beta1/index.ts","../../src/proto/cosmos/crisis/v1beta1/tx_pb.ts","../../src/proto/cosmos/crypto/index.ts","../../src/proto/cosmos/crypto/ed25519/index.ts","../../src/proto/cosmos/crypto/ed25519/keys_pb.ts","../../src/proto/cosmos/crypto/hd/index.ts","../../src/proto/cosmos/crypto/hd/v1/hd_pb.ts","../../src/proto/cosmos/crypto/hd/v1/index.ts","../../src/proto/cosmos/crypto/keyring/index.ts","../../src/proto/cosmos/crypto/keyring/v1/index.ts","../../src/proto/cosmos/crypto/keyring/v1/record_pb.ts","../../src/proto/cosmos/crypto/multisig/index.ts","../../src/proto/cosmos/crypto/multisig/keys_pb.ts","../../src/proto/cosmos/crypto/multisig/v1beta1/index.ts","../../src/proto/cosmos/crypto/multisig/v1beta1/multisig_pb.ts","../../src/proto/cosmos/crypto/secp256k1/index.ts","../../src/proto/cosmos/crypto/secp256k1/keys_pb.ts","../../src/proto/cosmos/crypto/secp256r1/index.ts","../../src/proto/cosmos/crypto/secp256r1/keys_pb.ts","../../src/proto/cosmos/distribution/index.ts","../../src/proto/cosmos/distribution/module/index.ts","../../src/proto/cosmos/distribution/module/v1/index.ts","../../src/proto/cosmos/distribution/module/v1/module_pb.ts","../../src/proto/cosmos/distribution/v1beta1/distribution_pb.ts","../../src/proto/cosmos/distribution/v1beta1/genesis_pb.ts","../../src/proto/cosmos/distribution/v1beta1/index.ts","../../src/proto/cosmos/distribution/v1beta1/query_pb.ts","../../src/proto/cosmos/distribution/v1beta1/tx_pb.ts","../../src/proto/cosmos/evidence/index.ts","../../src/proto/cosmos/evidence/module/index.ts","../../src/proto/cosmos/evidence/module/v1/index.ts","../../src/proto/cosmos/evidence/module/v1/module_pb.ts","../../src/proto/cosmos/evidence/v1beta1/evidence_pb.ts","../../src/proto/cosmos/evidence/v1beta1/genesis_pb.ts","../../src/proto/cosmos/evidence/v1beta1/index.ts","../../src/proto/cosmos/evidence/v1beta1/query_pb.ts","../../src/proto/cosmos/evidence/v1beta1/tx_pb.ts","../../src/proto/cosmos/evm/index.ts","../../src/proto/cosmos/evm/ante/index.ts","../../src/proto/cosmos/evm/ante/v1/dynamic_fee_pb.ts","../../src/proto/cosmos/evm/ante/v1/index.ts","../../src/proto/cosmos/evm/crypto/index.ts","../../src/proto/cosmos/evm/crypto/v1/index.ts","../../src/proto/cosmos/evm/crypto/v1/ethsecp256k1/index.ts","../../src/proto/cosmos/evm/crypto/v1/ethsecp256k1/keys_pb.ts","../../src/proto/cosmos/evm/eip712/index.ts","../../src/proto/cosmos/evm/eip712/v1/index.ts","../../src/proto/cosmos/evm/eip712/v1/web3_pb.ts","../../src/proto/cosmos/evm/erc20/index.ts","../../src/proto/cosmos/evm/erc20/v1/erc20_pb.ts","../../src/proto/cosmos/evm/erc20/v1/events_pb.ts","../../src/proto/cosmos/evm/erc20/v1/genesis_pb.ts","../../src/proto/cosmos/evm/erc20/v1/index.ts","../../src/proto/cosmos/evm/erc20/v1/query_pb.ts","../../src/proto/cosmos/evm/erc20/v1/tx_pb.ts","../../src/proto/cosmos/evm/feemarket/index.ts","../../src/proto/cosmos/evm/feemarket/v1/events_pb.ts","../../src/proto/cosmos/evm/feemarket/v1/feemarket_pb.ts","../../src/proto/cosmos/evm/feemarket/v1/genesis_pb.ts","../../src/proto/cosmos/evm/feemarket/v1/index.ts","../../src/proto/cosmos/evm/feemarket/v1/query_pb.ts","../../src/proto/cosmos/evm/feemarket/v1/tx_pb.ts","../../src/proto/cosmos/evm/precisebank/index.ts","../../src/proto/cosmos/evm/precisebank/v1/genesis_pb.ts","../../src/proto/cosmos/evm/precisebank/v1/index.ts","../../src/proto/cosmos/evm/precisebank/v1/query_pb.ts","../../src/proto/cosmos/evm/server/index.ts","../../src/proto/cosmos/evm/server/v1/index.ts","../../src/proto/cosmos/evm/server/v1/indexer_pb.ts","../../src/proto/cosmos/evm/vm/index.ts","../../src/proto/cosmos/evm/vm/v1/events_pb.ts","../../src/proto/cosmos/evm/vm/v1/evm_pb.ts","../../src/proto/cosmos/evm/vm/v1/genesis_pb.ts","../../src/proto/cosmos/evm/vm/v1/index.ts","../../src/proto/cosmos/evm/vm/v1/query_pb.ts","../../src/proto/cosmos/evm/vm/v1/tx_pb.ts","../../src/proto/cosmos/feegrant/index.ts","../../src/proto/cosmos/feegrant/module/index.ts","../../src/proto/cosmos/feegrant/module/v1/index.ts","../../src/proto/cosmos/feegrant/module/v1/module_pb.ts","../../src/proto/cosmos/feegrant/v1beta1/feegrant_pb.ts","../../src/proto/cosmos/feegrant/v1beta1/genesis_pb.ts","../../src/proto/cosmos/feegrant/v1beta1/index.ts","../../src/proto/cosmos/feegrant/v1beta1/query_pb.ts","../../src/proto/cosmos/feegrant/v1beta1/tx_pb.ts","../../src/proto/cosmos/genutil/index.ts","../../src/proto/cosmos/genutil/module/index.ts","../../src/proto/cosmos/genutil/module/v1/index.ts","../../src/proto/cosmos/genutil/module/v1/module_pb.ts","../../src/proto/cosmos/genutil/v1beta1/genesis_pb.ts","../../src/proto/cosmos/genutil/v1beta1/index.ts","../../src/proto/cosmos/gov/index.ts","../../src/proto/cosmos/gov/module/index.ts","../../src/proto/cosmos/gov/module/v1/index.ts","../../src/proto/cosmos/gov/module/v1/module_pb.ts","../../src/proto/cosmos/gov/v1/genesis_pb.ts","../../src/proto/cosmos/gov/v1/gov_pb.ts","../../src/proto/cosmos/gov/v1/index.ts","../../src/proto/cosmos/gov/v1/query_pb.ts","../../src/proto/cosmos/gov/v1/tx_pb.ts","../../src/proto/cosmos/gov/v1beta1/genesis_pb.ts","../../src/proto/cosmos/gov/v1beta1/gov_pb.ts","../../src/proto/cosmos/gov/v1beta1/index.ts","../../src/proto/cosmos/gov/v1beta1/query_pb.ts","../../src/proto/cosmos/gov/v1beta1/tx_pb.ts","../../src/proto/cosmos/group/index.ts","../../src/proto/cosmos/group/module/index.ts","../../src/proto/cosmos/group/module/v1/index.ts","../../src/proto/cosmos/group/module/v1/module_pb.ts","../../src/proto/cosmos/group/v1/events_pb.ts","../../src/proto/cosmos/group/v1/genesis_pb.ts","../../src/proto/cosmos/group/v1/index.ts","../../src/proto/cosmos/group/v1/query_pb.ts","../../src/proto/cosmos/group/v1/tx_pb.ts","../../src/proto/cosmos/group/v1/types_pb.ts","../../src/proto/cosmos/ics23/v1/proofs_pb.ts","../../src/proto/cosmos/mint/index.ts","../../src/proto/cosmos/mint/module/index.ts","../../src/proto/cosmos/mint/module/v1/index.ts","../../src/proto/cosmos/mint/module/v1/module_pb.ts","../../src/proto/cosmos/mint/v1beta1/genesis_pb.ts","../../src/proto/cosmos/mint/v1beta1/index.ts","../../src/proto/cosmos/mint/v1beta1/mint_pb.ts","../../src/proto/cosmos/mint/v1beta1/query_pb.ts","../../src/proto/cosmos/mint/v1beta1/tx_pb.ts","../../src/proto/cosmos/msg/textual/v1/textual_pb.ts","../../src/proto/cosmos/msg/v1/msg_pb.ts","../../src/proto/cosmos/nft/index.ts","../../src/proto/cosmos/nft/module/index.ts","../../src/proto/cosmos/nft/module/v1/index.ts","../../src/proto/cosmos/nft/module/v1/module_pb.ts","../../src/proto/cosmos/nft/v1beta1/event_pb.ts","../../src/proto/cosmos/nft/v1beta1/genesis_pb.ts","../../src/proto/cosmos/nft/v1beta1/index.ts","../../src/proto/cosmos/nft/v1beta1/nft_pb.ts","../../src/proto/cosmos/nft/v1beta1/query_pb.ts","../../src/proto/cosmos/nft/v1beta1/tx_pb.ts","../../src/proto/cosmos/orm/index.ts","../../src/proto/cosmos/orm/module/index.ts","../../src/proto/cosmos/orm/module/v1alpha1/index.ts","../../src/proto/cosmos/orm/module/v1alpha1/module_pb.ts","../../src/proto/cosmos/orm/query/index.ts","../../src/proto/cosmos/orm/query/v1alpha1/index.ts","../../src/proto/cosmos/orm/query/v1alpha1/query_pb.ts","../../src/proto/cosmos/orm/v1/index.ts","../../src/proto/cosmos/orm/v1/orm_pb.ts","../../src/proto/cosmos/orm/v1alpha1/index.ts","../../src/proto/cosmos/orm/v1alpha1/schema_pb.ts","../../src/proto/cosmos/params/index.ts","../../src/proto/cosmos/params/module/index.ts","../../src/proto/cosmos/params/module/v1/index.ts","../../src/proto/cosmos/params/module/v1/module_pb.ts","../../src/proto/cosmos/params/v1beta1/index.ts","../../src/proto/cosmos/params/v1beta1/params_pb.ts","../../src/proto/cosmos/params/v1beta1/query_pb.ts","../../src/proto/cosmos/query/v1/query_pb.ts","../../src/proto/cosmos/reflection/index.ts","../../src/proto/cosmos/reflection/v1/index.ts","../../src/proto/cosmos/reflection/v1/reflection_pb.ts","../../src/proto/cosmos/slashing/index.ts","../../src/proto/cosmos/slashing/module/index.ts","../../src/proto/cosmos/slashing/module/v1/index.ts","../../src/proto/cosmos/slashing/module/v1/module_pb.ts","../../src/proto/cosmos/slashing/v1beta1/genesis_pb.ts","../../src/proto/cosmos/slashing/v1beta1/index.ts","../../src/proto/cosmos/slashing/v1beta1/query_pb.ts","../../src/proto/cosmos/slashing/v1beta1/slashing_pb.ts","../../src/proto/cosmos/slashing/v1beta1/tx_pb.ts","../../src/proto/cosmos/staking/index.ts","../../src/proto/cosmos/staking/module/index.ts","../../src/proto/cosmos/staking/module/v1/index.ts","../../src/proto/cosmos/staking/module/v1/module_pb.ts","../../src/proto/cosmos/staking/v1beta1/authz_pb.ts","../../src/proto/cosmos/staking/v1beta1/genesis_pb.ts","../../src/proto/cosmos/staking/v1beta1/index.ts","../../src/proto/cosmos/staking/v1beta1/query_pb.ts","../../src/proto/cosmos/staking/v1beta1/staking_pb.ts","../../src/proto/cosmos/staking/v1beta1/tx_pb.ts","../../src/proto/cosmos/tx/index.ts","../../src/proto/cosmos/tx/config/index.ts","../../src/proto/cosmos/tx/config/v1/config_pb.ts","../../src/proto/cosmos/tx/config/v1/index.ts","../../src/proto/cosmos/tx/signing/index.ts","../../src/proto/cosmos/tx/signing/v1beta1/index.ts","../../src/proto/cosmos/tx/signing/v1beta1/signing_pb.ts","../../src/proto/cosmos/tx/v1beta1/index.ts","../../src/proto/cosmos/tx/v1beta1/service_pb.ts","../../src/proto/cosmos/tx/v1beta1/tx_pb.ts","../../src/proto/cosmos/upgrade/index.ts","../../src/proto/cosmos/upgrade/module/index.ts","../../src/proto/cosmos/upgrade/module/v1/index.ts","../../src/proto/cosmos/upgrade/module/v1/module_pb.ts","../../src/proto/cosmos/upgrade/v1beta1/index.ts","../../src/proto/cosmos/upgrade/v1beta1/query_pb.ts","../../src/proto/cosmos/upgrade/v1beta1/tx_pb.ts","../../src/proto/cosmos/upgrade/v1beta1/upgrade_pb.ts","../../src/proto/cosmos/vesting/index.ts","../../src/proto/cosmos/vesting/module/index.ts","../../src/proto/cosmos/vesting/module/v1/index.ts","../../src/proto/cosmos/vesting/module/v1/module_pb.ts","../../src/proto/cosmos/vesting/v1beta1/index.ts","../../src/proto/cosmos/vesting/v1beta1/tx_pb.ts","../../src/proto/cosmos/vesting/v1beta1/vesting_pb.ts","../../src/proto/cosmos_proto/cosmos_pb.ts","../../src/proto/cosmos_proto/index.ts","../../src/proto/cosmwasm/index.ts","../../src/proto/cosmwasm/wasm/index.ts","../../src/proto/cosmwasm/wasm/v1/authz_pb.ts","../../src/proto/cosmwasm/wasm/v1/genesis_pb.ts","../../src/proto/cosmwasm/wasm/v1/ibc_pb.ts","../../src/proto/cosmwasm/wasm/v1/index.ts","../../src/proto/cosmwasm/wasm/v1/query_pb.ts","../../src/proto/cosmwasm/wasm/v1/tx_pb.ts","../../src/proto/cosmwasm/wasm/v1/types_pb.ts","../../src/proto/ethereum/web3_pb.ts","../../src/proto/ethereum/ethsecp256k1/keys_pb.ts","../../src/proto/gamm/index.ts","../../src/proto/gamm/poolmodels/index.ts","../../src/proto/gamm/poolmodels/balancer/balancerPool_pb.ts","../../src/proto/gamm/poolmodels/balancer/index.ts","../../src/proto/gamm/poolmodels/balancer/tx_pb.ts","../../src/proto/gamm/poolmodels/stableswap/v1beta1/stableswap_pool_pb.ts","../../src/proto/gamm/poolmodels/stableswap/v1beta1/tx_pb.ts","../../src/proto/gamm/v1beta1/genesis_pb.ts","../../src/proto/gamm/v1beta1/gov_pb.ts","../../src/proto/gamm/v1beta1/index.ts","../../src/proto/gamm/v1beta1/params_pb.ts","../../src/proto/gamm/v1beta1/query_pb.ts","../../src/proto/gamm/v1beta1/tx_pb.ts","../../src/proto/gamm/v2/index.ts","../../src/proto/gamm/v2/query_pb.ts","../../src/proto/gogoproto/gogo_pb.ts","../../src/proto/google/index.ts","../../src/proto/google/api/annotations_pb.ts","../../src/proto/google/api/http_pb.ts","../../src/proto/google/api/httpbody_pb.ts","../../src/proto/google/api/index.ts","../../src/proto/google/protobuf/any_pb.ts","../../src/proto/google/protobuf/descriptor_pb.ts","../../src/proto/google/protobuf/index.ts","../../src/proto/ibc/index.ts","../../src/proto/ibc/applications/index.ts","../../src/proto/ibc/applications/fee/v1/ack_pb.ts","../../src/proto/ibc/applications/fee/v1/fee_pb.ts","../../src/proto/ibc/applications/fee/v1/genesis_pb.ts","../../src/proto/ibc/applications/fee/v1/metadata_pb.ts","../../src/proto/ibc/applications/fee/v1/query_pb.ts","../../src/proto/ibc/applications/fee/v1/tx_pb.ts","../../src/proto/ibc/applications/interchain_accounts/controller/v1/controller_pb.ts","../../src/proto/ibc/applications/interchain_accounts/controller/v1/query_pb.ts","../../src/proto/ibc/applications/interchain_accounts/controller/v1/tx_pb.ts","../../src/proto/ibc/applications/interchain_accounts/genesis/v1/genesis_pb.ts","../../src/proto/ibc/applications/interchain_accounts/host/v1/host_pb.ts","../../src/proto/ibc/applications/interchain_accounts/host/v1/query_pb.ts","../../src/proto/ibc/applications/interchain_accounts/host/v1/tx_pb.ts","../../src/proto/ibc/applications/interchain_accounts/v1/account_pb.ts","../../src/proto/ibc/applications/interchain_accounts/v1/metadata_pb.ts","../../src/proto/ibc/applications/interchain_accounts/v1/packet_pb.ts","../../src/proto/ibc/applications/transfer/index.ts","../../src/proto/ibc/applications/transfer/v1/authz_pb.ts","../../src/proto/ibc/applications/transfer/v1/genesis_pb.ts","../../src/proto/ibc/applications/transfer/v1/index.ts","../../src/proto/ibc/applications/transfer/v1/query_pb.ts","../../src/proto/ibc/applications/transfer/v1/transfer_pb.ts","../../src/proto/ibc/applications/transfer/v1/tx_pb.ts","../../src/proto/ibc/applications/transfer/v2/index.ts","../../src/proto/ibc/applications/transfer/v2/packet_pb.ts","../../src/proto/ibc/core/channel/v1/channel_pb.ts","../../src/proto/ibc/core/channel/v1/genesis_pb.ts","../../src/proto/ibc/core/channel/v1/query_pb.ts","../../src/proto/ibc/core/channel/v1/tx_pb.ts","../../src/proto/ibc/core/client/v1/client_pb.ts","../../src/proto/ibc/core/client/v1/genesis_pb.ts","../../src/proto/ibc/core/client/v1/query_pb.ts","../../src/proto/ibc/core/client/v1/tx_pb.ts","../../src/proto/ibc/core/commitment/v1/commitment_pb.ts","../../src/proto/ibc/core/connection/v1/connection_pb.ts","../../src/proto/ibc/core/connection/v1/genesis_pb.ts","../../src/proto/ibc/core/connection/v1/query_pb.ts","../../src/proto/ibc/core/connection/v1/tx_pb.ts","../../src/proto/ibc/core/types/v1/genesis_pb.ts","../../src/proto/ibc/lightclients/localhost/v2/localhost_pb.ts","../../src/proto/ibc/lightclients/solomachine/v2/solomachine_pb.ts","../../src/proto/ibc/lightclients/solomachine/v3/solomachine_pb.ts","../../src/proto/ibc/lightclients/tendermint/v1/tendermint_pb.ts","../../src/proto/managersplitter/genesis_pb.ts","../../src/proto/managersplitter/params_pb.ts","../../src/proto/managersplitter/permissions_pb.ts","../../src/proto/managersplitter/query_pb.ts","../../src/proto/managersplitter/tx_pb.ts","../../src/proto/managersplitter/module/module_pb.ts","../../src/proto/maps/balances_pb.ts","../../src/proto/maps/genesis_pb.ts","../../src/proto/maps/index.ts","../../src/proto/maps/metadata_pb.ts","../../src/proto/maps/packet_pb.ts","../../src/proto/maps/params_pb.ts","../../src/proto/maps/permissions_pb.ts","../../src/proto/maps/query_pb.ts","../../src/proto/maps/timelines_pb.ts","../../src/proto/maps/tx_pb.ts","../../src/proto/maps/module/module_pb.ts","../../src/proto/poolmanager/v1beta1/genesis_pb.ts","../../src/proto/poolmanager/v1beta1/gov_pb.ts","../../src/proto/poolmanager/v1beta1/module_route_pb.ts","../../src/proto/poolmanager/v1beta1/query_pb.ts","../../src/proto/poolmanager/v1beta1/swap_route_pb.ts","../../src/proto/poolmanager/v1beta1/taker_fee_share_pb.ts","../../src/proto/poolmanager/v1beta1/tracked_volume_pb.ts","../../src/proto/poolmanager/v1beta1/tx_pb.ts","../../src/proto/poolmanager/v2/query_pb.ts","../../src/proto/protocols/genesis_pb.ts","../../src/proto/protocols/index.ts","../../src/proto/protocols/packet_pb.ts","../../src/proto/protocols/params_pb.ts","../../src/proto/protocols/query_pb.ts","../../src/proto/protocols/tx_pb.ts","../../src/proto/solana/web3_pb.ts","../../src/proto/tendermint/index.ts","../../src/proto/tendermint/abci/index.ts","../../src/proto/tendermint/abci/types_pb.ts","../../src/proto/tendermint/crypto/index.ts","../../src/proto/tendermint/crypto/keys_pb.ts","../../src/proto/tendermint/crypto/proof_pb.ts","../../src/proto/tendermint/libs/index.ts","../../src/proto/tendermint/libs/bits/index.ts","../../src/proto/tendermint/libs/bits/types_pb.ts","../../src/proto/tendermint/p2p/index.ts","../../src/proto/tendermint/p2p/types_pb.ts","../../src/proto/tendermint/types/block_pb.ts","../../src/proto/tendermint/types/evidence_pb.ts","../../src/proto/tendermint/types/index.ts","../../src/proto/tendermint/types/params_pb.ts","../../src/proto/tendermint/types/types_pb.ts","../../src/proto/tendermint/types/validator_pb.ts","../../src/proto/tendermint/version/index.ts","../../src/proto/tendermint/version/types_pb.ts","../../src/proto/tokenization/address_lists_pb.ts","../../src/proto/tokenization/approval_conditions_pb.ts","../../src/proto/tokenization/approval_criteria_pb.ts","../../src/proto/tokenization/approval_tracking_pb.ts","../../src/proto/tokenization/approvals_pb.ts","../../src/proto/tokenization/balances_pb.ts","../../src/proto/tokenization/challenges_pb.ts","../../src/proto/tokenization/collections_pb.ts","../../src/proto/tokenization/dynamic_stores_pb.ts","../../src/proto/tokenization/genesis_pb.ts","../../src/proto/tokenization/icq_pb.ts","../../src/proto/tokenization/index.ts","../../src/proto/tokenization/legacytx_pb.ts","../../src/proto/tokenization/metadata_pb.ts","../../src/proto/tokenization/packet_pb.ts","../../src/proto/tokenization/params_pb.ts","../../src/proto/tokenization/permissions_pb.ts","../../src/proto/tokenization/predetermined_balances_pb.ts","../../src/proto/tokenization/query_pb.ts","../../src/proto/tokenization/timelines_pb.ts","../../src/proto/tokenization/transfers_pb.ts","../../src/proto/tokenization/tx_pb.ts","../../src/proto/tokenization/user_balance_store_pb.ts","../../src/proto/tokenization/module/v1/module_pb.ts","../../src/proto/wasm/module/module_pb.ts","../../src/proto/wasmx/genesis_pb.ts","../../src/proto/wasmx/index.ts","../../src/proto/wasmx/packet_pb.ts","../../src/proto/wasmx/params_pb.ts","../../src/proto/wasmx/query_pb.ts","../../src/proto/wasmx/tx_pb.ts","../../src/proto/wasmx/wasmx_pb.ts","../../src/proto/wasmx/module/module_pb.ts","../../src/transactions/index.ts","../../src/transactions/amino/objectConverter.ts","../../src/transactions/amino/registry.ts","../../src/transactions/messages/base.ts","../../src/transactions/messages/common.ts","../../src/transactions/messages/index.ts","../../src/transactions/messages/signDoc.ts","../../src/transactions/messages/transaction.ts","../../src/transactions/messages/txRaw.ts","../../src/transactions/messages/utils.ts","../../src/transactions/messages/bitbadges/index.ts","../../src/transactions/messages/bitbadges/managersplitter/index.ts","../../src/transactions/messages/bitbadges/managersplitter/interfaces.ts","../../src/transactions/messages/bitbadges/managersplitter/msgCreateManagerSplitter.ts","../../src/transactions/messages/bitbadges/managersplitter/msgDeleteManagerSplitter.ts","../../src/transactions/messages/bitbadges/managersplitter/msgExecuteUniversalUpdateCollection.ts","../../src/transactions/messages/bitbadges/managersplitter/msgUpdateManagerSplitter.ts","../../src/transactions/messages/bitbadges/maps/index.ts","../../src/transactions/messages/bitbadges/maps/interfaces.ts","../../src/transactions/messages/bitbadges/tokenization/index.ts","../../src/transactions/messages/bitbadges/tokenization/interfaces.ts","../../src/transactions/messages/bitbadges/tokenization/msgCastVote.ts","../../src/transactions/messages/bitbadges/tokenization/msgCreateAddressLists.ts","../../src/transactions/messages/bitbadges/tokenization/msgCreateCollection.ts","../../src/transactions/messages/bitbadges/tokenization/msgCreateDynamicStore.ts","../../src/transactions/messages/bitbadges/tokenization/msgDeleteCollection.ts","../../src/transactions/messages/bitbadges/tokenization/msgDeleteDynamicStore.ts","../../src/transactions/messages/bitbadges/tokenization/msgDeleteIncomingApproval.ts","../../src/transactions/messages/bitbadges/tokenization/msgDeleteOutgoingApproval.ts","../../src/transactions/messages/bitbadges/tokenization/msgPurgeApprovals.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetCollectionApprovals.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetCollectionMetadata.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetCustomData.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetDynamicStoreValue.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetIncomingApproval.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetIsArchived.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetManager.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetOutgoingApproval.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetStandards.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetTokenMetadata.ts","../../src/transactions/messages/bitbadges/tokenization/msgSetValidTokenIds.ts","../../src/transactions/messages/bitbadges/tokenization/msgTransferTokens.ts","../../src/transactions/messages/bitbadges/tokenization/msgUniversalUpdateCollection.ts","../../src/transactions/messages/bitbadges/tokenization/msgUpdateCollection.ts","../../src/transactions/messages/bitbadges/tokenization/msgUpdateDynamicStore.ts","../../src/transactions/messages/bitbadges/tokenization/msgUpdateUserApprovals.ts","../../src/transactions/messages/bitbadges/wasmx/index.ts","../../src/transactions/messages/bitbadges/wasmx/interfaces.ts","../../src/transactions/messages/bitbadges/wasmx/msgExecuteContractCompat.ts","../../src/transactions/messages/bitbadges/wasmx/msgInstantiateContractCompat.ts","../../src/transactions/precompile/abi-data.ts","../../src/transactions/precompile/abi.ts","../../src/transactions/precompile/data-converter.ts","../../src/transactions/precompile/function-mapper.ts","../../src/transactions/precompile/helpers.ts","../../src/transactions/precompile/index.ts","../../src/transactions/precompile/type-detector.ts","../../src/transactions/precompile/utils.ts"],"version":"5.8.3"}
|
|
@@ -6585,8 +6585,8 @@ export class BitBadgesAdminAPI extends BitBadgesAPI {
|
|
|
6585
6585
|
if (undefined === value)
|
|
6586
6586
|
return true;
|
|
6587
6587
|
return "string" === typeof value;
|
|
6588
|
-
}); const _io3 = input => "string" === typeof input.type && "string" === typeof input.name && ("string" === typeof input.value || "number" === typeof input.value || "boolean" === typeof input.value); const _io4 = input => "string" === typeof input.name && "string" === typeof input.image && "string" === typeof input.description && (undefined === input.url || "string" === typeof input.url); const _io5 = input => Array.isArray(input.tokenIds) && input.tokenIds.every(elem => "object" === typeof elem && null !== elem && _io6(elem)) && (undefined === input.metadata || "object" === typeof input.metadata && null !== input.metadata && _io1(input.metadata)) && "string" === typeof input.uri && (undefined === input.fetchedUri || "string" === typeof input.fetchedUri) && "string" === typeof input.customData && (undefined === input.toUploadToIpfs || "boolean" === typeof input.toUploadToIpfs); const _io6 = input => ("string" === typeof input.start || "number" === typeof input.start || "bigint" === typeof input.start) && ("string" === typeof input.end || "number" === typeof input.end || "bigint" === typeof input.end); const _io7 = input => (undefined === input.metadata || "object" === typeof input.metadata && null !== input.metadata && _io1(input.metadata)) && "string" === typeof input.uri && (undefined === input.fetchedUri || "string" === typeof input.fetchedUri) && "string" === typeof input.customData && (undefined === input.toUploadToIpfs || "boolean" === typeof input.toUploadToIpfs); const _io8 = input => Array.isArray(input.leaves) && input.leaves.every(elem => "string" === typeof elem) && "boolean" === typeof input.isHashed && (undefined === input.preimages || Array.isArray(input.preimages) && input.preimages.every(elem => "string" === typeof elem)) && (undefined === input.seedCode || "string" === typeof input.seedCode) && (undefined === input.tree || "object" === typeof input.tree && null !== input.tree && false === Array.isArray(input.tree) && _io9(input.tree)) && (undefined === input.treeOptions || "object" === typeof input.treeOptions && null !== input.treeOptions && false === Array.isArray(input.treeOptions) && _io10(input.treeOptions)) && (undefined === input.numLeaves || "string" === typeof input.numLeaves || "number" === typeof input.numLeaves || "bigint" === typeof input.numLeaves) && (undefined === input.currCode || "string" === typeof input.currCode || "number" === typeof input.currCode || "bigint" === typeof input.currCode); const _io9 = input => true; const _io10 = input => (undefined === input.duplicateOdd || "boolean" === typeof input.duplicateOdd) && (undefined === input.hashLeaves || "boolean" === typeof input.hashLeaves) && (undefined === input.isBitcoinTree || "boolean" === typeof input.isBitcoinTree) && (undefined === input.sortLeaves || "boolean" === typeof input.sortLeaves) && (undefined === input.sortPairs || "boolean" === typeof input.sortPairs) && (undefined === input.sort || "boolean" === typeof input.sort) && (null !== input.fillDefaultHash && (undefined === input.fillDefaultHash || "function" === typeof input.fillDefaultHash || "string" === typeof input.fillDefaultHash || "object" === typeof input.fillDefaultHash && null !== input.fillDefaultHash && _io11(input.fillDefaultHash))) && (undefined === input.complete || "boolean" === typeof input.complete) && (undefined === input.concatenator || true); const _io11 = input => "number" === typeof input.BYTES_PER_ELEMENT && (input.buffer instanceof ArrayBuffer || input.buffer instanceof SharedArrayBuffer) && "number" === typeof input.byteLength && "number" === typeof input.byteOffset && "number" === typeof input.length && "Uint8Array" === input["__@toStringTag@
|
|
6589
|
-
if (["BYTES_PER_ELEMENT", "buffer", "byteLength", "byteOffset", "length", "__@toStringTag@
|
|
6588
|
+
}); const _io3 = input => "string" === typeof input.type && "string" === typeof input.name && ("string" === typeof input.value || "number" === typeof input.value || "boolean" === typeof input.value); const _io4 = input => "string" === typeof input.name && "string" === typeof input.image && "string" === typeof input.description && (undefined === input.url || "string" === typeof input.url); const _io5 = input => Array.isArray(input.tokenIds) && input.tokenIds.every(elem => "object" === typeof elem && null !== elem && _io6(elem)) && (undefined === input.metadata || "object" === typeof input.metadata && null !== input.metadata && _io1(input.metadata)) && "string" === typeof input.uri && (undefined === input.fetchedUri || "string" === typeof input.fetchedUri) && "string" === typeof input.customData && (undefined === input.toUploadToIpfs || "boolean" === typeof input.toUploadToIpfs); const _io6 = input => ("string" === typeof input.start || "number" === typeof input.start || "bigint" === typeof input.start) && ("string" === typeof input.end || "number" === typeof input.end || "bigint" === typeof input.end); const _io7 = input => (undefined === input.metadata || "object" === typeof input.metadata && null !== input.metadata && _io1(input.metadata)) && "string" === typeof input.uri && (undefined === input.fetchedUri || "string" === typeof input.fetchedUri) && "string" === typeof input.customData && (undefined === input.toUploadToIpfs || "boolean" === typeof input.toUploadToIpfs); const _io8 = input => Array.isArray(input.leaves) && input.leaves.every(elem => "string" === typeof elem) && "boolean" === typeof input.isHashed && (undefined === input.preimages || Array.isArray(input.preimages) && input.preimages.every(elem => "string" === typeof elem)) && (undefined === input.seedCode || "string" === typeof input.seedCode) && (undefined === input.tree || "object" === typeof input.tree && null !== input.tree && false === Array.isArray(input.tree) && _io9(input.tree)) && (undefined === input.treeOptions || "object" === typeof input.treeOptions && null !== input.treeOptions && false === Array.isArray(input.treeOptions) && _io10(input.treeOptions)) && (undefined === input.numLeaves || "string" === typeof input.numLeaves || "number" === typeof input.numLeaves || "bigint" === typeof input.numLeaves) && (undefined === input.currCode || "string" === typeof input.currCode || "number" === typeof input.currCode || "bigint" === typeof input.currCode); const _io9 = input => true; const _io10 = input => (undefined === input.duplicateOdd || "boolean" === typeof input.duplicateOdd) && (undefined === input.hashLeaves || "boolean" === typeof input.hashLeaves) && (undefined === input.isBitcoinTree || "boolean" === typeof input.isBitcoinTree) && (undefined === input.sortLeaves || "boolean" === typeof input.sortLeaves) && (undefined === input.sortPairs || "boolean" === typeof input.sortPairs) && (undefined === input.sort || "boolean" === typeof input.sort) && (null !== input.fillDefaultHash && (undefined === input.fillDefaultHash || "function" === typeof input.fillDefaultHash || "string" === typeof input.fillDefaultHash || "object" === typeof input.fillDefaultHash && null !== input.fillDefaultHash && _io11(input.fillDefaultHash))) && (undefined === input.complete || "boolean" === typeof input.complete) && (undefined === input.concatenator || true); const _io11 = input => "number" === typeof input.BYTES_PER_ELEMENT && (input.buffer instanceof ArrayBuffer || input.buffer instanceof SharedArrayBuffer) && "number" === typeof input.byteLength && "number" === typeof input.byteOffset && "number" === typeof input.length && "Uint8Array" === input["__@toStringTag@81"] && Object.keys(input).every(key => {
|
|
6589
|
+
if (["BYTES_PER_ELEMENT", "buffer", "byteLength", "byteOffset", "length", "__@toStringTag@81"].some(prop => key === prop))
|
|
6590
6590
|
return true;
|
|
6591
6591
|
const value = input[key];
|
|
6592
6592
|
if (undefined === value)
|
|
@@ -6940,12 +6940,12 @@ export class BitBadgesAdminAPI extends BitBadgesAPI {
|
|
|
6940
6940
|
path: _path + ".length",
|
|
6941
6941
|
expected: "number",
|
|
6942
6942
|
value: input.length
|
|
6943
|
-
}), "Uint8Array" === input["__@toStringTag@
|
|
6944
|
-
path: _path + "[\"__@toStringTag@
|
|
6943
|
+
}), "Uint8Array" === input["__@toStringTag@81"] || _report(_exceptionable, {
|
|
6944
|
+
path: _path + "[\"__@toStringTag@81\"]",
|
|
6945
6945
|
expected: "\"Uint8Array\"",
|
|
6946
|
-
value: input["__@toStringTag@
|
|
6946
|
+
value: input["__@toStringTag@81"]
|
|
6947
6947
|
}), false === _exceptionable || Object.keys(input).map(key => {
|
|
6948
|
-
if (["BYTES_PER_ELEMENT", "buffer", "byteLength", "byteOffset", "length", "__@toStringTag@
|
|
6948
|
+
if (["BYTES_PER_ELEMENT", "buffer", "byteLength", "byteOffset", "length", "__@toStringTag@81"].some(prop => key === prop))
|
|
6949
6949
|
return true;
|
|
6950
6950
|
const value = input[key];
|
|
6951
6951
|
if (undefined === value)
|
|
@@ -7007,8 +7007,8 @@ export class BitBadgesAdminAPI extends BitBadgesAPI {
|
|
|
7007
7007
|
}
|
|
7008
7008
|
async addApprovalDetailsToOffChainStorage(payload) {
|
|
7009
7009
|
try {
|
|
7010
|
-
const validateRes = (() => { const _io0 = input => Array.isArray(input.approvalDetails) && input.approvalDetails.every(elem => "object" === typeof elem && null !== elem && _io1(elem)); const _io1 = input => "string" === typeof input.name && "string" === typeof input.description && "string" === typeof input.image && (undefined === input.challengeInfoDetails || Array.isArray(input.challengeInfoDetails) && input.challengeInfoDetails.every(elem => "object" === typeof elem && null !== elem && _io2(elem))); const _io2 = input => "object" === typeof input.challengeDetails && null !== input.challengeDetails && _io3(input.challengeDetails) && (undefined === input.claim || "object" === typeof input.claim && null !== input.claim && _io7(input.claim)); const _io3 = input => Array.isArray(input.leaves) && input.leaves.every(elem => "string" === typeof elem) && "boolean" === typeof input.isHashed && (undefined === input.preimages || Array.isArray(input.preimages) && input.preimages.every(elem => "string" === typeof elem)) && (undefined === input.seedCode || "string" === typeof input.seedCode) && (undefined === input.tree || "object" === typeof input.tree && null !== input.tree && false === Array.isArray(input.tree) && _io4(input.tree)) && (undefined === input.treeOptions || "object" === typeof input.treeOptions && null !== input.treeOptions && false === Array.isArray(input.treeOptions) && _io5(input.treeOptions)) && (undefined === input.numLeaves || "string" === typeof input.numLeaves || "number" === typeof input.numLeaves || "bigint" === typeof input.numLeaves) && (undefined === input.currCode || "string" === typeof input.currCode || "number" === typeof input.currCode || "bigint" === typeof input.currCode); const _io4 = input => true; const _io5 = input => (undefined === input.duplicateOdd || "boolean" === typeof input.duplicateOdd) && (undefined === input.hashLeaves || "boolean" === typeof input.hashLeaves) && (undefined === input.isBitcoinTree || "boolean" === typeof input.isBitcoinTree) && (undefined === input.sortLeaves || "boolean" === typeof input.sortLeaves) && (undefined === input.sortPairs || "boolean" === typeof input.sortPairs) && (undefined === input.sort || "boolean" === typeof input.sort) && (null !== input.fillDefaultHash && (undefined === input.fillDefaultHash || "function" === typeof input.fillDefaultHash || "string" === typeof input.fillDefaultHash || "object" === typeof input.fillDefaultHash && null !== input.fillDefaultHash && _io6(input.fillDefaultHash))) && (undefined === input.complete || "boolean" === typeof input.complete) && (undefined === input.concatenator || true); const _io6 = input => "number" === typeof input.BYTES_PER_ELEMENT && (input.buffer instanceof ArrayBuffer || input.buffer instanceof SharedArrayBuffer) && "number" === typeof input.byteLength && "number" === typeof input.byteOffset && "number" === typeof input.length && "Uint8Array" === input["__@toStringTag@
|
|
7011
|
-
if (["BYTES_PER_ELEMENT", "buffer", "byteLength", "byteOffset", "length", "__@toStringTag@
|
|
7010
|
+
const validateRes = (() => { const _io0 = input => Array.isArray(input.approvalDetails) && input.approvalDetails.every(elem => "object" === typeof elem && null !== elem && _io1(elem)); const _io1 = input => "string" === typeof input.name && "string" === typeof input.description && "string" === typeof input.image && (undefined === input.challengeInfoDetails || Array.isArray(input.challengeInfoDetails) && input.challengeInfoDetails.every(elem => "object" === typeof elem && null !== elem && _io2(elem))); const _io2 = input => "object" === typeof input.challengeDetails && null !== input.challengeDetails && _io3(input.challengeDetails) && (undefined === input.claim || "object" === typeof input.claim && null !== input.claim && _io7(input.claim)); const _io3 = input => Array.isArray(input.leaves) && input.leaves.every(elem => "string" === typeof elem) && "boolean" === typeof input.isHashed && (undefined === input.preimages || Array.isArray(input.preimages) && input.preimages.every(elem => "string" === typeof elem)) && (undefined === input.seedCode || "string" === typeof input.seedCode) && (undefined === input.tree || "object" === typeof input.tree && null !== input.tree && false === Array.isArray(input.tree) && _io4(input.tree)) && (undefined === input.treeOptions || "object" === typeof input.treeOptions && null !== input.treeOptions && false === Array.isArray(input.treeOptions) && _io5(input.treeOptions)) && (undefined === input.numLeaves || "string" === typeof input.numLeaves || "number" === typeof input.numLeaves || "bigint" === typeof input.numLeaves) && (undefined === input.currCode || "string" === typeof input.currCode || "number" === typeof input.currCode || "bigint" === typeof input.currCode); const _io4 = input => true; const _io5 = input => (undefined === input.duplicateOdd || "boolean" === typeof input.duplicateOdd) && (undefined === input.hashLeaves || "boolean" === typeof input.hashLeaves) && (undefined === input.isBitcoinTree || "boolean" === typeof input.isBitcoinTree) && (undefined === input.sortLeaves || "boolean" === typeof input.sortLeaves) && (undefined === input.sortPairs || "boolean" === typeof input.sortPairs) && (undefined === input.sort || "boolean" === typeof input.sort) && (null !== input.fillDefaultHash && (undefined === input.fillDefaultHash || "function" === typeof input.fillDefaultHash || "string" === typeof input.fillDefaultHash || "object" === typeof input.fillDefaultHash && null !== input.fillDefaultHash && _io6(input.fillDefaultHash))) && (undefined === input.complete || "boolean" === typeof input.complete) && (undefined === input.concatenator || true); const _io6 = input => "number" === typeof input.BYTES_PER_ELEMENT && (input.buffer instanceof ArrayBuffer || input.buffer instanceof SharedArrayBuffer) && "number" === typeof input.byteLength && "number" === typeof input.byteOffset && "number" === typeof input.length && "Uint8Array" === input["__@toStringTag@81"] && Object.keys(input).every(key => {
|
|
7011
|
+
if (["BYTES_PER_ELEMENT", "buffer", "byteLength", "byteOffset", "length", "__@toStringTag@81"].some(prop => key === prop))
|
|
7012
7012
|
return true;
|
|
7013
7013
|
const value = input[key];
|
|
7014
7014
|
if (undefined === value)
|
|
@@ -7211,12 +7211,12 @@ export class BitBadgesAdminAPI extends BitBadgesAPI {
|
|
|
7211
7211
|
path: _path + ".length",
|
|
7212
7212
|
expected: "number",
|
|
7213
7213
|
value: input.length
|
|
7214
|
-
}), "Uint8Array" === input["__@toStringTag@
|
|
7215
|
-
path: _path + "[\"__@toStringTag@
|
|
7214
|
+
}), "Uint8Array" === input["__@toStringTag@81"] || _report(_exceptionable, {
|
|
7215
|
+
path: _path + "[\"__@toStringTag@81\"]",
|
|
7216
7216
|
expected: "\"Uint8Array\"",
|
|
7217
|
-
value: input["__@toStringTag@
|
|
7217
|
+
value: input["__@toStringTag@81"]
|
|
7218
7218
|
}), false === _exceptionable || Object.keys(input).map(key => {
|
|
7219
|
-
if (["BYTES_PER_ELEMENT", "buffer", "byteLength", "byteOffset", "length", "__@toStringTag@
|
|
7219
|
+
if (["BYTES_PER_ELEMENT", "buffer", "byteLength", "byteOffset", "length", "__@toStringTag@81"].some(prop => key === prop))
|
|
7220
7220
|
return true;
|
|
7221
7221
|
const value = input[key];
|
|
7222
7222
|
if (undefined === value)
|
|
@@ -8160,7 +8160,7 @@ export class BitBadgesAdminAPI extends BitBadgesAPI {
|
|
|
8160
8160
|
}
|
|
8161
8161
|
async updateAccountInfo(payload) {
|
|
8162
8162
|
try {
|
|
8163
|
-
const validateRes = (() => { const _io0 = input => (undefined === input.discord || "string" === typeof input.discord) && (undefined === input.twitter || "string" === typeof input.twitter) && (undefined === input.github || "string" === typeof input.github) && (undefined === input.telegram || "string" === typeof input.telegram) && (undefined === input.bluesky || "string" === typeof input.bluesky) && (undefined === input.
|
|
8163
|
+
const validateRes = (() => { const _io0 = input => (undefined === input.discord || "string" === typeof input.discord) && (undefined === input.twitter || "string" === typeof input.twitter) && (undefined === input.github || "string" === typeof input.github) && (undefined === input.telegram || "string" === typeof input.telegram) && (undefined === input.bluesky || "string" === typeof input.bluesky) && (undefined === input.seenActivity || "string" === typeof input.seenActivity || "number" === typeof input.seenActivity || "bigint" === typeof input.seenActivity) && (undefined === input.readme || "string" === typeof input.readme) && (undefined === input.hiddenTokens || Array.isArray(input.hiddenTokens) && input.hiddenTokens.every(elem => "object" === typeof elem && null !== elem && _io1(elem))) && (undefined === input.profilePicUrl || "string" === typeof input.profilePicUrl) && (undefined === input.bannerImage || "string" === typeof input.bannerImage) && (undefined === input.username || "string" === typeof input.username) && true && (undefined === input.notifications || "object" === typeof input.notifications && null !== input.notifications && false === Array.isArray(input.notifications) && _io3(input.notifications)) && (undefined === input.socialConnections || "object" === typeof input.socialConnections && null !== input.socialConnections && false === Array.isArray(input.socialConnections) && _io6(input.socialConnections)) && (undefined === input.publicSocialConnectionsToSet || Array.isArray(input.publicSocialConnectionsToSet) && input.publicSocialConnectionsToSet.every(elem => "object" === typeof elem && null !== elem && _io25(elem))); const _io1 = input => "string" === typeof input.collectionId && (Array.isArray(input.tokenIds) && input.tokenIds.every(elem => "object" === typeof elem && null !== elem && _io2(elem))); const _io2 = input => ("string" === typeof input.start || "number" === typeof input.start || "bigint" === typeof input.start) && ("string" === typeof input.end || "number" === typeof input.end || "bigint" === typeof input.end); const _io3 = input => (undefined === input.email || "string" === typeof input.email) && (undefined === input.discord || "object" === typeof input.discord && null !== input.discord && _io4(input.discord)) && (undefined === input.antiPhishingCode || "string" === typeof input.antiPhishingCode) && (undefined === input.preferences || "object" === typeof input.preferences && null !== input.preferences && false === Array.isArray(input.preferences) && _io5(input.preferences)); const _io4 = input => "string" === typeof input.id && "string" === typeof input.username && (undefined === input.discriminator || "string" === typeof input.discriminator); const _io5 = input => (undefined === input.transferActivity || "boolean" === typeof input.transferActivity) && (undefined === input.ignoreIfInitiator || "boolean" === typeof input.ignoreIfInitiator) && (undefined === input.signInAlertsEnabled || "boolean" === typeof input.signInAlertsEnabled); const _io6 = input => (undefined === input.discord || "object" === typeof input.discord && null !== input.discord && _io7(input.discord)) && (undefined === input.twitter || "object" === typeof input.twitter && null !== input.twitter && _io8(input.twitter)) && (undefined === input.google || "object" === typeof input.google && null !== input.google && _io9(input.google)) && (undefined === input.github || "object" === typeof input.github && null !== input.github && _io10(input.github)) && (undefined === input.twitch || "object" === typeof input.twitch && null !== input.twitch && _io11(input.twitch)) && (undefined === input.strava || "object" === typeof input.strava && null !== input.strava && _io12(input.strava)) && (undefined === input.reddit || "object" === typeof input.reddit && null !== input.reddit && _io13(input.reddit)) && (undefined === input.meetup || "object" === typeof input.meetup && null !== input.meetup && _io14(input.meetup)) && (undefined === input.bluesky || "object" === typeof input.bluesky && null !== input.bluesky && _io15(input.bluesky)) && (undefined === input.mailchimp || "object" === typeof input.mailchimp && null !== input.mailchimp && _io16(input.mailchimp)) && (undefined === input.facebook || "object" === typeof input.facebook && null !== input.facebook && _io17(input.facebook)) && (undefined === input.googleCalendar || "object" === typeof input.googleCalendar && null !== input.googleCalendar && _io18(input.googleCalendar)) && (undefined === input.youtube || "object" === typeof input.youtube && null !== input.youtube && _io19(input.youtube)) && (undefined === input.linkedIn || "object" === typeof input.linkedIn && null !== input.linkedIn && _io20(input.linkedIn)) && (undefined === input.shopify || "object" === typeof input.shopify && null !== input.shopify && _io21(input.shopify)) && (undefined === input.telegram || "object" === typeof input.telegram && null !== input.telegram && _io22(input.telegram)) && (undefined === input.farcaster || "object" === typeof input.farcaster && null !== input.farcaster && _io23(input.farcaster)) && (undefined === input.slack || "object" === typeof input.slack && null !== input.slack && _io24(input.slack)); const _io7 = input => "string" === typeof input.username && "string" === typeof input.id && (undefined === input.discriminator || "string" === typeof input.discriminator) && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io8 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io9 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io10 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io11 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io12 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io13 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io14 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io15 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io16 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io17 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io18 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io19 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io20 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io21 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io22 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io23 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io24 = input => "string" === typeof input.username && "string" === typeof input.id && ("string" === typeof input.lastUpdated || "number" === typeof input.lastUpdated || "bigint" === typeof input.lastUpdated); const _io25 = input => "string" === typeof input.appName && (undefined === input.toDelete || "boolean" === typeof input.toDelete); const _vo0 = (input, _path, _exceptionable = true) => [undefined === input.discord || "string" === typeof input.discord || _report(_exceptionable, {
|
|
8164
8164
|
path: _path + ".discord",
|
|
8165
8165
|
expected: "(string | undefined)",
|
|
8166
8166
|
value: input.discord
|
|
@@ -8180,10 +8180,6 @@ export class BitBadgesAdminAPI extends BitBadgesAPI {
|
|
|
8180
8180
|
path: _path + ".bluesky",
|
|
8181
8181
|
expected: "(string | undefined)",
|
|
8182
8182
|
value: input.bluesky
|
|
8183
|
-
}), undefined === input.affiliateCode || "string" === typeof input.affiliateCode || _report(_exceptionable, {
|
|
8184
|
-
path: _path + ".affiliateCode",
|
|
8185
|
-
expected: "(string | undefined)",
|
|
8186
|
-
value: input.affiliateCode
|
|
8187
8183
|
}), undefined === input.seenActivity || "string" === typeof input.seenActivity || "number" === typeof input.seenActivity || "bigint" === typeof input.seenActivity || _report(_exceptionable, {
|
|
8188
8184
|
path: _path + ".seenActivity",
|
|
8189
8185
|
expected: "(bigint | number | string | undefined)",
|