@agoric/client-utils 0.1.1-other-dev-fbe72e7.0.fbe72e7 → 0.1.1-other-dev-d15096d.0.d15096d
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/codegen/agoric/bundle.d.ts +48 -12
- package/dist/codegen/agoric/bundle.d.ts.map +1 -1
- package/dist/codegen/agoric/bundle.js +14 -14
- package/dist/codegen/agoric/rpc.query.d.ts +11 -0
- package/dist/codegen/agoric/rpc.query.d.ts.map +1 -1
- package/dist/codegen/agoric/rpc.query.js +3 -0
- package/dist/codegen/agoric/rpc.query.js.map +1 -1
- package/dist/codegen/agoric/rpc.tx.d.ts +3 -0
- package/dist/codegen/agoric/rpc.tx.d.ts.map +1 -1
- package/dist/codegen/agoric/rpc.tx.js +3 -0
- package/dist/codegen/agoric/rpc.tx.js.map +1 -1
- package/dist/codegen/agoric/swingset/msgs.d.ts +64 -1
- package/dist/codegen/agoric/swingset/msgs.d.ts.map +1 -1
- package/dist/codegen/agoric/swingset/msgs.js +137 -0
- package/dist/codegen/agoric/swingset/msgs.js.map +1 -1
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.d.ts +4 -1
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.d.ts.map +1 -1
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.js +7 -1
- package/dist/codegen/agoric/swingset/msgs.rpc.msg.js.map +1 -1
- package/dist/codegen/agoric/swingset/swingset.d.ts +6 -0
- package/dist/codegen/agoric/swingset/swingset.d.ts.map +1 -1
- package/dist/codegen/agoric/swingset/swingset.js +34 -0
- package/dist/codegen/agoric/swingset/swingset.js.map +1 -1
- package/dist/codegen/circle/bundle.d.ts +19 -5
- package/dist/codegen/circle/bundle.d.ts.map +1 -1
- package/dist/codegen/circle/bundle.js +8 -8
- package/dist/codegen/circle/rpc.query.d.ts +11 -0
- package/dist/codegen/circle/rpc.query.d.ts.map +1 -1
- package/dist/codegen/circle/rpc.query.js +3 -0
- package/dist/codegen/circle/rpc.query.js.map +1 -1
- package/dist/codegen/circle/rpc.tx.d.ts +3 -0
- package/dist/codegen/circle/rpc.tx.d.ts.map +1 -1
- package/dist/codegen/circle/rpc.tx.js +3 -0
- package/dist/codegen/circle/rpc.tx.js.map +1 -1
- package/dist/codegen/cosmos/app/runtime/v1alpha1/module.d.ts +14 -0
- package/dist/codegen/cosmos/app/runtime/v1alpha1/module.d.ts.map +1 -1
- package/dist/codegen/cosmos/app/runtime/v1alpha1/module.js +34 -0
- package/dist/codegen/cosmos/app/runtime/v1alpha1/module.js.map +1 -1
- package/dist/codegen/cosmos/app/v1alpha1/module.d.ts +1 -1
- package/dist/codegen/cosmos/authz/v1beta1/query.d.ts +2 -2
- package/dist/codegen/cosmos/authz/v1beta1/query.d.ts.map +1 -1
- package/dist/codegen/cosmos/authz/v1beta1/tx.d.ts +34 -34
- package/dist/codegen/cosmos/authz/v1beta1/tx.d.ts.map +1 -1
- package/dist/codegen/cosmos/authz/v1beta1/tx.js +49 -49
- package/dist/codegen/cosmos/authz/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/bank/module/v1/module.d.ts +10 -2
- package/dist/codegen/cosmos/bank/module/v1/module.d.ts.map +1 -1
- package/dist/codegen/cosmos/bank/module/v1/module.js +17 -0
- package/dist/codegen/cosmos/bank/module/v1/module.js.map +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/query.d.ts +141 -0
- package/dist/codegen/cosmos/bank/v1beta1/query.d.ts.map +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/query.js +297 -0
- package/dist/codegen/cosmos/bank/v1beta1/query.js.map +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/query.rpc.Query.d.ts +15 -2
- package/dist/codegen/cosmos/bank/v1beta1/query.rpc.Query.d.ts.map +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/query.rpc.Query.js +20 -1
- package/dist/codegen/cosmos/bank/v1beta1/query.rpc.Query.js.map +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/tx.d.ts +1 -0
- package/dist/codegen/cosmos/bank/v1beta1/tx.d.ts.map +1 -1
- package/dist/codegen/cosmos/bank/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/base/abci/v1beta1/abci.d.ts +40 -0
- package/dist/codegen/cosmos/base/abci/v1beta1/abci.d.ts.map +1 -1
- package/dist/codegen/cosmos/base/abci/v1beta1/abci.js +142 -0
- package/dist/codegen/cosmos/base/abci/v1beta1/abci.js.map +1 -1
- package/dist/codegen/cosmos/base/node/v1beta1/query.d.ts +64 -0
- package/dist/codegen/cosmos/base/node/v1beta1/query.d.ts.map +1 -1
- package/dist/codegen/cosmos/base/node/v1beta1/query.js +217 -1
- package/dist/codegen/cosmos/base/node/v1beta1/query.js.map +1 -1
- package/dist/codegen/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +5 -1
- package/dist/codegen/cosmos/base/node/v1beta1/query.rpc.Service.d.ts.map +1 -1
- package/dist/codegen/cosmos/base/node/v1beta1/query.rpc.Service.js +10 -1
- package/dist/codegen/cosmos/base/node/v1beta1/query.rpc.Service.js.map +1 -1
- package/dist/codegen/cosmos/base/v1beta1/coin.d.ts +16 -4
- package/dist/codegen/cosmos/base/v1beta1/coin.d.ts.map +1 -1
- package/dist/codegen/cosmos/base/v1beta1/coin.js.map +1 -1
- package/dist/codegen/cosmos/bundle.d.ts +4367 -3775
- package/dist/codegen/cosmos/bundle.d.ts.map +1 -1
- package/dist/codegen/cosmos/bundle.js +245 -190
- package/dist/codegen/cosmos/bundle.js.map +1 -1
- package/dist/codegen/cosmos/{capability → circuit}/module/v1/module.d.ts +7 -10
- package/dist/codegen/cosmos/circuit/module/v1/module.d.ts.map +1 -0
- package/dist/codegen/cosmos/{capability → circuit}/module/v1/module.js +9 -9
- package/dist/codegen/cosmos/circuit/module/v1/module.js.map +1 -0
- package/dist/codegen/cosmos/circuit/v1/query.d.ts +145 -0
- package/dist/codegen/cosmos/circuit/v1/query.d.ts.map +1 -0
- package/dist/codegen/cosmos/circuit/v1/query.js +392 -0
- package/dist/codegen/cosmos/circuit/v1/query.js.map +1 -0
- package/dist/codegen/cosmos/circuit/v1/query.rpc.Query.d.ts +25 -0
- package/dist/codegen/cosmos/circuit/v1/query.rpc.Query.d.ts.map +1 -0
- package/dist/codegen/cosmos/circuit/v1/query.rpc.Query.js +47 -0
- package/dist/codegen/cosmos/circuit/v1/query.rpc.Query.js.map +1 -0
- package/dist/codegen/cosmos/circuit/v1/tx.d.ts +174 -0
- package/dist/codegen/cosmos/circuit/v1/tx.d.ts.map +1 -0
- package/dist/codegen/cosmos/circuit/v1/tx.js +416 -0
- package/dist/codegen/cosmos/circuit/v1/tx.js.map +1 -0
- package/dist/codegen/cosmos/circuit/v1/tx.rpc.msg.d.ts +25 -0
- package/dist/codegen/cosmos/circuit/v1/tx.rpc.msg.d.ts.map +1 -0
- package/dist/codegen/cosmos/circuit/v1/tx.rpc.msg.js +29 -0
- package/dist/codegen/cosmos/circuit/v1/tx.rpc.msg.js.map +1 -0
- package/dist/codegen/cosmos/circuit/v1/types.d.ts +119 -0
- package/dist/codegen/cosmos/circuit/v1/types.d.ts.map +1 -0
- package/dist/codegen/cosmos/circuit/v1/types.js +303 -0
- package/dist/codegen/cosmos/circuit/v1/types.js.map +1 -0
- package/dist/codegen/cosmos/consensus/v1/query.rpc.Query.d.ts +1 -1
- package/dist/codegen/cosmos/consensus/v1/query.rpc.Query.d.ts.map +1 -1
- package/dist/codegen/cosmos/consensus/v1/tx.d.ts +4 -1
- package/dist/codegen/cosmos/consensus/v1/tx.d.ts.map +1 -1
- package/dist/codegen/cosmos/consensus/v1/tx.js +15 -1
- package/dist/codegen/cosmos/consensus/v1/tx.js.map +1 -1
- package/dist/codegen/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -2
- package/dist/codegen/cosmos/consensus/v1/tx.rpc.msg.d.ts.map +1 -1
- package/dist/codegen/cosmos/crypto/ed25519/keys.d.ts +2 -2
- package/dist/codegen/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +1 -1
- package/dist/codegen/cosmos/distribution/v1beta1/tx.d.ts +68 -0
- package/dist/codegen/cosmos/distribution/v1beta1/tx.d.ts.map +1 -1
- package/dist/codegen/cosmos/distribution/v1beta1/tx.js +134 -0
- package/dist/codegen/cosmos/distribution/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +9 -1
- package/dist/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts.map +1 -1
- package/dist/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.js +8 -1
- package/dist/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.js.map +1 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +2 -2
- package/dist/codegen/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts.map +1 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.d.ts +61 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.d.ts.map +1 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.js +104 -0
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +8 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts.map +1 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js +7 -1
- package/dist/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1/genesis.d.ts +10 -0
- package/dist/codegen/cosmos/gov/v1/genesis.d.ts.map +1 -1
- package/dist/codegen/cosmos/gov/v1/genesis.js +13 -0
- package/dist/codegen/cosmos/gov/v1/genesis.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1/gov.d.ts +71 -3
- package/dist/codegen/cosmos/gov/v1/gov.d.ts.map +1 -1
- package/dist/codegen/cosmos/gov/v1/gov.js +112 -0
- package/dist/codegen/cosmos/gov/v1/gov.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1/query.d.ts +44 -0
- package/dist/codegen/cosmos/gov/v1/query.d.ts.map +1 -1
- package/dist/codegen/cosmos/gov/v1/query.js +108 -1
- package/dist/codegen/cosmos/gov/v1/query.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1/query.rpc.Query.d.ts +6 -2
- package/dist/codegen/cosmos/gov/v1/query.rpc.Query.d.ts.map +1 -1
- package/dist/codegen/cosmos/gov/v1/query.rpc.Query.js +10 -1
- package/dist/codegen/cosmos/gov/v1/query.rpc.Query.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1/tx.d.ts +83 -0
- package/dist/codegen/cosmos/gov/v1/tx.d.ts.map +1 -1
- package/dist/codegen/cosmos/gov/v1/tx.js +182 -1
- package/dist/codegen/cosmos/gov/v1/tx.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +8 -1
- package/dist/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts.map +1 -1
- package/dist/codegen/cosmos/gov/v1/tx.rpc.msg.js +7 -1
- package/dist/codegen/cosmos/gov/v1/tx.rpc.msg.js.map +1 -1
- package/dist/codegen/cosmos/gov/v1beta1/genesis.d.ts +3 -3
- package/dist/codegen/cosmos/gov/v1beta1/genesis.d.ts.map +1 -1
- package/dist/codegen/cosmos/gov/v1beta1/query.rpc.Query.d.ts +1 -1
- package/dist/codegen/cosmos/gov/v1beta1/query.rpc.Query.d.ts.map +1 -1
- package/dist/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +1 -1
- package/dist/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts.map +1 -1
- package/dist/codegen/cosmos/group/v1/types.d.ts +10 -4
- package/dist/codegen/cosmos/group/v1/types.d.ts.map +1 -1
- package/dist/codegen/cosmos/group/v1/types.js.map +1 -1
- package/dist/codegen/cosmos/msg/textual/v1/textual.d.ts +2 -0
- package/dist/codegen/cosmos/msg/textual/v1/textual.d.ts.map +1 -0
- package/dist/codegen/cosmos/msg/textual/v1/textual.js +2 -0
- package/dist/codegen/cosmos/msg/textual/v1/textual.js.map +1 -0
- package/dist/codegen/cosmos/rpc.query.d.ts +11 -0
- package/dist/codegen/cosmos/rpc.query.d.ts.map +1 -1
- package/dist/codegen/cosmos/rpc.query.js +3 -0
- package/dist/codegen/cosmos/rpc.query.js.map +1 -1
- package/dist/codegen/cosmos/rpc.tx.d.ts +3 -0
- package/dist/codegen/cosmos/rpc.tx.d.ts.map +1 -1
- package/dist/codegen/cosmos/rpc.tx.js +3 -0
- package/dist/codegen/cosmos/rpc.tx.js.map +1 -1
- package/dist/codegen/cosmos/staking/module/v1/module.d.ts +6 -0
- package/dist/codegen/cosmos/staking/module/v1/module.d.ts.map +1 -1
- package/dist/codegen/cosmos/staking/module/v1/module.js +26 -0
- package/dist/codegen/cosmos/staking/module/v1/module.js.map +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/authz.d.ts +2 -0
- package/dist/codegen/cosmos/staking/v1beta1/authz.d.ts.map +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/authz.js +7 -0
- package/dist/codegen/cosmos/staking/v1beta1/authz.js.map +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/genesis.d.ts +2 -1
- package/dist/codegen/cosmos/staking/v1beta1/genesis.d.ts.map +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/genesis.js.map +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/staking.d.ts +4 -4
- package/dist/codegen/cosmos/staking/v1beta1/staking.d.ts.map +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/tx.d.ts +14 -0
- package/dist/codegen/cosmos/staking/v1beta1/tx.d.ts.map +1 -1
- package/dist/codegen/cosmos/staking/v1beta1/tx.js +14 -0
- package/dist/codegen/cosmos/staking/v1beta1/tx.js.map +1 -1
- package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.d.ts +51 -0
- package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.d.ts.map +1 -0
- package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.js +144 -0
- package/dist/codegen/cosmos/store/internal/kv/v1beta1/kv.js.map +1 -0
- package/dist/codegen/cosmos/store/snapshots/v1/snapshot.d.ts +229 -0
- package/dist/codegen/cosmos/store/snapshots/v1/snapshot.d.ts.map +1 -0
- package/dist/codegen/cosmos/store/snapshots/v1/snapshot.js +592 -0
- package/dist/codegen/cosmos/store/snapshots/v1/snapshot.js.map +1 -0
- package/dist/codegen/cosmos/store/streaming/abci/grpc.d.ts +100 -0
- package/dist/codegen/cosmos/store/streaming/abci/grpc.d.ts.map +1 -0
- package/dist/codegen/cosmos/store/streaming/abci/grpc.js +279 -0
- package/dist/codegen/cosmos/store/streaming/abci/grpc.js.map +1 -0
- package/dist/codegen/cosmos/store/v1beta1/commit_info.d.ts +99 -0
- package/dist/codegen/cosmos/store/v1beta1/commit_info.d.ts.map +1 -0
- package/dist/codegen/cosmos/store/v1beta1/commit_info.js +259 -0
- package/dist/codegen/cosmos/store/v1beta1/commit_info.js.map +1 -0
- package/dist/codegen/cosmos/store/v1beta1/listening.d.ts +81 -0
- package/dist/codegen/cosmos/store/v1beta1/listening.d.ts.map +1 -0
- package/dist/codegen/cosmos/store/v1beta1/listening.js +204 -0
- package/dist/codegen/cosmos/store/v1beta1/listening.js.map +1 -0
- package/dist/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +4 -3
- package/dist/codegen/cosmos/tx/signing/v1beta1/signing.d.ts.map +1 -1
- package/dist/codegen/cosmos/tx/signing/v1beta1/signing.js +4 -3
- package/dist/codegen/cosmos/tx/signing/v1beta1/signing.js.map +1 -1
- package/dist/codegen/cosmos/tx/v1beta1/service.d.ts +35 -10
- package/dist/codegen/cosmos/tx/v1beta1/service.d.ts.map +1 -1
- package/dist/codegen/cosmos/tx/v1beta1/service.js +22 -6
- package/dist/codegen/cosmos/tx/v1beta1/service.js.map +1 -1
- package/dist/codegen/cosmos/tx/v1beta1/tx.d.ts +7 -8
- package/dist/codegen/cosmos/tx/v1beta1/tx.d.ts.map +1 -1
- package/dist/codegen/cosmos/tx/v1beta1/tx.js.map +1 -1
- package/dist/codegen/gogoproto/bundle.js +2 -2
- package/dist/codegen/google/bundle.d.ts +277 -277
- package/dist/codegen/google/bundle.js +10 -10
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +53 -0
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.d.ts.map +1 -1
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.js +119 -0
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.js.map +1 -1
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +4 -1
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts.map +1 -1
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +7 -1
- package/dist/codegen/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js.map +1 -1
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.d.ts +53 -1
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.d.ts.map +1 -1
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.js +119 -1
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.js.map +1 -1
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +4 -1
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts.map +1 -1
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +7 -1
- package/dist/codegen/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js.map +1 -1
- package/dist/codegen/ibc/applications/transfer/v1/tx.d.ts +59 -1
- package/dist/codegen/ibc/applications/transfer/v1/tx.d.ts.map +1 -1
- package/dist/codegen/ibc/applications/transfer/v1/tx.js +119 -1
- package/dist/codegen/ibc/applications/transfer/v1/tx.js.map +1 -1
- package/dist/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +4 -1
- package/dist/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts.map +1 -1
- package/dist/codegen/ibc/applications/transfer/v1/tx.rpc.msg.js +7 -1
- package/dist/codegen/ibc/applications/transfer/v1/tx.rpc.msg.js.map +1 -1
- package/dist/codegen/ibc/bundle.d.ts +2635 -1888
- package/dist/codegen/ibc/bundle.d.ts.map +1 -1
- package/dist/codegen/ibc/bundle.js +117 -98
- package/dist/codegen/ibc/bundle.js.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/channel.d.ts +76 -1
- package/dist/codegen/ibc/core/channel/v1/channel.d.ts.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/channel.js +191 -1
- package/dist/codegen/ibc/core/channel/v1/channel.js.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/genesis.d.ts +3 -1
- package/dist/codegen/ibc/core/channel/v1/genesis.d.ts.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/genesis.js +15 -1
- package/dist/codegen/ibc/core/channel/v1/genesis.js.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/query.d.ts +226 -3
- package/dist/codegen/ibc/core/channel/v1/query.d.ts.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/query.js +603 -1
- package/dist/codegen/ibc/core/channel/v1/query.js.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/query.rpc.Query.d.ts +17 -1
- package/dist/codegen/ibc/core/channel/v1/query.rpc.Query.d.ts.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/query.rpc.Query.js +37 -1
- package/dist/codegen/ibc/core/channel/v1/query.rpc.Query.js.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/tx.d.ts +533 -2
- package/dist/codegen/ibc/core/channel/v1/tx.d.ts.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/tx.js +1753 -2
- package/dist/codegen/ibc/core/channel/v1/tx.js.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +28 -1
- package/dist/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/tx.rpc.msg.js +55 -1
- package/dist/codegen/ibc/core/channel/v1/tx.rpc.msg.js.map +1 -1
- package/dist/codegen/ibc/core/channel/v1/upgrade.d.ts +111 -0
- package/dist/codegen/ibc/core/channel/v1/upgrade.d.ts.map +1 -0
- package/dist/codegen/ibc/core/channel/v1/upgrade.js +266 -0
- package/dist/codegen/ibc/core/channel/v1/upgrade.js.map +1 -0
- package/dist/codegen/ibc/core/client/v1/client.d.ts +91 -79
- package/dist/codegen/ibc/core/client/v1/client.d.ts.map +1 -1
- package/dist/codegen/ibc/core/client/v1/client.js +145 -145
- package/dist/codegen/ibc/core/client/v1/client.js.map +1 -1
- package/dist/codegen/ibc/core/client/v1/genesis.d.ts +6 -1
- package/dist/codegen/ibc/core/client/v1/genesis.d.ts.map +1 -1
- package/dist/codegen/ibc/core/client/v1/genesis.js.map +1 -1
- package/dist/codegen/ibc/core/client/v1/query.d.ts +68 -1
- package/dist/codegen/ibc/core/client/v1/query.d.ts.map +1 -1
- package/dist/codegen/ibc/core/client/v1/query.js +212 -1
- package/dist/codegen/ibc/core/client/v1/query.js.map +1 -1
- package/dist/codegen/ibc/core/client/v1/query.rpc.Query.d.ts +5 -1
- package/dist/codegen/ibc/core/client/v1/query.rpc.Query.d.ts.map +1 -1
- package/dist/codegen/ibc/core/client/v1/query.rpc.Query.js +10 -1
- package/dist/codegen/ibc/core/client/v1/query.rpc.Query.js.map +1 -1
- package/dist/codegen/ibc/core/client/v1/tx.d.ts +171 -8
- package/dist/codegen/ibc/core/client/v1/tx.d.ts.map +1 -1
- package/dist/codegen/ibc/core/client/v1/tx.js +387 -0
- package/dist/codegen/ibc/core/client/v1/tx.js.map +1 -1
- package/dist/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +10 -1
- package/dist/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts.map +1 -1
- package/dist/codegen/ibc/core/client/v1/tx.rpc.msg.js +19 -1
- package/dist/codegen/ibc/core/client/v1/tx.rpc.msg.js.map +1 -1
- package/dist/codegen/ibc/core/connection/v1/tx.d.ts +63 -1
- package/dist/codegen/ibc/core/connection/v1/tx.d.ts.map +1 -1
- package/dist/codegen/ibc/core/connection/v1/tx.js +119 -1
- package/dist/codegen/ibc/core/connection/v1/tx.js.map +1 -1
- package/dist/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +7 -1
- package/dist/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts.map +1 -1
- package/dist/codegen/ibc/core/connection/v1/tx.rpc.msg.js +7 -1
- package/dist/codegen/ibc/core/connection/v1/tx.rpc.msg.js.map +1 -1
- package/dist/codegen/ibc/lightclients/wasm/v1/genesis.d.ts +51 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/genesis.d.ts.map +1 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/genesis.js +134 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/genesis.js.map +1 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/query.d.ts +102 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/query.d.ts.map +1 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/query.js +276 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/query.js.map +1 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +21 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts.map +1 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/query.rpc.Query.js +38 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/query.rpc.Query.js.map +1 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/tx.d.ts +156 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/tx.d.ts.map +1 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/tx.js +396 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/tx.js.map +1 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +19 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts.map +1 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/tx.rpc.msg.js +29 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/tx.rpc.msg.js.map +1 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/wasm.d.ts +120 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/wasm.d.ts.map +1 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/wasm.js +287 -0
- package/dist/codegen/ibc/lightclients/wasm/v1/wasm.js.map +1 -0
- package/dist/codegen/ibc/rpc.query.d.ts +24 -0
- package/dist/codegen/ibc/rpc.query.d.ts.map +1 -1
- package/dist/codegen/ibc/rpc.query.js +8 -0
- package/dist/codegen/ibc/rpc.query.js.map +1 -1
- package/dist/codegen/ibc/rpc.tx.d.ts +8 -0
- package/dist/codegen/ibc/rpc.tx.d.ts.map +1 -1
- package/dist/codegen/ibc/rpc.tx.js +8 -0
- package/dist/codegen/ibc/rpc.tx.js.map +1 -1
- package/dist/codegen/icq/bundle.d.ts +106 -92
- package/dist/codegen/icq/bundle.d.ts.map +1 -1
- package/dist/codegen/icq/bundle.js +18 -18
- package/dist/codegen/icq/rpc.query.d.ts +11 -0
- package/dist/codegen/icq/rpc.query.d.ts.map +1 -1
- package/dist/codegen/icq/rpc.query.js +3 -0
- package/dist/codegen/icq/rpc.query.js.map +1 -1
- package/dist/codegen/icq/rpc.tx.d.ts +3 -0
- package/dist/codegen/icq/rpc.tx.d.ts.map +1 -1
- package/dist/codegen/icq/rpc.tx.js +3 -0
- package/dist/codegen/icq/rpc.tx.js.map +1 -1
- package/dist/codegen/noble/bundle.d.ts +242 -239
- package/dist/codegen/noble/bundle.d.ts.map +1 -1
- package/dist/codegen/noble/bundle.js +16 -16
- package/dist/codegen/noble/rpc.tx.d.ts +3 -0
- package/dist/codegen/noble/rpc.tx.d.ts.map +1 -1
- package/dist/codegen/noble/rpc.tx.js +3 -0
- package/dist/codegen/noble/rpc.tx.js.map +1 -1
- package/dist/codegen/stride/bundle.d.ts +2022 -2008
- package/dist/codegen/stride/bundle.d.ts.map +1 -1
- package/dist/codegen/stride/bundle.js +70 -70
- package/dist/codegen/stride/rpc.query.d.ts +11 -0
- package/dist/codegen/stride/rpc.query.d.ts.map +1 -1
- package/dist/codegen/stride/rpc.query.js +3 -0
- package/dist/codegen/stride/rpc.query.js.map +1 -1
- package/dist/codegen/stride/rpc.tx.d.ts +3 -0
- package/dist/codegen/stride/rpc.tx.d.ts.map +1 -1
- package/dist/codegen/stride/rpc.tx.js +3 -0
- package/dist/codegen/stride/rpc.tx.js.map +1 -1
- package/dist/codegen/tendermint/abci/types.d.ts +1070 -460
- package/dist/codegen/tendermint/abci/types.d.ts.map +1 -1
- package/dist/codegen/tendermint/abci/types.js +3971 -714
- package/dist/codegen/tendermint/abci/types.js.map +1 -1
- package/dist/codegen/tendermint/bundle.d.ts +877 -531
- package/dist/codegen/tendermint/bundle.d.ts.map +1 -1
- package/dist/codegen/tendermint/bundle.js +22 -22
- package/dist/codegen/tendermint/types/params.d.ts +46 -18
- package/dist/codegen/tendermint/types/params.d.ts.map +1 -1
- package/dist/codegen/tendermint/types/params.js +93 -32
- package/dist/codegen/tendermint/types/params.js.map +1 -1
- package/dist/codegen/tendermint/types/types.d.ts +92 -16
- package/dist/codegen/tendermint/types/types.d.ts.map +1 -1
- package/dist/codegen/tendermint/types/types.js +273 -46
- package/dist/codegen/tendermint/types/types.js.map +1 -1
- package/dist/codegen/tendermint/types/validator.d.ts +14 -0
- package/dist/codegen/tendermint/types/validator.d.ts.map +1 -1
- package/dist/codegen/tendermint/types/validator.js +48 -0
- package/dist/codegen/tendermint/types/validator.js.map +1 -1
- package/dist/network-config.d.ts +18 -2
- package/dist/network-config.d.ts.map +1 -1
- package/dist/network-config.js +37 -8
- package/dist/network-config.js.map +1 -1
- package/dist/signing-client.js +2 -2
- package/dist/signing-client.js.map +1 -1
- package/dist/signing-smart-wallet-kit.d.ts +117 -16
- package/dist/signing-smart-wallet-kit.d.ts.map +1 -1
- package/dist/signing-smart-wallet-kit.js +143 -26
- package/dist/signing-smart-wallet-kit.js.map +1 -1
- package/dist/smart-wallet-kit.d.ts +21 -9
- package/dist/smart-wallet-kit.d.ts.map +1 -1
- package/dist/smart-wallet-kit.js +103 -23
- package/dist/smart-wallet-kit.js.map +1 -1
- package/dist/sync-tools.d.ts +15 -11
- package/dist/sync-tools.d.ts.map +1 -1
- package/dist/sync-tools.js +16 -6
- package/dist/sync-tools.js.map +1 -1
- package/dist/tsconfig.build.tsbuildinfo +1 -1
- package/dist/types.d.ts +6 -2
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/dist/vstorage-kit.d.ts +9 -4
- package/dist/vstorage-kit.d.ts.map +1 -1
- package/dist/vstorage-kit.js +9 -4
- package/dist/vstorage-kit.js.map +1 -1
- package/dist/vstorage.d.ts +15 -1
- package/dist/vstorage.d.ts.map +1 -1
- package/dist/vstorage.js +34 -3
- package/dist/vstorage.js.map +1 -1
- package/dist/wallet-utils.d.ts +11 -8
- package/dist/wallet-utils.d.ts.map +1 -1
- package/dist/wallet-utils.js +1 -1
- package/dist/wallet-utils.js.map +1 -1
- package/package.json +10 -9
- package/dist/codegen/cosmos/capability/module/v1/module.d.ts.map +0 -1
- package/dist/codegen/cosmos/capability/module/v1/module.js.map +0 -1
|
@@ -1,330 +1,330 @@
|
|
|
1
|
-
import * as
|
|
2
|
-
import * as
|
|
3
|
-
import * as
|
|
4
|
-
import * as
|
|
5
|
-
import * as
|
|
6
|
-
import * as
|
|
7
|
-
import * as
|
|
1
|
+
import * as _182 from './dollar/vaults/v1/tx.js';
|
|
2
|
+
import * as _183 from './dollar/vaults/v1/vaults.js';
|
|
3
|
+
import * as _184 from './swap/v1/algorithm.js';
|
|
4
|
+
import * as _185 from './swap/v1/swap.js';
|
|
5
|
+
import * as _186 from './swap/v1/tx.js';
|
|
6
|
+
import * as _279 from './dollar/vaults/v1/tx.rpc.msg.js';
|
|
7
|
+
import * as _280 from './swap/v1/tx.rpc.msg.js';
|
|
8
8
|
export declare namespace noble {
|
|
9
9
|
namespace dollar {
|
|
10
10
|
namespace vaults {
|
|
11
11
|
const v1: {
|
|
12
|
-
MsgClientImpl: typeof
|
|
13
|
-
vaultTypeFromJSON(object: any):
|
|
14
|
-
vaultTypeToJSON(object:
|
|
15
|
-
pausedTypeFromJSON(object: any):
|
|
16
|
-
pausedTypeToJSON(object:
|
|
17
|
-
VaultType: typeof
|
|
18
|
-
VaultTypeSDKType: typeof
|
|
19
|
-
PausedType: typeof
|
|
20
|
-
PausedTypeSDKType: typeof
|
|
12
|
+
MsgClientImpl: typeof _279.MsgClientImpl;
|
|
13
|
+
vaultTypeFromJSON(object: any): _183.VaultType;
|
|
14
|
+
vaultTypeToJSON(object: _183.VaultType): string;
|
|
15
|
+
pausedTypeFromJSON(object: any): _183.PausedType;
|
|
16
|
+
pausedTypeToJSON(object: _183.PausedType): string;
|
|
17
|
+
VaultType: typeof _183.VaultType;
|
|
18
|
+
VaultTypeSDKType: typeof _183.VaultType;
|
|
19
|
+
PausedType: typeof _183.PausedType;
|
|
20
|
+
PausedTypeSDKType: typeof _183.PausedType;
|
|
21
21
|
Reward: {
|
|
22
22
|
typeUrl: "/noble.dollar.vaults.v1.Reward";
|
|
23
|
-
encode(message:
|
|
24
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
25
|
-
fromJSON(object: any):
|
|
26
|
-
toJSON(message:
|
|
27
|
-
fromPartial(object: Partial<
|
|
28
|
-
fromProtoMsg(message:
|
|
29
|
-
toProto(message:
|
|
30
|
-
toProtoMsg(message:
|
|
23
|
+
encode(message: _183.Reward, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
24
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _183.Reward;
|
|
25
|
+
fromJSON(object: any): _183.Reward;
|
|
26
|
+
toJSON(message: _183.Reward): import("../json-safe.js").JsonSafe<_183.Reward>;
|
|
27
|
+
fromPartial(object: Partial<_183.Reward>): _183.Reward;
|
|
28
|
+
fromProtoMsg(message: _183.RewardProtoMsg): _183.Reward;
|
|
29
|
+
toProto(message: _183.Reward): Uint8Array;
|
|
30
|
+
toProtoMsg(message: _183.Reward): _183.RewardProtoMsg;
|
|
31
31
|
};
|
|
32
32
|
Position: {
|
|
33
33
|
typeUrl: "/noble.dollar.vaults.v1.Position";
|
|
34
|
-
encode(message:
|
|
35
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
36
|
-
fromJSON(object: any):
|
|
37
|
-
toJSON(message:
|
|
38
|
-
fromPartial(object: Partial<
|
|
39
|
-
fromProtoMsg(message:
|
|
40
|
-
toProto(message:
|
|
41
|
-
toProtoMsg(message:
|
|
34
|
+
encode(message: _183.Position, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
35
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _183.Position;
|
|
36
|
+
fromJSON(object: any): _183.Position;
|
|
37
|
+
toJSON(message: _183.Position): import("../json-safe.js").JsonSafe<_183.Position>;
|
|
38
|
+
fromPartial(object: Partial<_183.Position>): _183.Position;
|
|
39
|
+
fromProtoMsg(message: _183.PositionProtoMsg): _183.Position;
|
|
40
|
+
toProto(message: _183.Position): Uint8Array;
|
|
41
|
+
toProtoMsg(message: _183.Position): _183.PositionProtoMsg;
|
|
42
42
|
};
|
|
43
43
|
PositionRewards: {
|
|
44
44
|
typeUrl: "/noble.dollar.vaults.v1.PositionRewards";
|
|
45
|
-
encode(message:
|
|
46
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
47
|
-
fromJSON(object: any):
|
|
48
|
-
toJSON(message:
|
|
49
|
-
fromPartial(object: Partial<
|
|
50
|
-
fromProtoMsg(message:
|
|
51
|
-
toProto(message:
|
|
52
|
-
toProtoMsg(message:
|
|
45
|
+
encode(message: _183.PositionRewards, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
46
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _183.PositionRewards;
|
|
47
|
+
fromJSON(object: any): _183.PositionRewards;
|
|
48
|
+
toJSON(message: _183.PositionRewards): import("../json-safe.js").JsonSafe<_183.PositionRewards>;
|
|
49
|
+
fromPartial(object: Partial<_183.PositionRewards>): _183.PositionRewards;
|
|
50
|
+
fromProtoMsg(message: _183.PositionRewardsProtoMsg): _183.PositionRewards;
|
|
51
|
+
toProto(message: _183.PositionRewards): Uint8Array;
|
|
52
|
+
toProtoMsg(message: _183.PositionRewards): _183.PositionRewardsProtoMsg;
|
|
53
53
|
};
|
|
54
54
|
PositionEntry: {
|
|
55
55
|
typeUrl: "/noble.dollar.vaults.v1.PositionEntry";
|
|
56
|
-
encode(message:
|
|
57
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
58
|
-
fromJSON(object: any):
|
|
59
|
-
toJSON(message:
|
|
60
|
-
fromPartial(object: Partial<
|
|
61
|
-
fromProtoMsg(message:
|
|
62
|
-
toProto(message:
|
|
63
|
-
toProtoMsg(message:
|
|
56
|
+
encode(message: _183.PositionEntry, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
57
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _183.PositionEntry;
|
|
58
|
+
fromJSON(object: any): _183.PositionEntry;
|
|
59
|
+
toJSON(message: _183.PositionEntry): import("../json-safe.js").JsonSafe<_183.PositionEntry>;
|
|
60
|
+
fromPartial(object: Partial<_183.PositionEntry>): _183.PositionEntry;
|
|
61
|
+
fromProtoMsg(message: _183.PositionEntryProtoMsg): _183.PositionEntry;
|
|
62
|
+
toProto(message: _183.PositionEntry): Uint8Array;
|
|
63
|
+
toProtoMsg(message: _183.PositionEntry): _183.PositionEntryProtoMsg;
|
|
64
64
|
};
|
|
65
65
|
Stats: {
|
|
66
66
|
typeUrl: "/noble.dollar.vaults.v1.Stats";
|
|
67
|
-
encode(message:
|
|
68
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
69
|
-
fromJSON(object: any):
|
|
70
|
-
toJSON(message:
|
|
71
|
-
fromPartial(object: Partial<
|
|
72
|
-
fromProtoMsg(message:
|
|
73
|
-
toProto(message:
|
|
74
|
-
toProtoMsg(message:
|
|
67
|
+
encode(message: _183.Stats, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
68
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _183.Stats;
|
|
69
|
+
fromJSON(object: any): _183.Stats;
|
|
70
|
+
toJSON(message: _183.Stats): import("../json-safe.js").JsonSafe<_183.Stats>;
|
|
71
|
+
fromPartial(object: Partial<_183.Stats>): _183.Stats;
|
|
72
|
+
fromProtoMsg(message: _183.StatsProtoMsg): _183.Stats;
|
|
73
|
+
toProto(message: _183.Stats): Uint8Array;
|
|
74
|
+
toProtoMsg(message: _183.Stats): _183.StatsProtoMsg;
|
|
75
75
|
};
|
|
76
76
|
MsgLock: {
|
|
77
77
|
typeUrl: "/noble.dollar.vaults.v1.MsgLock";
|
|
78
|
-
encode(message:
|
|
79
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
80
|
-
fromJSON(object: any):
|
|
81
|
-
toJSON(message:
|
|
82
|
-
fromPartial(object: Partial<
|
|
83
|
-
fromProtoMsg(message:
|
|
84
|
-
toProto(message:
|
|
85
|
-
toProtoMsg(message:
|
|
78
|
+
encode(message: _182.MsgLock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
79
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _182.MsgLock;
|
|
80
|
+
fromJSON(object: any): _182.MsgLock;
|
|
81
|
+
toJSON(message: _182.MsgLock): import("../json-safe.js").JsonSafe<_182.MsgLock>;
|
|
82
|
+
fromPartial(object: Partial<_182.MsgLock>): _182.MsgLock;
|
|
83
|
+
fromProtoMsg(message: _182.MsgLockProtoMsg): _182.MsgLock;
|
|
84
|
+
toProto(message: _182.MsgLock): Uint8Array;
|
|
85
|
+
toProtoMsg(message: _182.MsgLock): _182.MsgLockProtoMsg;
|
|
86
86
|
};
|
|
87
87
|
MsgLockResponse: {
|
|
88
88
|
typeUrl: "/noble.dollar.vaults.v1.MsgLockResponse";
|
|
89
|
-
encode(_:
|
|
90
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
91
|
-
fromJSON(_: any):
|
|
92
|
-
toJSON(_:
|
|
93
|
-
fromPartial(_: Partial<
|
|
94
|
-
fromProtoMsg(message:
|
|
95
|
-
toProto(message:
|
|
96
|
-
toProtoMsg(message:
|
|
89
|
+
encode(_: _182.MsgLockResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
90
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _182.MsgLockResponse;
|
|
91
|
+
fromJSON(_: any): _182.MsgLockResponse;
|
|
92
|
+
toJSON(_: _182.MsgLockResponse): import("../json-safe.js").JsonSafe<_182.MsgLockResponse>;
|
|
93
|
+
fromPartial(_: Partial<_182.MsgLockResponse>): _182.MsgLockResponse;
|
|
94
|
+
fromProtoMsg(message: _182.MsgLockResponseProtoMsg): _182.MsgLockResponse;
|
|
95
|
+
toProto(message: _182.MsgLockResponse): Uint8Array;
|
|
96
|
+
toProtoMsg(message: _182.MsgLockResponse): _182.MsgLockResponseProtoMsg;
|
|
97
97
|
};
|
|
98
98
|
MsgUnlock: {
|
|
99
99
|
typeUrl: "/noble.dollar.vaults.v1.MsgUnlock";
|
|
100
|
-
encode(message:
|
|
101
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
102
|
-
fromJSON(object: any):
|
|
103
|
-
toJSON(message:
|
|
104
|
-
fromPartial(object: Partial<
|
|
105
|
-
fromProtoMsg(message:
|
|
106
|
-
toProto(message:
|
|
107
|
-
toProtoMsg(message:
|
|
100
|
+
encode(message: _182.MsgUnlock, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
101
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _182.MsgUnlock;
|
|
102
|
+
fromJSON(object: any): _182.MsgUnlock;
|
|
103
|
+
toJSON(message: _182.MsgUnlock): import("../json-safe.js").JsonSafe<_182.MsgUnlock>;
|
|
104
|
+
fromPartial(object: Partial<_182.MsgUnlock>): _182.MsgUnlock;
|
|
105
|
+
fromProtoMsg(message: _182.MsgUnlockProtoMsg): _182.MsgUnlock;
|
|
106
|
+
toProto(message: _182.MsgUnlock): Uint8Array;
|
|
107
|
+
toProtoMsg(message: _182.MsgUnlock): _182.MsgUnlockProtoMsg;
|
|
108
108
|
};
|
|
109
109
|
MsgUnlockResponse: {
|
|
110
110
|
typeUrl: "/noble.dollar.vaults.v1.MsgUnlockResponse";
|
|
111
|
-
encode(_:
|
|
112
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
113
|
-
fromJSON(_: any):
|
|
114
|
-
toJSON(_:
|
|
115
|
-
fromPartial(_: Partial<
|
|
116
|
-
fromProtoMsg(message:
|
|
117
|
-
toProto(message:
|
|
118
|
-
toProtoMsg(message:
|
|
111
|
+
encode(_: _182.MsgUnlockResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
112
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _182.MsgUnlockResponse;
|
|
113
|
+
fromJSON(_: any): _182.MsgUnlockResponse;
|
|
114
|
+
toJSON(_: _182.MsgUnlockResponse): import("../json-safe.js").JsonSafe<_182.MsgUnlockResponse>;
|
|
115
|
+
fromPartial(_: Partial<_182.MsgUnlockResponse>): _182.MsgUnlockResponse;
|
|
116
|
+
fromProtoMsg(message: _182.MsgUnlockResponseProtoMsg): _182.MsgUnlockResponse;
|
|
117
|
+
toProto(message: _182.MsgUnlockResponse): Uint8Array;
|
|
118
|
+
toProtoMsg(message: _182.MsgUnlockResponse): _182.MsgUnlockResponseProtoMsg;
|
|
119
119
|
};
|
|
120
120
|
MsgSetPausedState: {
|
|
121
121
|
typeUrl: "/noble.dollar.vaults.v1.MsgSetPausedState";
|
|
122
|
-
encode(message:
|
|
123
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
124
|
-
fromJSON(object: any):
|
|
125
|
-
toJSON(message:
|
|
126
|
-
fromPartial(object: Partial<
|
|
127
|
-
fromProtoMsg(message:
|
|
128
|
-
toProto(message:
|
|
129
|
-
toProtoMsg(message:
|
|
122
|
+
encode(message: _182.MsgSetPausedState, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
123
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _182.MsgSetPausedState;
|
|
124
|
+
fromJSON(object: any): _182.MsgSetPausedState;
|
|
125
|
+
toJSON(message: _182.MsgSetPausedState): import("../json-safe.js").JsonSafe<_182.MsgSetPausedState>;
|
|
126
|
+
fromPartial(object: Partial<_182.MsgSetPausedState>): _182.MsgSetPausedState;
|
|
127
|
+
fromProtoMsg(message: _182.MsgSetPausedStateProtoMsg): _182.MsgSetPausedState;
|
|
128
|
+
toProto(message: _182.MsgSetPausedState): Uint8Array;
|
|
129
|
+
toProtoMsg(message: _182.MsgSetPausedState): _182.MsgSetPausedStateProtoMsg;
|
|
130
130
|
};
|
|
131
131
|
MsgSetPausedStateResponse: {
|
|
132
132
|
typeUrl: "/noble.dollar.vaults.v1.MsgSetPausedStateResponse";
|
|
133
|
-
encode(_:
|
|
134
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
135
|
-
fromJSON(_: any):
|
|
136
|
-
toJSON(_:
|
|
137
|
-
fromPartial(_: Partial<
|
|
138
|
-
fromProtoMsg(message:
|
|
139
|
-
toProto(message:
|
|
140
|
-
toProtoMsg(message:
|
|
133
|
+
encode(_: _182.MsgSetPausedStateResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
134
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _182.MsgSetPausedStateResponse;
|
|
135
|
+
fromJSON(_: any): _182.MsgSetPausedStateResponse;
|
|
136
|
+
toJSON(_: _182.MsgSetPausedStateResponse): import("../json-safe.js").JsonSafe<_182.MsgSetPausedStateResponse>;
|
|
137
|
+
fromPartial(_: Partial<_182.MsgSetPausedStateResponse>): _182.MsgSetPausedStateResponse;
|
|
138
|
+
fromProtoMsg(message: _182.MsgSetPausedStateResponseProtoMsg): _182.MsgSetPausedStateResponse;
|
|
139
|
+
toProto(message: _182.MsgSetPausedStateResponse): Uint8Array;
|
|
140
|
+
toProtoMsg(message: _182.MsgSetPausedStateResponse): _182.MsgSetPausedStateResponseProtoMsg;
|
|
141
141
|
};
|
|
142
142
|
};
|
|
143
143
|
}
|
|
144
144
|
}
|
|
145
145
|
namespace swap {
|
|
146
146
|
const v1: {
|
|
147
|
-
MsgClientImpl: typeof
|
|
147
|
+
MsgClientImpl: typeof _280.MsgClientImpl;
|
|
148
148
|
MsgWithdrawProtocolFees: {
|
|
149
149
|
typeUrl: "/noble.swap.v1.MsgWithdrawProtocolFees";
|
|
150
|
-
encode(message:
|
|
151
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
152
|
-
fromJSON(object: any):
|
|
153
|
-
toJSON(message:
|
|
154
|
-
fromPartial(object: Partial<
|
|
155
|
-
fromProtoMsg(message:
|
|
156
|
-
toProto(message:
|
|
157
|
-
toProtoMsg(message:
|
|
150
|
+
encode(message: _186.MsgWithdrawProtocolFees, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
151
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgWithdrawProtocolFees;
|
|
152
|
+
fromJSON(object: any): _186.MsgWithdrawProtocolFees;
|
|
153
|
+
toJSON(message: _186.MsgWithdrawProtocolFees): import("../json-safe.js").JsonSafe<_186.MsgWithdrawProtocolFees>;
|
|
154
|
+
fromPartial(object: Partial<_186.MsgWithdrawProtocolFees>): _186.MsgWithdrawProtocolFees;
|
|
155
|
+
fromProtoMsg(message: _186.MsgWithdrawProtocolFeesProtoMsg): _186.MsgWithdrawProtocolFees;
|
|
156
|
+
toProto(message: _186.MsgWithdrawProtocolFees): Uint8Array;
|
|
157
|
+
toProtoMsg(message: _186.MsgWithdrawProtocolFees): _186.MsgWithdrawProtocolFeesProtoMsg;
|
|
158
158
|
};
|
|
159
159
|
MsgWithdrawProtocolFeesResponse: {
|
|
160
160
|
typeUrl: "/noble.swap.v1.MsgWithdrawProtocolFeesResponse";
|
|
161
|
-
encode(_:
|
|
162
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
163
|
-
fromJSON(_: any):
|
|
164
|
-
toJSON(_:
|
|
165
|
-
fromPartial(_: Partial<
|
|
166
|
-
fromProtoMsg(message:
|
|
167
|
-
toProto(message:
|
|
168
|
-
toProtoMsg(message:
|
|
161
|
+
encode(_: _186.MsgWithdrawProtocolFeesResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
162
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgWithdrawProtocolFeesResponse;
|
|
163
|
+
fromJSON(_: any): _186.MsgWithdrawProtocolFeesResponse;
|
|
164
|
+
toJSON(_: _186.MsgWithdrawProtocolFeesResponse): import("../json-safe.js").JsonSafe<_186.MsgWithdrawProtocolFeesResponse>;
|
|
165
|
+
fromPartial(_: Partial<_186.MsgWithdrawProtocolFeesResponse>): _186.MsgWithdrawProtocolFeesResponse;
|
|
166
|
+
fromProtoMsg(message: _186.MsgWithdrawProtocolFeesResponseProtoMsg): _186.MsgWithdrawProtocolFeesResponse;
|
|
167
|
+
toProto(message: _186.MsgWithdrawProtocolFeesResponse): Uint8Array;
|
|
168
|
+
toProtoMsg(message: _186.MsgWithdrawProtocolFeesResponse): _186.MsgWithdrawProtocolFeesResponseProtoMsg;
|
|
169
169
|
};
|
|
170
170
|
MsgWithdrawRewards: {
|
|
171
171
|
typeUrl: "/noble.swap.v1.MsgWithdrawRewards";
|
|
172
|
-
encode(message:
|
|
173
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
174
|
-
fromJSON(object: any):
|
|
175
|
-
toJSON(message:
|
|
176
|
-
fromPartial(object: Partial<
|
|
177
|
-
fromProtoMsg(message:
|
|
178
|
-
toProto(message:
|
|
179
|
-
toProtoMsg(message:
|
|
172
|
+
encode(message: _186.MsgWithdrawRewards, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
173
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgWithdrawRewards;
|
|
174
|
+
fromJSON(object: any): _186.MsgWithdrawRewards;
|
|
175
|
+
toJSON(message: _186.MsgWithdrawRewards): import("../json-safe.js").JsonSafe<_186.MsgWithdrawRewards>;
|
|
176
|
+
fromPartial(object: Partial<_186.MsgWithdrawRewards>): _186.MsgWithdrawRewards;
|
|
177
|
+
fromProtoMsg(message: _186.MsgWithdrawRewardsProtoMsg): _186.MsgWithdrawRewards;
|
|
178
|
+
toProto(message: _186.MsgWithdrawRewards): Uint8Array;
|
|
179
|
+
toProtoMsg(message: _186.MsgWithdrawRewards): _186.MsgWithdrawRewardsProtoMsg;
|
|
180
180
|
};
|
|
181
181
|
MsgWithdrawRewardsResponse: {
|
|
182
182
|
typeUrl: "/noble.swap.v1.MsgWithdrawRewardsResponse";
|
|
183
|
-
encode(message:
|
|
184
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
185
|
-
fromJSON(object: any):
|
|
186
|
-
toJSON(message:
|
|
187
|
-
fromPartial(object: Partial<
|
|
188
|
-
fromProtoMsg(message:
|
|
189
|
-
toProto(message:
|
|
190
|
-
toProtoMsg(message:
|
|
183
|
+
encode(message: _186.MsgWithdrawRewardsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
184
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgWithdrawRewardsResponse;
|
|
185
|
+
fromJSON(object: any): _186.MsgWithdrawRewardsResponse;
|
|
186
|
+
toJSON(message: _186.MsgWithdrawRewardsResponse): import("../json-safe.js").JsonSafe<_186.MsgWithdrawRewardsResponse>;
|
|
187
|
+
fromPartial(object: Partial<_186.MsgWithdrawRewardsResponse>): _186.MsgWithdrawRewardsResponse;
|
|
188
|
+
fromProtoMsg(message: _186.MsgWithdrawRewardsResponseProtoMsg): _186.MsgWithdrawRewardsResponse;
|
|
189
|
+
toProto(message: _186.MsgWithdrawRewardsResponse): Uint8Array;
|
|
190
|
+
toProtoMsg(message: _186.MsgWithdrawRewardsResponse): _186.MsgWithdrawRewardsResponseProtoMsg;
|
|
191
191
|
};
|
|
192
192
|
MsgSwap: {
|
|
193
193
|
typeUrl: "/noble.swap.v1.MsgSwap";
|
|
194
|
-
encode(message:
|
|
195
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
196
|
-
fromJSON(object: any):
|
|
197
|
-
toJSON(message:
|
|
198
|
-
fromPartial(object: Partial<
|
|
199
|
-
fromProtoMsg(message:
|
|
200
|
-
toProto(message:
|
|
201
|
-
toProtoMsg(message:
|
|
194
|
+
encode(message: _186.MsgSwap, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
195
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgSwap;
|
|
196
|
+
fromJSON(object: any): _186.MsgSwap;
|
|
197
|
+
toJSON(message: _186.MsgSwap): import("../json-safe.js").JsonSafe<_186.MsgSwap>;
|
|
198
|
+
fromPartial(object: Partial<_186.MsgSwap>): _186.MsgSwap;
|
|
199
|
+
fromProtoMsg(message: _186.MsgSwapProtoMsg): _186.MsgSwap;
|
|
200
|
+
toProto(message: _186.MsgSwap): Uint8Array;
|
|
201
|
+
toProtoMsg(message: _186.MsgSwap): _186.MsgSwapProtoMsg;
|
|
202
202
|
};
|
|
203
203
|
MsgSwapResponse: {
|
|
204
204
|
typeUrl: "/noble.swap.v1.MsgSwapResponse";
|
|
205
|
-
encode(message:
|
|
206
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
207
|
-
fromJSON(object: any):
|
|
208
|
-
toJSON(message:
|
|
209
|
-
fromPartial(object: Partial<
|
|
210
|
-
fromProtoMsg(message:
|
|
211
|
-
toProto(message:
|
|
212
|
-
toProtoMsg(message:
|
|
205
|
+
encode(message: _186.MsgSwapResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
206
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgSwapResponse;
|
|
207
|
+
fromJSON(object: any): _186.MsgSwapResponse;
|
|
208
|
+
toJSON(message: _186.MsgSwapResponse): import("../json-safe.js").JsonSafe<_186.MsgSwapResponse>;
|
|
209
|
+
fromPartial(object: Partial<_186.MsgSwapResponse>): _186.MsgSwapResponse;
|
|
210
|
+
fromProtoMsg(message: _186.MsgSwapResponseProtoMsg): _186.MsgSwapResponse;
|
|
211
|
+
toProto(message: _186.MsgSwapResponse): Uint8Array;
|
|
212
|
+
toProtoMsg(message: _186.MsgSwapResponse): _186.MsgSwapResponseProtoMsg;
|
|
213
213
|
};
|
|
214
214
|
MsgPauseByAlgorithm: {
|
|
215
215
|
typeUrl: "/noble.swap.v1.MsgPauseByAlgorithm";
|
|
216
|
-
encode(message:
|
|
217
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
218
|
-
fromJSON(object: any):
|
|
219
|
-
toJSON(message:
|
|
220
|
-
fromPartial(object: Partial<
|
|
221
|
-
fromProtoMsg(message:
|
|
222
|
-
toProto(message:
|
|
223
|
-
toProtoMsg(message:
|
|
216
|
+
encode(message: _186.MsgPauseByAlgorithm, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
217
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgPauseByAlgorithm;
|
|
218
|
+
fromJSON(object: any): _186.MsgPauseByAlgorithm;
|
|
219
|
+
toJSON(message: _186.MsgPauseByAlgorithm): import("../json-safe.js").JsonSafe<_186.MsgPauseByAlgorithm>;
|
|
220
|
+
fromPartial(object: Partial<_186.MsgPauseByAlgorithm>): _186.MsgPauseByAlgorithm;
|
|
221
|
+
fromProtoMsg(message: _186.MsgPauseByAlgorithmProtoMsg): _186.MsgPauseByAlgorithm;
|
|
222
|
+
toProto(message: _186.MsgPauseByAlgorithm): Uint8Array;
|
|
223
|
+
toProtoMsg(message: _186.MsgPauseByAlgorithm): _186.MsgPauseByAlgorithmProtoMsg;
|
|
224
224
|
};
|
|
225
225
|
MsgPauseByAlgorithmResponse: {
|
|
226
226
|
typeUrl: "/noble.swap.v1.MsgPauseByAlgorithmResponse";
|
|
227
|
-
encode(message:
|
|
228
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
229
|
-
fromJSON(object: any):
|
|
230
|
-
toJSON(message:
|
|
231
|
-
fromPartial(object: Partial<
|
|
232
|
-
fromProtoMsg(message:
|
|
233
|
-
toProto(message:
|
|
234
|
-
toProtoMsg(message:
|
|
227
|
+
encode(message: _186.MsgPauseByAlgorithmResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
228
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgPauseByAlgorithmResponse;
|
|
229
|
+
fromJSON(object: any): _186.MsgPauseByAlgorithmResponse;
|
|
230
|
+
toJSON(message: _186.MsgPauseByAlgorithmResponse): import("../json-safe.js").JsonSafe<_186.MsgPauseByAlgorithmResponse>;
|
|
231
|
+
fromPartial(object: Partial<_186.MsgPauseByAlgorithmResponse>): _186.MsgPauseByAlgorithmResponse;
|
|
232
|
+
fromProtoMsg(message: _186.MsgPauseByAlgorithmResponseProtoMsg): _186.MsgPauseByAlgorithmResponse;
|
|
233
|
+
toProto(message: _186.MsgPauseByAlgorithmResponse): Uint8Array;
|
|
234
|
+
toProtoMsg(message: _186.MsgPauseByAlgorithmResponse): _186.MsgPauseByAlgorithmResponseProtoMsg;
|
|
235
235
|
};
|
|
236
236
|
MsgPauseByPoolIds: {
|
|
237
237
|
typeUrl: "/noble.swap.v1.MsgPauseByPoolIds";
|
|
238
|
-
encode(message:
|
|
239
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
240
|
-
fromJSON(object: any):
|
|
241
|
-
toJSON(message:
|
|
242
|
-
fromPartial(object: Partial<
|
|
243
|
-
fromProtoMsg(message:
|
|
244
|
-
toProto(message:
|
|
245
|
-
toProtoMsg(message:
|
|
238
|
+
encode(message: _186.MsgPauseByPoolIds, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
239
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgPauseByPoolIds;
|
|
240
|
+
fromJSON(object: any): _186.MsgPauseByPoolIds;
|
|
241
|
+
toJSON(message: _186.MsgPauseByPoolIds): import("../json-safe.js").JsonSafe<_186.MsgPauseByPoolIds>;
|
|
242
|
+
fromPartial(object: Partial<_186.MsgPauseByPoolIds>): _186.MsgPauseByPoolIds;
|
|
243
|
+
fromProtoMsg(message: _186.MsgPauseByPoolIdsProtoMsg): _186.MsgPauseByPoolIds;
|
|
244
|
+
toProto(message: _186.MsgPauseByPoolIds): Uint8Array;
|
|
245
|
+
toProtoMsg(message: _186.MsgPauseByPoolIds): _186.MsgPauseByPoolIdsProtoMsg;
|
|
246
246
|
};
|
|
247
247
|
MsgPauseByPoolIdsResponse: {
|
|
248
248
|
typeUrl: "/noble.swap.v1.MsgPauseByPoolIdsResponse";
|
|
249
|
-
encode(message:
|
|
250
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
251
|
-
fromJSON(object: any):
|
|
252
|
-
toJSON(message:
|
|
253
|
-
fromPartial(object: Partial<
|
|
254
|
-
fromProtoMsg(message:
|
|
255
|
-
toProto(message:
|
|
256
|
-
toProtoMsg(message:
|
|
249
|
+
encode(message: _186.MsgPauseByPoolIdsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
250
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgPauseByPoolIdsResponse;
|
|
251
|
+
fromJSON(object: any): _186.MsgPauseByPoolIdsResponse;
|
|
252
|
+
toJSON(message: _186.MsgPauseByPoolIdsResponse): import("../json-safe.js").JsonSafe<_186.MsgPauseByPoolIdsResponse>;
|
|
253
|
+
fromPartial(object: Partial<_186.MsgPauseByPoolIdsResponse>): _186.MsgPauseByPoolIdsResponse;
|
|
254
|
+
fromProtoMsg(message: _186.MsgPauseByPoolIdsResponseProtoMsg): _186.MsgPauseByPoolIdsResponse;
|
|
255
|
+
toProto(message: _186.MsgPauseByPoolIdsResponse): Uint8Array;
|
|
256
|
+
toProtoMsg(message: _186.MsgPauseByPoolIdsResponse): _186.MsgPauseByPoolIdsResponseProtoMsg;
|
|
257
257
|
};
|
|
258
258
|
MsgUnpauseByAlgorithm: {
|
|
259
259
|
typeUrl: "/noble.swap.v1.MsgUnpauseByAlgorithm";
|
|
260
|
-
encode(message:
|
|
261
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
262
|
-
fromJSON(object: any):
|
|
263
|
-
toJSON(message:
|
|
264
|
-
fromPartial(object: Partial<
|
|
265
|
-
fromProtoMsg(message:
|
|
266
|
-
toProto(message:
|
|
267
|
-
toProtoMsg(message:
|
|
260
|
+
encode(message: _186.MsgUnpauseByAlgorithm, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
261
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgUnpauseByAlgorithm;
|
|
262
|
+
fromJSON(object: any): _186.MsgUnpauseByAlgorithm;
|
|
263
|
+
toJSON(message: _186.MsgUnpauseByAlgorithm): import("../json-safe.js").JsonSafe<_186.MsgUnpauseByAlgorithm>;
|
|
264
|
+
fromPartial(object: Partial<_186.MsgUnpauseByAlgorithm>): _186.MsgUnpauseByAlgorithm;
|
|
265
|
+
fromProtoMsg(message: _186.MsgUnpauseByAlgorithmProtoMsg): _186.MsgUnpauseByAlgorithm;
|
|
266
|
+
toProto(message: _186.MsgUnpauseByAlgorithm): Uint8Array;
|
|
267
|
+
toProtoMsg(message: _186.MsgUnpauseByAlgorithm): _186.MsgUnpauseByAlgorithmProtoMsg;
|
|
268
268
|
};
|
|
269
269
|
MsgUnpauseByAlgorithmResponse: {
|
|
270
270
|
typeUrl: "/noble.swap.v1.MsgUnpauseByAlgorithmResponse";
|
|
271
|
-
encode(message:
|
|
272
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
273
|
-
fromJSON(object: any):
|
|
274
|
-
toJSON(message:
|
|
275
|
-
fromPartial(object: Partial<
|
|
276
|
-
fromProtoMsg(message:
|
|
277
|
-
toProto(message:
|
|
278
|
-
toProtoMsg(message:
|
|
271
|
+
encode(message: _186.MsgUnpauseByAlgorithmResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
272
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgUnpauseByAlgorithmResponse;
|
|
273
|
+
fromJSON(object: any): _186.MsgUnpauseByAlgorithmResponse;
|
|
274
|
+
toJSON(message: _186.MsgUnpauseByAlgorithmResponse): import("../json-safe.js").JsonSafe<_186.MsgUnpauseByAlgorithmResponse>;
|
|
275
|
+
fromPartial(object: Partial<_186.MsgUnpauseByAlgorithmResponse>): _186.MsgUnpauseByAlgorithmResponse;
|
|
276
|
+
fromProtoMsg(message: _186.MsgUnpauseByAlgorithmResponseProtoMsg): _186.MsgUnpauseByAlgorithmResponse;
|
|
277
|
+
toProto(message: _186.MsgUnpauseByAlgorithmResponse): Uint8Array;
|
|
278
|
+
toProtoMsg(message: _186.MsgUnpauseByAlgorithmResponse): _186.MsgUnpauseByAlgorithmResponseProtoMsg;
|
|
279
279
|
};
|
|
280
280
|
MsgUnpauseByPoolIds: {
|
|
281
281
|
typeUrl: "/noble.swap.v1.MsgUnpauseByPoolIds";
|
|
282
|
-
encode(message:
|
|
283
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
284
|
-
fromJSON(object: any):
|
|
285
|
-
toJSON(message:
|
|
286
|
-
fromPartial(object: Partial<
|
|
287
|
-
fromProtoMsg(message:
|
|
288
|
-
toProto(message:
|
|
289
|
-
toProtoMsg(message:
|
|
282
|
+
encode(message: _186.MsgUnpauseByPoolIds, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
283
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgUnpauseByPoolIds;
|
|
284
|
+
fromJSON(object: any): _186.MsgUnpauseByPoolIds;
|
|
285
|
+
toJSON(message: _186.MsgUnpauseByPoolIds): import("../json-safe.js").JsonSafe<_186.MsgUnpauseByPoolIds>;
|
|
286
|
+
fromPartial(object: Partial<_186.MsgUnpauseByPoolIds>): _186.MsgUnpauseByPoolIds;
|
|
287
|
+
fromProtoMsg(message: _186.MsgUnpauseByPoolIdsProtoMsg): _186.MsgUnpauseByPoolIds;
|
|
288
|
+
toProto(message: _186.MsgUnpauseByPoolIds): Uint8Array;
|
|
289
|
+
toProtoMsg(message: _186.MsgUnpauseByPoolIds): _186.MsgUnpauseByPoolIdsProtoMsg;
|
|
290
290
|
};
|
|
291
291
|
MsgUnpauseByPoolIdsResponse: {
|
|
292
292
|
typeUrl: "/noble.swap.v1.MsgUnpauseByPoolIdsResponse";
|
|
293
|
-
encode(message:
|
|
294
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
295
|
-
fromJSON(object: any):
|
|
296
|
-
toJSON(message:
|
|
297
|
-
fromPartial(object: Partial<
|
|
298
|
-
fromProtoMsg(message:
|
|
299
|
-
toProto(message:
|
|
300
|
-
toProtoMsg(message:
|
|
293
|
+
encode(message: _186.MsgUnpauseByPoolIdsResponse, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
294
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _186.MsgUnpauseByPoolIdsResponse;
|
|
295
|
+
fromJSON(object: any): _186.MsgUnpauseByPoolIdsResponse;
|
|
296
|
+
toJSON(message: _186.MsgUnpauseByPoolIdsResponse): import("../json-safe.js").JsonSafe<_186.MsgUnpauseByPoolIdsResponse>;
|
|
297
|
+
fromPartial(object: Partial<_186.MsgUnpauseByPoolIdsResponse>): _186.MsgUnpauseByPoolIdsResponse;
|
|
298
|
+
fromProtoMsg(message: _186.MsgUnpauseByPoolIdsResponseProtoMsg): _186.MsgUnpauseByPoolIdsResponse;
|
|
299
|
+
toProto(message: _186.MsgUnpauseByPoolIdsResponse): Uint8Array;
|
|
300
|
+
toProtoMsg(message: _186.MsgUnpauseByPoolIdsResponse): _186.MsgUnpauseByPoolIdsResponseProtoMsg;
|
|
301
301
|
};
|
|
302
302
|
Route: {
|
|
303
303
|
typeUrl: "/noble.swap.v1.Route";
|
|
304
|
-
encode(message:
|
|
305
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
306
|
-
fromJSON(object: any):
|
|
307
|
-
toJSON(message:
|
|
308
|
-
fromPartial(object: Partial<
|
|
309
|
-
fromProtoMsg(message:
|
|
310
|
-
toProto(message:
|
|
311
|
-
toProtoMsg(message:
|
|
304
|
+
encode(message: _185.Route, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
305
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _185.Route;
|
|
306
|
+
fromJSON(object: any): _185.Route;
|
|
307
|
+
toJSON(message: _185.Route): import("../json-safe.js").JsonSafe<_185.Route>;
|
|
308
|
+
fromPartial(object: Partial<_185.Route>): _185.Route;
|
|
309
|
+
fromProtoMsg(message: _185.RouteProtoMsg): _185.Route;
|
|
310
|
+
toProto(message: _185.Route): Uint8Array;
|
|
311
|
+
toProtoMsg(message: _185.Route): _185.RouteProtoMsg;
|
|
312
312
|
};
|
|
313
313
|
Swap: {
|
|
314
314
|
typeUrl: "/noble.swap.v1.Swap";
|
|
315
|
-
encode(message:
|
|
316
|
-
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number):
|
|
317
|
-
fromJSON(object: any):
|
|
318
|
-
toJSON(message:
|
|
319
|
-
fromPartial(object: Partial<
|
|
320
|
-
fromProtoMsg(message:
|
|
321
|
-
toProto(message:
|
|
322
|
-
toProtoMsg(message:
|
|
315
|
+
encode(message: _185.Swap, writer?: import("../binary.js").BinaryWriter): import("../binary.js").BinaryWriter;
|
|
316
|
+
decode(input: import("../binary.js").BinaryReader | Uint8Array, length?: number): _185.Swap;
|
|
317
|
+
fromJSON(object: any): _185.Swap;
|
|
318
|
+
toJSON(message: _185.Swap): import("../json-safe.js").JsonSafe<_185.Swap>;
|
|
319
|
+
fromPartial(object: Partial<_185.Swap>): _185.Swap;
|
|
320
|
+
fromProtoMsg(message: _185.SwapProtoMsg): _185.Swap;
|
|
321
|
+
toProto(message: _185.Swap): Uint8Array;
|
|
322
|
+
toProtoMsg(message: _185.Swap): _185.SwapProtoMsg;
|
|
323
323
|
};
|
|
324
|
-
algorithmFromJSON(object: any):
|
|
325
|
-
algorithmToJSON(object:
|
|
326
|
-
Algorithm: typeof
|
|
327
|
-
AlgorithmSDKType: typeof
|
|
324
|
+
algorithmFromJSON(object: any): _184.Algorithm;
|
|
325
|
+
algorithmToJSON(object: _184.Algorithm): string;
|
|
326
|
+
Algorithm: typeof _184.Algorithm;
|
|
327
|
+
AlgorithmSDKType: typeof _184.Algorithm;
|
|
328
328
|
};
|
|
329
329
|
}
|
|
330
330
|
const ClientFactory: {
|
|
@@ -341,6 +341,9 @@ export declare namespace noble {
|
|
|
341
341
|
bank: {
|
|
342
342
|
v1beta1: import("../cosmos/bank/v1beta1/tx.rpc.msg.js").MsgClientImpl;
|
|
343
343
|
};
|
|
344
|
+
circuit: {
|
|
345
|
+
v1: import("../cosmos/circuit/v1/tx.rpc.msg.js").MsgClientImpl;
|
|
346
|
+
};
|
|
344
347
|
consensus: {
|
|
345
348
|
v1: import("../cosmos/consensus/v1/tx.rpc.msg.js").MsgClientImpl;
|
|
346
349
|
};
|
|
@@ -373,11 +376,11 @@ export declare namespace noble {
|
|
|
373
376
|
noble: {
|
|
374
377
|
dollar: {
|
|
375
378
|
vaults: {
|
|
376
|
-
v1:
|
|
379
|
+
v1: _279.MsgClientImpl;
|
|
377
380
|
};
|
|
378
381
|
};
|
|
379
382
|
swap: {
|
|
380
|
-
v1:
|
|
383
|
+
v1: _280.MsgClientImpl;
|
|
381
384
|
};
|
|
382
385
|
};
|
|
383
386
|
}>;
|