decentralcardgame-cardchain-client-ts 0.0.30 → 0.0.31
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cardchain.cardchain/index.ts +6 -0
- package/cardchain.cardchain/module.ts +1869 -0
- package/cardchain.cardchain/registry.ts +111 -0
- package/cardchain.cardchain/rest.ts +655 -0
- package/cardchain.cardchain/types.ts +63 -0
- package/cardchain.featureflag/index.ts +6 -0
- package/cardchain.featureflag/module.ts +165 -0
- package/cardchain.featureflag/registry.ts +11 -0
- package/cardchain.featureflag/rest.ts +256 -0
- package/cardchain.featureflag/types.ts +9 -0
- package/client.ts +29 -43
- package/cosmos.auth.v1beta1/index.ts +2 -2
- package/cosmos.auth.v1beta1/module.ts +40 -6
- package/cosmos.auth.v1beta1/registry.ts +2 -0
- package/cosmos.auth.v1beta1/rest.ts +201 -439
- package/cosmos.auth.v1beta1/types.ts +5 -3
- package/cosmos.authz.v1beta1/index.ts +2 -2
- package/cosmos.authz.v1beta1/module.ts +157 -230
- package/cosmos.authz.v1beta1/registry.ts +5 -5
- package/cosmos.authz.v1beta1/rest.ts +97 -445
- package/cosmos.authz.v1beta1/types.ts +6 -6
- package/cosmos.bank.v1beta1/index.ts +2 -2
- package/cosmos.bank.v1beta1/module.ts +86 -21
- package/cosmos.bank.v1beta1/registry.ts +7 -3
- package/cosmos.bank.v1beta1/rest.ts +262 -452
- package/cosmos.bank.v1beta1/types.ts +10 -10
- package/cosmos.base.node.v1beta1/index.ts +6 -0
- package/cosmos.base.node.v1beta1/module.ts +95 -0
- package/cosmos.base.node.v1beta1/rest.ts +235 -0
- package/cosmos.base.node.v1beta1/types.ts +5 -0
- package/cosmos.base.tendermint.v1beta1/index.ts +2 -2
- package/cosmos.base.tendermint.v1beta1/module.ts +4 -5
- package/cosmos.base.tendermint.v1beta1/rest.ts +161 -968
- package/cosmos.base.tendermint.v1beta1/types.ts +7 -7
- package/cosmos.circuit.v1/index.ts +6 -0
- package/cosmos.circuit.v1/module.ts +198 -0
- package/cosmos.circuit.v1/registry.ts +13 -0
- package/cosmos.circuit.v1/rest.ts +256 -0
- package/cosmos.circuit.v1/types.ts +9 -0
- package/cosmos.consensus.v1/index.ts +2 -2
- package/cosmos.consensus.v1/module.ts +6 -7
- package/cosmos.consensus.v1/registry.ts +1 -1
- package/cosmos.consensus.v1/rest.ts +81 -135
- package/cosmos.crisis.v1beta1/index.ts +2 -2
- package/cosmos.crisis.v1beta1/module.ts +40 -8
- package/cosmos.crisis.v1beta1/registry.ts +3 -1
- package/cosmos.crisis.v1beta1/rest.ts +72 -31
- package/cosmos.distribution.v1beta1/index.ts +2 -2
- package/cosmos.distribution.v1beta1/module.ts +305 -361
- package/cosmos.distribution.v1beta1/registry.ts +11 -5
- package/cosmos.distribution.v1beta1/rest.ts +211 -365
- package/cosmos.distribution.v1beta1/types.ts +19 -19
- package/cosmos.evidence.v1beta1/index.ts +2 -2
- package/cosmos.evidence.v1beta1/module.ts +88 -118
- package/cosmos.evidence.v1beta1/registry.ts +1 -1
- package/cosmos.evidence.v1beta1/rest.ts +93 -260
- package/cosmos.evidence.v1beta1/types.ts +1 -1
- package/cosmos.feegrant.v1beta1/index.ts +2 -2
- package/cosmos.feegrant.v1beta1/module.ts +42 -10
- package/cosmos.feegrant.v1beta1/registry.ts +4 -2
- package/cosmos.feegrant.v1beta1/rest.ts +97 -293
- package/cosmos.feegrant.v1beta1/types.ts +4 -4
- package/cosmos.gov.v1/index.ts +2 -2
- package/cosmos.gov.v1/module.ts +286 -283
- package/cosmos.gov.v1/registry.ts +11 -5
- package/cosmos.gov.v1/rest.ts +186 -602
- package/cosmos.gov.v1/types.ts +10 -8
- package/cosmos.gov.v1beta1/index.ts +2 -2
- package/cosmos.gov.v1beta1/module.ts +35 -36
- package/cosmos.gov.v1beta1/registry.ts +6 -6
- package/cosmos.gov.v1beta1/rest.ts +165 -668
- package/cosmos.gov.v1beta1/types.ts +9 -9
- package/cosmos.group.v1/index.ts +2 -2
- package/cosmos.group.v1/module.ts +187 -188
- package/cosmos.group.v1/registry.ts +24 -24
- package/cosmos.group.v1/rest.ts +230 -944
- package/cosmos.group.v1/types.ts +21 -21
- package/cosmos.mint.v1beta1/index.ts +2 -2
- package/cosmos.mint.v1beta1/module.ts +98 -70
- package/cosmos.mint.v1beta1/registry.ts +2 -0
- package/cosmos.mint.v1beta1/rest.ts +100 -97
- package/cosmos.mint.v1beta1/types.ts +2 -2
- package/cosmos.nft.v1beta1/index.ts +2 -2
- package/cosmos.nft.v1beta1/module.ts +106 -78
- package/cosmos.nft.v1beta1/registry.ts +2 -0
- package/cosmos.nft.v1beta1/rest.ts +155 -500
- package/cosmos.nft.v1beta1/types.ts +6 -6
- package/cosmos.params.v1beta1/index.ts +2 -2
- package/cosmos.params.v1beta1/module.ts +4 -5
- package/cosmos.params.v1beta1/rest.ts +95 -80
- package/cosmos.params.v1beta1/types.ts +3 -3
- package/cosmos.slashing.v1beta1/index.ts +2 -2
- package/cosmos.slashing.v1beta1/module.ts +40 -8
- package/cosmos.slashing.v1beta1/registry.ts +3 -1
- package/cosmos.slashing.v1beta1/rest.ts +104 -216
- package/cosmos.slashing.v1beta1/types.ts +5 -5
- package/cosmos.staking.v1beta1/index.ts +2 -2
- package/cosmos.staking.v1beta1/module.ts +107 -73
- package/cosmos.staking.v1beta1/registry.ts +11 -9
- package/cosmos.staking.v1beta1/rest.ts +246 -998
- package/cosmos.staking.v1beta1/types.ts +25 -23
- package/cosmos.tx.v1beta1/index.ts +2 -2
- package/cosmos.tx.v1beta1/module.ts +86 -91
- package/cosmos.tx.v1beta1/rest.ts +217 -1207
- package/cosmos.tx.v1beta1/types.ts +13 -13
- package/cosmos.upgrade.v1beta1/index.ts +2 -2
- package/cosmos.upgrade.v1beta1/module.ts +31 -32
- package/cosmos.upgrade.v1beta1/registry.ts +3 -3
- package/cosmos.upgrade.v1beta1/rest.ts +135 -305
- package/cosmos.upgrade.v1beta1/types.ts +4 -4
- package/cosmos.vesting.v1beta1/index.ts +2 -2
- package/cosmos.vesting.v1beta1/module.ts +157 -258
- package/cosmos.vesting.v1beta1/registry.ts +4 -4
- package/cosmos.vesting.v1beta1/rest.ts +71 -178
- package/cosmos.vesting.v1beta1/types.ts +6 -6
- package/ibc.applications.fee.v1/index.ts +6 -0
- package/ibc.applications.fee.v1/module.ts +247 -0
- package/ibc.applications.fee.v1/registry.ts +15 -0
- package/ibc.applications.fee.v1/rest.ts +403 -0
- package/ibc.applications.fee.v1/types.ts +25 -0
- package/ibc.applications.interchain_accounts.controller.v1/index.ts +2 -2
- package/ibc.applications.interchain_accounts.controller.v1/module.ts +162 -68
- package/ibc.applications.interchain_accounts.controller.v1/registry.ts +6 -0
- package/ibc.applications.interchain_accounts.controller.v1/rest.ts +93 -204
- package/ibc.applications.interchain_accounts.controller.v1/types.ts +1 -1
- package/ibc.applications.interchain_accounts.host.v1/index.ts +2 -2
- package/ibc.applications.interchain_accounts.host.v1/module.ts +73 -6
- package/ibc.applications.interchain_accounts.host.v1/registry.ts +4 -0
- package/ibc.applications.interchain_accounts.host.v1/rest.ts +82 -51
- package/ibc.applications.interchain_accounts.host.v1/types.ts +3 -1
- package/ibc.applications.transfer.v1/index.ts +2 -2
- package/ibc.applications.transfer.v1/module.ts +128 -118
- package/ibc.applications.transfer.v1/registry.ts +3 -1
- package/ibc.applications.transfer.v1/rest.ts +153 -378
- package/ibc.applications.transfer.v1/types.ts +6 -2
- package/ibc.core.channel.v1/index.ts +2 -2
- package/ibc.core.channel.v1/module.ts +642 -6
- package/ibc.core.channel.v1/registry.ts +38 -0
- package/ibc.core.channel.v1/rest.ts +330 -1155
- package/ibc.core.channel.v1/types.ts +18 -8
- package/ibc.core.client.v1/index.ts +2 -2
- package/ibc.core.client.v1/module.ts +240 -10
- package/ibc.core.client.v1/registry.ts +14 -0
- package/ibc.core.client.v1/rest.ts +198 -879
- package/ibc.core.client.v1/types.ts +11 -11
- package/ibc.core.connection.v1/index.ts +2 -2
- package/ibc.core.connection.v1/module.ts +240 -82
- package/ibc.core.connection.v1/registry.ts +10 -0
- package/ibc.core.connection.v1/rest.ts +147 -717
- package/ibc.core.connection.v1/types.ts +7 -7
- package/index.ts +63 -55
- package/lib/cardchain.cardchain/index.d.ts +5 -0
- package/lib/cardchain.cardchain/index.js +5 -0
- package/lib/cardchain.cardchain/module.d.ts +604 -0
- package/lib/cardchain.cardchain/module.js +1313 -0
- package/lib/cardchain.cardchain/registry.d.ts +3 -0
- package/lib/cardchain.cardchain/registry.js +107 -0
- package/lib/cardchain.cardchain/rest.d.ts +610 -0
- package/lib/cardchain.cardchain/rest.js +383 -0
- package/lib/cardchain.cardchain/types.d.ts +30 -0
- package/lib/cardchain.cardchain/types.js +30 -0
- package/lib/cardchain.featureflag/index.d.ts +5 -0
- package/lib/cardchain.featureflag/index.js +5 -0
- package/lib/cardchain.featureflag/module.d.ts +54 -0
- package/lib/cardchain.featureflag/module.js +109 -0
- package/lib/cardchain.featureflag/registry.d.ts +3 -0
- package/lib/cardchain.featureflag/registry.js +7 -0
- package/lib/cardchain.featureflag/rest.d.ts +118 -0
- package/lib/cardchain.featureflag/rest.js +117 -0
- package/lib/cardchain.featureflag/types.d.ts +3 -0
- package/lib/cardchain.featureflag/types.js +3 -0
- package/lib/client.d.ts +19 -0
- package/lib/client.js +133 -0
- package/lib/cosmos.auth.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.auth.v1beta1/index.js +5 -0
- package/lib/cosmos.auth.v1beta1/module.d.ts +43 -0
- package/lib/cosmos.auth.v1beta1/module.js +90 -0
- package/lib/cosmos.auth.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.auth.v1beta1/registry.js +5 -0
- package/lib/cosmos.auth.v1beta1/rest.d.ts +213 -0
- package/lib/cosmos.auth.v1beta1/rest.js +215 -0
- package/lib/cosmos.auth.v1beta1/types.d.ts +5 -0
- package/lib/cosmos.auth.v1beta1/types.js +5 -0
- package/lib/cosmos.authz.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.authz.v1beta1/index.js +5 -0
- package/lib/cosmos.authz.v1beta1/module.d.ts +65 -0
- package/lib/cosmos.authz.v1beta1/module.js +140 -0
- package/lib/cosmos.authz.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.authz.v1beta1/registry.js +9 -0
- package/lib/cosmos.authz.v1beta1/rest.d.ts +148 -0
- package/lib/cosmos.authz.v1beta1/rest.js +117 -0
- package/lib/cosmos.authz.v1beta1/types.d.ts +7 -0
- package/lib/cosmos.authz.v1beta1/types.js +7 -0
- package/lib/cosmos.bank.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.bank.v1beta1/index.js +5 -0
- package/lib/cosmos.bank.v1beta1/module.d.ts +76 -0
- package/lib/cosmos.bank.v1beta1/module.js +171 -0
- package/lib/cosmos.bank.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.bank.v1beta1/registry.js +11 -0
- package/lib/cosmos.bank.v1beta1/rest.d.ts +328 -0
- package/lib/cosmos.bank.v1beta1/rest.js +257 -0
- package/lib/cosmos.bank.v1beta1/types.d.ts +11 -0
- package/lib/cosmos.bank.v1beta1/types.js +11 -0
- package/lib/cosmos.base.node.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.base.node.v1beta1/index.js +5 -0
- package/lib/cosmos.base.node.v1beta1/module.d.ts +30 -0
- package/lib/cosmos.base.node.v1beta1/module.js +55 -0
- package/lib/cosmos.base.node.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.base.node.v1beta1/rest.d.ts +107 -0
- package/lib/cosmos.base.node.v1beta1/rest.js +103 -0
- package/lib/cosmos.base.tendermint.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.base.tendermint.v1beta1/index.js +5 -0
- package/lib/cosmos.base.tendermint.v1beta1/module.d.ts +30 -0
- package/lib/cosmos.base.tendermint.v1beta1/module.js +70 -0
- package/lib/cosmos.base.tendermint.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.base.tendermint.v1beta1/rest.d.ts +928 -0
- package/lib/cosmos.base.tendermint.v1beta1/rest.js +173 -0
- package/lib/cosmos.base.tendermint.v1beta1/types.d.ts +8 -0
- package/lib/cosmos.base.tendermint.v1beta1/types.js +8 -0
- package/lib/cosmos.circuit.v1/index.d.ts +5 -0
- package/lib/cosmos.circuit.v1/index.js +5 -0
- package/lib/cosmos.circuit.v1/module.d.ts +65 -0
- package/lib/cosmos.circuit.v1/module.js +132 -0
- package/lib/cosmos.circuit.v1/registry.d.ts +3 -0
- package/lib/cosmos.circuit.v1/registry.js +9 -0
- package/lib/cosmos.circuit.v1/rest.d.ts +125 -0
- package/lib/cosmos.circuit.v1/rest.js +117 -0
- package/lib/cosmos.circuit.v1/types.d.ts +3 -0
- package/lib/cosmos.circuit.v1/types.js +3 -0
- package/lib/cosmos.consensus.v1/index.d.ts +5 -0
- package/lib/cosmos.consensus.v1/index.js +5 -0
- package/lib/cosmos.consensus.v1/module.d.ts +43 -0
- package/lib/cosmos.consensus.v1/module.js +81 -0
- package/lib/cosmos.consensus.v1/registry.d.ts +3 -0
- package/lib/cosmos.consensus.v1/registry.js +5 -0
- package/lib/cosmos.consensus.v1/rest.d.ts +112 -0
- package/lib/cosmos.consensus.v1/rest.js +89 -0
- package/lib/cosmos.crisis.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.crisis.v1beta1/index.js +5 -0
- package/lib/cosmos.crisis.v1beta1/module.d.ts +54 -0
- package/lib/cosmos.crisis.v1beta1/module.js +104 -0
- package/lib/cosmos.crisis.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.crisis.v1beta1/registry.js +7 -0
- package/lib/cosmos.crisis.v1beta1/rest.d.ts +80 -0
- package/lib/cosmos.crisis.v1beta1/rest.js +72 -0
- package/lib/cosmos.crisis.v1beta1/types.d.ts +1 -0
- package/lib/cosmos.crisis.v1beta1/types.js +1 -0
- package/lib/cosmos.distribution.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.distribution.v1beta1/index.js +5 -0
- package/lib/cosmos.distribution.v1beta1/module.d.ts +109 -0
- package/lib/cosmos.distribution.v1beta1/module.js +258 -0
- package/lib/cosmos.distribution.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.distribution.v1beta1/registry.js +17 -0
- package/lib/cosmos.distribution.v1beta1/rest.d.ts +228 -0
- package/lib/cosmos.distribution.v1beta1/rest.js +215 -0
- package/lib/cosmos.distribution.v1beta1/types.d.ts +20 -0
- package/lib/cosmos.distribution.v1beta1/types.js +20 -0
- package/lib/cosmos.evidence.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.evidence.v1beta1/index.js +5 -0
- package/lib/cosmos.evidence.v1beta1/module.d.ts +43 -0
- package/lib/cosmos.evidence.v1beta1/module.js +84 -0
- package/lib/cosmos.evidence.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.evidence.v1beta1/registry.js +5 -0
- package/lib/cosmos.evidence.v1beta1/rest.d.ts +113 -0
- package/lib/cosmos.evidence.v1beta1/rest.js +103 -0
- package/lib/cosmos.evidence.v1beta1/types.d.ts +2 -0
- package/lib/cosmos.evidence.v1beta1/types.js +2 -0
- package/lib/cosmos.feegrant.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.feegrant.v1beta1/index.js +5 -0
- package/lib/cosmos.feegrant.v1beta1/module.d.ts +65 -0
- package/lib/cosmos.feegrant.v1beta1/module.js +136 -0
- package/lib/cosmos.feegrant.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.feegrant.v1beta1/registry.js +9 -0
- package/lib/cosmos.feegrant.v1beta1/rest.d.ts +142 -0
- package/lib/cosmos.feegrant.v1beta1/rest.js +117 -0
- package/lib/cosmos.feegrant.v1beta1/types.d.ts +5 -0
- package/lib/cosmos.feegrant.v1beta1/types.js +5 -0
- package/lib/cosmos.gov.v1/index.d.ts +5 -0
- package/lib/cosmos.gov.v1/index.js +5 -0
- package/lib/cosmos.gov.v1/module.d.ts +109 -0
- package/lib/cosmos.gov.v1/module.js +238 -0
- package/lib/cosmos.gov.v1/registry.d.ts +3 -0
- package/lib/cosmos.gov.v1/registry.js +17 -0
- package/lib/cosmos.gov.v1/rest.d.ts +328 -0
- package/lib/cosmos.gov.v1/rest.js +201 -0
- package/lib/cosmos.gov.v1/types.d.ts +10 -0
- package/lib/cosmos.gov.v1/types.js +10 -0
- package/lib/cosmos.gov.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.gov.v1beta1/index.js +5 -0
- package/lib/cosmos.gov.v1beta1/module.d.ts +76 -0
- package/lib/cosmos.gov.v1beta1/module.js +169 -0
- package/lib/cosmos.gov.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.gov.v1beta1/registry.js +11 -0
- package/lib/cosmos.gov.v1beta1/rest.d.ts +273 -0
- package/lib/cosmos.gov.v1beta1/rest.js +187 -0
- package/lib/cosmos.gov.v1beta1/types.d.ts +10 -0
- package/lib/cosmos.gov.v1beta1/types.js +10 -0
- package/lib/cosmos.group.v1/index.d.ts +5 -0
- package/lib/cosmos.group.v1/index.js +5 -0
- package/lib/cosmos.group.v1/module.d.ts +186 -0
- package/lib/cosmos.group.v1/module.js +423 -0
- package/lib/cosmos.group.v1/registry.d.ts +3 -0
- package/lib/cosmos.group.v1/registry.js +31 -0
- package/lib/cosmos.group.v1/rest.d.ts +404 -0
- package/lib/cosmos.group.v1/rest.js +271 -0
- package/lib/cosmos.group.v1/types.d.ts +22 -0
- package/lib/cosmos.group.v1/types.js +22 -0
- package/lib/cosmos.mint.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.mint.v1beta1/index.js +5 -0
- package/lib/cosmos.mint.v1beta1/module.d.ts +43 -0
- package/lib/cosmos.mint.v1beta1/module.js +86 -0
- package/lib/cosmos.mint.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.mint.v1beta1/registry.js +5 -0
- package/lib/cosmos.mint.v1beta1/rest.d.ts +117 -0
- package/lib/cosmos.mint.v1beta1/rest.js +117 -0
- package/lib/cosmos.mint.v1beta1/types.d.ts +3 -0
- package/lib/cosmos.mint.v1beta1/types.js +3 -0
- package/lib/cosmos.nft.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.nft.v1beta1/index.js +5 -0
- package/lib/cosmos.nft.v1beta1/module.d.ts +43 -0
- package/lib/cosmos.nft.v1beta1/module.js +94 -0
- package/lib/cosmos.nft.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.nft.v1beta1/registry.js +5 -0
- package/lib/cosmos.nft.v1beta1/rest.d.ts +201 -0
- package/lib/cosmos.nft.v1beta1/rest.js +173 -0
- package/lib/cosmos.nft.v1beta1/types.d.ts +7 -0
- package/lib/cosmos.nft.v1beta1/types.js +7 -0
- package/lib/cosmos.params.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.params.v1beta1/index.js +5 -0
- package/lib/cosmos.params.v1beta1/module.d.ts +30 -0
- package/lib/cosmos.params.v1beta1/module.js +62 -0
- package/lib/cosmos.params.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.params.v1beta1/rest.d.ts +109 -0
- package/lib/cosmos.params.v1beta1/rest.js +103 -0
- package/lib/cosmos.params.v1beta1/types.d.ts +4 -0
- package/lib/cosmos.params.v1beta1/types.js +4 -0
- package/lib/cosmos.slashing.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.slashing.v1beta1/index.js +5 -0
- package/lib/cosmos.slashing.v1beta1/module.d.ts +54 -0
- package/lib/cosmos.slashing.v1beta1/module.js +115 -0
- package/lib/cosmos.slashing.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.slashing.v1beta1/registry.js +7 -0
- package/lib/cosmos.slashing.v1beta1/rest.d.ts +139 -0
- package/lib/cosmos.slashing.v1beta1/rest.js +117 -0
- package/lib/cosmos.slashing.v1beta1/types.d.ts +6 -0
- package/lib/cosmos.slashing.v1beta1/types.js +6 -0
- package/lib/cosmos.staking.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.staking.v1beta1/index.js +5 -0
- package/lib/cosmos.staking.v1beta1/module.d.ts +109 -0
- package/lib/cosmos.staking.v1beta1/module.js +268 -0
- package/lib/cosmos.staking.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.staking.v1beta1/registry.js +17 -0
- package/lib/cosmos.staking.v1beta1/rest.d.ts +534 -0
- package/lib/cosmos.staking.v1beta1/rest.js +271 -0
- package/lib/cosmos.staking.v1beta1/types.d.ts +25 -0
- package/lib/cosmos.staking.v1beta1/types.js +25 -0
- package/lib/cosmos.tx.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.tx.v1beta1/index.js +5 -0
- package/lib/cosmos.tx.v1beta1/module.d.ts +30 -0
- package/lib/cosmos.tx.v1beta1/module.js +82 -0
- package/lib/cosmos.tx.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.tx.v1beta1/rest.d.ts +705 -0
- package/lib/cosmos.tx.v1beta1/rest.js +201 -0
- package/lib/cosmos.tx.v1beta1/types.d.ts +14 -0
- package/lib/cosmos.tx.v1beta1/types.js +14 -0
- package/lib/cosmos.upgrade.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.upgrade.v1beta1/index.js +5 -0
- package/lib/cosmos.upgrade.v1beta1/module.d.ts +54 -0
- package/lib/cosmos.upgrade.v1beta1/module.js +113 -0
- package/lib/cosmos.upgrade.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.upgrade.v1beta1/registry.js +7 -0
- package/lib/cosmos.upgrade.v1beta1/rest.d.ts +144 -0
- package/lib/cosmos.upgrade.v1beta1/rest.js +145 -0
- package/lib/cosmos.upgrade.v1beta1/types.d.ts +5 -0
- package/lib/cosmos.upgrade.v1beta1/types.js +5 -0
- package/lib/cosmos.vesting.v1beta1/index.d.ts +5 -0
- package/lib/cosmos.vesting.v1beta1/index.js +5 -0
- package/lib/cosmos.vesting.v1beta1/module.d.ts +65 -0
- package/lib/cosmos.vesting.v1beta1/module.js +140 -0
- package/lib/cosmos.vesting.v1beta1/registry.d.ts +3 -0
- package/lib/cosmos.vesting.v1beta1/registry.js +9 -0
- package/lib/cosmos.vesting.v1beta1/rest.d.ts +80 -0
- package/lib/cosmos.vesting.v1beta1/rest.js +72 -0
- package/lib/cosmos.vesting.v1beta1/types.d.ts +7 -0
- package/lib/cosmos.vesting.v1beta1/types.js +7 -0
- package/lib/env.d.ts +5 -0
- package/lib/env.js +1 -0
- package/lib/helpers.d.ts +8 -0
- package/lib/ibc.applications.fee.v1/index.d.ts +5 -0
- package/lib/ibc.applications.fee.v1/index.js +5 -0
- package/lib/ibc.applications.fee.v1/module.d.ts +76 -0
- package/lib/ibc.applications.fee.v1/module.js +171 -0
- package/lib/ibc.applications.fee.v1/registry.d.ts +3 -0
- package/lib/ibc.applications.fee.v1/registry.js +11 -0
- package/lib/ibc.applications.fee.v1/rest.d.ts +284 -0
- package/lib/ibc.applications.fee.v1/rest.js +215 -0
- package/lib/ibc.applications.fee.v1/types.d.ts +11 -0
- package/lib/ibc.applications.fee.v1/types.js +11 -0
- package/lib/ibc.applications.interchain_accounts.controller.v1/index.d.ts +5 -0
- package/lib/ibc.applications.interchain_accounts.controller.v1/index.js +5 -0
- package/lib/ibc.applications.interchain_accounts.controller.v1/module.d.ts +65 -0
- package/lib/ibc.applications.interchain_accounts.controller.v1/module.js +130 -0
- package/lib/ibc.applications.interchain_accounts.controller.v1/registry.d.ts +3 -0
- package/lib/ibc.applications.interchain_accounts.controller.v1/registry.js +9 -0
- package/lib/ibc.applications.interchain_accounts.controller.v1/rest.d.ts +102 -0
- package/lib/ibc.applications.interchain_accounts.controller.v1/rest.js +103 -0
- package/lib/ibc.applications.interchain_accounts.controller.v1/types.d.ts +2 -0
- package/lib/ibc.applications.interchain_accounts.controller.v1/types.js +2 -0
- package/lib/ibc.applications.interchain_accounts.host.v1/index.d.ts +5 -0
- package/lib/ibc.applications.interchain_accounts.host.v1/index.js +5 -0
- package/lib/ibc.applications.interchain_accounts.host.v1/module.d.ts +54 -0
- package/lib/ibc.applications.interchain_accounts.host.v1/module.js +109 -0
- package/lib/ibc.applications.interchain_accounts.host.v1/registry.d.ts +3 -0
- package/lib/ibc.applications.interchain_accounts.host.v1/registry.js +7 -0
- package/lib/ibc.applications.interchain_accounts.host.v1/rest.d.ts +93 -0
- package/lib/ibc.applications.interchain_accounts.host.v1/rest.js +89 -0
- package/lib/ibc.applications.interchain_accounts.host.v1/types.d.ts +3 -0
- package/lib/ibc.applications.interchain_accounts.host.v1/types.js +3 -0
- package/lib/ibc.applications.transfer.v1/index.d.ts +5 -0
- package/lib/ibc.applications.transfer.v1/index.js +5 -0
- package/lib/ibc.applications.transfer.v1/module.d.ts +54 -0
- package/lib/ibc.applications.transfer.v1/module.js +113 -0
- package/lib/ibc.applications.transfer.v1/registry.d.ts +3 -0
- package/lib/ibc.applications.transfer.v1/registry.js +7 -0
- package/lib/ibc.applications.transfer.v1/rest.d.ts +158 -0
- package/lib/ibc.applications.transfer.v1/rest.js +159 -0
- package/lib/ibc.applications.transfer.v1/types.d.ts +5 -0
- package/lib/ibc.applications.transfer.v1/types.js +5 -0
- package/lib/ibc.core.channel.v1/index.d.ts +5 -0
- package/lib/ibc.core.channel.v1/index.js +5 -0
- package/lib/ibc.core.channel.v1/module.d.ts +241 -0
- package/lib/ibc.core.channel.v1/module.js +522 -0
- package/lib/ibc.core.channel.v1/registry.d.ts +3 -0
- package/lib/ibc.core.channel.v1/registry.js +41 -0
- package/lib/ibc.core.channel.v1/rest.d.ts +424 -0
- package/lib/ibc.core.channel.v1/rest.js +313 -0
- package/lib/ibc.core.channel.v1/types.d.ts +14 -0
- package/lib/ibc.core.channel.v1/types.js +14 -0
- package/lib/ibc.core.client.v1/index.d.ts +5 -0
- package/lib/ibc.core.client.v1/index.js +5 -0
- package/lib/ibc.core.client.v1/module.d.ts +109 -0
- package/lib/ibc.core.client.v1/module.js +238 -0
- package/lib/ibc.core.client.v1/registry.d.ts +3 -0
- package/lib/ibc.core.client.v1/registry.js +17 -0
- package/lib/ibc.core.client.v1/rest.d.ts +239 -0
- package/lib/ibc.core.client.v1/rest.js +215 -0
- package/lib/ibc.core.client.v1/types.d.ts +10 -0
- package/lib/ibc.core.client.v1/types.js +10 -0
- package/lib/ibc.core.connection.v1/index.d.ts +5 -0
- package/lib/ibc.core.connection.v1/index.js +5 -0
- package/lib/ibc.core.connection.v1/module.d.ts +87 -0
- package/lib/ibc.core.connection.v1/module.js +188 -0
- package/lib/ibc.core.connection.v1/registry.d.ts +3 -0
- package/lib/ibc.core.connection.v1/registry.js +13 -0
- package/lib/ibc.core.connection.v1/rest.d.ts +213 -0
- package/lib/ibc.core.connection.v1/rest.js +159 -0
- package/lib/ibc.core.connection.v1/types.d.ts +8 -0
- package/lib/ibc.core.connection.v1/types.js +8 -0
- package/lib/index.d.ts +254 -0
- package/lib/index.js +72 -0
- package/lib/modules.d.ts +9 -0
- package/lib/modules.js +1 -0
- package/lib/types/amino/amino.d.ts +1 -0
- package/lib/types/amino/amino.js +7 -0
- package/lib/types/capability/v1/capability.d.ts +46 -0
- package/lib/types/capability/v1/capability.js +191 -0
- package/lib/types/capability/v1/genesis.d.ts +41 -0
- package/lib/types/capability/v1/genesis.js +160 -0
- package/lib/types/cardchain/cardchain/card.d.ts +89 -0
- package/lib/types/cardchain/cardchain/card.js +625 -0
- package/lib/types/cardchain/cardchain/card_content.d.ts +26 -0
- package/lib/types/cardchain/cardchain/card_content.js +79 -0
- package/lib/types/cardchain/cardchain/card_with_image.d.ts +28 -0
- package/lib/types/cardchain/cardchain/card_with_image.js +95 -0
- package/lib/types/cardchain/cardchain/council.d.ts +62 -0
- package/lib/types/cardchain/cardchain/council.js +422 -0
- package/lib/types/cardchain/cardchain/encounter.d.ts +36 -0
- package/lib/types/cardchain/cardchain/encounter.js +243 -0
- package/lib/types/cardchain/cardchain/encounter_with_image.d.ts +27 -0
- package/lib/types/cardchain/cardchain/encounter_with_image.js +82 -0
- package/lib/types/cardchain/cardchain/genesis.d.ts +56 -0
- package/lib/types/cardchain/cardchain/genesis.js +335 -0
- package/lib/types/cardchain/cardchain/image.d.ts +25 -0
- package/lib/types/cardchain/cardchain/image.js +87 -0
- package/lib/types/cardchain/cardchain/match.d.ts +51 -0
- package/lib/types/cardchain/cardchain/match.js +376 -0
- package/lib/types/cardchain/cardchain/module/module.d.ts +27 -0
- package/lib/types/cardchain/cardchain/module/module.js +62 -0
- package/lib/types/cardchain/cardchain/params.d.ts +50 -0
- package/lib/types/cardchain/cardchain/params.js +461 -0
- package/lib/types/cardchain/cardchain/query.d.ts +323 -0
- package/lib/types/cardchain/cardchain/query.js +3069 -0
- package/lib/types/cardchain/cardchain/running_average.d.ts +25 -0
- package/lib/types/cardchain/cardchain/running_average.js +78 -0
- package/lib/types/cardchain/cardchain/sell_offer.d.ts +39 -0
- package/lib/types/cardchain/cardchain/sell_offer.js +178 -0
- package/lib/types/cardchain/cardchain/server.d.ts +27 -0
- package/lib/types/cardchain/cardchain/server.js +104 -0
- package/lib/types/cardchain/cardchain/set.d.ts +56 -0
- package/lib/types/cardchain/cardchain/set.js +447 -0
- package/lib/types/cardchain/cardchain/set_with_artwork.d.ts +27 -0
- package/lib/types/cardchain/cardchain/set_with_artwork.js +105 -0
- package/lib/types/cardchain/cardchain/tx.d.ts +625 -0
- package/lib/types/cardchain/cardchain/tx.js +6632 -0
- package/lib/types/cardchain/cardchain/user.d.ts +82 -0
- package/lib/types/cardchain/cardchain/user.js +805 -0
- package/lib/types/cardchain/cardchain/voting.d.ts +44 -0
- package/lib/types/cardchain/cardchain/voting.js +267 -0
- package/lib/types/cardchain/cardchain/voting_results.d.ts +32 -0
- package/lib/types/cardchain/cardchain/voting_results.js +179 -0
- package/lib/types/cardchain/cardchain/zealy.d.ts +26 -0
- package/lib/types/cardchain/cardchain/zealy.js +79 -0
- package/lib/types/cardchain/featureflag/flag.d.ts +27 -0
- package/lib/types/cardchain/featureflag/flag.js +94 -0
- package/lib/types/cardchain/featureflag/genesis.d.ts +37 -0
- package/lib/types/cardchain/featureflag/genesis.js +173 -0
- package/lib/types/cardchain/featureflag/module/module.d.ts +27 -0
- package/lib/types/cardchain/featureflag/module/module.js +62 -0
- package/lib/types/cardchain/featureflag/params.d.ts +25 -0
- package/lib/types/cardchain/featureflag/params.js +45 -0
- package/lib/types/cardchain/featureflag/query.d.ts +72 -0
- package/lib/types/cardchain/featureflag/query.js +335 -0
- package/lib/types/cardchain/featureflag/tx.d.ts +72 -0
- package/lib/types/cardchain/featureflag/tx.js +273 -0
- package/lib/types/cosmos/app/runtime/v1alpha1/module.d.ts +85 -0
- package/lib/types/cosmos/app/runtime/v1alpha1/module.js +278 -0
- package/lib/types/cosmos/app/v1alpha1/config.d.ts +78 -0
- package/lib/types/cosmos/app/v1alpha1/config.js +239 -0
- package/lib/types/cosmos/app/v1alpha1/module.d.ts +104 -0
- package/lib/types/cosmos/app/v1alpha1/module.js +217 -0
- package/lib/types/cosmos/app/v1alpha1/query.d.ts +49 -0
- package/lib/types/cosmos/app/v1alpha1/query.js +115 -0
- package/lib/types/cosmos/auth/module/v1/module.d.ts +42 -0
- package/lib/types/cosmos/auth/module/v1/module.js +167 -0
- package/lib/types/cosmos/auth/v1beta1/auth.d.ts +65 -0
- package/lib/types/cosmos/auth/v1beta1/auth.js +425 -0
- package/lib/types/cosmos/auth/v1beta1/genesis.d.ts +31 -0
- package/lib/types/cosmos/auth/v1beta1/genesis.js +83 -0
- package/lib/types/cosmos/auth/v1beta1/query.d.ts +276 -0
- package/lib/types/cosmos/auth/v1beta1/query.js +1142 -0
- package/lib/types/cosmos/auth/v1beta1/tx.d.ts +69 -0
- package/lib/types/cosmos/auth/v1beta1/tx.js +132 -0
- package/lib/types/cosmos/authz/module/v1/module.d.ts +25 -0
- package/lib/types/cosmos/authz/module/v1/module.js +45 -0
- package/lib/types/cosmos/authz/v1beta1/authz.d.ts +63 -0
- package/lib/types/cosmos/authz/v1beta1/authz.js +310 -0
- package/lib/types/cosmos/authz/v1beta1/event.d.ts +42 -0
- package/lib/types/cosmos/authz/v1beta1/event.js +177 -0
- package/lib/types/cosmos/authz/v1beta1/genesis.d.ts +28 -0
- package/lib/types/cosmos/authz/v1beta1/genesis.js +64 -0
- package/lib/types/cosmos/authz/v1beta1/query.d.ts +103 -0
- package/lib/types/cosmos/authz/v1beta1/query.js +492 -0
- package/lib/types/cosmos/authz/v1beta1/tx.d.ts +107 -0
- package/lib/types/cosmos/authz/v1beta1/tx.js +424 -0
- package/lib/types/cosmos/autocli/v1/options.d.ts +155 -0
- package/lib/types/cosmos/autocli/v1/options.js +803 -0
- package/lib/types/cosmos/autocli/v1/query.d.ts +59 -0
- package/lib/types/cosmos/autocli/v1/query.js +207 -0
- package/lib/types/cosmos/bank/module/v1/module.d.ts +40 -0
- package/lib/types/cosmos/bank/module/v1/module.js +98 -0
- package/lib/types/cosmos/bank/v1beta1/authz.d.ts +39 -0
- package/lib/types/cosmos/bank/v1beta1/authz.js +81 -0
- package/lib/types/cosmos/bank/v1beta1/bank.d.ts +131 -0
- package/lib/types/cosmos/bank/v1beta1/bank.js +580 -0
- package/lib/types/cosmos/bank/v1beta1/genesis.d.ts +55 -0
- package/lib/types/cosmos/bank/v1beta1/genesis.js +200 -0
- package/lib/types/cosmos/bank/v1beta1/query.d.ts +412 -0
- package/lib/types/cosmos/bank/v1beta1/query.js +1782 -0
- package/lib/types/cosmos/bank/v1beta1/tx.d.ts +142 -0
- package/lib/types/cosmos/bank/v1beta1/tx.js +500 -0
- package/lib/types/cosmos/base/abci/v1beta1/abci.d.ts +205 -0
- package/lib/types/cosmos/base/abci/v1beta1/abci.js +1151 -0
- package/lib/types/cosmos/base/node/v1beta1/query.d.ts +71 -0
- package/lib/types/cosmos/base/node/v1beta1/query.js +378 -0
- package/lib/types/cosmos/base/query/v1beta1/pagination.d.ts +86 -0
- package/lib/types/cosmos/base/query/v1beta1/pagination.js +227 -0
- package/lib/types/cosmos/base/reflection/v1beta1/reflection.d.ts +74 -0
- package/lib/types/cosmos/base/reflection/v1beta1/reflection.js +228 -0
- package/lib/types/cosmos/base/reflection/v2alpha1/reflection.d.ts +275 -0
- package/lib/types/cosmos/base/reflection/v2alpha1/reflection.js +1592 -0
- package/lib/types/cosmos/base/tendermint/v1beta1/query.d.ts +224 -0
- package/lib/types/cosmos/base/tendermint/v1beta1/query.js +1628 -0
- package/lib/types/cosmos/base/tendermint/v1beta1/types.d.ts +68 -0
- package/lib/types/cosmos/base/tendermint/v1beta1/types.js +444 -0
- package/lib/types/cosmos/base/v1beta1/coin.d.ts +43 -0
- package/lib/types/cosmos/base/v1beta1/coin.js +147 -0
- package/lib/types/cosmos/circuit/module/v1/module.d.ts +27 -0
- package/lib/types/cosmos/circuit/module/v1/module.js +62 -0
- package/lib/types/cosmos/circuit/v1/query.d.ts +78 -0
- package/lib/types/cosmos/circuit/v1/query.js +359 -0
- package/lib/types/cosmos/circuit/v1/tx.d.ts +109 -0
- package/lib/types/cosmos/circuit/v1/tx.js +415 -0
- package/lib/types/cosmos/circuit/v1/types.d.ts +76 -0
- package/lib/types/cosmos/circuit/v1/types.js +285 -0
- package/lib/types/cosmos/consensus/module/v1/module.d.ts +27 -0
- package/lib/types/cosmos/consensus/module/v1/module.js +62 -0
- package/lib/types/cosmos/consensus/v1/query.d.ts +54 -0
- package/lib/types/cosmos/consensus/v1/query.js +115 -0
- package/lib/types/cosmos/consensus/v1/tx.d.ts +70 -0
- package/lib/types/cosmos/consensus/v1/tx.js +183 -0
- package/lib/types/cosmos/crisis/module/v1/module.d.ts +29 -0
- package/lib/types/cosmos/crisis/module/v1/module.js +79 -0
- package/lib/types/cosmos/crisis/v1beta1/genesis.d.ts +31 -0
- package/lib/types/cosmos/crisis/v1beta1/genesis.js +65 -0
- package/lib/types/cosmos/crisis/v1beta1/tx.d.ts +82 -0
- package/lib/types/cosmos/crisis/v1beta1/tx.js +258 -0
- package/lib/types/cosmos/crypto/ed25519/keys.d.ts +40 -0
- package/lib/types/cosmos/crypto/ed25519/keys.js +138 -0
- package/lib/types/cosmos/crypto/hd/v1/hd.d.ts +39 -0
- package/lib/types/cosmos/crypto/hd/v1/hd.js +124 -0
- package/lib/types/cosmos/crypto/keyring/v1/record.d.ts +61 -0
- package/lib/types/cosmos/crypto/keyring/v1/record.js +331 -0
- package/lib/types/cosmos/crypto/multisig/keys.d.ts +32 -0
- package/lib/types/cosmos/crypto/multisig/keys.js +82 -0
- package/lib/types/cosmos/crypto/multisig/v1beta1/multisig.d.ts +41 -0
- package/lib/types/cosmos/crypto/multisig/v1beta1/multisig.js +159 -0
- package/lib/types/cosmos/crypto/secp256k1/keys.d.ts +37 -0
- package/lib/types/cosmos/crypto/secp256k1/keys.js +138 -0
- package/lib/types/cosmos/crypto/secp256r1/keys.d.ts +37 -0
- package/lib/types/cosmos/crypto/secp256r1/keys.js +138 -0
- package/lib/types/cosmos/distribution/module/v1/module.d.ts +28 -0
- package/lib/types/cosmos/distribution/module/v1/module.js +79 -0
- package/lib/types/cosmos/distribution/v1beta1/distribution.d.ts +162 -0
- package/lib/types/cosmos/distribution/v1beta1/distribution.js +906 -0
- package/lib/types/cosmos/distribution/v1beta1/genesis.d.ts +121 -0
- package/lib/types/cosmos/distribution/v1beta1/genesis.js +797 -0
- package/lib/types/cosmos/distribution/v1beta1/query.d.ts +250 -0
- package/lib/types/cosmos/distribution/v1beta1/query.js +1239 -0
- package/lib/types/cosmos/distribution/v1beta1/tx.d.ts +220 -0
- package/lib/types/cosmos/distribution/v1beta1/tx.js +840 -0
- package/lib/types/cosmos/evidence/module/v1/module.d.ts +25 -0
- package/lib/types/cosmos/evidence/module/v1/module.js +45 -0
- package/lib/types/cosmos/evidence/v1beta1/evidence.d.ts +36 -0
- package/lib/types/cosmos/evidence/v1beta1/evidence.js +141 -0
- package/lib/types/cosmos/evidence/v1beta1/genesis.d.ts +28 -0
- package/lib/types/cosmos/evidence/v1beta1/genesis.js +62 -0
- package/lib/types/cosmos/evidence/v1beta1/query.d.ts +86 -0
- package/lib/types/cosmos/evidence/v1beta1/query.js +301 -0
- package/lib/types/cosmos/evidence/v1beta1/tx.d.ts +59 -0
- package/lib/types/cosmos/evidence/v1beta1/tx.js +171 -0
- package/lib/types/cosmos/feegrant/module/v1/module.d.ts +25 -0
- package/lib/types/cosmos/feegrant/module/v1/module.js +45 -0
- package/lib/types/cosmos/feegrant/v1beta1/feegrant.d.ts +85 -0
- package/lib/types/cosmos/feegrant/v1beta1/feegrant.js +384 -0
- package/lib/types/cosmos/feegrant/v1beta1/genesis.d.ts +28 -0
- package/lib/types/cosmos/feegrant/v1beta1/genesis.js +64 -0
- package/lib/types/cosmos/feegrant/v1beta1/query.d.ts +103 -0
- package/lib/types/cosmos/feegrant/v1beta1/query.js +443 -0
- package/lib/types/cosmos/feegrant/v1beta1/tx.d.ts +103 -0
- package/lib/types/cosmos/feegrant/v1beta1/tx.js +352 -0
- package/lib/types/cosmos/genutil/module/v1/module.d.ts +25 -0
- package/lib/types/cosmos/genutil/module/v1/module.js +45 -0
- package/lib/types/cosmos/genutil/v1beta1/genesis.d.ts +27 -0
- package/lib/types/cosmos/genutil/v1beta1/genesis.js +86 -0
- package/lib/types/cosmos/gov/module/v1/module.d.ts +32 -0
- package/lib/types/cosmos/gov/module/v1/module.js +89 -0
- package/lib/types/cosmos/gov/v1/genesis.d.ts +71 -0
- package/lib/types/cosmos/gov/v1/genesis.js +215 -0
- package/lib/types/cosmos/gov/v1/gov.d.ts +304 -0
- package/lib/types/cosmos/gov/v1/gov.js +1331 -0
- package/lib/types/cosmos/gov/v1/query.d.ts +221 -0
- package/lib/types/cosmos/gov/v1/query.js +1229 -0
- package/lib/types/cosmos/gov/v1/tx.d.ts +224 -0
- package/lib/types/cosmos/gov/v1/tx.js +1048 -0
- package/lib/types/cosmos/gov/v1beta1/genesis.d.ts +40 -0
- package/lib/types/cosmos/gov/v1beta1/genesis.js +181 -0
- package/lib/types/cosmos/gov/v1beta1/gov.d.ts +205 -0
- package/lib/types/cosmos/gov/v1beta1/gov.js +1017 -0
- package/lib/types/cosmos/gov/v1beta1/query.d.ts +186 -0
- package/lib/types/cosmos/gov/v1beta1/query.js +1118 -0
- package/lib/types/cosmos/gov/v1beta1/tx.d.ts +123 -0
- package/lib/types/cosmos/gov/v1beta1/tx.js +555 -0
- package/lib/types/cosmos/group/module/v1/module.d.ts +36 -0
- package/lib/types/cosmos/group/module/v1/module.js +92 -0
- package/lib/types/cosmos/group/v1/events.d.ts +93 -0
- package/lib/types/cosmos/group/v1/events.js +615 -0
- package/lib/types/cosmos/group/v1/genesis.d.ts +52 -0
- package/lib/types/cosmos/group/v1/genesis.js +195 -0
- package/lib/types/cosmos/group/v1/query.d.ts +302 -0
- package/lib/types/cosmos/group/v1/query.js +1896 -0
- package/lib/types/cosmos/group/v1/tx.d.ts +344 -0
- package/lib/types/cosmos/group/v1/tx.js +2050 -0
- package/lib/types/cosmos/group/v1/types.d.ts +329 -0
- package/lib/types/cosmos/group/v1/types.js +1448 -0
- package/lib/types/cosmos/ics23/v1/proofs.d.ts +251 -0
- package/lib/types/cosmos/ics23/v1/proofs.js +1385 -0
- package/lib/types/cosmos/mint/module/v1/module.d.ts +28 -0
- package/lib/types/cosmos/mint/module/v1/module.js +79 -0
- package/lib/types/cosmos/mint/v1beta1/genesis.d.ts +30 -0
- package/lib/types/cosmos/mint/v1beta1/genesis.js +84 -0
- package/lib/types/cosmos/mint/v1beta1/mint.d.ts +45 -0
- package/lib/types/cosmos/mint/v1beta1/mint.js +224 -0
- package/lib/types/cosmos/mint/v1beta1/query.d.ts +84 -0
- package/lib/types/cosmos/mint/v1beta1/query.js +330 -0
- package/lib/types/cosmos/mint/v1beta1/tx.d.ts +69 -0
- package/lib/types/cosmos/mint/v1beta1/tx.js +132 -0
- package/lib/types/cosmos/msg/textual/v1/textual.d.ts +1 -0
- package/lib/types/cosmos/msg/textual/v1/textual.js +7 -0
- package/lib/types/cosmos/msg/v1/msg.d.ts +1 -0
- package/lib/types/cosmos/msg/v1/msg.js +7 -0
- package/lib/types/cosmos/nft/module/v1/module.d.ts +25 -0
- package/lib/types/cosmos/nft/module/v1/module.js +45 -0
- package/lib/types/cosmos/nft/v1beta1/event.d.ts +53 -0
- package/lib/types/cosmos/nft/v1beta1/event.js +275 -0
- package/lib/types/cosmos/nft/v1beta1/genesis.d.ts +38 -0
- package/lib/types/cosmos/nft/v1beta1/genesis.js +148 -0
- package/lib/types/cosmos/nft/v1beta1/nft.d.ts +54 -0
- package/lib/types/cosmos/nft/v1beta1/nft.js +268 -0
- package/lib/types/cosmos/nft/v1beta1/query.d.ts +159 -0
- package/lib/types/cosmos/nft/v1beta1/query.js +911 -0
- package/lib/types/cosmos/nft/v1beta1/tx.d.ts +54 -0
- package/lib/types/cosmos/nft/v1beta1/tx.js +159 -0
- package/lib/types/cosmos/orm/module/v1alpha1/module.d.ts +29 -0
- package/lib/types/cosmos/orm/module/v1alpha1/module.js +45 -0
- package/lib/types/cosmos/orm/query/v1alpha1/query.d.ts +148 -0
- package/lib/types/cosmos/orm/query/v1alpha1/query.js +705 -0
- package/lib/types/cosmos/orm/v1/orm.d.ts +115 -0
- package/lib/types/cosmos/orm/v1/orm.js +300 -0
- package/lib/types/cosmos/orm/v1alpha1/schema.d.ts +77 -0
- package/lib/types/cosmos/orm/v1alpha1/schema.js +243 -0
- package/lib/types/cosmos/params/module/v1/module.d.ts +25 -0
- package/lib/types/cosmos/params/module/v1/module.js +45 -0
- package/lib/types/cosmos/params/v1beta1/params.d.ts +38 -0
- package/lib/types/cosmos/params/v1beta1/params.js +177 -0
- package/lib/types/cosmos/params/v1beta1/query.d.ts +93 -0
- package/lib/types/cosmos/params/v1beta1/query.js +312 -0
- package/lib/types/cosmos/query/v1/query.d.ts +1 -0
- package/lib/types/cosmos/query/v1/query.js +7 -0
- package/lib/types/cosmos/reflection/v1/reflection.d.ts +55 -0
- package/lib/types/cosmos/reflection/v1/reflection.js +114 -0
- package/lib/types/cosmos/slashing/module/v1/module.d.ts +27 -0
- package/lib/types/cosmos/slashing/module/v1/module.js +62 -0
- package/lib/types/cosmos/slashing/v1beta1/genesis.d.ts +65 -0
- package/lib/types/cosmos/slashing/v1beta1/genesis.js +321 -0
- package/lib/types/cosmos/slashing/v1beta1/query.d.ts +91 -0
- package/lib/types/cosmos/slashing/v1beta1/query.js +357 -0
- package/lib/types/cosmos/slashing/v1beta1/slashing.d.ts +60 -0
- package/lib/types/cosmos/slashing/v1beta1/slashing.js +333 -0
- package/lib/types/cosmos/slashing/v1beta1/tx.d.ts +85 -0
- package/lib/types/cosmos/slashing/v1beta1/tx.js +226 -0
- package/lib/types/cosmos/staking/module/v1/module.d.ts +37 -0
- package/lib/types/cosmos/staking/module/v1/module.js +111 -0
- package/lib/types/cosmos/staking/v1beta1/authz.d.ts +69 -0
- package/lib/types/cosmos/staking/v1beta1/authz.js +228 -0
- package/lib/types/cosmos/staking/v1beta1/genesis.d.ts +56 -0
- package/lib/types/cosmos/staking/v1beta1/genesis.js +294 -0
- package/lib/types/cosmos/staking/v1beta1/query.d.ts +374 -0
- package/lib/types/cosmos/staking/v1beta1/query.js +1891 -0
- package/lib/types/cosmos/staking/v1beta1/staking.d.ts +314 -0
- package/lib/types/cosmos/staking/v1beta1/staking.js +2069 -0
- package/lib/types/cosmos/staking/v1beta1/tx.d.ts +215 -0
- package/lib/types/cosmos/staking/v1beta1/tx.js +1098 -0
- package/lib/types/cosmos/store/internal/kv/v1beta1/kv.d.ts +32 -0
- package/lib/types/cosmos/store/internal/kv/v1beta1/kv.js +155 -0
- package/lib/types/cosmos/store/snapshots/v1/snapshot.d.ts +90 -0
- package/lib/types/cosmos/store/snapshots/v1/snapshot.js +592 -0
- package/lib/types/cosmos/store/streaming/abci/grpc.d.ts +65 -0
- package/lib/types/cosmos/store/streaming/abci/grpc.js +275 -0
- package/lib/types/cosmos/store/v1beta1/commit_info.d.ts +49 -0
- package/lib/types/cosmos/store/v1beta1/commit_info.js +291 -0
- package/lib/types/cosmos/store/v1beta1/listening.d.ts +49 -0
- package/lib/types/cosmos/store/v1beta1/listening.js +229 -0
- package/lib/types/cosmos/tx/config/v1/config.d.ts +35 -0
- package/lib/types/cosmos/tx/config/v1/config.js +79 -0
- package/lib/types/cosmos/tx/signing/v1beta1/signing.d.ts +130 -0
- package/lib/types/cosmos/tx/signing/v1beta1/signing.js +505 -0
- package/lib/types/cosmos/tx/v1beta1/service.d.ts +369 -0
- package/lib/types/cosmos/tx/v1beta1/service.js +1412 -0
- package/lib/types/cosmos/tx/v1beta1/tx.d.ts +312 -0
- package/lib/types/cosmos/tx/v1beta1/tx.js +1207 -0
- package/lib/types/cosmos/upgrade/module/v1/module.d.ts +27 -0
- package/lib/types/cosmos/upgrade/module/v1/module.js +62 -0
- package/lib/types/cosmos/upgrade/v1beta1/query.d.ts +170 -0
- package/lib/types/cosmos/upgrade/v1beta1/query.js +574 -0
- package/lib/types/cosmos/upgrade/v1beta1/tx.d.ts +90 -0
- package/lib/types/cosmos/upgrade/v1beta1/tx.js +224 -0
- package/lib/types/cosmos/upgrade/v1beta1/upgrade.d.ts +103 -0
- package/lib/types/cosmos/upgrade/v1beta1/upgrade.js +378 -0
- package/lib/types/cosmos/vesting/module/v1/module.d.ts +25 -0
- package/lib/types/cosmos/vesting/module/v1/module.js +45 -0
- package/lib/types/cosmos/vesting/v1beta1/tx.d.ts +119 -0
- package/lib/types/cosmos/vesting/v1beta1/tx.js +455 -0
- package/lib/types/cosmos/vesting/v1beta1/vesting.d.ts +83 -0
- package/lib/types/cosmos/vesting/v1beta1/vesting.js +487 -0
- package/lib/types/cosmos_proto/cosmos.d.ts +80 -0
- package/lib/types/cosmos_proto/cosmos.js +210 -0
- package/lib/types/gogoproto/gogo.d.ts +1 -0
- package/lib/types/gogoproto/gogo.js +7 -0
- package/lib/types/google/api/annotations.d.ts +1 -0
- package/lib/types/google/api/annotations.js +7 -0
- package/lib/types/google/api/http.d.ts +371 -0
- package/lib/types/google/api/http.js +352 -0
- package/lib/types/google/protobuf/any.d.ts +144 -0
- package/lib/types/google/protobuf/any.js +104 -0
- package/lib/types/google/protobuf/descriptor.d.ts +1228 -0
- package/lib/types/google/protobuf/descriptor.js +5069 -0
- package/lib/types/google/protobuf/duration.d.ts +99 -0
- package/lib/types/google/protobuf/duration.js +89 -0
- package/lib/types/google/protobuf/timestamp.d.ts +128 -0
- package/lib/types/google/protobuf/timestamp.js +89 -0
- package/lib/types/ibc/applications/fee/v1/ack.d.ts +31 -0
- package/lib/types/ibc/applications/fee/v1/ack.js +123 -0
- package/lib/types/ibc/applications/fee/v1/fee.d.ts +57 -0
- package/lib/types/ibc/applications/fee/v1/fee.js +308 -0
- package/lib/types/ibc/applications/fee/v1/genesis.d.ts +76 -0
- package/lib/types/ibc/applications/fee/v1/genesis.js +447 -0
- package/lib/types/ibc/applications/fee/v1/metadata.d.ts +32 -0
- package/lib/types/ibc/applications/fee/v1/metadata.js +79 -0
- package/lib/types/ibc/applications/fee/v1/query.d.ts +215 -0
- package/lib/types/ibc/applications/fee/v1/query.js +1353 -0
- package/lib/types/ibc/applications/fee/v1/tx.d.ts +140 -0
- package/lib/types/ibc/applications/fee/v1/tx.js +573 -0
- package/lib/types/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +30 -0
- package/lib/types/ibc/applications/interchain_accounts/controller/v1/controller.js +64 -0
- package/lib/types/ibc/applications/interchain_accounts/controller/v1/query.d.ts +63 -0
- package/lib/types/ibc/applications/interchain_accounts/controller/v1/query.js +240 -0
- package/lib/types/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +94 -0
- package/lib/types/ibc/applications/interchain_accounts/controller/v1/tx.js +473 -0
- package/lib/types/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +63 -0
- package/lib/types/ibc/applications/interchain_accounts/genesis/v1/genesis.js +479 -0
- package/lib/types/ibc/applications/interchain_accounts/host/v1/host.d.ts +49 -0
- package/lib/types/ibc/applications/interchain_accounts/host/v1/host.js +174 -0
- package/lib/types/ibc/applications/interchain_accounts/host/v1/query.d.ts +49 -0
- package/lib/types/ibc/applications/interchain_accounts/host/v1/query.js +115 -0
- package/lib/types/ibc/applications/interchain_accounts/host/v1/tx.d.ts +74 -0
- package/lib/types/ibc/applications/interchain_accounts/host/v1/tx.js +313 -0
- package/lib/types/ibc/applications/interchain_accounts/v1/account.d.ts +28 -0
- package/lib/types/ibc/applications/interchain_accounts/v1/account.js +82 -0
- package/lib/types/ibc/applications/interchain_accounts/v1/metadata.d.ts +43 -0
- package/lib/types/ibc/applications/interchain_accounts/v1/metadata.js +141 -0
- package/lib/types/ibc/applications/interchain_accounts/v1/packet.d.ts +47 -0
- package/lib/types/ibc/applications/interchain_accounts/v1/packet.js +210 -0
- package/lib/types/ibc/applications/transfer/v1/authz.d.ts +48 -0
- package/lib/types/ibc/applications/transfer/v1/authz.js +186 -0
- package/lib/types/ibc/applications/transfer/v1/genesis.d.ts +35 -0
- package/lib/types/ibc/applications/transfer/v1/genesis.js +117 -0
- package/lib/types/ibc/applications/transfer/v1/query.d.ts +146 -0
- package/lib/types/ibc/applications/transfer/v1/query.js +701 -0
- package/lib/types/ibc/applications/transfer/v1/transfer.d.ts +54 -0
- package/lib/types/ibc/applications/transfer/v1/transfer.js +147 -0
- package/lib/types/ibc/applications/transfer/v1/tx.d.ts +99 -0
- package/lib/types/ibc/applications/transfer/v1/tx.js +370 -0
- package/lib/types/ibc/applications/transfer/v2/packet.d.ts +39 -0
- package/lib/types/ibc/applications/transfer/v2/packet.js +124 -0
- package/lib/types/ibc/core/channel/v1/channel.d.ts +216 -0
- package/lib/types/ibc/core/channel/v1/channel.js +1081 -0
- package/lib/types/ibc/core/channel/v1/genesis.d.ts +46 -0
- package/lib/types/ibc/core/channel/v1/genesis.js +304 -0
- package/lib/types/ibc/core/channel/v1/query.d.ts +500 -0
- package/lib/types/ibc/core/channel/v1/query.js +2908 -0
- package/lib/types/ibc/core/channel/v1/tx.d.ts +432 -0
- package/lib/types/ibc/core/channel/v1/tx.js +3643 -0
- package/lib/types/ibc/core/channel/v1/upgrade.d.ts +57 -0
- package/lib/types/ibc/core/channel/v1/upgrade.js +262 -0
- package/lib/types/ibc/core/client/v1/client.d.ts +132 -0
- package/lib/types/ibc/core/client/v1/client.js +556 -0
- package/lib/types/ibc/core/client/v1/genesis.d.ts +62 -0
- package/lib/types/ibc/core/client/v1/genesis.js +328 -0
- package/lib/types/ibc/core/client/v1/query.d.ts +283 -0
- package/lib/types/ibc/core/client/v1/query.js +1434 -0
- package/lib/types/ibc/core/client/v1/tx.d.ts +197 -0
- package/lib/types/ibc/core/client/v1/tx.js +985 -0
- package/lib/types/ibc/core/commitment/v1/commitment.d.ts +59 -0
- package/lib/types/ibc/core/commitment/v1/commitment.js +247 -0
- package/lib/types/ibc/core/connection/v1/connection.d.ts +141 -0
- package/lib/types/ibc/core/connection/v1/connection.js +648 -0
- package/lib/types/ibc/core/connection/v1/genesis.d.ts +31 -0
- package/lib/types/ibc/core/connection/v1/genesis.js +128 -0
- package/lib/types/ibc/core/connection/v1/query.d.ts +190 -0
- package/lib/types/ibc/core/connection/v1/query.js +927 -0
- package/lib/types/ibc/core/connection/v1/tx.d.ts +206 -0
- package/lib/types/ibc/core/connection/v1/tx.js +1044 -0
- package/lib/types/ibc/core/types/v1/genesis.d.ts +34 -0
- package/lib/types/ibc/core/types/v1/genesis.js +103 -0
- package/lib/types/ibc/lightclients/localhost/v2/localhost.d.ts +28 -0
- package/lib/types/ibc/lightclients/localhost/v2/localhost.js +65 -0
- package/lib/types/ibc/lightclients/solomachine/v2/solomachine.d.ts +215 -0
- package/lib/types/ibc/lightclients/solomachine/v2/solomachine.js +1430 -0
- package/lib/types/ibc/lightclients/solomachine/v3/solomachine.d.ts +111 -0
- package/lib/types/ibc/lightclients/solomachine/v3/solomachine.js +753 -0
- package/lib/types/ibc/lightclients/tendermint/v1/tendermint.d.ts +130 -0
- package/lib/types/ibc/lightclients/tendermint/v1/tendermint.js +657 -0
- package/lib/types/ibc/lightclients/wasm/v1/genesis.d.ts +33 -0
- package/lib/types/ibc/lightclients/wasm/v1/genesis.js +142 -0
- package/lib/types/ibc/lightclients/wasm/v1/query.d.ts +67 -0
- package/lib/types/ibc/lightclients/wasm/v1/query.js +283 -0
- package/lib/types/ibc/lightclients/wasm/v1/tx.d.ts +86 -0
- package/lib/types/ibc/lightclients/wasm/v1/tx.js +420 -0
- package/lib/types/ibc/lightclients/wasm/v1/wasm.d.ts +59 -0
- package/lib/types/ibc/lightclients/wasm/v1/wasm.js +279 -0
- package/lib/types/tendermint/abci/types.d.ts +552 -0
- package/lib/types/tendermint/abci/types.js +5136 -0
- package/lib/types/tendermint/crypto/keys.d.ts +27 -0
- package/lib/types/tendermint/crypto/keys.js +104 -0
- package/lib/types/tendermint/crypto/proof.d.ts +57 -0
- package/lib/types/tendermint/crypto/proof.js +429 -0
- package/lib/types/tendermint/libs/bits/types.d.ts +26 -0
- package/lib/types/tendermint/libs/bits/types.js +98 -0
- package/lib/types/tendermint/p2p/types.d.ts +49 -0
- package/lib/types/tendermint/p2p/types.js +451 -0
- package/lib/types/tendermint/types/block.d.ts +30 -0
- package/lib/types/tendermint/types/block.js +117 -0
- package/lib/types/tendermint/types/evidence.d.ts +50 -0
- package/lib/types/tendermint/types/evidence.js +412 -0
- package/lib/types/tendermint/types/params.d.ts +112 -0
- package/lib/types/tendermint/types/params.js +527 -0
- package/lib/types/tendermint/types/types.d.ts +197 -0
- package/lib/types/tendermint/types/types.js +1782 -0
- package/lib/types/tendermint/types/validator.d.ts +54 -0
- package/lib/types/tendermint/types/validator.js +352 -0
- package/lib/types/tendermint/version/types.d.ts +41 -0
- package/lib/types/tendermint/version/types.js +157 -0
- package/modules.ts +2 -2
- package/package.json +20 -14
- package/tsconfig.json +12 -10
- package/types/amino/amino.ts +9 -0
- package/types/capability/v1/capability.ts +263 -0
- package/types/capability/v1/genesis.ts +220 -0
- package/types/cardchain/cardchain/card.ts +712 -0
- package/types/cardchain/cardchain/card_content.ts +116 -0
- package/types/cardchain/cardchain/card_with_image.ts +134 -0
- package/types/cardchain/cardchain/council.ts +502 -0
- package/types/cardchain/cardchain/encounter.ts +307 -0
- package/types/cardchain/cardchain/encounter_with_image.ts +119 -0
- package/types/cardchain/cardchain/genesis.ts +403 -0
- package/types/cardchain/cardchain/image.ts +122 -0
- package/types/cardchain/cardchain/match.ts +453 -0
- package/types/cardchain/cardchain/module/module.ts +99 -0
- package/types/cardchain/cardchain/params.ts +544 -0
- package/types/cardchain/cardchain/query.ts +3786 -0
- package/types/cardchain/cardchain/running_average.ts +116 -0
- package/types/cardchain/cardchain/sell_offer.ts +224 -0
- package/types/cardchain/cardchain/server.ts +144 -0
- package/types/cardchain/cardchain/set.ts +537 -0
- package/types/cardchain/cardchain/set_with_artwork.ts +142 -0
- package/types/cardchain/cardchain/tx.ts +8053 -0
- package/types/cardchain/cardchain/user.ts +955 -0
- package/types/cardchain/cardchain/voting.ts +328 -0
- package/types/cardchain/cardchain/voting_results.ts +227 -0
- package/types/cardchain/cardchain/zealy.ts +116 -0
- package/types/cardchain/featureflag/flag.ts +133 -0
- package/types/cardchain/featureflag/genesis.ts +226 -0
- package/types/cardchain/featureflag/module/module.ts +99 -0
- package/types/cardchain/featureflag/params.ts +78 -0
- package/types/cardchain/featureflag/query.ts +445 -0
- package/types/cardchain/featureflag/tx.ts +373 -0
- package/types/cosmos/app/runtime/v1alpha1/module.ts +389 -0
- package/types/cosmos/app/v1alpha1/config.ts +346 -0
- package/types/cosmos/app/v1alpha1/module.ts +348 -0
- package/types/cosmos/app/v1alpha1/query.ts +175 -0
- package/types/cosmos/auth/module/v1/module.ts +229 -0
- package/types/cosmos/auth/v1beta1/auth.ts +531 -0
- package/types/cosmos/auth/v1beta1/genesis.ts +125 -0
- package/types/cosmos/auth/v1beta1/query.ts +1564 -0
- package/types/cosmos/auth/v1beta1/tx.ts +213 -0
- package/types/cosmos/authz/module/v1/module.ts +78 -0
- package/types/cosmos/authz/v1beta1/authz.ts +411 -0
- package/types/cosmos/authz/v1beta1/event.ts +241 -0
- package/types/cosmos/authz/v1beta1/genesis.ts +101 -0
- package/types/cosmos/authz/v1beta1/query.ts +643 -0
- package/types/cosmos/authz/v1beta1/tx.ts +574 -0
- package/types/cosmos/autocli/v1/options.ts +1049 -0
- package/types/cosmos/autocli/v1/query.ts +291 -0
- package/types/cosmos/bank/module/v1/module.ts +150 -0
- package/types/cosmos/bank/v1beta1/authz.ts +129 -0
- package/types/cosmos/bank/v1beta1/bank.ts +775 -0
- package/types/cosmos/bank/v1beta1/genesis.ts +277 -0
- package/types/cosmos/bank/v1beta1/query.ts +2424 -0
- package/types/cosmos/bank/v1beta1/tx.ts +697 -0
- package/types/cosmos/base/abci/v1beta1/abci.ts +1469 -0
- package/types/cosmos/base/node/v1beta1/query.ts +485 -0
- package/types/cosmos/base/query/v1beta1/pagination.ts +336 -0
- package/types/cosmos/base/reflection/v1beta1/reflection.ts +328 -0
- package/types/cosmos/base/reflection/v2alpha1/reflection.ts +2092 -0
- package/types/cosmos/base/tendermint/v1beta1/query.ts +2025 -0
- package/types/cosmos/base/tendermint/v1beta1/types.ts +548 -0
- package/types/cosmos/base/v1beta1/coin.ts +209 -0
- package/types/cosmos/circuit/module/v1/module.ts +99 -0
- package/types/cosmos/circuit/v1/query.ts +476 -0
- package/types/cosmos/circuit/v1/tx.ts +576 -0
- package/types/cosmos/circuit/v1/types.ts +362 -0
- package/types/cosmos/consensus/module/v1/module.ts +99 -0
- package/types/cosmos/consensus/v1/query.ts +181 -0
- package/types/cosmos/consensus/v1/tx.ts +271 -0
- package/types/cosmos/crisis/module/v1/module.ts +119 -0
- package/types/cosmos/crisis/v1beta1/genesis.ts +105 -0
- package/types/cosmos/crisis/v1beta1/tx.ts +367 -0
- package/types/cosmos/crypto/ed25519/keys.ts +195 -0
- package/types/cosmos/crypto/hd/v1/hd.ts +178 -0
- package/types/cosmos/crypto/keyring/v1/record.ts +440 -0
- package/types/cosmos/crypto/multisig/keys.ts +124 -0
- package/types/cosmos/crypto/multisig/v1beta1/multisig.ts +218 -0
- package/types/cosmos/crypto/secp256k1/keys.ts +192 -0
- package/types/cosmos/crypto/secp256r1/keys.ts +193 -0
- package/types/cosmos/distribution/module/v1/module.ts +118 -0
- package/types/cosmos/distribution/v1beta1/distribution.ts +1177 -0
- package/types/cosmos/distribution/v1beta1/genesis.ts +1028 -0
- package/types/cosmos/distribution/v1beta1/query.ts +1700 -0
- package/types/cosmos/distribution/v1beta1/tx.ts +1178 -0
- package/types/cosmos/evidence/module/v1/module.ts +78 -0
- package/types/cosmos/evidence/v1beta1/evidence.ts +194 -0
- package/types/cosmos/evidence/v1beta1/genesis.ts +98 -0
- package/types/cosmos/evidence/v1beta1/query.ts +414 -0
- package/types/cosmos/evidence/v1beta1/tx.ts +243 -0
- package/types/cosmos/feegrant/module/v1/module.ts +78 -0
- package/types/cosmos/feegrant/v1beta1/feegrant.ts +513 -0
- package/types/cosmos/feegrant/v1beta1/genesis.ts +101 -0
- package/types/cosmos/feegrant/v1beta1/query.ts +597 -0
- package/types/cosmos/feegrant/v1beta1/tx.ts +496 -0
- package/types/cosmos/genutil/module/v1/module.ts +78 -0
- package/types/cosmos/genutil/v1beta1/genesis.ts +122 -0
- package/types/cosmos/gov/module/v1/module.ts +133 -0
- package/types/cosmos/gov/v1/genesis.ts +313 -0
- package/types/cosmos/gov/v1/gov.ts +1712 -0
- package/types/cosmos/gov/v1/query.ts +1605 -0
- package/types/cosmos/gov/v1/tx.ts +1387 -0
- package/types/cosmos/gov/v1beta1/genesis.ts +241 -0
- package/types/cosmos/gov/v1beta1/gov.ts +1273 -0
- package/types/cosmos/gov/v1beta1/query.ts +1441 -0
- package/types/cosmos/gov/v1beta1/tx.ts +738 -0
- package/types/cosmos/group/module/v1/module.ts +141 -0
- package/types/cosmos/group/v1/events.ts +795 -0
- package/types/cosmos/group/v1/genesis.ts +265 -0
- package/types/cosmos/group/v1/query.ts +2441 -0
- package/types/cosmos/group/v1/tx.ts +2631 -0
- package/types/cosmos/group/v1/types.ts +1850 -0
- package/types/cosmos/ics23/v1/proofs.ts +1731 -0
- package/types/cosmos/mint/module/v1/module.ts +118 -0
- package/types/cosmos/mint/v1beta1/genesis.ts +126 -0
- package/types/cosmos/mint/v1beta1/mint.ts +293 -0
- package/types/cosmos/mint/v1beta1/query.ts +453 -0
- package/types/cosmos/mint/v1beta1/tx.ts +213 -0
- package/types/cosmos/msg/textual/v1/textual.ts +9 -0
- package/types/cosmos/msg/v1/msg.ts +9 -0
- package/types/cosmos/nft/module/v1/module.ts +78 -0
- package/types/cosmos/nft/v1beta1/event.ts +359 -0
- package/types/cosmos/nft/v1beta1/genesis.ts +204 -0
- package/types/cosmos/nft/v1beta1/nft.ts +348 -0
- package/types/cosmos/nft/v1beta1/query.ts +1173 -0
- package/types/cosmos/nft/v1beta1/tx.ts +228 -0
- package/types/cosmos/orm/module/v1alpha1/module.ts +82 -0
- package/types/cosmos/orm/query/v1alpha1/query.ts +933 -0
- package/types/cosmos/orm/v1/orm.ts +453 -0
- package/types/cosmos/orm/v1alpha1/schema.ts +321 -0
- package/types/cosmos/params/module/v1/module.ts +78 -0
- package/types/cosmos/params/v1beta1/params.ts +236 -0
- package/types/cosmos/params/v1beta1/query.ts +439 -0
- package/types/cosmos/query/v1/query.ts +9 -0
- package/types/cosmos/reflection/v1/reflection.ts +179 -0
- package/types/cosmos/slashing/module/v1/module.ts +99 -0
- package/types/cosmos/slashing/v1beta1/genesis.ts +424 -0
- package/types/cosmos/slashing/v1beta1/query.ts +487 -0
- package/types/cosmos/slashing/v1beta1/slashing.ts +422 -0
- package/types/cosmos/slashing/v1beta1/tx.ts +336 -0
- package/types/cosmos/staking/module/v1/module.ts +161 -0
- package/types/cosmos/staking/v1beta1/authz.ts +306 -0
- package/types/cosmos/staking/v1beta1/genesis.ts +377 -0
- package/types/cosmos/staking/v1beta1/query.ts +2540 -0
- package/types/cosmos/staking/v1beta1/staking.ts +2576 -0
- package/types/cosmos/staking/v1beta1/tx.ts +1433 -0
- package/types/cosmos/store/internal/kv/v1beta1/kv.ts +205 -0
- package/types/cosmos/store/snapshots/v1/snapshot.ts +746 -0
- package/types/cosmos/store/streaming/abci/grpc.ts +367 -0
- package/types/cosmos/store/v1beta1/commit_info.ts +370 -0
- package/types/cosmos/store/v1beta1/listening.ts +301 -0
- package/types/cosmos/tx/config/v1/config.ts +125 -0
- package/types/cosmos/tx/signing/v1beta1/signing.ts +630 -0
- package/types/cosmos/tx/v1beta1/service.ts +1889 -0
- package/types/cosmos/tx/v1beta1/tx.ts +1657 -0
- package/types/cosmos/upgrade/module/v1/module.ts +99 -0
- package/types/cosmos/upgrade/v1beta1/query.ts +819 -0
- package/types/cosmos/upgrade/v1beta1/tx.ts +340 -0
- package/types/cosmos/upgrade/v1beta1/upgrade.ts +525 -0
- package/types/cosmos/vesting/module/v1/module.ts +78 -0
- package/types/cosmos/vesting/v1beta1/tx.ts +640 -0
- package/types/cosmos/vesting/v1beta1/vesting.ts +624 -0
- package/types/cosmos_proto/cosmos.ts +307 -0
- package/types/gogoproto/gogo.ts +9 -0
- package/types/google/api/annotations.ts +9 -0
- package/types/google/api/http.ts +770 -0
- package/types/google/protobuf/any.ts +259 -0
- package/types/google/protobuf/descriptor.ts +6642 -0
- package/types/google/protobuf/duration.ts +200 -0
- package/types/google/protobuf/timestamp.ts +229 -0
- package/types/ibc/applications/fee/v1/ack.ts +166 -0
- package/types/ibc/applications/fee/v1/fee.ts +403 -0
- package/types/ibc/applications/fee/v1/genesis.ts +571 -0
- package/types/ibc/applications/fee/v1/metadata.ts +122 -0
- package/types/ibc/applications/fee/v1/query.ts +1757 -0
- package/types/ibc/applications/fee/v1/tx.ts +781 -0
- package/types/ibc/applications/interchain_accounts/controller/v1/controller.ts +104 -0
- package/types/ibc/applications/interchain_accounts/controller/v1/query.ts +333 -0
- package/types/ibc/applications/interchain_accounts/controller/v1/tx.ts +619 -0
- package/types/ibc/applications/interchain_accounts/genesis/v1/genesis.ts +590 -0
- package/types/ibc/applications/interchain_accounts/host/v1/host.ts +242 -0
- package/types/ibc/applications/interchain_accounts/host/v1/query.ts +175 -0
- package/types/ibc/applications/interchain_accounts/host/v1/tx.ts +416 -0
- package/types/ibc/applications/interchain_accounts/v1/account.ts +120 -0
- package/types/ibc/applications/interchain_accounts/v1/metadata.ts +199 -0
- package/types/ibc/applications/interchain_accounts/v1/packet.ts +264 -0
- package/types/ibc/applications/transfer/v1/authz.ts +254 -0
- package/types/ibc/applications/transfer/v1/genesis.ts +165 -0
- package/types/ibc/applications/transfer/v1/query.ts +934 -0
- package/types/ibc/applications/transfer/v1/transfer.ts +220 -0
- package/types/ibc/applications/transfer/v1/tx.ts +505 -0
- package/types/ibc/applications/transfer/v2/packet.ts +177 -0
- package/types/ibc/core/channel/v1/channel.ts +1358 -0
- package/types/ibc/core/channel/v1/genesis.ts +377 -0
- package/types/ibc/core/channel/v1/query.ts +3781 -0
- package/types/ibc/core/channel/v1/tx.ts +4424 -0
- package/types/ibc/core/channel/v1/upgrade.ts +348 -0
- package/types/ibc/core/client/v1/client.ts +753 -0
- package/types/ibc/core/client/v1/genesis.ts +423 -0
- package/types/ibc/core/client/v1/query.ts +1898 -0
- package/types/ibc/core/client/v1/tx.ts +1301 -0
- package/types/ibc/core/commitment/v1/commitment.ts +336 -0
- package/types/ibc/core/connection/v1/connection.ts +840 -0
- package/types/ibc/core/connection/v1/genesis.ts +172 -0
- package/types/ibc/core/connection/v1/query.ts +1243 -0
- package/types/ibc/core/connection/v1/tx.ts +1352 -0
- package/types/ibc/core/types/v1/genesis.ts +150 -0
- package/types/ibc/lightclients/localhost/v2/localhost.ts +102 -0
- package/types/ibc/lightclients/solomachine/v2/solomachine.ts +1765 -0
- package/types/ibc/lightclients/solomachine/v3/solomachine.ts +945 -0
- package/types/ibc/lightclients/tendermint/v1/tendermint.ts +853 -0
- package/types/ibc/lightclients/wasm/v1/genesis.ts +192 -0
- package/types/ibc/lightclients/wasm/v1/query.ts +377 -0
- package/types/ibc/lightclients/wasm/v1/tx.ts +550 -0
- package/types/ibc/lightclients/wasm/v1/wasm.ts +370 -0
- package/types/tendermint/abci/types.ts +6103 -0
- package/types/tendermint/crypto/keys.ts +142 -0
- package/types/tendermint/crypto/proof.ts +533 -0
- package/types/tendermint/libs/bits/types.ts +139 -0
- package/types/tendermint/p2p/types.ts +544 -0
- package/types/tendermint/types/block.ts +158 -0
- package/types/tendermint/types/evidence.ts +502 -0
- package/types/tendermint/types/params.ts +701 -0
- package/types/tendermint/types/types.ts +2133 -0
- package/types/tendermint/types/validator.ts +424 -0
- package/types/tendermint/version/types.ts +218 -0
- package/DecentralCardGame.cardchain.cardchain/index.js +0 -5
- package/DecentralCardGame.cardchain.cardchain/index.ts +0 -6
- package/DecentralCardGame.cardchain.cardchain/module.js +0 -1196
- package/DecentralCardGame.cardchain.cardchain/module.ts +0 -1703
- package/DecentralCardGame.cardchain.cardchain/registry.js +0 -97
- package/DecentralCardGame.cardchain.cardchain/registry.ts +0 -101
- package/DecentralCardGame.cardchain.cardchain/rest.js +0 -482
- package/DecentralCardGame.cardchain.cardchain/rest.ts +0 -1162
- package/DecentralCardGame.cardchain.cardchain/types/amino/amino.js +0 -2
- package/DecentralCardGame.cardchain.cardchain/types/amino/amino.ts +0 -3
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/aminomessages.js +0 -32
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/aminomessages.ts +0 -61
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/card.js +0 -743
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/card.ts +0 -831
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/copyright_proposal.js +0 -102
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/copyright_proposal.ts +0 -134
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/council.js +0 -350
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/council.ts +0 -409
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/early_access_proposal.js +0 -81
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/early_access_proposal.ts +0 -106
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/encounters.js +0 -295
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/encounters.ts +0 -354
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/genesis.js +0 -270
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/genesis.ts +0 -299
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/image.js +0 -88
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/image.ts +0 -115
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match.js +0 -308
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match.ts +0 -355
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match_reporter_proposal.js +0 -67
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/match_reporter_proposal.ts +0 -92
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/num.js +0 -73
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/num.ts +0 -102
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/params.js +0 -314
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/params.ts +0 -367
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/query.js +0 -2433
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/query.ts +0 -2971
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/running_average.js +0 -85
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/running_average.ts +0 -111
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/sell_offer.js +0 -148
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/sell_offer.ts +0 -183
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/server.js +0 -93
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/server.ts +0 -124
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set.js +0 -551
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set.ts +0 -626
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set_proposal.js +0 -93
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/set_proposal.ts +0 -124
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/tx.js +0 -4962
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/tx.ts +0 -6091
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/user.js +0 -680
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/user.ts +0 -750
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/voting.js +0 -337
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/voting.ts +0 -399
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/zealy.js +0 -58
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/zealy.ts +0 -82
- package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/v1beta1/coin.js +0 -192
- package/DecentralCardGame.cardchain.cardchain/types/cosmos/base/v1beta1/coin.ts +0 -261
- package/DecentralCardGame.cardchain.cardchain/types/cosmos_proto/cosmos.js +0 -171
- package/DecentralCardGame.cardchain.cardchain/types/cosmos_proto/cosmos.ts +0 -247
- package/DecentralCardGame.cardchain.cardchain/types/gogoproto/gogo.js +0 -2
- package/DecentralCardGame.cardchain.cardchain/types/gogoproto/gogo.ts +0 -2
- package/DecentralCardGame.cardchain.cardchain/types/google/api/annotations.js +0 -2
- package/DecentralCardGame.cardchain.cardchain/types/google/api/annotations.ts +0 -2
- package/DecentralCardGame.cardchain.cardchain/types/google/api/http.js +0 -260
- package/DecentralCardGame.cardchain.cardchain/types/google/api/http.ts +0 -589
- package/DecentralCardGame.cardchain.cardchain/types/google/protobuf/descriptor.js +0 -2830
- package/DecentralCardGame.cardchain.cardchain/types/google/protobuf/descriptor.ts +0 -3753
- package/DecentralCardGame.cardchain.cardchain/types.js +0 -29
- package/DecentralCardGame.cardchain.cardchain/types.ts +0 -61
- package/DecentralCardGame.cardchain.featureflag/index.js +0 -5
- package/DecentralCardGame.cardchain.featureflag/index.ts +0 -6
- package/DecentralCardGame.cardchain.featureflag/module.js +0 -64
- package/DecentralCardGame.cardchain.featureflag/module.ts +0 -106
- package/DecentralCardGame.cardchain.featureflag/rest.js +0 -128
- package/DecentralCardGame.cardchain.featureflag/rest.ts +0 -222
- package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/flag.js +0 -67
- package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/flag.ts +0 -92
- package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/genesis.js +0 -135
- package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/genesis.ts +0 -172
- package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/params.js +0 -36
- package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/params.ts +0 -58
- package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/proposal.js +0 -76
- package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/proposal.ts +0 -102
- package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/query.js +0 -279
- package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/query.ts +0 -371
- package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/tx.js +0 -7
- package/DecentralCardGame.cardchain.featureflag/types/cardchain/featureflag/tx.ts +0 -17
- package/DecentralCardGame.cardchain.featureflag/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/DecentralCardGame.cardchain.featureflag/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/DecentralCardGame.cardchain.featureflag/types/gogoproto/gogo.js +0 -2
- package/DecentralCardGame.cardchain.featureflag/types/gogoproto/gogo.ts +0 -2
- package/DecentralCardGame.cardchain.featureflag/types/google/api/annotations.js +0 -2
- package/DecentralCardGame.cardchain.featureflag/types/google/api/annotations.ts +0 -2
- package/DecentralCardGame.cardchain.featureflag/types/google/api/http.js +0 -260
- package/DecentralCardGame.cardchain.featureflag/types/google/api/http.ts +0 -589
- package/DecentralCardGame.cardchain.featureflag/types/google/protobuf/descriptor.js +0 -2830
- package/DecentralCardGame.cardchain.featureflag/types/google/protobuf/descriptor.ts +0 -3753
- package/DecentralCardGame.cardchain.featureflag/types.js +0 -4
- package/DecentralCardGame.cardchain.featureflag/types.ts +0 -11
- package/README.md +0 -16
- package/client.js +0 -134
- package/cosmos.auth.v1beta1/index.js +0 -5
- package/cosmos.auth.v1beta1/module.js +0 -62
- package/cosmos.auth.v1beta1/rest.js +0 -213
- package/cosmos.auth.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.auth.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.js +0 -260
- package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/auth.ts +0 -324
- package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/genesis.js +0 -67
- package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/genesis.ts +0 -95
- package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.js +0 -868
- package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/query.ts +0 -1212
- package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.js +0 -105
- package/cosmos.auth.v1beta1/types/cosmos/auth/v1beta1/tx.ts +0 -172
- package/cosmos.auth.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/cosmos.auth.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.auth.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.auth.v1beta1/types/cosmos/query/v1/query.js +0 -2
- package/cosmos.auth.v1beta1/types/cosmos/query/v1/query.ts +0 -2
- package/cosmos.auth.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.auth.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.auth.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.auth.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.auth.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.auth.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.auth.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.auth.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.auth.v1beta1/types/google/protobuf/any.js +0 -99
- package/cosmos.auth.v1beta1/types/google/protobuf/any.ts +0 -240
- package/cosmos.auth.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.auth.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.auth.v1beta1/types.js +0 -4
- package/cosmos.authz.v1beta1/index.js +0 -5
- package/cosmos.authz.v1beta1/module.js +0 -151
- package/cosmos.authz.v1beta1/registry.js +0 -9
- package/cosmos.authz.v1beta1/rest.js +0 -131
- package/cosmos.authz.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.authz.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/authz.js +0 -244
- package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/authz.ts +0 -325
- package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/event.js +0 -128
- package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/event.ts +0 -175
- package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/genesis.js +0 -54
- package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/genesis.ts +0 -78
- package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/query.js +0 -394
- package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/query.ts +0 -516
- package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/tx.js +0 -362
- package/cosmos.authz.v1beta1/types/cosmos/authz/v1beta1/tx.ts +0 -493
- package/cosmos.authz.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/cosmos.authz.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/cosmos.authz.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.authz.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.authz.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.authz.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.authz.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.authz.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.authz.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.authz.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.authz.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.authz.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.authz.v1beta1/types/google/protobuf/any.js +0 -99
- package/cosmos.authz.v1beta1/types/google/protobuf/any.ts +0 -240
- package/cosmos.authz.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.authz.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.authz.v1beta1/types/google/protobuf/timestamp.js +0 -84
- package/cosmos.authz.v1beta1/types/google/protobuf/timestamp.ts +0 -216
- package/cosmos.authz.v1beta1/types.js +0 -7
- package/cosmos.bank.v1beta1/index.js +0 -5
- package/cosmos.bank.v1beta1/module.js +0 -125
- package/cosmos.bank.v1beta1/registry.js +0 -7
- package/cosmos.bank.v1beta1/rest.js +0 -222
- package/cosmos.bank.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.bank.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.js +0 -50
- package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/authz.ts +0 -77
- package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/bank.js +0 -455
- package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/bank.ts +0 -604
- package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.js +0 -154
- package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/genesis.ts +0 -203
- package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.js +0 -1014
- package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/query.ts +0 -1366
- package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.js +0 -219
- package/cosmos.bank.v1beta1/types/cosmos/bank/v1beta1/tx.ts +0 -289
- package/cosmos.bank.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/cosmos.bank.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/cosmos.bank.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
- package/cosmos.bank.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
- package/cosmos.bank.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.bank.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.bank.v1beta1/types/cosmos/query/v1/query.js +0 -2
- package/cosmos.bank.v1beta1/types/cosmos/query/v1/query.ts +0 -2
- package/cosmos.bank.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.bank.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.bank.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.bank.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.bank.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.bank.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.bank.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.bank.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.bank.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.bank.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.bank.v1beta1/types.js +0 -11
- package/cosmos.base.tendermint.v1beta1/index.js +0 -5
- package/cosmos.base.tendermint.v1beta1/module.js +0 -70
- package/cosmos.base.tendermint.v1beta1/rest.js +0 -209
- package/cosmos.base.tendermint.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.base.tendermint.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.base.tendermint.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/cosmos.base.tendermint.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/query.js +0 -1281
- package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/query.ts +0 -1646
- package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/types.js +0 -350
- package/cosmos.base.tendermint.v1beta1/types/cosmos/base/tendermint/v1beta1/types.ts +0 -442
- package/cosmos.base.tendermint.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.base.tendermint.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.base.tendermint.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.base.tendermint.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.base.tendermint.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.base.tendermint.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.base.tendermint.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.base.tendermint.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.base.tendermint.v1beta1/types/google/protobuf/any.js +0 -99
- package/cosmos.base.tendermint.v1beta1/types/google/protobuf/any.ts +0 -240
- package/cosmos.base.tendermint.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.base.tendermint.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.base.tendermint.v1beta1/types/google/protobuf/timestamp.js +0 -84
- package/cosmos.base.tendermint.v1beta1/types/google/protobuf/timestamp.ts +0 -216
- package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/keys.js +0 -100
- package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/keys.ts +0 -129
- package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/proof.js +0 -356
- package/cosmos.base.tendermint.v1beta1/types/tendermint/crypto/proof.ts +0 -439
- package/cosmos.base.tendermint.v1beta1/types/tendermint/p2p/types.js +0 -352
- package/cosmos.base.tendermint.v1beta1/types/tendermint/p2p/types.ts +0 -423
- package/cosmos.base.tendermint.v1beta1/types/tendermint/types/block.js +0 -86
- package/cosmos.base.tendermint.v1beta1/types/tendermint/types/block.ts +0 -112
- package/cosmos.base.tendermint.v1beta1/types/tendermint/types/evidence.js +0 -343
- package/cosmos.base.tendermint.v1beta1/types/tendermint/types/evidence.ts +0 -412
- package/cosmos.base.tendermint.v1beta1/types/tendermint/types/types.js +0 -1207
- package/cosmos.base.tendermint.v1beta1/types/tendermint/types/types.ts +0 -1452
- package/cosmos.base.tendermint.v1beta1/types/tendermint/types/validator.js +0 -254
- package/cosmos.base.tendermint.v1beta1/types/tendermint/types/validator.ts +0 -308
- package/cosmos.base.tendermint.v1beta1/types/tendermint/version/types.js +0 -133
- package/cosmos.base.tendermint.v1beta1/types/tendermint/version/types.ts +0 -184
- package/cosmos.base.tendermint.v1beta1/types.js +0 -8
- package/cosmos.consensus.v1/index.js +0 -5
- package/cosmos.consensus.v1/module.js +0 -81
- package/cosmos.consensus.v1/registry.js +0 -5
- package/cosmos.consensus.v1/rest.js +0 -100
- package/cosmos.consensus.v1/types/cosmos/consensus/v1/query.js +0 -94
- package/cosmos.consensus.v1/types/cosmos/consensus/v1/query.ts +0 -147
- package/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.js +0 -129
- package/cosmos.consensus.v1/types/cosmos/consensus/v1/tx.ts +0 -196
- package/cosmos.consensus.v1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.consensus.v1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.consensus.v1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.consensus.v1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.consensus.v1/types/gogoproto/gogo.js +0 -2
- package/cosmos.consensus.v1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.consensus.v1/types/google/api/annotations.js +0 -2
- package/cosmos.consensus.v1/types/google/api/annotations.ts +0 -2
- package/cosmos.consensus.v1/types/google/api/http.js +0 -260
- package/cosmos.consensus.v1/types/google/api/http.ts +0 -589
- package/cosmos.consensus.v1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.consensus.v1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.consensus.v1/types/google/protobuf/duration.js +0 -84
- package/cosmos.consensus.v1/types/google/protobuf/duration.ts +0 -187
- package/cosmos.consensus.v1/types/tendermint/types/params.js +0 -369
- package/cosmos.consensus.v1/types/tendermint/types/params.ts +0 -498
- package/cosmos.crisis.v1beta1/index.js +0 -5
- package/cosmos.crisis.v1beta1/module.js +0 -81
- package/cosmos.crisis.v1beta1/registry.js +0 -5
- package/cosmos.crisis.v1beta1/rest.js +0 -83
- package/cosmos.crisis.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.crisis.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.crisis.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
- package/cosmos.crisis.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
- package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/genesis.js +0 -51
- package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/genesis.ts +0 -79
- package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.js +0 -111
- package/cosmos.crisis.v1beta1/types/cosmos/crisis/v1beta1/tx.ts +0 -159
- package/cosmos.crisis.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.crisis.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.crisis.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.crisis.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.crisis.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.crisis.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.crisis.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.crisis.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.distribution.v1beta1/index.js +0 -5
- package/cosmos.distribution.v1beta1/module.js +0 -219
- package/cosmos.distribution.v1beta1/registry.js +0 -11
- package/cosmos.distribution.v1beta1/rest.js +0 -214
- package/cosmos.distribution.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.distribution.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.distribution.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/cosmos.distribution.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/cosmos.distribution.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
- package/cosmos.distribution.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
- package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/distribution.js +0 -737
- package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/distribution.ts +0 -945
- package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/genesis.js +0 -656
- package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/genesis.ts +0 -849
- package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.js +0 -926
- package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/query.ts +0 -1289
- package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.js +0 -396
- package/cosmos.distribution.v1beta1/types/cosmos/distribution/v1beta1/tx.ts +0 -550
- package/cosmos.distribution.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.distribution.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.distribution.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.distribution.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.distribution.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.distribution.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.distribution.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.distribution.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.distribution.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.distribution.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.distribution.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.distribution.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.distribution.v1beta1/types.js +0 -20
- package/cosmos.evidence.v1beta1/index.js +0 -5
- package/cosmos.evidence.v1beta1/module.js +0 -92
- package/cosmos.evidence.v1beta1/registry.js +0 -5
- package/cosmos.evidence.v1beta1/rest.js +0 -115
- package/cosmos.evidence.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.evidence.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.evidence.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/cosmos.evidence.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/evidence.js +0 -124
- package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/evidence.ts +0 -161
- package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/genesis.js +0 -50
- package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/genesis.ts +0 -73
- package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.js +0 -254
- package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/query.ts +0 -343
- package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/tx.js +0 -154
- package/cosmos.evidence.v1beta1/types/cosmos/evidence/v1beta1/tx.ts +0 -213
- package/cosmos.evidence.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.evidence.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.evidence.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.evidence.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.evidence.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.evidence.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.evidence.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.evidence.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.evidence.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.evidence.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.evidence.v1beta1/types/google/protobuf/any.js +0 -99
- package/cosmos.evidence.v1beta1/types/google/protobuf/any.ts +0 -240
- package/cosmos.evidence.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.evidence.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.evidence.v1beta1/types/google/protobuf/timestamp.js +0 -84
- package/cosmos.evidence.v1beta1/types/google/protobuf/timestamp.ts +0 -216
- package/cosmos.evidence.v1beta1/types.js +0 -2
- package/cosmos.feegrant.v1beta1/index.js +0 -5
- package/cosmos.feegrant.v1beta1/module.js +0 -113
- package/cosmos.feegrant.v1beta1/registry.js +0 -7
- package/cosmos.feegrant.v1beta1/rest.js +0 -130
- package/cosmos.feegrant.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.feegrant.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.feegrant.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/cosmos.feegrant.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/cosmos.feegrant.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
- package/cosmos.feegrant.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
- package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/feegrant.js +0 -307
- package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/feegrant.ts +0 -409
- package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/genesis.js +0 -52
- package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/genesis.ts +0 -76
- package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/query.js +0 -357
- package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/query.ts +0 -484
- package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/tx.js +0 -205
- package/cosmos.feegrant.v1beta1/types/cosmos/feegrant/v1beta1/tx.ts +0 -294
- package/cosmos.feegrant.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.feegrant.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.feegrant.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.feegrant.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.feegrant.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.feegrant.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.feegrant.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.feegrant.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.feegrant.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.feegrant.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.feegrant.v1beta1/types/google/protobuf/any.js +0 -99
- package/cosmos.feegrant.v1beta1/types/google/protobuf/any.ts +0 -240
- package/cosmos.feegrant.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.feegrant.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.feegrant.v1beta1/types/google/protobuf/duration.js +0 -84
- package/cosmos.feegrant.v1beta1/types/google/protobuf/duration.ts +0 -187
- package/cosmos.feegrant.v1beta1/types/google/protobuf/timestamp.js +0 -84
- package/cosmos.feegrant.v1beta1/types/google/protobuf/timestamp.ts +0 -216
- package/cosmos.feegrant.v1beta1/types.js +0 -5
- package/cosmos.gov.v1/index.js +0 -5
- package/cosmos.gov.v1/module.js +0 -186
- package/cosmos.gov.v1/registry.js +0 -11
- package/cosmos.gov.v1/rest.js +0 -242
- package/cosmos.gov.v1/types/amino/amino.js +0 -2
- package/cosmos.gov.v1/types/amino/amino.ts +0 -2
- package/cosmos.gov.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/cosmos.gov.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/cosmos.gov.v1/types/cosmos/base/v1beta1/coin.js +0 -192
- package/cosmos.gov.v1/types/cosmos/base/v1beta1/coin.ts +0 -261
- package/cosmos.gov.v1/types/cosmos/gov/v1/genesis.js +0 -162
- package/cosmos.gov.v1/types/cosmos/gov/v1/genesis.ts +0 -208
- package/cosmos.gov.v1/types/cosmos/gov/v1/gov.js +0 -766
- package/cosmos.gov.v1/types/cosmos/gov/v1/gov.ts +0 -925
- package/cosmos.gov.v1/types/cosmos/gov/v1/query.js +0 -917
- package/cosmos.gov.v1/types/cosmos/gov/v1/query.ts +0 -1202
- package/cosmos.gov.v1/types/cosmos/gov/v1/tx.js +0 -590
- package/cosmos.gov.v1/types/cosmos/gov/v1/tx.ts +0 -763
- package/cosmos.gov.v1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.gov.v1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.gov.v1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.gov.v1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.gov.v1/types/gogoproto/gogo.js +0 -2
- package/cosmos.gov.v1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.gov.v1/types/google/api/annotations.js +0 -2
- package/cosmos.gov.v1/types/google/api/annotations.ts +0 -2
- package/cosmos.gov.v1/types/google/api/http.js +0 -260
- package/cosmos.gov.v1/types/google/api/http.ts +0 -589
- package/cosmos.gov.v1/types/google/protobuf/any.js +0 -99
- package/cosmos.gov.v1/types/google/protobuf/any.ts +0 -240
- package/cosmos.gov.v1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.gov.v1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.gov.v1/types/google/protobuf/duration.js +0 -84
- package/cosmos.gov.v1/types/google/protobuf/duration.ts +0 -187
- package/cosmos.gov.v1/types/google/protobuf/timestamp.js +0 -84
- package/cosmos.gov.v1/types/google/protobuf/timestamp.ts +0 -216
- package/cosmos.gov.v1/types.js +0 -9
- package/cosmos.gov.v1beta1/index.js +0 -5
- package/cosmos.gov.v1beta1/module.js +0 -169
- package/cosmos.gov.v1beta1/registry.js +0 -11
- package/cosmos.gov.v1beta1/rest.js +0 -242
- package/cosmos.gov.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.gov.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.gov.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/cosmos.gov.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/cosmos.gov.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
- package/cosmos.gov.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
- package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/genesis.js +0 -162
- package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/genesis.ts +0 -206
- package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/gov.js +0 -832
- package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/gov.ts +0 -1015
- package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/query.js +0 -917
- package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/query.ts +0 -1200
- package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/tx.js +0 -467
- package/cosmos.gov.v1beta1/types/cosmos/gov/v1beta1/tx.ts +0 -612
- package/cosmos.gov.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.gov.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.gov.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.gov.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.gov.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.gov.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.gov.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.gov.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.gov.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.gov.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.gov.v1beta1/types/google/protobuf/any.js +0 -99
- package/cosmos.gov.v1beta1/types/google/protobuf/any.ts +0 -240
- package/cosmos.gov.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.gov.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.gov.v1beta1/types/google/protobuf/duration.js +0 -84
- package/cosmos.gov.v1beta1/types/google/protobuf/duration.ts +0 -187
- package/cosmos.gov.v1beta1/types/google/protobuf/timestamp.js +0 -84
- package/cosmos.gov.v1beta1/types/google/protobuf/timestamp.ts +0 -216
- package/cosmos.gov.v1beta1/types.js +0 -10
- package/cosmos.group.v1/index.js +0 -5
- package/cosmos.group.v1/module.js +0 -423
- package/cosmos.group.v1/registry.js +0 -31
- package/cosmos.group.v1/rest.js +0 -366
- package/cosmos.group.v1/types/amino/amino.js +0 -2
- package/cosmos.group.v1/types/amino/amino.ts +0 -2
- package/cosmos.group.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/cosmos.group.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/cosmos.group.v1/types/cosmos/group/v1/events.js +0 -497
- package/cosmos.group.v1/types/cosmos/group/v1/events.ts +0 -656
- package/cosmos.group.v1/types/cosmos/group/v1/genesis.js +0 -177
- package/cosmos.group.v1/types/cosmos/group/v1/genesis.ts +0 -228
- package/cosmos.group.v1/types/cosmos/group/v1/query.js +0 -1578
- package/cosmos.group.v1/types/cosmos/group/v1/query.ts +0 -2047
- package/cosmos.group.v1/types/cosmos/group/v1/tx.js +0 -1621
- package/cosmos.group.v1/types/cosmos/group/v1/tx.ts +0 -2113
- package/cosmos.group.v1/types/cosmos/group/v1/types.js +0 -1105
- package/cosmos.group.v1/types/cosmos/group/v1/types.ts +0 -1422
- package/cosmos.group.v1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.group.v1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.group.v1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.group.v1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.group.v1/types/gogoproto/gogo.js +0 -2
- package/cosmos.group.v1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.group.v1/types/google/api/annotations.js +0 -2
- package/cosmos.group.v1/types/google/api/annotations.ts +0 -2
- package/cosmos.group.v1/types/google/api/http.js +0 -260
- package/cosmos.group.v1/types/google/api/http.ts +0 -589
- package/cosmos.group.v1/types/google/protobuf/any.js +0 -99
- package/cosmos.group.v1/types/google/protobuf/any.ts +0 -240
- package/cosmos.group.v1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.group.v1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.group.v1/types/google/protobuf/duration.js +0 -84
- package/cosmos.group.v1/types/google/protobuf/duration.ts +0 -187
- package/cosmos.group.v1/types/google/protobuf/timestamp.js +0 -84
- package/cosmos.group.v1/types/google/protobuf/timestamp.ts +0 -216
- package/cosmos.group.v1/types.js +0 -22
- package/cosmos.mint.v1beta1/index.js +0 -5
- package/cosmos.mint.v1beta1/module.js +0 -62
- package/cosmos.mint.v1beta1/rest.js +0 -128
- package/cosmos.mint.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.mint.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/genesis.js +0 -63
- package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/genesis.ts +0 -92
- package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/mint.js +0 -179
- package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/mint.ts +0 -234
- package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/query.js +0 -298
- package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/query.ts +0 -412
- package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.js +0 -105
- package/cosmos.mint.v1beta1/types/cosmos/mint/v1beta1/tx.ts +0 -172
- package/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.mint.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.mint.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.mint.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.mint.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.mint.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.mint.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.mint.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.mint.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.mint.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.mint.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.mint.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.mint.v1beta1/types.js +0 -3
- package/cosmos.nft.v1beta1/index.js +0 -5
- package/cosmos.nft.v1beta1/module.js +0 -70
- package/cosmos.nft.v1beta1/registry.js +0 -2
- package/cosmos.nft.v1beta1/rest.js +0 -187
- package/cosmos.nft.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/cosmos.nft.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/cosmos.nft.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.nft.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/event.js +0 -198
- package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/event.ts +0 -251
- package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/genesis.js +0 -126
- package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/genesis.ts +0 -163
- package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/nft.js +0 -183
- package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/nft.ts +0 -240
- package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/query.js +0 -752
- package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/query.ts +0 -964
- package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/tx.js +0 -120
- package/cosmos.nft.v1beta1/types/cosmos/nft/v1beta1/tx.ts +0 -173
- package/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.nft.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.nft.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.nft.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.nft.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.nft.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.nft.v1beta1/types/google/protobuf/any.js +0 -99
- package/cosmos.nft.v1beta1/types/google/protobuf/any.ts +0 -240
- package/cosmos.nft.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.nft.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.nft.v1beta1/types.js +0 -7
- package/cosmos.params.v1beta1/index.js +0 -5
- package/cosmos.params.v1beta1/module.js +0 -62
- package/cosmos.params.v1beta1/registry.js +0 -2
- package/cosmos.params.v1beta1/rest.js +0 -116
- package/cosmos.params.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.params.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/params.js +0 -133
- package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/params.ts +0 -174
- package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/query.js +0 -257
- package/cosmos.params.v1beta1/types/cosmos/params/v1beta1/query.ts +0 -364
- package/cosmos.params.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.params.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.params.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.params.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.params.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.params.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.params.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.params.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.params.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.params.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.params.v1beta1/types.js +0 -4
- package/cosmos.slashing.v1beta1/index.js +0 -5
- package/cosmos.slashing.v1beta1/module.js +0 -92
- package/cosmos.slashing.v1beta1/registry.js +0 -5
- package/cosmos.slashing.v1beta1/rest.js +0 -129
- package/cosmos.slashing.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.slashing.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.slashing.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/cosmos.slashing.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/cosmos.slashing.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.slashing.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/genesis.js +0 -279
- package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/genesis.ts +0 -364
- package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/query.js +0 -300
- package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/query.ts +0 -411
- package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/slashing.js +0 -275
- package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/slashing.ts +0 -352
- package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.js +0 -91
- package/cosmos.slashing.v1beta1/types/cosmos/slashing/v1beta1/tx.ts +0 -141
- package/cosmos.slashing.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.slashing.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.slashing.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.slashing.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.slashing.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.slashing.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.slashing.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.slashing.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.slashing.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.slashing.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.slashing.v1beta1/types/google/protobuf/duration.js +0 -84
- package/cosmos.slashing.v1beta1/types/google/protobuf/duration.ts +0 -187
- package/cosmos.slashing.v1beta1/types/google/protobuf/timestamp.js +0 -84
- package/cosmos.slashing.v1beta1/types/google/protobuf/timestamp.ts +0 -216
- package/cosmos.slashing.v1beta1/types.js +0 -6
- package/cosmos.staking.v1beta1/index.js +0 -5
- package/cosmos.staking.v1beta1/module.js +0 -243
- package/cosmos.staking.v1beta1/registry.js +0 -15
- package/cosmos.staking.v1beta1/rest.js +0 -308
- package/cosmos.staking.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.staking.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.staking.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/cosmos.staking.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/cosmos.staking.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
- package/cosmos.staking.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
- package/cosmos.staking.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.staking.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.staking.v1beta1/types/cosmos/query/v1/query.js +0 -2
- package/cosmos.staking.v1beta1/types/cosmos/query/v1/query.ts +0 -2
- package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/authz.js +0 -184
- package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/authz.ts +0 -245
- package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/genesis.js +0 -259
- package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/genesis.ts +0 -322
- package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/query.js +0 -1568
- package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/query.ts +0 -2109
- package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.js +0 -1436
- package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/staking.ts +0 -1829
- package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.js +0 -768
- package/cosmos.staking.v1beta1/types/cosmos/staking/v1beta1/tx.ts +0 -1005
- package/cosmos.staking.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.staking.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.staking.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.staking.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.staking.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.staking.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.staking.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.staking.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.staking.v1beta1/types/google/protobuf/any.js +0 -99
- package/cosmos.staking.v1beta1/types/google/protobuf/any.ts +0 -240
- package/cosmos.staking.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.staking.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.staking.v1beta1/types/google/protobuf/duration.js +0 -84
- package/cosmos.staking.v1beta1/types/google/protobuf/duration.ts +0 -187
- package/cosmos.staking.v1beta1/types/google/protobuf/timestamp.js +0 -84
- package/cosmos.staking.v1beta1/types/google/protobuf/timestamp.ts +0 -216
- package/cosmos.staking.v1beta1/types/tendermint/abci/types.js +0 -3812
- package/cosmos.staking.v1beta1/types/tendermint/abci/types.ts +0 -4525
- package/cosmos.staking.v1beta1/types/tendermint/crypto/keys.js +0 -100
- package/cosmos.staking.v1beta1/types/tendermint/crypto/keys.ts +0 -129
- package/cosmos.staking.v1beta1/types/tendermint/crypto/proof.js +0 -356
- package/cosmos.staking.v1beta1/types/tendermint/crypto/proof.ts +0 -439
- package/cosmos.staking.v1beta1/types/tendermint/types/params.js +0 -369
- package/cosmos.staking.v1beta1/types/tendermint/types/params.ts +0 -498
- package/cosmos.staking.v1beta1/types/tendermint/types/types.js +0 -1207
- package/cosmos.staking.v1beta1/types/tendermint/types/types.ts +0 -1452
- package/cosmos.staking.v1beta1/types/tendermint/types/validator.js +0 -254
- package/cosmos.staking.v1beta1/types/tendermint/types/validator.ts +0 -308
- package/cosmos.staking.v1beta1/types/tendermint/version/types.js +0 -133
- package/cosmos.staking.v1beta1/types/tendermint/version/types.ts +0 -184
- package/cosmos.staking.v1beta1/types.js +0 -24
- package/cosmos.tx.v1beta1/index.js +0 -5
- package/cosmos.tx.v1beta1/module.js +0 -84
- package/cosmos.tx.v1beta1/registry.js +0 -2
- package/cosmos.tx.v1beta1/rest.js +0 -256
- package/cosmos.tx.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.tx.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.tx.v1beta1/types/cosmos/base/abci/v1beta1/abci.js +0 -803
- package/cosmos.tx.v1beta1/types/cosmos/base/abci/v1beta1/abci.ts +0 -1040
- package/cosmos.tx.v1beta1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/cosmos.tx.v1beta1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/cosmos.tx.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
- package/cosmos.tx.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
- package/cosmos.tx.v1beta1/types/cosmos/crypto/multisig/v1beta1/multisig.js +0 -147
- package/cosmos.tx.v1beta1/types/cosmos/crypto/multisig/v1beta1/multisig.ts +0 -195
- package/cosmos.tx.v1beta1/types/cosmos/tx/signing/v1beta1/signing.js +0 -449
- package/cosmos.tx.v1beta1/types/cosmos/tx/signing/v1beta1/signing.ts +0 -556
- package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.js +0 -802
- package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/service.ts +0 -1057
- package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/tx.js +0 -959
- package/cosmos.tx.v1beta1/types/cosmos/tx/v1beta1/tx.ts +0 -1355
- package/cosmos.tx.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.tx.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.tx.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.tx.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.tx.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.tx.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.tx.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.tx.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.tx.v1beta1/types/google/protobuf/any.js +0 -99
- package/cosmos.tx.v1beta1/types/google/protobuf/any.ts +0 -240
- package/cosmos.tx.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.tx.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.tx.v1beta1/types/google/protobuf/duration.js +0 -84
- package/cosmos.tx.v1beta1/types/google/protobuf/duration.ts +0 -187
- package/cosmos.tx.v1beta1/types/google/protobuf/timestamp.js +0 -84
- package/cosmos.tx.v1beta1/types/google/protobuf/timestamp.ts +0 -216
- package/cosmos.tx.v1beta1/types/tendermint/abci/types.js +0 -3486
- package/cosmos.tx.v1beta1/types/tendermint/abci/types.ts +0 -4154
- package/cosmos.tx.v1beta1/types/tendermint/crypto/keys.js +0 -100
- package/cosmos.tx.v1beta1/types/tendermint/crypto/keys.ts +0 -129
- package/cosmos.tx.v1beta1/types/tendermint/crypto/proof.js +0 -356
- package/cosmos.tx.v1beta1/types/tendermint/crypto/proof.ts +0 -439
- package/cosmos.tx.v1beta1/types/tendermint/types/block.js +0 -86
- package/cosmos.tx.v1beta1/types/tendermint/types/block.ts +0 -112
- package/cosmos.tx.v1beta1/types/tendermint/types/evidence.js +0 -343
- package/cosmos.tx.v1beta1/types/tendermint/types/evidence.ts +0 -412
- package/cosmos.tx.v1beta1/types/tendermint/types/params.js +0 -378
- package/cosmos.tx.v1beta1/types/tendermint/types/params.ts +0 -514
- package/cosmos.tx.v1beta1/types/tendermint/types/types.js +0 -1207
- package/cosmos.tx.v1beta1/types/tendermint/types/types.ts +0 -1452
- package/cosmos.tx.v1beta1/types/tendermint/types/validator.js +0 -254
- package/cosmos.tx.v1beta1/types/tendermint/types/validator.ts +0 -308
- package/cosmos.tx.v1beta1/types/tendermint/version/types.js +0 -133
- package/cosmos.tx.v1beta1/types/tendermint/version/types.ts +0 -184
- package/cosmos.tx.v1beta1/types.js +0 -14
- package/cosmos.upgrade.v1beta1/index.js +0 -5
- package/cosmos.upgrade.v1beta1/module.js +0 -113
- package/cosmos.upgrade.v1beta1/registry.js +0 -7
- package/cosmos.upgrade.v1beta1/rest.js +0 -162
- package/cosmos.upgrade.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.upgrade.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.upgrade.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.upgrade.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/query.js +0 -501
- package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/query.ts +0 -728
- package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/tx.js +0 -183
- package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/tx.ts +0 -284
- package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
- package/cosmos.upgrade.v1beta1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
- package/cosmos.upgrade.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.upgrade.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.upgrade.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.upgrade.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.upgrade.v1beta1/types/google/api/annotations.js +0 -2
- package/cosmos.upgrade.v1beta1/types/google/api/annotations.ts +0 -2
- package/cosmos.upgrade.v1beta1/types/google/api/http.js +0 -260
- package/cosmos.upgrade.v1beta1/types/google/api/http.ts +0 -589
- package/cosmos.upgrade.v1beta1/types/google/protobuf/any.js +0 -99
- package/cosmos.upgrade.v1beta1/types/google/protobuf/any.ts +0 -240
- package/cosmos.upgrade.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.upgrade.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.upgrade.v1beta1/types/google/protobuf/timestamp.js +0 -84
- package/cosmos.upgrade.v1beta1/types/google/protobuf/timestamp.ts +0 -216
- package/cosmos.upgrade.v1beta1/types.js +0 -5
- package/cosmos.vesting.v1beta1/index.js +0 -5
- package/cosmos.vesting.v1beta1/module.js +0 -163
- package/cosmos.vesting.v1beta1/registry.js +0 -9
- package/cosmos.vesting.v1beta1/rest.js +0 -83
- package/cosmos.vesting.v1beta1/types/amino/amino.js +0 -2
- package/cosmos.vesting.v1beta1/types/amino/amino.ts +0 -2
- package/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.js +0 -260
- package/cosmos.vesting.v1beta1/types/cosmos/auth/v1beta1/auth.ts +0 -324
- package/cosmos.vesting.v1beta1/types/cosmos/base/v1beta1/coin.js +0 -192
- package/cosmos.vesting.v1beta1/types/cosmos/base/v1beta1/coin.ts +0 -261
- package/cosmos.vesting.v1beta1/types/cosmos/msg/v1/msg.js +0 -2
- package/cosmos.vesting.v1beta1/types/cosmos/msg/v1/msg.ts +0 -2
- package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/tx.js +0 -383
- package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/tx.ts +0 -542
- package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/vesting.js +0 -422
- package/cosmos.vesting.v1beta1/types/cosmos/vesting/v1beta1/vesting.ts +0 -534
- package/cosmos.vesting.v1beta1/types/cosmos_proto/cosmos.js +0 -171
- package/cosmos.vesting.v1beta1/types/cosmos_proto/cosmos.ts +0 -247
- package/cosmos.vesting.v1beta1/types/gogoproto/gogo.js +0 -2
- package/cosmos.vesting.v1beta1/types/gogoproto/gogo.ts +0 -2
- package/cosmos.vesting.v1beta1/types/google/protobuf/any.js +0 -99
- package/cosmos.vesting.v1beta1/types/google/protobuf/any.ts +0 -240
- package/cosmos.vesting.v1beta1/types/google/protobuf/descriptor.js +0 -2830
- package/cosmos.vesting.v1beta1/types/google/protobuf/descriptor.ts +0 -3753
- package/cosmos.vesting.v1beta1/types.js +0 -7
- package/ibc.applications.interchain_accounts.controller.v1/index.js +0 -5
- package/ibc.applications.interchain_accounts.controller.v1/module.js +0 -60
- package/ibc.applications.interchain_accounts.controller.v1/registry.js +0 -2
- package/ibc.applications.interchain_accounts.controller.v1/rest.js +0 -123
- package/ibc.applications.interchain_accounts.controller.v1/types/gogoproto/gogo.js +0 -2
- package/ibc.applications.interchain_accounts.controller.v1/types/gogoproto/gogo.ts +0 -2
- package/ibc.applications.interchain_accounts.controller.v1/types/google/api/annotations.js +0 -2
- package/ibc.applications.interchain_accounts.controller.v1/types/google/api/annotations.ts +0 -2
- package/ibc.applications.interchain_accounts.controller.v1/types/google/api/http.js +0 -260
- package/ibc.applications.interchain_accounts.controller.v1/types/google/api/http.ts +0 -589
- package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/any.js +0 -99
- package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/any.ts +0 -240
- package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/descriptor.js +0 -2830
- package/ibc.applications.interchain_accounts.controller.v1/types/google/protobuf/descriptor.ts +0 -3753
- package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/controller.js +0 -47
- package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/controller.ts +0 -75
- package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/query.js +0 -193
- package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/query.ts +0 -274
- package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.js +0 -266
- package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/controller/v1/tx.ts +0 -361
- package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/v1/packet.js +0 -192
- package/ibc.applications.interchain_accounts.controller.v1/types/ibc/applications/interchain_accounts/v1/packet.ts +0 -234
- package/ibc.applications.interchain_accounts.controller.v1/types.js +0 -2
- package/ibc.applications.interchain_accounts.host.v1/index.js +0 -5
- package/ibc.applications.interchain_accounts.host.v1/module.js +0 -58
- package/ibc.applications.interchain_accounts.host.v1/registry.js +0 -2
- package/ibc.applications.interchain_accounts.host.v1/rest.js +0 -100
- package/ibc.applications.interchain_accounts.host.v1/types/gogoproto/gogo.js +0 -2
- package/ibc.applications.interchain_accounts.host.v1/types/gogoproto/gogo.ts +0 -2
- package/ibc.applications.interchain_accounts.host.v1/types/google/api/annotations.js +0 -2
- package/ibc.applications.interchain_accounts.host.v1/types/google/api/annotations.ts +0 -2
- package/ibc.applications.interchain_accounts.host.v1/types/google/api/http.js +0 -260
- package/ibc.applications.interchain_accounts.host.v1/types/google/api/http.ts +0 -589
- package/ibc.applications.interchain_accounts.host.v1/types/google/protobuf/descriptor.js +0 -2830
- package/ibc.applications.interchain_accounts.host.v1/types/google/protobuf/descriptor.ts +0 -3753
- package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/host.js +0 -63
- package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/host.ts +0 -92
- package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/query.js +0 -94
- package/ibc.applications.interchain_accounts.host.v1/types/ibc/applications/interchain_accounts/host/v1/query.ts +0 -141
- package/ibc.applications.interchain_accounts.host.v1/types.js +0 -2
- package/ibc.applications.transfer.v1/index.js +0 -5
- package/ibc.applications.transfer.v1/module.js +0 -91
- package/ibc.applications.transfer.v1/registry.js +0 -5
- package/ibc.applications.transfer.v1/rest.js +0 -157
- package/ibc.applications.transfer.v1/types/amino/amino.js +0 -2
- package/ibc.applications.transfer.v1/types/amino/amino.ts +0 -2
- package/ibc.applications.transfer.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/ibc.applications.transfer.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/ibc.applications.transfer.v1/types/cosmos/base/v1beta1/coin.js +0 -192
- package/ibc.applications.transfer.v1/types/cosmos/base/v1beta1/coin.ts +0 -261
- package/ibc.applications.transfer.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
- package/ibc.applications.transfer.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
- package/ibc.applications.transfer.v1/types/cosmos_proto/cosmos.js +0 -171
- package/ibc.applications.transfer.v1/types/cosmos_proto/cosmos.ts +0 -247
- package/ibc.applications.transfer.v1/types/gogoproto/gogo.js +0 -2
- package/ibc.applications.transfer.v1/types/gogoproto/gogo.ts +0 -2
- package/ibc.applications.transfer.v1/types/google/api/annotations.js +0 -2
- package/ibc.applications.transfer.v1/types/google/api/annotations.ts +0 -2
- package/ibc.applications.transfer.v1/types/google/api/http.js +0 -260
- package/ibc.applications.transfer.v1/types/google/api/http.ts +0 -589
- package/ibc.applications.transfer.v1/types/google/protobuf/any.js +0 -99
- package/ibc.applications.transfer.v1/types/google/protobuf/any.ts +0 -240
- package/ibc.applications.transfer.v1/types/google/protobuf/descriptor.js +0 -2830
- package/ibc.applications.transfer.v1/types/google/protobuf/descriptor.ts +0 -3753
- package/ibc.applications.transfer.v1/types/google/protobuf/timestamp.js +0 -84
- package/ibc.applications.transfer.v1/types/google/protobuf/timestamp.ts +0 -216
- package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.js +0 -135
- package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/authz.ts +0 -178
- package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.js +0 -75
- package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/genesis.ts +0 -100
- package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.js +0 -483
- package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/query.ts +0 -659
- package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/transfer.js +0 -110
- package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/transfer.ts +0 -168
- package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/tx.js +0 -204
- package/ibc.applications.transfer.v1/types/ibc/applications/transfer/v1/tx.ts +0 -287
- package/ibc.applications.transfer.v1/types/ibc/core/client/v1/client.js +0 -448
- package/ibc.applications.transfer.v1/types/ibc/core/client/v1/client.ts +0 -608
- package/ibc.applications.transfer.v1/types.js +0 -3
- package/ibc.core.channel.v1/index.js +0 -5
- package/ibc.core.channel.v1/module.js +0 -72
- package/ibc.core.channel.v1/registry.js +0 -2
- package/ibc.core.channel.v1/rest.js +0 -323
- package/ibc.core.channel.v1/types/amino/amino.js +0 -2
- package/ibc.core.channel.v1/types/amino/amino.ts +0 -2
- package/ibc.core.channel.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/ibc.core.channel.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/ibc.core.channel.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
- package/ibc.core.channel.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
- package/ibc.core.channel.v1/types/cosmos_proto/cosmos.js +0 -171
- package/ibc.core.channel.v1/types/cosmos_proto/cosmos.ts +0 -247
- package/ibc.core.channel.v1/types/gogoproto/gogo.js +0 -2
- package/ibc.core.channel.v1/types/gogoproto/gogo.ts +0 -2
- package/ibc.core.channel.v1/types/google/api/annotations.js +0 -2
- package/ibc.core.channel.v1/types/google/api/annotations.ts +0 -2
- package/ibc.core.channel.v1/types/google/api/http.js +0 -260
- package/ibc.core.channel.v1/types/google/api/http.ts +0 -589
- package/ibc.core.channel.v1/types/google/protobuf/any.js +0 -99
- package/ibc.core.channel.v1/types/google/protobuf/any.ts +0 -240
- package/ibc.core.channel.v1/types/google/protobuf/descriptor.js +0 -2830
- package/ibc.core.channel.v1/types/google/protobuf/descriptor.ts +0 -3753
- package/ibc.core.channel.v1/types/google/protobuf/timestamp.js +0 -84
- package/ibc.core.channel.v1/types/google/protobuf/timestamp.ts +0 -216
- package/ibc.core.channel.v1/types/ibc/core/channel/v1/channel.js +0 -714
- package/ibc.core.channel.v1/types/ibc/core/channel/v1/channel.ts +0 -905
- package/ibc.core.channel.v1/types/ibc/core/channel/v1/genesis.js +0 -254
- package/ibc.core.channel.v1/types/ibc/core/channel/v1/genesis.ts +0 -301
- package/ibc.core.channel.v1/types/ibc/core/channel/v1/query.js +0 -1866
- package/ibc.core.channel.v1/types/ibc/core/channel/v1/query.ts +0 -2472
- package/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.js +0 -1425
- package/ibc.core.channel.v1/types/ibc/core/channel/v1/tx.ts +0 -1784
- package/ibc.core.channel.v1/types/ibc/core/client/v1/client.js +0 -448
- package/ibc.core.channel.v1/types/ibc/core/client/v1/client.ts +0 -608
- package/ibc.core.channel.v1/types.js +0 -9
- package/ibc.core.client.v1/index.js +0 -5
- package/ibc.core.client.v1/module.js +0 -74
- package/ibc.core.client.v1/registry.js +0 -2
- package/ibc.core.client.v1/rest.js +0 -218
- package/ibc.core.client.v1/types/amino/amino.js +0 -2
- package/ibc.core.client.v1/types/amino/amino.ts +0 -2
- package/ibc.core.client.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/ibc.core.client.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/ibc.core.client.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
- package/ibc.core.client.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
- package/ibc.core.client.v1/types/cosmos_proto/cosmos.js +0 -171
- package/ibc.core.client.v1/types/cosmos_proto/cosmos.ts +0 -247
- package/ibc.core.client.v1/types/gogoproto/gogo.js +0 -2
- package/ibc.core.client.v1/types/gogoproto/gogo.ts +0 -2
- package/ibc.core.client.v1/types/google/api/annotations.js +0 -2
- package/ibc.core.client.v1/types/google/api/annotations.ts +0 -2
- package/ibc.core.client.v1/types/google/api/http.js +0 -260
- package/ibc.core.client.v1/types/google/api/http.ts +0 -589
- package/ibc.core.client.v1/types/google/protobuf/any.js +0 -99
- package/ibc.core.client.v1/types/google/protobuf/any.ts +0 -240
- package/ibc.core.client.v1/types/google/protobuf/descriptor.js +0 -2830
- package/ibc.core.client.v1/types/google/protobuf/descriptor.ts +0 -3753
- package/ibc.core.client.v1/types/google/protobuf/timestamp.js +0 -84
- package/ibc.core.client.v1/types/google/protobuf/timestamp.ts +0 -216
- package/ibc.core.client.v1/types/ibc/core/client/v1/client.js +0 -448
- package/ibc.core.client.v1/types/ibc/core/client/v1/client.ts +0 -608
- package/ibc.core.client.v1/types/ibc/core/client/v1/genesis.js +0 -287
- package/ibc.core.client.v1/types/ibc/core/client/v1/genesis.ts +0 -357
- package/ibc.core.client.v1/types/ibc/core/client/v1/query.js +0 -1026
- package/ibc.core.client.v1/types/ibc/core/client/v1/query.ts +0 -1390
- package/ibc.core.client.v1/types/ibc/core/client/v1/tx.js +0 -509
- package/ibc.core.client.v1/types/ibc/core/client/v1/tx.ts +0 -691
- package/ibc.core.client.v1/types.js +0 -10
- package/ibc.core.connection.v1/index.js +0 -5
- package/ibc.core.connection.v1/module.js +0 -72
- package/ibc.core.connection.v1/registry.js +0 -2
- package/ibc.core.connection.v1/rest.js +0 -191
- package/ibc.core.connection.v1/types/amino/amino.js +0 -2
- package/ibc.core.connection.v1/types/amino/amino.ts +0 -2
- package/ibc.core.connection.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/ibc.core.connection.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/ibc.core.connection.v1/types/cosmos/ics23/v1/proofs.js +0 -1126
- package/ibc.core.connection.v1/types/cosmos/ics23/v1/proofs.ts +0 -1408
- package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
- package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
- package/ibc.core.connection.v1/types/cosmos_proto/cosmos.js +0 -171
- package/ibc.core.connection.v1/types/cosmos_proto/cosmos.ts +0 -247
- package/ibc.core.connection.v1/types/gogoproto/gogo.js +0 -2
- package/ibc.core.connection.v1/types/gogoproto/gogo.ts +0 -2
- package/ibc.core.connection.v1/types/google/api/annotations.js +0 -2
- package/ibc.core.connection.v1/types/google/api/annotations.ts +0 -2
- package/ibc.core.connection.v1/types/google/api/http.js +0 -260
- package/ibc.core.connection.v1/types/google/api/http.ts +0 -589
- package/ibc.core.connection.v1/types/google/protobuf/any.js +0 -99
- package/ibc.core.connection.v1/types/google/protobuf/any.ts +0 -240
- package/ibc.core.connection.v1/types/google/protobuf/descriptor.js +0 -2830
- package/ibc.core.connection.v1/types/google/protobuf/descriptor.ts +0 -3753
- package/ibc.core.connection.v1/types/google/protobuf/timestamp.js +0 -84
- package/ibc.core.connection.v1/types/google/protobuf/timestamp.ts +0 -216
- package/ibc.core.connection.v1/types/ibc/core/client/v1/client.js +0 -448
- package/ibc.core.connection.v1/types/ibc/core/client/v1/client.ts +0 -608
- package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.js +0 -223
- package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.ts +0 -299
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/connection.js +0 -537
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/connection.ts +0 -698
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/genesis.js +0 -120
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/genesis.ts +0 -152
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/query.js +0 -766
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/query.ts +0 -1041
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.js +0 -705
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.ts +0 -908
- package/ibc.core.connection.v1/types/proofs.js +0 -1126
- package/ibc.core.connection.v1/types/proofs.ts +0 -1408
- package/ibc.core.connection.v1/types.js +0 -8
- package/index.js +0 -64
- /package/{DecentralCardGame.cardchain.featureflag → cosmos.base.node.v1beta1}/registry.ts +0 -0
- /package/{DecentralCardGame.cardchain.featureflag → lib/cosmos.base.node.v1beta1}/registry.js +0 -0
- /package/{cosmos.consensus.v1/types.js → lib/cosmos.base.node.v1beta1/types.d.ts} +0 -0
- /package/{cosmos.crisis.v1beta1 → lib/cosmos.base.node.v1beta1}/types.js +0 -0
- /package/{cosmos.auth.v1beta1 → lib/cosmos.base.tendermint.v1beta1}/registry.js +0 -0
- /package/{env.js → lib/cosmos.consensus.v1/types.d.ts} +0 -0
- /package/{modules.js → lib/cosmos.consensus.v1/types.js} +0 -0
- /package/{cosmos.base.tendermint.v1beta1 → lib/cosmos.params.v1beta1}/registry.js +0 -0
- /package/{cosmos.mint.v1beta1 → lib/cosmos.tx.v1beta1}/registry.js +0 -0
- /package/{helpers.js → lib/helpers.js} +0 -0
|
@@ -1,814 +1,103 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/*
|
|
4
|
-
* ---------------------------------------------------------------
|
|
5
|
-
* ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API ##
|
|
6
|
-
* ## ##
|
|
7
|
-
* ## AUTHOR: acacode ##
|
|
8
|
-
* ## SOURCE: https://github.com/acacode/swagger-typescript-api ##
|
|
9
|
-
* ---------------------------------------------------------------
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* `Any` contains an arbitrary serialized protocol buffer message along with a
|
|
14
|
-
URL that describes the type of the serialized message.
|
|
15
|
-
|
|
16
|
-
Protobuf library provides support to pack/unpack Any values in the form
|
|
17
|
-
of utility functions or additional generated methods of the Any type.
|
|
18
|
-
|
|
19
|
-
Example 1: Pack and unpack a message in C++.
|
|
20
|
-
|
|
21
|
-
Foo foo = ...;
|
|
22
|
-
Any any;
|
|
23
|
-
any.PackFrom(foo);
|
|
24
|
-
...
|
|
25
|
-
if (any.UnpackTo(&foo)) {
|
|
26
|
-
...
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
Example 2: Pack and unpack a message in Java.
|
|
30
|
-
|
|
31
|
-
Foo foo = ...;
|
|
32
|
-
Any any = Any.pack(foo);
|
|
33
|
-
...
|
|
34
|
-
if (any.is(Foo.class)) {
|
|
35
|
-
foo = any.unpack(Foo.class);
|
|
36
|
-
}
|
|
37
|
-
|
|
38
|
-
Example 3: Pack and unpack a message in Python.
|
|
39
|
-
|
|
40
|
-
foo = Foo(...)
|
|
41
|
-
any = Any()
|
|
42
|
-
any.Pack(foo)
|
|
43
|
-
...
|
|
44
|
-
if any.Is(Foo.DESCRIPTOR):
|
|
45
|
-
any.Unpack(foo)
|
|
46
|
-
...
|
|
47
|
-
|
|
48
|
-
Example 4: Pack and unpack a message in Go
|
|
49
|
-
|
|
50
|
-
foo := &pb.Foo{...}
|
|
51
|
-
any, err := anypb.New(foo)
|
|
52
|
-
if err != nil {
|
|
53
|
-
...
|
|
54
|
-
}
|
|
55
|
-
...
|
|
56
|
-
foo := &pb.Foo{}
|
|
57
|
-
if err := any.UnmarshalTo(foo); err != nil {
|
|
58
|
-
...
|
|
59
|
-
}
|
|
60
|
-
|
|
61
|
-
The pack methods provided by protobuf library will by default use
|
|
62
|
-
'type.googleapis.com/full.type.name' as the type URL and the unpack
|
|
63
|
-
methods only use the fully qualified type name after the last '/'
|
|
64
|
-
in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
|
65
|
-
name "y.z".
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
JSON
|
|
69
|
-
====
|
|
70
|
-
The JSON representation of an `Any` value uses the regular
|
|
71
|
-
representation of the deserialized, embedded message, with an
|
|
72
|
-
additional field `@type` which contains the type URL. Example:
|
|
73
|
-
|
|
74
|
-
package google.profile;
|
|
75
|
-
message Person {
|
|
76
|
-
string first_name = 1;
|
|
77
|
-
string last_name = 2;
|
|
78
|
-
}
|
|
79
|
-
|
|
80
|
-
{
|
|
81
|
-
"@type": "type.googleapis.com/google.profile.Person",
|
|
82
|
-
"firstName": <string>,
|
|
83
|
-
"lastName": <string>
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
If the embedded message type is well-known and has a custom JSON
|
|
87
|
-
representation, that representation will be embedded adding a field
|
|
88
|
-
`value` which holds the custom JSON in addition to the `@type`
|
|
89
|
-
field. Example (for message [google.protobuf.Duration][]):
|
|
90
|
-
|
|
91
|
-
{
|
|
92
|
-
"@type": "type.googleapis.com/google.protobuf.Duration",
|
|
93
|
-
"value": "1.212s"
|
|
94
|
-
}
|
|
95
|
-
*/
|
|
96
|
-
export interface ProtobufAny {
|
|
97
|
-
/**
|
|
98
|
-
* A URL/resource name that uniquely identifies the type of the serialized
|
|
99
|
-
* protocol buffer message. This string must contain at least
|
|
100
|
-
* one "/" character. The last segment of the URL's path must represent
|
|
101
|
-
* the fully qualified name of the type (as in
|
|
102
|
-
* `path/google.protobuf.Duration`). The name should be in a canonical form
|
|
103
|
-
* (e.g., leading "." is not accepted).
|
|
104
|
-
*
|
|
105
|
-
* In practice, teams usually precompile into the binary all types that they
|
|
106
|
-
* expect it to use in the context of Any. However, for URLs which use the
|
|
107
|
-
* scheme `http`, `https`, or no scheme, one can optionally set up a type
|
|
108
|
-
* server that maps type URLs to message definitions as follows:
|
|
109
|
-
* * If no scheme is provided, `https` is assumed.
|
|
110
|
-
* * An HTTP GET on the URL must yield a [google.protobuf.Type][]
|
|
111
|
-
* value in binary format, or produce an error.
|
|
112
|
-
* * Applications are allowed to cache lookup results based on the
|
|
113
|
-
* URL, or have them precompiled into a binary to avoid any
|
|
114
|
-
* lookup. Therefore, binary compatibility needs to be preserved
|
|
115
|
-
* on changes to types. (Use versioned type names to manage
|
|
116
|
-
* breaking changes.)
|
|
117
|
-
* Note: this functionality is not currently available in the official
|
|
118
|
-
* protobuf release, and it is not used for type URLs beginning with
|
|
119
|
-
* type.googleapis.com.
|
|
120
|
-
* Schemes other than `http`, `https` (or the empty scheme) might be
|
|
121
|
-
* used with implementation specific semantics.
|
|
122
|
-
*/
|
|
123
|
-
"@type"?: string;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
export interface RpcStatus {
|
|
127
|
-
/** @format int32 */
|
|
128
|
-
code?: number;
|
|
129
|
-
message?: string;
|
|
130
|
-
details?: ProtobufAny[];
|
|
131
|
-
}
|
|
132
|
-
|
|
133
|
-
/**
|
|
134
|
-
* Delegation represents the bond with tokens held by an account. It is
|
|
135
|
-
owned by one delegator, and is associated with the voting power of one
|
|
136
|
-
validator.
|
|
137
|
-
*/
|
|
138
|
-
export interface Stakingv1Beta1Delegation {
|
|
139
|
-
/** delegator_address is the bech32-encoded address of the delegator. */
|
|
140
|
-
delegator_address?: string;
|
|
141
|
-
|
|
142
|
-
/** validator_address is the bech32-encoded address of the validator. */
|
|
143
|
-
validator_address?: string;
|
|
144
|
-
|
|
145
|
-
/** shares define the delegation shares received. */
|
|
146
|
-
shares?: string;
|
|
147
|
-
}
|
|
148
|
-
|
|
149
|
-
/**
|
|
150
|
-
* HistoricalInfo contains header and validator information for a given block.
|
|
151
|
-
It is stored as part of staking module's state, which persists the `n` most
|
|
152
|
-
recent HistoricalInfo
|
|
153
|
-
(`n` is set by the staking module's `historical_entries` parameter).
|
|
154
|
-
*/
|
|
155
|
-
export interface Stakingv1Beta1HistoricalInfo {
|
|
156
|
-
/** Header defines the structure of a block header. */
|
|
157
|
-
header?: TypesHeader;
|
|
158
|
-
valset?: Stakingv1Beta1Validator[];
|
|
159
|
-
}
|
|
160
|
-
|
|
161
|
-
/**
|
|
162
|
-
* Params defines the parameters for the staking module.
|
|
163
|
-
*/
|
|
164
|
-
export interface Stakingv1Beta1Params {
|
|
165
|
-
/** unbonding_time is the time duration of unbonding. */
|
|
166
|
-
unbonding_time?: string;
|
|
167
|
-
|
|
168
|
-
/**
|
|
169
|
-
* max_validators is the maximum number of validators.
|
|
170
|
-
* @format int64
|
|
171
|
-
*/
|
|
172
|
-
max_validators?: number;
|
|
173
|
-
|
|
174
|
-
/**
|
|
175
|
-
* max_entries is the max entries for either unbonding delegation or redelegation (per pair/trio).
|
|
176
|
-
* @format int64
|
|
177
|
-
*/
|
|
178
|
-
max_entries?: number;
|
|
179
|
-
|
|
180
|
-
/**
|
|
181
|
-
* historical_entries is the number of historical entries to persist.
|
|
182
|
-
* @format int64
|
|
183
|
-
*/
|
|
184
|
-
historical_entries?: number;
|
|
185
|
-
|
|
186
|
-
/** bond_denom defines the bondable coin denomination. */
|
|
187
|
-
bond_denom?: string;
|
|
188
|
-
|
|
189
|
-
/** min_commission_rate is the chain-wide minimum commission rate that a validator can charge their delegators */
|
|
190
|
-
min_commission_rate?: string;
|
|
191
|
-
}
|
|
192
|
-
|
|
193
|
-
/**
|
|
194
|
-
* Pool is used for tracking bonded and not-bonded token supply of the bond
|
|
195
|
-
denomination.
|
|
196
|
-
*/
|
|
197
|
-
export interface Stakingv1Beta1Pool {
|
|
198
|
-
not_bonded_tokens?: string;
|
|
199
|
-
bonded_tokens?: string;
|
|
200
|
-
}
|
|
201
|
-
|
|
202
|
-
/**
|
|
203
|
-
* UnbondingDelegation stores all of a single delegator's unbonding bonds
|
|
204
|
-
for a single validator in an time-ordered list.
|
|
205
|
-
*/
|
|
206
|
-
export interface Stakingv1Beta1UnbondingDelegation {
|
|
207
|
-
/** delegator_address is the bech32-encoded address of the delegator. */
|
|
208
|
-
delegator_address?: string;
|
|
209
|
-
|
|
210
|
-
/** validator_address is the bech32-encoded address of the validator. */
|
|
211
|
-
validator_address?: string;
|
|
212
|
-
|
|
213
|
-
/**
|
|
214
|
-
* entries are the unbonding delegation entries.
|
|
215
|
-
*
|
|
216
|
-
* unbonding delegation entries
|
|
217
|
-
*/
|
|
218
|
-
entries?: V1Beta1UnbondingDelegationEntry[];
|
|
219
|
-
}
|
|
220
|
-
|
|
221
|
-
/**
|
|
222
|
-
* Validator defines a validator, together with the total amount of the
|
|
223
|
-
Validator's bond shares and their exchange rate to coins. Slashing results in
|
|
224
|
-
a decrease in the exchange rate, allowing correct calculation of future
|
|
225
|
-
undelegations without iterating over delegators. When coins are delegated to
|
|
226
|
-
this validator, the validator is credited with a delegation whose number of
|
|
227
|
-
bond shares is based on the amount of coins delegated divided by the current
|
|
228
|
-
exchange rate. Voting power can be calculated as total bonded shares
|
|
229
|
-
multiplied by exchange rate.
|
|
230
|
-
*/
|
|
231
|
-
export interface Stakingv1Beta1Validator {
|
|
232
|
-
/** operator_address defines the address of the validator's operator; bech encoded in JSON. */
|
|
233
|
-
operator_address?: string;
|
|
234
|
-
|
|
235
|
-
/** consensus_pubkey is the consensus public key of the validator, as a Protobuf Any. */
|
|
236
|
-
consensus_pubkey?: ProtobufAny;
|
|
237
|
-
|
|
238
|
-
/** jailed defined whether the validator has been jailed from bonded status or not. */
|
|
239
|
-
jailed?: boolean;
|
|
240
|
-
|
|
241
|
-
/** status is the validator status (bonded/unbonding/unbonded). */
|
|
242
|
-
status?: V1Beta1BondStatus;
|
|
243
|
-
|
|
244
|
-
/** tokens define the delegated tokens (incl. self-delegation). */
|
|
245
|
-
tokens?: string;
|
|
246
|
-
|
|
247
|
-
/** delegator_shares defines total shares issued to a validator's delegators. */
|
|
248
|
-
delegator_shares?: string;
|
|
249
|
-
|
|
250
|
-
/** description defines the description terms for the validator. */
|
|
251
|
-
description?: V1Beta1Description;
|
|
252
|
-
|
|
253
|
-
/**
|
|
254
|
-
* unbonding_height defines, if unbonding, the height at which this validator has begun unbonding.
|
|
255
|
-
* @format int64
|
|
256
|
-
*/
|
|
257
|
-
unbonding_height?: string;
|
|
258
|
-
|
|
259
|
-
/**
|
|
260
|
-
* unbonding_time defines, if unbonding, the min time for the validator to complete unbonding.
|
|
261
|
-
* @format date-time
|
|
262
|
-
*/
|
|
263
|
-
unbonding_time?: string;
|
|
264
|
-
|
|
265
|
-
/** commission defines the commission parameters. */
|
|
266
|
-
commission?: V1Beta1Commission;
|
|
267
|
-
|
|
268
|
-
/**
|
|
269
|
-
* min_self_delegation is the validator's self declared minimum self delegation.
|
|
270
|
-
*
|
|
271
|
-
* Since: cosmos-sdk 0.46
|
|
272
|
-
*/
|
|
273
|
-
min_self_delegation?: string;
|
|
274
|
-
}
|
|
275
|
-
|
|
276
|
-
export interface TypesBlockID {
|
|
277
|
-
/** @format byte */
|
|
278
|
-
hash?: string;
|
|
279
|
-
part_set_header?: TypesPartSetHeader;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
/**
|
|
283
|
-
* Header defines the structure of a block header.
|
|
284
|
-
*/
|
|
285
|
-
export interface TypesHeader {
|
|
286
|
-
/**
|
|
287
|
-
* basic block info
|
|
288
|
-
* Consensus captures the consensus rules for processing a block in the blockchain,
|
|
289
|
-
* including all blockchain data structures and the rules of the application's
|
|
290
|
-
* state transition machine.
|
|
291
|
-
*/
|
|
292
|
-
version?: VersionConsensus;
|
|
293
|
-
chain_id?: string;
|
|
294
|
-
|
|
295
|
-
/** @format int64 */
|
|
296
|
-
height?: string;
|
|
297
|
-
|
|
298
|
-
/** @format date-time */
|
|
299
|
-
time?: string;
|
|
300
|
-
|
|
301
|
-
/** prev block info */
|
|
302
|
-
last_block_id?: TypesBlockID;
|
|
303
|
-
|
|
304
|
-
/**
|
|
305
|
-
* hashes of block data
|
|
306
|
-
* commit from validators from the last block
|
|
307
|
-
* @format byte
|
|
308
|
-
*/
|
|
309
|
-
last_commit_hash?: string;
|
|
310
|
-
|
|
311
|
-
/**
|
|
312
|
-
* transactions
|
|
313
|
-
* @format byte
|
|
314
|
-
*/
|
|
315
|
-
data_hash?: string;
|
|
316
|
-
|
|
317
|
-
/**
|
|
318
|
-
* hashes from the app output from the prev block
|
|
319
|
-
* validators for the current block
|
|
320
|
-
* @format byte
|
|
321
|
-
*/
|
|
322
|
-
validators_hash?: string;
|
|
323
|
-
|
|
324
|
-
/**
|
|
325
|
-
* validators for the next block
|
|
326
|
-
* @format byte
|
|
327
|
-
*/
|
|
328
|
-
next_validators_hash?: string;
|
|
329
|
-
|
|
330
|
-
/**
|
|
331
|
-
* consensus params for current block
|
|
332
|
-
* @format byte
|
|
333
|
-
*/
|
|
334
|
-
consensus_hash?: string;
|
|
335
|
-
|
|
336
|
-
/**
|
|
337
|
-
* state after txs from the previous block
|
|
338
|
-
* @format byte
|
|
339
|
-
*/
|
|
340
|
-
app_hash?: string;
|
|
341
|
-
|
|
342
|
-
/**
|
|
343
|
-
* root hash of all results from the txs from the previous block
|
|
344
|
-
* @format byte
|
|
345
|
-
*/
|
|
346
|
-
last_results_hash?: string;
|
|
347
|
-
|
|
348
|
-
/**
|
|
349
|
-
* consensus info
|
|
350
|
-
* evidence included in the block
|
|
351
|
-
* @format byte
|
|
352
|
-
*/
|
|
353
|
-
evidence_hash?: string;
|
|
354
|
-
|
|
355
|
-
/**
|
|
356
|
-
* original proposer of the block
|
|
357
|
-
* @format byte
|
|
358
|
-
*/
|
|
359
|
-
proposer_address?: string;
|
|
360
|
-
}
|
|
361
|
-
|
|
362
|
-
export interface TypesPartSetHeader {
|
|
363
|
-
/** @format int64 */
|
|
364
|
-
total?: number;
|
|
365
|
-
|
|
366
|
-
/** @format byte */
|
|
367
|
-
hash?: string;
|
|
368
|
-
}
|
|
369
|
-
|
|
370
|
-
/**
|
|
371
|
-
* BondStatus is the status of a validator.
|
|
372
|
-
|
|
373
|
-
- BOND_STATUS_UNSPECIFIED: UNSPECIFIED defines an invalid validator status.
|
|
374
|
-
- BOND_STATUS_UNBONDED: UNBONDED defines a validator that is not bonded.
|
|
375
|
-
- BOND_STATUS_UNBONDING: UNBONDING defines a validator that is unbonding.
|
|
376
|
-
- BOND_STATUS_BONDED: BONDED defines a validator that is bonded.
|
|
377
|
-
*/
|
|
378
|
-
export enum V1Beta1BondStatus {
|
|
379
|
-
BOND_STATUS_UNSPECIFIED = "BOND_STATUS_UNSPECIFIED",
|
|
380
|
-
BOND_STATUS_UNBONDED = "BOND_STATUS_UNBONDED",
|
|
381
|
-
BOND_STATUS_UNBONDING = "BOND_STATUS_UNBONDING",
|
|
382
|
-
BOND_STATUS_BONDED = "BOND_STATUS_BONDED",
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
/**
|
|
386
|
-
* Coin defines a token with a denomination and an amount.
|
|
387
|
-
|
|
388
|
-
NOTE: The amount field is an Int which implements the custom method
|
|
389
|
-
signatures required by gogoproto.
|
|
390
|
-
*/
|
|
391
|
-
export interface V1Beta1Coin {
|
|
392
|
-
denom?: string;
|
|
393
|
-
amount?: string;
|
|
394
|
-
}
|
|
395
|
-
|
|
396
|
-
/**
|
|
397
|
-
* Commission defines commission parameters for a given validator.
|
|
398
|
-
*/
|
|
399
|
-
export interface V1Beta1Commission {
|
|
400
|
-
/** commission_rates defines the initial commission rates to be used for creating a validator. */
|
|
401
|
-
commission_rates?: V1Beta1CommissionRates;
|
|
402
|
-
|
|
403
|
-
/**
|
|
404
|
-
* update_time is the last time the commission rate was changed.
|
|
405
|
-
* @format date-time
|
|
406
|
-
*/
|
|
407
|
-
update_time?: string;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
|
-
/**
|
|
411
|
-
* CommissionRates defines the initial commission rates to be used for creating
|
|
412
|
-
a validator.
|
|
413
|
-
*/
|
|
414
|
-
export interface V1Beta1CommissionRates {
|
|
415
|
-
/** rate is the commission rate charged to delegators, as a fraction. */
|
|
416
|
-
rate?: string;
|
|
417
|
-
|
|
418
|
-
/** max_rate defines the maximum commission rate which validator can ever charge, as a fraction. */
|
|
419
|
-
max_rate?: string;
|
|
420
|
-
|
|
421
|
-
/** max_change_rate defines the maximum daily increase of the validator commission, as a fraction. */
|
|
422
|
-
max_change_rate?: string;
|
|
423
|
-
}
|
|
424
|
-
|
|
425
|
-
/**
|
|
426
|
-
* DelegationResponse is equivalent to Delegation except that it contains a
|
|
427
|
-
balance in addition to shares which is more suitable for client responses.
|
|
428
|
-
*/
|
|
429
|
-
export interface V1Beta1DelegationResponse {
|
|
430
|
-
/**
|
|
431
|
-
* Delegation represents the bond with tokens held by an account. It is
|
|
432
|
-
* owned by one delegator, and is associated with the voting power of one
|
|
433
|
-
* validator.
|
|
434
|
-
*/
|
|
435
|
-
delegation?: Stakingv1Beta1Delegation;
|
|
436
|
-
|
|
437
|
-
/**
|
|
438
|
-
* Coin defines a token with a denomination and an amount.
|
|
439
|
-
*
|
|
440
|
-
* NOTE: The amount field is an Int which implements the custom method
|
|
441
|
-
* signatures required by gogoproto.
|
|
442
|
-
*/
|
|
443
|
-
balance?: V1Beta1Coin;
|
|
444
|
-
}
|
|
445
|
-
|
|
446
|
-
/**
|
|
447
|
-
* Description defines a validator description.
|
|
448
|
-
*/
|
|
449
|
-
export interface V1Beta1Description {
|
|
450
|
-
/** moniker defines a human-readable name for the validator. */
|
|
451
|
-
moniker?: string;
|
|
452
|
-
|
|
453
|
-
/** identity defines an optional identity signature (ex. UPort or Keybase). */
|
|
454
|
-
identity?: string;
|
|
455
|
-
|
|
456
|
-
/** website defines an optional website link. */
|
|
457
|
-
website?: string;
|
|
458
|
-
|
|
459
|
-
/** security_contact defines an optional email for security contact. */
|
|
460
|
-
security_contact?: string;
|
|
461
|
-
|
|
462
|
-
/** details define other optional details. */
|
|
463
|
-
details?: string;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
/**
|
|
467
|
-
* MsgBeginRedelegateResponse defines the Msg/BeginRedelegate response type.
|
|
468
|
-
*/
|
|
469
|
-
export interface V1Beta1MsgBeginRedelegateResponse {
|
|
470
|
-
/** @format date-time */
|
|
471
|
-
completion_time?: string;
|
|
472
|
-
}
|
|
473
|
-
|
|
474
|
-
/**
|
|
475
|
-
* Since: cosmos-sdk 0.46
|
|
476
|
-
*/
|
|
477
|
-
export type V1Beta1MsgCancelUnbondingDelegationResponse = object;
|
|
478
|
-
|
|
479
|
-
/**
|
|
480
|
-
* MsgCreateValidatorResponse defines the Msg/CreateValidator response type.
|
|
481
|
-
*/
|
|
482
|
-
export type V1Beta1MsgCreateValidatorResponse = object;
|
|
483
|
-
|
|
484
|
-
/**
|
|
485
|
-
* MsgDelegateResponse defines the Msg/Delegate response type.
|
|
486
|
-
*/
|
|
487
|
-
export type V1Beta1MsgDelegateResponse = object;
|
|
488
|
-
|
|
489
|
-
/**
|
|
490
|
-
* MsgEditValidatorResponse defines the Msg/EditValidator response type.
|
|
491
|
-
*/
|
|
492
|
-
export type V1Beta1MsgEditValidatorResponse = object;
|
|
493
|
-
|
|
494
|
-
/**
|
|
495
|
-
* MsgUndelegateResponse defines the Msg/Undelegate response type.
|
|
496
|
-
*/
|
|
497
|
-
export interface V1Beta1MsgUndelegateResponse {
|
|
498
|
-
/** @format date-time */
|
|
499
|
-
completion_time?: string;
|
|
500
|
-
}
|
|
501
|
-
|
|
502
|
-
/**
|
|
503
|
-
* message SomeRequest {
|
|
504
|
-
Foo some_parameter = 1;
|
|
505
|
-
PageRequest pagination = 2;
|
|
506
|
-
}
|
|
507
|
-
*/
|
|
508
|
-
export interface V1Beta1PageRequest {
|
|
509
|
-
/**
|
|
510
|
-
* key is a value returned in PageResponse.next_key to begin
|
|
511
|
-
* querying the next page most efficiently. Only one of offset or key
|
|
512
|
-
* should be set.
|
|
513
|
-
* @format byte
|
|
514
|
-
*/
|
|
515
|
-
key?: string;
|
|
516
|
-
|
|
517
|
-
/**
|
|
518
|
-
* offset is a numeric offset that can be used when key is unavailable.
|
|
519
|
-
* It is less efficient than using key. Only one of offset or key should
|
|
520
|
-
* be set.
|
|
521
|
-
* @format uint64
|
|
522
|
-
*/
|
|
523
|
-
offset?: string;
|
|
524
|
-
|
|
525
|
-
/**
|
|
526
|
-
* limit is the total number of results to be returned in the result page.
|
|
527
|
-
* If left empty it will default to a value to be set by each app.
|
|
528
|
-
* @format uint64
|
|
529
|
-
*/
|
|
530
|
-
limit?: string;
|
|
531
|
-
|
|
532
|
-
/**
|
|
533
|
-
* count_total is set to true to indicate that the result set should include
|
|
534
|
-
* a count of the total number of items available for pagination in UIs.
|
|
535
|
-
* count_total is only respected when offset is used. It is ignored when key
|
|
536
|
-
* is set.
|
|
537
|
-
*/
|
|
538
|
-
count_total?: boolean;
|
|
539
|
-
|
|
540
|
-
/**
|
|
541
|
-
* reverse is set to true if results are to be returned in the descending order.
|
|
542
|
-
*
|
|
543
|
-
* Since: cosmos-sdk 0.43
|
|
544
|
-
*/
|
|
545
|
-
reverse?: boolean;
|
|
546
|
-
}
|
|
547
|
-
|
|
548
|
-
/**
|
|
549
|
-
* PageResponse is to be embedded in gRPC response messages where the
|
|
550
|
-
corresponding request message has used PageRequest.
|
|
551
|
-
|
|
552
|
-
message SomeResponse {
|
|
553
|
-
repeated Bar results = 1;
|
|
554
|
-
PageResponse page = 2;
|
|
555
|
-
}
|
|
556
|
-
*/
|
|
557
|
-
export interface V1Beta1PageResponse {
|
|
558
|
-
/**
|
|
559
|
-
* next_key is the key to be passed to PageRequest.key to
|
|
560
|
-
* query the next page most efficiently. It will be empty if
|
|
561
|
-
* there are no more results.
|
|
562
|
-
* @format byte
|
|
563
|
-
*/
|
|
564
|
-
next_key?: string;
|
|
565
|
-
|
|
566
|
-
/**
|
|
567
|
-
* total is total number of results available if PageRequest.count_total
|
|
568
|
-
* was set, its value is undefined otherwise
|
|
569
|
-
* @format uint64
|
|
570
|
-
*/
|
|
571
|
-
total?: string;
|
|
572
|
-
}
|
|
573
|
-
|
|
574
|
-
/**
|
|
575
|
-
* QueryDelegationResponse is response type for the Query/Delegation RPC method.
|
|
576
|
-
*/
|
|
577
|
-
export interface V1Beta1QueryDelegationResponse {
|
|
578
|
-
/** delegation_responses defines the delegation info of a delegation. */
|
|
579
|
-
delegation_response?: V1Beta1DelegationResponse;
|
|
580
|
-
}
|
|
581
|
-
|
|
582
|
-
/**
|
|
583
|
-
* QueryDelegatorDelegationsResponse is response type for the
|
|
584
|
-
Query/DelegatorDelegations RPC method.
|
|
585
|
-
*/
|
|
586
|
-
export interface V1Beta1QueryDelegatorDelegationsResponse {
|
|
587
|
-
/** delegation_responses defines all the delegations' info of a delegator. */
|
|
588
|
-
delegation_responses?: V1Beta1DelegationResponse[];
|
|
589
|
-
|
|
590
|
-
/** pagination defines the pagination in the response. */
|
|
591
|
-
pagination?: V1Beta1PageResponse;
|
|
592
|
-
}
|
|
593
|
-
|
|
594
|
-
/**
|
|
595
|
-
* QueryUnbondingDelegatorDelegationsResponse is response type for the
|
|
596
|
-
Query/UnbondingDelegatorDelegations RPC method.
|
|
597
|
-
*/
|
|
598
|
-
export interface V1Beta1QueryDelegatorUnbondingDelegationsResponse {
|
|
599
|
-
unbonding_responses?: Stakingv1Beta1UnbondingDelegation[];
|
|
600
|
-
|
|
601
|
-
/** pagination defines the pagination in the response. */
|
|
602
|
-
pagination?: V1Beta1PageResponse;
|
|
603
|
-
}
|
|
604
|
-
|
|
605
|
-
/**
|
|
606
|
-
* QueryDelegatorValidatorResponse response type for the
|
|
607
|
-
Query/DelegatorValidator RPC method.
|
|
608
|
-
*/
|
|
609
|
-
export interface V1Beta1QueryDelegatorValidatorResponse {
|
|
610
|
-
/** validator defines the validator info. */
|
|
611
|
-
validator?: Stakingv1Beta1Validator;
|
|
612
|
-
}
|
|
613
|
-
|
|
614
|
-
/**
|
|
615
|
-
* QueryDelegatorValidatorsResponse is response type for the
|
|
616
|
-
Query/DelegatorValidators RPC method.
|
|
617
|
-
*/
|
|
618
|
-
export interface V1Beta1QueryDelegatorValidatorsResponse {
|
|
619
|
-
/** validators defines the validators' info of a delegator. */
|
|
620
|
-
validators?: Stakingv1Beta1Validator[];
|
|
621
|
-
|
|
622
|
-
/** pagination defines the pagination in the response. */
|
|
623
|
-
pagination?: V1Beta1PageResponse;
|
|
624
|
-
}
|
|
625
|
-
|
|
626
|
-
/**
|
|
627
|
-
* QueryHistoricalInfoResponse is response type for the Query/HistoricalInfo RPC
|
|
628
|
-
method.
|
|
629
|
-
*/
|
|
630
|
-
export interface V1Beta1QueryHistoricalInfoResponse {
|
|
631
|
-
/** hist defines the historical info at the given height. */
|
|
632
|
-
hist?: Stakingv1Beta1HistoricalInfo;
|
|
633
|
-
}
|
|
634
|
-
|
|
635
|
-
/**
|
|
636
|
-
* QueryParamsResponse is response type for the Query/Params RPC method.
|
|
637
|
-
*/
|
|
638
|
-
export interface V1Beta1QueryParamsResponse {
|
|
639
|
-
/** params holds all the parameters of this module. */
|
|
640
|
-
params?: Stakingv1Beta1Params;
|
|
641
|
-
}
|
|
642
|
-
|
|
643
|
-
/**
|
|
644
|
-
* QueryPoolResponse is response type for the Query/Pool RPC method.
|
|
645
|
-
*/
|
|
646
|
-
export interface V1Beta1QueryPoolResponse {
|
|
647
|
-
/** pool defines the pool info. */
|
|
648
|
-
pool?: Stakingv1Beta1Pool;
|
|
649
|
-
}
|
|
650
|
-
|
|
651
|
-
/**
|
|
652
|
-
* QueryRedelegationsResponse is response type for the Query/Redelegations RPC
|
|
653
|
-
method.
|
|
654
|
-
*/
|
|
655
|
-
export interface V1Beta1QueryRedelegationsResponse {
|
|
656
|
-
redelegation_responses?: V1Beta1RedelegationResponse[];
|
|
657
|
-
|
|
658
|
-
/** pagination defines the pagination in the response. */
|
|
659
|
-
pagination?: V1Beta1PageResponse;
|
|
660
|
-
}
|
|
661
|
-
|
|
662
|
-
/**
|
|
663
|
-
* QueryDelegationResponse is response type for the Query/UnbondingDelegation
|
|
664
|
-
RPC method.
|
|
665
|
-
*/
|
|
666
|
-
export interface V1Beta1QueryUnbondingDelegationResponse {
|
|
667
|
-
/** unbond defines the unbonding information of a delegation. */
|
|
668
|
-
unbond?: Stakingv1Beta1UnbondingDelegation;
|
|
669
|
-
}
|
|
670
|
-
|
|
671
|
-
export interface V1Beta1QueryValidatorDelegationsResponse {
|
|
672
|
-
delegation_responses?: V1Beta1DelegationResponse[];
|
|
673
|
-
|
|
674
|
-
/** pagination defines the pagination in the response. */
|
|
675
|
-
pagination?: V1Beta1PageResponse;
|
|
676
|
-
}
|
|
677
|
-
|
|
678
|
-
export interface V1Beta1QueryValidatorResponse {
|
|
679
|
-
/** validator defines the validator info. */
|
|
680
|
-
validator?: Stakingv1Beta1Validator;
|
|
681
|
-
}
|
|
682
|
-
|
|
683
|
-
/**
|
|
684
|
-
* QueryValidatorUnbondingDelegationsResponse is response type for the
|
|
685
|
-
Query/ValidatorUnbondingDelegations RPC method.
|
|
686
|
-
*/
|
|
687
|
-
export interface V1Beta1QueryValidatorUnbondingDelegationsResponse {
|
|
688
|
-
unbonding_responses?: Stakingv1Beta1UnbondingDelegation[];
|
|
689
|
-
|
|
690
|
-
/** pagination defines the pagination in the response. */
|
|
691
|
-
pagination?: V1Beta1PageResponse;
|
|
692
|
-
}
|
|
693
|
-
|
|
694
|
-
export interface V1Beta1QueryValidatorsResponse {
|
|
695
|
-
/** validators contains all the queried validators. */
|
|
696
|
-
validators?: Stakingv1Beta1Validator[];
|
|
697
|
-
|
|
698
|
-
/** pagination defines the pagination in the response. */
|
|
699
|
-
pagination?: V1Beta1PageResponse;
|
|
700
|
-
}
|
|
701
|
-
|
|
702
|
-
/**
|
|
703
|
-
* Redelegation contains the list of a particular delegator's redelegating bonds
|
|
704
|
-
from a particular source validator to a particular destination validator.
|
|
705
|
-
*/
|
|
706
|
-
export interface V1Beta1Redelegation {
|
|
707
|
-
/** delegator_address is the bech32-encoded address of the delegator. */
|
|
708
|
-
delegator_address?: string;
|
|
709
|
-
|
|
710
|
-
/** validator_src_address is the validator redelegation source operator address. */
|
|
711
|
-
validator_src_address?: string;
|
|
712
|
-
|
|
713
|
-
/** validator_dst_address is the validator redelegation destination operator address. */
|
|
714
|
-
validator_dst_address?: string;
|
|
715
|
-
|
|
716
|
-
/**
|
|
717
|
-
* entries are the redelegation entries.
|
|
718
|
-
*
|
|
719
|
-
* redelegation entries
|
|
720
|
-
*/
|
|
721
|
-
entries?: V1Beta1RedelegationEntry[];
|
|
722
|
-
}
|
|
723
|
-
|
|
724
|
-
/**
|
|
725
|
-
* RedelegationEntry defines a redelegation object with relevant metadata.
|
|
726
|
-
*/
|
|
727
|
-
export interface V1Beta1RedelegationEntry {
|
|
728
|
-
/**
|
|
729
|
-
* creation_height defines the height which the redelegation took place.
|
|
730
|
-
* @format int64
|
|
731
|
-
*/
|
|
732
|
-
creation_height?: string;
|
|
733
|
-
|
|
734
|
-
/**
|
|
735
|
-
* completion_time defines the unix time for redelegation completion.
|
|
736
|
-
* @format date-time
|
|
737
|
-
*/
|
|
738
|
-
completion_time?: string;
|
|
739
|
-
|
|
740
|
-
/** initial_balance defines the initial balance when redelegation started. */
|
|
741
|
-
initial_balance?: string;
|
|
742
|
-
|
|
743
|
-
/** shares_dst is the amount of destination-validator shares created by redelegation. */
|
|
744
|
-
shares_dst?: string;
|
|
745
|
-
}
|
|
746
|
-
|
|
747
|
-
/**
|
|
748
|
-
* RedelegationEntryResponse is equivalent to a RedelegationEntry except that it
|
|
749
|
-
contains a balance in addition to shares which is more suitable for client
|
|
750
|
-
responses.
|
|
751
|
-
*/
|
|
752
|
-
export interface V1Beta1RedelegationEntryResponse {
|
|
753
|
-
/** RedelegationEntry defines a redelegation object with relevant metadata. */
|
|
754
|
-
redelegation_entry?: V1Beta1RedelegationEntry;
|
|
755
|
-
balance?: string;
|
|
756
|
-
}
|
|
757
|
-
|
|
758
|
-
/**
|
|
759
|
-
* RedelegationResponse is equivalent to a Redelegation except that its entries
|
|
760
|
-
contain a balance in addition to shares which is more suitable for client
|
|
761
|
-
responses.
|
|
762
|
-
*/
|
|
763
|
-
export interface V1Beta1RedelegationResponse {
|
|
764
|
-
/**
|
|
765
|
-
* Redelegation contains the list of a particular delegator's redelegating bonds
|
|
766
|
-
* from a particular source validator to a particular destination validator.
|
|
767
|
-
*/
|
|
768
|
-
redelegation?: V1Beta1Redelegation;
|
|
769
|
-
entries?: V1Beta1RedelegationEntryResponse[];
|
|
770
|
-
}
|
|
771
|
-
|
|
772
|
-
/**
|
|
773
|
-
* UnbondingDelegationEntry defines an unbonding object with relevant metadata.
|
|
774
|
-
*/
|
|
775
|
-
export interface V1Beta1UnbondingDelegationEntry {
|
|
776
|
-
/**
|
|
777
|
-
* creation_height is the height which the unbonding took place.
|
|
778
|
-
* @format int64
|
|
779
|
-
*/
|
|
780
|
-
creation_height?: string;
|
|
781
|
-
|
|
782
|
-
/**
|
|
783
|
-
* completion_time is the unix time for unbonding completion.
|
|
784
|
-
* @format date-time
|
|
785
|
-
*/
|
|
786
|
-
completion_time?: string;
|
|
787
|
-
|
|
788
|
-
/** initial_balance defines the tokens initially scheduled to receive at completion. */
|
|
789
|
-
initial_balance?: string;
|
|
790
|
-
|
|
791
|
-
/** balance defines the tokens to receive at completion. */
|
|
792
|
-
balance?: string;
|
|
793
|
-
}
|
|
794
|
-
|
|
795
|
-
/**
|
|
796
|
-
* Consensus captures the consensus rules for processing a block in the blockchain,
|
|
797
|
-
including all blockchain data structures and the rules of the application's
|
|
798
|
-
state transition machine.
|
|
799
|
-
*/
|
|
800
|
-
export interface VersionConsensus {
|
|
801
|
-
/** @format uint64 */
|
|
802
|
-
block?: string;
|
|
803
|
-
|
|
804
|
-
/** @format uint64 */
|
|
805
|
-
app?: string;
|
|
806
|
-
}
|
|
807
|
-
|
|
808
1
|
import axios, { AxiosInstance, AxiosRequestConfig, AxiosResponse, ResponseType } from "axios";
|
|
2
|
+
import { QueryValidatorsResponse } from "../types/cosmos/staking/v1beta1/query";
|
|
3
|
+
import { QueryValidatorResponse } from "../types/cosmos/staking/v1beta1/query";
|
|
4
|
+
import { QueryValidatorDelegationsResponse } from "../types/cosmos/staking/v1beta1/query";
|
|
5
|
+
import { QueryValidatorUnbondingDelegationsResponse } from "../types/cosmos/staking/v1beta1/query";
|
|
6
|
+
import { QueryDelegationResponse } from "../types/cosmos/staking/v1beta1/query";
|
|
7
|
+
import { QueryUnbondingDelegationResponse } from "../types/cosmos/staking/v1beta1/query";
|
|
8
|
+
import { QueryDelegatorDelegationsResponse } from "../types/cosmos/staking/v1beta1/query";
|
|
9
|
+
import { QueryDelegatorUnbondingDelegationsResponse } from "../types/cosmos/staking/v1beta1/query";
|
|
10
|
+
import { QueryRedelegationsResponse } from "../types/cosmos/staking/v1beta1/query";
|
|
11
|
+
import { QueryDelegatorValidatorsResponse } from "../types/cosmos/staking/v1beta1/query";
|
|
12
|
+
import { QueryDelegatorValidatorResponse } from "../types/cosmos/staking/v1beta1/query";
|
|
13
|
+
import { QueryHistoricalInfoResponse } from "../types/cosmos/staking/v1beta1/query";
|
|
14
|
+
import { QueryPoolResponse } from "../types/cosmos/staking/v1beta1/query";
|
|
15
|
+
import { QueryParamsResponse } from "../types/cosmos/staking/v1beta1/query";
|
|
16
|
+
|
|
17
|
+
import { QueryValidatorsRequest } from "../types/cosmos/staking/v1beta1/query";
|
|
18
|
+
import { QueryValidatorRequest } from "../types/cosmos/staking/v1beta1/query";
|
|
19
|
+
import { QueryValidatorDelegationsRequest } from "../types/cosmos/staking/v1beta1/query";
|
|
20
|
+
import { QueryValidatorUnbondingDelegationsRequest } from "../types/cosmos/staking/v1beta1/query";
|
|
21
|
+
import { QueryDelegationRequest } from "../types/cosmos/staking/v1beta1/query";
|
|
22
|
+
import { QueryUnbondingDelegationRequest } from "../types/cosmos/staking/v1beta1/query";
|
|
23
|
+
import { QueryDelegatorDelegationsRequest } from "../types/cosmos/staking/v1beta1/query";
|
|
24
|
+
import { QueryDelegatorUnbondingDelegationsRequest } from "../types/cosmos/staking/v1beta1/query";
|
|
25
|
+
import { QueryRedelegationsRequest } from "../types/cosmos/staking/v1beta1/query";
|
|
26
|
+
import { QueryDelegatorValidatorsRequest } from "../types/cosmos/staking/v1beta1/query";
|
|
27
|
+
import { QueryDelegatorValidatorRequest } from "../types/cosmos/staking/v1beta1/query";
|
|
28
|
+
import { QueryHistoricalInfoRequest } from "../types/cosmos/staking/v1beta1/query";
|
|
29
|
+
import { QueryPoolRequest } from "../types/cosmos/staking/v1beta1/query";
|
|
30
|
+
import { QueryParamsRequest } from "../types/cosmos/staking/v1beta1/query";
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
import type {SnakeCasedPropertiesDeep} from 'type-fest';
|
|
809
34
|
|
|
810
35
|
export type QueryParamsType = Record<string | number, any>;
|
|
811
36
|
|
|
37
|
+
export type FlattenObject<TValue> = CollapseEntries<CreateObjectEntries<TValue, TValue>>;
|
|
38
|
+
|
|
39
|
+
type Entry = { key: string; value: unknown };
|
|
40
|
+
type EmptyEntry<TValue> = { key: ''; value: TValue };
|
|
41
|
+
type ExcludedTypes = Date | Set<unknown> | Map<unknown, unknown>;
|
|
42
|
+
type ArrayEncoder = `[${bigint}]`;
|
|
43
|
+
|
|
44
|
+
type EscapeArrayKey<TKey extends string> = TKey extends `${infer TKeyBefore}.${ArrayEncoder}${infer TKeyAfter}`
|
|
45
|
+
? EscapeArrayKey<`${TKeyBefore}${ArrayEncoder}${TKeyAfter}`>
|
|
46
|
+
: TKey;
|
|
47
|
+
|
|
48
|
+
// Transforms entries to one flattened type
|
|
49
|
+
type CollapseEntries<TEntry extends Entry> = {
|
|
50
|
+
[E in TEntry as EscapeArrayKey<E['key']>]: E['value'];
|
|
51
|
+
};
|
|
52
|
+
|
|
53
|
+
// Transforms array type to object
|
|
54
|
+
type CreateArrayEntry<TValue, TValueInitial> = OmitItself<
|
|
55
|
+
TValue extends unknown[] ? { [k: ArrayEncoder]: TValue[number] } : TValue,
|
|
56
|
+
TValueInitial
|
|
57
|
+
>;
|
|
58
|
+
|
|
59
|
+
// Omit the type that references itself
|
|
60
|
+
type OmitItself<TValue, TValueInitial> = TValue extends TValueInitial
|
|
61
|
+
? EmptyEntry<TValue>
|
|
62
|
+
: OmitExcludedTypes<TValue, TValueInitial>;
|
|
63
|
+
|
|
64
|
+
// Omit the type that is listed in ExcludedTypes union
|
|
65
|
+
type OmitExcludedTypes<TValue, TValueInitial> = TValue extends ExcludedTypes
|
|
66
|
+
? EmptyEntry<TValue>
|
|
67
|
+
: CreateObjectEntries<TValue, TValueInitial>;
|
|
68
|
+
|
|
69
|
+
type CreateObjectEntries<TValue, TValueInitial> = TValue extends object
|
|
70
|
+
? {
|
|
71
|
+
// Checks that Key is of type string
|
|
72
|
+
[TKey in keyof TValue]-?: TKey extends string
|
|
73
|
+
? // Nested key can be an object, run recursively to the bottom
|
|
74
|
+
CreateArrayEntry<TValue[TKey], TValueInitial> extends infer TNestedValue
|
|
75
|
+
? TNestedValue extends Entry
|
|
76
|
+
? TNestedValue['key'] extends ''
|
|
77
|
+
? {
|
|
78
|
+
key: TKey;
|
|
79
|
+
value: TNestedValue['value'];
|
|
80
|
+
}
|
|
81
|
+
:
|
|
82
|
+
| {
|
|
83
|
+
key: `${TKey}.${TNestedValue['key']}`;
|
|
84
|
+
value: TNestedValue['value'];
|
|
85
|
+
}
|
|
86
|
+
| {
|
|
87
|
+
key: TKey;
|
|
88
|
+
value: TValue[TKey];
|
|
89
|
+
}
|
|
90
|
+
: never
|
|
91
|
+
: never
|
|
92
|
+
: never;
|
|
93
|
+
}[keyof TValue] // Builds entry for each key
|
|
94
|
+
: EmptyEntry<TValue>;
|
|
95
|
+
|
|
96
|
+
export type ChangeProtoToJSPrimitives<T extends object> = {
|
|
97
|
+
[key in keyof T]: T[key] extends Uint8Array | Date ? string : T[key] extends object ? ChangeProtoToJSPrimitives<T[key]>: T[key];
|
|
98
|
+
// ^^^^ This line is used to convert Uint8Array to string, if you want to keep Uint8Array as is, you can remove this line
|
|
99
|
+
}
|
|
100
|
+
|
|
812
101
|
export interface FullRequestParams extends Omit<AxiosRequestConfig, "data" | "params" | "url" | "responseType"> {
|
|
813
102
|
/** set parameter to `true` for call `securityWorker` for this request */
|
|
814
103
|
secure?: boolean;
|
|
@@ -864,11 +153,11 @@ export class HttpClient<SecurityDataType = unknown> {
|
|
|
864
153
|
...params1,
|
|
865
154
|
...(params2 || {}),
|
|
866
155
|
headers: {
|
|
867
|
-
...(this.instance.defaults.headers
|
|
156
|
+
...(this.instance.defaults.headers ),
|
|
868
157
|
...(params1.headers || {}),
|
|
869
158
|
...((params2 && params2.headers) || {}),
|
|
870
159
|
},
|
|
871
|
-
};
|
|
160
|
+
} as AxiosRequestConfig;
|
|
872
161
|
}
|
|
873
162
|
|
|
874
163
|
private createFormData(input: Record<string, unknown>): FormData {
|
|
@@ -886,7 +175,7 @@ export class HttpClient<SecurityDataType = unknown> {
|
|
|
886
175
|
}, new FormData());
|
|
887
176
|
}
|
|
888
177
|
|
|
889
|
-
public request = async <T = any
|
|
178
|
+
public request = async <T = any>({
|
|
890
179
|
secure,
|
|
891
180
|
path,
|
|
892
181
|
type,
|
|
@@ -926,314 +215,273 @@ export class HttpClient<SecurityDataType = unknown> {
|
|
|
926
215
|
}
|
|
927
216
|
|
|
928
217
|
/**
|
|
929
|
-
* @title cosmos
|
|
930
|
-
* @version version not set
|
|
218
|
+
* @title cosmos.staking.v1beta1
|
|
931
219
|
*/
|
|
932
220
|
export class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDataType> {
|
|
933
221
|
/**
|
|
934
|
-
*
|
|
222
|
+
* QueryValidators
|
|
935
223
|
*
|
|
936
224
|
* @tags Query
|
|
937
|
-
* @name
|
|
938
|
-
* @
|
|
939
|
-
* @request GET:/cosmos/staking/v1beta1/delegations/{delegator_addr}
|
|
225
|
+
* @name queryValidators
|
|
226
|
+
* @request GET:/cosmos/staking/v1beta1/validators
|
|
940
227
|
*/
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
query?: {
|
|
944
|
-
"pagination.key"?: string;
|
|
945
|
-
"pagination.offset"?: string;
|
|
946
|
-
"pagination.limit"?: string;
|
|
947
|
-
"pagination.count_total"?: boolean;
|
|
948
|
-
"pagination.reverse"?: boolean;
|
|
949
|
-
},
|
|
228
|
+
queryValidators = (
|
|
229
|
+
query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryValidatorsRequest>>>,"">,
|
|
950
230
|
params: RequestParams = {},
|
|
951
231
|
) =>
|
|
952
|
-
this.request<
|
|
953
|
-
path: `/cosmos/staking/v1beta1/
|
|
232
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryValidatorsResponse>>>({
|
|
233
|
+
path: `/cosmos/staking/v1beta1/validators`,
|
|
954
234
|
method: "GET",
|
|
955
235
|
query: query,
|
|
956
236
|
format: "json",
|
|
957
237
|
...params,
|
|
958
238
|
});
|
|
959
|
-
|
|
239
|
+
|
|
960
240
|
/**
|
|
961
|
-
*
|
|
241
|
+
* QueryValidator
|
|
962
242
|
*
|
|
963
243
|
* @tags Query
|
|
964
|
-
* @name
|
|
965
|
-
* @
|
|
966
|
-
* @request GET:/cosmos/staking/v1beta1/delegators/{delegator_addr}/redelegations
|
|
244
|
+
* @name queryValidator
|
|
245
|
+
* @request GET:/cosmos/staking/v1beta1/validators/{validator_addr}
|
|
967
246
|
*/
|
|
968
|
-
|
|
969
|
-
|
|
970
|
-
query?: {
|
|
971
|
-
src_validator_addr?: string;
|
|
972
|
-
dst_validator_addr?: string;
|
|
973
|
-
"pagination.key"?: string;
|
|
974
|
-
"pagination.offset"?: string;
|
|
975
|
-
"pagination.limit"?: string;
|
|
976
|
-
"pagination.count_total"?: boolean;
|
|
977
|
-
"pagination.reverse"?: boolean;
|
|
978
|
-
},
|
|
247
|
+
queryValidator = (validator_addr: string,
|
|
248
|
+
query?: Record<string, any>,
|
|
979
249
|
params: RequestParams = {},
|
|
980
250
|
) =>
|
|
981
|
-
this.request<
|
|
982
|
-
path: `/cosmos/staking/v1beta1/
|
|
251
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryValidatorResponse>>>({
|
|
252
|
+
path: `/cosmos/staking/v1beta1/validators/${validator_addr}`,
|
|
983
253
|
method: "GET",
|
|
984
254
|
query: query,
|
|
985
255
|
format: "json",
|
|
986
256
|
...params,
|
|
987
257
|
});
|
|
988
|
-
|
|
258
|
+
|
|
989
259
|
/**
|
|
990
|
-
|
|
991
|
-
|
|
992
|
-
|
|
993
|
-
|
|
994
|
-
|
|
995
|
-
|
|
996
|
-
|
|
997
|
-
|
|
998
|
-
queryDelegatorUnbondingDelegations = (
|
|
999
|
-
delegatorAddr: string,
|
|
1000
|
-
query?: {
|
|
1001
|
-
"pagination.key"?: string;
|
|
1002
|
-
"pagination.offset"?: string;
|
|
1003
|
-
"pagination.limit"?: string;
|
|
1004
|
-
"pagination.count_total"?: boolean;
|
|
1005
|
-
"pagination.reverse"?: boolean;
|
|
1006
|
-
},
|
|
260
|
+
* QueryValidatorDelegations
|
|
261
|
+
*
|
|
262
|
+
* @tags Query
|
|
263
|
+
* @name queryValidatorDelegations
|
|
264
|
+
* @request GET:/cosmos/staking/v1beta1/validators/{validator_addr}/delegations
|
|
265
|
+
*/
|
|
266
|
+
queryValidatorDelegations = (validator_addr: string,
|
|
267
|
+
query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryValidatorDelegationsRequest>>>,"validator_addr">,
|
|
1007
268
|
params: RequestParams = {},
|
|
1008
269
|
) =>
|
|
1009
|
-
this.request<
|
|
1010
|
-
path: `/cosmos/staking/v1beta1/
|
|
270
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryValidatorDelegationsResponse>>>({
|
|
271
|
+
path: `/cosmos/staking/v1beta1/validators/${validator_addr}/delegations`,
|
|
1011
272
|
method: "GET",
|
|
1012
273
|
query: query,
|
|
1013
274
|
format: "json",
|
|
1014
275
|
...params,
|
|
1015
276
|
});
|
|
1016
|
-
|
|
277
|
+
|
|
1017
278
|
/**
|
|
1018
|
-
|
|
1019
|
-
|
|
1020
|
-
|
|
1021
|
-
|
|
1022
|
-
|
|
1023
|
-
|
|
1024
|
-
|
|
1025
|
-
|
|
1026
|
-
queryDelegatorValidators = (
|
|
1027
|
-
delegatorAddr: string,
|
|
1028
|
-
query?: {
|
|
1029
|
-
"pagination.key"?: string;
|
|
1030
|
-
"pagination.offset"?: string;
|
|
1031
|
-
"pagination.limit"?: string;
|
|
1032
|
-
"pagination.count_total"?: boolean;
|
|
1033
|
-
"pagination.reverse"?: boolean;
|
|
1034
|
-
},
|
|
279
|
+
* QueryValidatorUnbondingDelegations
|
|
280
|
+
*
|
|
281
|
+
* @tags Query
|
|
282
|
+
* @name queryValidatorUnbondingDelegations
|
|
283
|
+
* @request GET:/cosmos/staking/v1beta1/validators/{validator_addr}/unbonding_delegations
|
|
284
|
+
*/
|
|
285
|
+
queryValidatorUnbondingDelegations = (validator_addr: string,
|
|
286
|
+
query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryValidatorUnbondingDelegationsRequest>>>,"validator_addr">,
|
|
1035
287
|
params: RequestParams = {},
|
|
1036
288
|
) =>
|
|
1037
|
-
this.request<
|
|
1038
|
-
path: `/cosmos/staking/v1beta1/
|
|
289
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryValidatorUnbondingDelegationsResponse>>>({
|
|
290
|
+
path: `/cosmos/staking/v1beta1/validators/${validator_addr}/unbonding_delegations`,
|
|
1039
291
|
method: "GET",
|
|
1040
292
|
query: query,
|
|
1041
293
|
format: "json",
|
|
1042
294
|
...params,
|
|
1043
295
|
});
|
|
1044
|
-
|
|
296
|
+
|
|
1045
297
|
/**
|
|
1046
|
-
|
|
1047
|
-
|
|
1048
|
-
|
|
1049
|
-
|
|
1050
|
-
|
|
1051
|
-
|
|
1052
|
-
|
|
1053
|
-
|
|
1054
|
-
|
|
1055
|
-
|
|
1056
|
-
|
|
298
|
+
* QueryDelegation
|
|
299
|
+
*
|
|
300
|
+
* @tags Query
|
|
301
|
+
* @name queryDelegation
|
|
302
|
+
* @request GET:/cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}
|
|
303
|
+
*/
|
|
304
|
+
queryDelegation = (validator_addr: string, delegator_addr: string,
|
|
305
|
+
query?: Record<string, any>,
|
|
306
|
+
params: RequestParams = {},
|
|
307
|
+
) =>
|
|
308
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryDelegationResponse>>>({
|
|
309
|
+
path: `/cosmos/staking/v1beta1/validators/${validator_addr}/delegations/${delegator_addr}`,
|
|
1057
310
|
method: "GET",
|
|
311
|
+
query: query,
|
|
1058
312
|
format: "json",
|
|
1059
313
|
...params,
|
|
1060
314
|
});
|
|
1061
|
-
|
|
315
|
+
|
|
1062
316
|
/**
|
|
1063
|
-
*
|
|
317
|
+
* QueryUnbondingDelegation
|
|
1064
318
|
*
|
|
1065
319
|
* @tags Query
|
|
1066
|
-
* @name
|
|
1067
|
-
* @
|
|
1068
|
-
* @request GET:/cosmos/staking/v1beta1/historical_info/{height}
|
|
320
|
+
* @name queryUnbondingDelegation
|
|
321
|
+
* @request GET:/cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}/unbonding_delegation
|
|
1069
322
|
*/
|
|
1070
|
-
|
|
1071
|
-
|
|
1072
|
-
|
|
323
|
+
queryUnbondingDelegation = (validator_addr: string, delegator_addr: string,
|
|
324
|
+
query?: Record<string, any>,
|
|
325
|
+
params: RequestParams = {},
|
|
326
|
+
) =>
|
|
327
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryUnbondingDelegationResponse>>>({
|
|
328
|
+
path: `/cosmos/staking/v1beta1/validators/${validator_addr}/delegations/${delegator_addr}/unbonding_delegation`,
|
|
1073
329
|
method: "GET",
|
|
330
|
+
query: query,
|
|
1074
331
|
format: "json",
|
|
1075
332
|
...params,
|
|
1076
333
|
});
|
|
1077
|
-
|
|
334
|
+
|
|
1078
335
|
/**
|
|
1079
|
-
*
|
|
336
|
+
* QueryDelegatorDelegations
|
|
1080
337
|
*
|
|
1081
338
|
* @tags Query
|
|
1082
|
-
* @name
|
|
1083
|
-
* @
|
|
1084
|
-
* @request GET:/cosmos/staking/v1beta1/params
|
|
339
|
+
* @name queryDelegatorDelegations
|
|
340
|
+
* @request GET:/cosmos/staking/v1beta1/delegations/{delegator_addr}
|
|
1085
341
|
*/
|
|
1086
|
-
|
|
1087
|
-
|
|
1088
|
-
|
|
342
|
+
queryDelegatorDelegations = (delegator_addr: string,
|
|
343
|
+
query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryDelegatorDelegationsRequest>>>,"delegator_addr">,
|
|
344
|
+
params: RequestParams = {},
|
|
345
|
+
) =>
|
|
346
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryDelegatorDelegationsResponse>>>({
|
|
347
|
+
path: `/cosmos/staking/v1beta1/delegations/${delegator_addr}`,
|
|
1089
348
|
method: "GET",
|
|
349
|
+
query: query,
|
|
1090
350
|
format: "json",
|
|
1091
351
|
...params,
|
|
1092
352
|
});
|
|
1093
|
-
|
|
353
|
+
|
|
1094
354
|
/**
|
|
1095
|
-
*
|
|
355
|
+
* QueryDelegatorUnbondingDelegations
|
|
1096
356
|
*
|
|
1097
357
|
* @tags Query
|
|
1098
|
-
* @name
|
|
1099
|
-
* @
|
|
1100
|
-
* @request GET:/cosmos/staking/v1beta1/pool
|
|
358
|
+
* @name queryDelegatorUnbondingDelegations
|
|
359
|
+
* @request GET:/cosmos/staking/v1beta1/delegators/{delegator_addr}/unbonding_delegations
|
|
1101
360
|
*/
|
|
1102
|
-
|
|
1103
|
-
|
|
1104
|
-
|
|
361
|
+
queryDelegatorUnbondingDelegations = (delegator_addr: string,
|
|
362
|
+
query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryDelegatorUnbondingDelegationsRequest>>>,"delegator_addr">,
|
|
363
|
+
params: RequestParams = {},
|
|
364
|
+
) =>
|
|
365
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryDelegatorUnbondingDelegationsResponse>>>({
|
|
366
|
+
path: `/cosmos/staking/v1beta1/delegators/${delegator_addr}/unbonding_delegations`,
|
|
1105
367
|
method: "GET",
|
|
368
|
+
query: query,
|
|
1106
369
|
format: "json",
|
|
1107
370
|
...params,
|
|
1108
371
|
});
|
|
1109
|
-
|
|
372
|
+
|
|
1110
373
|
/**
|
|
1111
|
-
*
|
|
374
|
+
* QueryRedelegations
|
|
1112
375
|
*
|
|
1113
376
|
* @tags Query
|
|
1114
|
-
* @name
|
|
1115
|
-
* @
|
|
1116
|
-
* @request GET:/cosmos/staking/v1beta1/validators
|
|
377
|
+
* @name queryRedelegations
|
|
378
|
+
* @request GET:/cosmos/staking/v1beta1/delegators/{delegator_addr}/redelegations
|
|
1117
379
|
*/
|
|
1118
|
-
|
|
1119
|
-
query?:
|
|
1120
|
-
status?: string;
|
|
1121
|
-
"pagination.key"?: string;
|
|
1122
|
-
"pagination.offset"?: string;
|
|
1123
|
-
"pagination.limit"?: string;
|
|
1124
|
-
"pagination.count_total"?: boolean;
|
|
1125
|
-
"pagination.reverse"?: boolean;
|
|
1126
|
-
},
|
|
380
|
+
queryRedelegations = (delegator_addr: string,
|
|
381
|
+
query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryRedelegationsRequest>>>,"delegator_addr">,
|
|
1127
382
|
params: RequestParams = {},
|
|
1128
383
|
) =>
|
|
1129
|
-
this.request<
|
|
1130
|
-
path: `/cosmos/staking/v1beta1/
|
|
384
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryRedelegationsResponse>>>({
|
|
385
|
+
path: `/cosmos/staking/v1beta1/delegators/${delegator_addr}/redelegations`,
|
|
1131
386
|
method: "GET",
|
|
1132
387
|
query: query,
|
|
1133
388
|
format: "json",
|
|
1134
389
|
...params,
|
|
1135
390
|
});
|
|
1136
|
-
|
|
391
|
+
|
|
1137
392
|
/**
|
|
1138
|
-
*
|
|
393
|
+
* QueryDelegatorValidators
|
|
1139
394
|
*
|
|
1140
395
|
* @tags Query
|
|
1141
|
-
* @name
|
|
1142
|
-
* @
|
|
1143
|
-
* @request GET:/cosmos/staking/v1beta1/validators/{validator_addr}
|
|
396
|
+
* @name queryDelegatorValidators
|
|
397
|
+
* @request GET:/cosmos/staking/v1beta1/delegators/{delegator_addr}/validators
|
|
1144
398
|
*/
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
399
|
+
queryDelegatorValidators = (delegator_addr: string,
|
|
400
|
+
query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryDelegatorValidatorsRequest>>>,"delegator_addr">,
|
|
401
|
+
params: RequestParams = {},
|
|
402
|
+
) =>
|
|
403
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryDelegatorValidatorsResponse>>>({
|
|
404
|
+
path: `/cosmos/staking/v1beta1/delegators/${delegator_addr}/validators`,
|
|
1148
405
|
method: "GET",
|
|
406
|
+
query: query,
|
|
1149
407
|
format: "json",
|
|
1150
408
|
...params,
|
|
1151
409
|
});
|
|
1152
|
-
|
|
410
|
+
|
|
1153
411
|
/**
|
|
1154
|
-
*
|
|
412
|
+
* QueryDelegatorValidator
|
|
1155
413
|
*
|
|
1156
414
|
* @tags Query
|
|
1157
|
-
* @name
|
|
1158
|
-
* @
|
|
1159
|
-
* @request GET:/cosmos/staking/v1beta1/validators/{validator_addr}/delegations
|
|
415
|
+
* @name queryDelegatorValidator
|
|
416
|
+
* @request GET:/cosmos/staking/v1beta1/delegators/{delegator_addr}/validators/{validator_addr}
|
|
1160
417
|
*/
|
|
1161
|
-
|
|
1162
|
-
|
|
1163
|
-
query?: {
|
|
1164
|
-
"pagination.key"?: string;
|
|
1165
|
-
"pagination.offset"?: string;
|
|
1166
|
-
"pagination.limit"?: string;
|
|
1167
|
-
"pagination.count_total"?: boolean;
|
|
1168
|
-
"pagination.reverse"?: boolean;
|
|
1169
|
-
},
|
|
418
|
+
queryDelegatorValidator = (delegator_addr: string, validator_addr: string,
|
|
419
|
+
query?: Record<string, any>,
|
|
1170
420
|
params: RequestParams = {},
|
|
1171
421
|
) =>
|
|
1172
|
-
this.request<
|
|
1173
|
-
path: `/cosmos/staking/v1beta1/validators/${
|
|
422
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryDelegatorValidatorResponse>>>({
|
|
423
|
+
path: `/cosmos/staking/v1beta1/delegators/${delegator_addr}/validators/${validator_addr}`,
|
|
1174
424
|
method: "GET",
|
|
1175
425
|
query: query,
|
|
1176
426
|
format: "json",
|
|
1177
427
|
...params,
|
|
1178
428
|
});
|
|
1179
|
-
|
|
429
|
+
|
|
1180
430
|
/**
|
|
1181
|
-
*
|
|
431
|
+
* QueryHistoricalInfo
|
|
1182
432
|
*
|
|
1183
433
|
* @tags Query
|
|
1184
|
-
* @name
|
|
1185
|
-
* @
|
|
1186
|
-
* @request GET:/cosmos/staking/v1beta1/validators/{validator_addr}/delegations/{delegator_addr}
|
|
434
|
+
* @name queryHistoricalInfo
|
|
435
|
+
* @request GET:/cosmos/staking/v1beta1/historical_info/{height}
|
|
1187
436
|
*/
|
|
1188
|
-
|
|
1189
|
-
|
|
1190
|
-
|
|
437
|
+
queryHistoricalInfo = (height: string,
|
|
438
|
+
query?: Record<string, any>,
|
|
439
|
+
params: RequestParams = {},
|
|
440
|
+
) =>
|
|
441
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryHistoricalInfoResponse>>>({
|
|
442
|
+
path: `/cosmos/staking/v1beta1/historical_info/${height}`,
|
|
1191
443
|
method: "GET",
|
|
444
|
+
query: query,
|
|
1192
445
|
format: "json",
|
|
1193
446
|
...params,
|
|
1194
447
|
});
|
|
1195
|
-
|
|
448
|
+
|
|
1196
449
|
/**
|
|
1197
|
-
|
|
1198
|
-
|
|
1199
|
-
|
|
1200
|
-
|
|
1201
|
-
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
450
|
+
* QueryPool
|
|
451
|
+
*
|
|
452
|
+
* @tags Query
|
|
453
|
+
* @name queryPool
|
|
454
|
+
* @request GET:/cosmos/staking/v1beta1/pool
|
|
455
|
+
*/
|
|
456
|
+
queryPool = (
|
|
457
|
+
query?: Record<string, any>,
|
|
458
|
+
params: RequestParams = {},
|
|
459
|
+
) =>
|
|
460
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryPoolResponse>>>({
|
|
461
|
+
path: `/cosmos/staking/v1beta1/pool`,
|
|
1208
462
|
method: "GET",
|
|
463
|
+
query: query,
|
|
1209
464
|
format: "json",
|
|
1210
465
|
...params,
|
|
1211
466
|
});
|
|
1212
|
-
|
|
467
|
+
|
|
1213
468
|
/**
|
|
1214
|
-
*
|
|
469
|
+
* QueryParams
|
|
1215
470
|
*
|
|
1216
471
|
* @tags Query
|
|
1217
|
-
* @name
|
|
1218
|
-
* @
|
|
1219
|
-
* @request GET:/cosmos/staking/v1beta1/validators/{validator_addr}/unbonding_delegations
|
|
472
|
+
* @name queryParams
|
|
473
|
+
* @request GET:/cosmos/staking/v1beta1/params
|
|
1220
474
|
*/
|
|
1221
|
-
|
|
1222
|
-
|
|
1223
|
-
query?: {
|
|
1224
|
-
"pagination.key"?: string;
|
|
1225
|
-
"pagination.offset"?: string;
|
|
1226
|
-
"pagination.limit"?: string;
|
|
1227
|
-
"pagination.count_total"?: boolean;
|
|
1228
|
-
"pagination.reverse"?: boolean;
|
|
1229
|
-
},
|
|
475
|
+
queryParams = (
|
|
476
|
+
query?: Record<string, any>,
|
|
1230
477
|
params: RequestParams = {},
|
|
1231
478
|
) =>
|
|
1232
|
-
this.request<
|
|
1233
|
-
path: `/cosmos/staking/v1beta1/
|
|
479
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryParamsResponse>>>({
|
|
480
|
+
path: `/cosmos/staking/v1beta1/params`,
|
|
1234
481
|
method: "GET",
|
|
1235
482
|
query: query,
|
|
1236
483
|
format: "json",
|
|
1237
484
|
...params,
|
|
1238
485
|
});
|
|
1239
|
-
|
|
486
|
+
|
|
487
|
+
}
|