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
|
@@ -0,0 +1,552 @@
|
|
|
1
|
+
import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
|
|
2
|
+
import { PublicKey } from "../crypto/keys";
|
|
3
|
+
import { ProofOps } from "../crypto/proof";
|
|
4
|
+
import { ConsensusParams } from "../types/params";
|
|
5
|
+
import { BlockIDFlag } from "../types/validator";
|
|
6
|
+
export declare const protobufPackage = "tendermint.abci";
|
|
7
|
+
export declare enum CheckTxType {
|
|
8
|
+
NEW = 0,
|
|
9
|
+
RECHECK = 1,
|
|
10
|
+
UNRECOGNIZED = -1
|
|
11
|
+
}
|
|
12
|
+
export declare function checkTxTypeFromJSON(object: any): CheckTxType;
|
|
13
|
+
export declare function checkTxTypeToJSON(object: CheckTxType): string;
|
|
14
|
+
export declare enum MisbehaviorType {
|
|
15
|
+
UNKNOWN = 0,
|
|
16
|
+
DUPLICATE_VOTE = 1,
|
|
17
|
+
LIGHT_CLIENT_ATTACK = 2,
|
|
18
|
+
UNRECOGNIZED = -1
|
|
19
|
+
}
|
|
20
|
+
export declare function misbehaviorTypeFromJSON(object: any): MisbehaviorType;
|
|
21
|
+
export declare function misbehaviorTypeToJSON(object: MisbehaviorType): string;
|
|
22
|
+
export interface Request {
|
|
23
|
+
echo?: RequestEcho | undefined;
|
|
24
|
+
flush?: RequestFlush | undefined;
|
|
25
|
+
info?: RequestInfo | undefined;
|
|
26
|
+
initChain?: RequestInitChain | undefined;
|
|
27
|
+
query?: RequestQuery | undefined;
|
|
28
|
+
checkTx?: RequestCheckTx | undefined;
|
|
29
|
+
commit?: RequestCommit | undefined;
|
|
30
|
+
listSnapshots?: RequestListSnapshots | undefined;
|
|
31
|
+
offerSnapshot?: RequestOfferSnapshot | undefined;
|
|
32
|
+
loadSnapshotChunk?: RequestLoadSnapshotChunk | undefined;
|
|
33
|
+
applySnapshotChunk?: RequestApplySnapshotChunk | undefined;
|
|
34
|
+
prepareProposal?: RequestPrepareProposal | undefined;
|
|
35
|
+
processProposal?: RequestProcessProposal | undefined;
|
|
36
|
+
extendVote?: RequestExtendVote | undefined;
|
|
37
|
+
verifyVoteExtension?: RequestVerifyVoteExtension | undefined;
|
|
38
|
+
finalizeBlock?: RequestFinalizeBlock | undefined;
|
|
39
|
+
}
|
|
40
|
+
export interface RequestEcho {
|
|
41
|
+
message: string;
|
|
42
|
+
}
|
|
43
|
+
export interface RequestFlush {
|
|
44
|
+
}
|
|
45
|
+
export interface RequestInfo {
|
|
46
|
+
version: string;
|
|
47
|
+
blockVersion: number;
|
|
48
|
+
p2pVersion: number;
|
|
49
|
+
abciVersion: string;
|
|
50
|
+
}
|
|
51
|
+
export interface RequestInitChain {
|
|
52
|
+
time: Date | undefined;
|
|
53
|
+
chainId: string;
|
|
54
|
+
consensusParams: ConsensusParams | undefined;
|
|
55
|
+
validators: ValidatorUpdate[];
|
|
56
|
+
appStateBytes: Uint8Array;
|
|
57
|
+
initialHeight: number;
|
|
58
|
+
}
|
|
59
|
+
export interface RequestQuery {
|
|
60
|
+
data: Uint8Array;
|
|
61
|
+
path: string;
|
|
62
|
+
height: number;
|
|
63
|
+
prove: boolean;
|
|
64
|
+
}
|
|
65
|
+
export interface RequestCheckTx {
|
|
66
|
+
tx: Uint8Array;
|
|
67
|
+
type: CheckTxType;
|
|
68
|
+
}
|
|
69
|
+
export interface RequestCommit {
|
|
70
|
+
}
|
|
71
|
+
/** lists available snapshots */
|
|
72
|
+
export interface RequestListSnapshots {
|
|
73
|
+
}
|
|
74
|
+
/** offers a snapshot to the application */
|
|
75
|
+
export interface RequestOfferSnapshot {
|
|
76
|
+
/** snapshot offered by peers */
|
|
77
|
+
snapshot: Snapshot | undefined;
|
|
78
|
+
/** light client-verified app hash for snapshot height */
|
|
79
|
+
appHash: Uint8Array;
|
|
80
|
+
}
|
|
81
|
+
/** loads a snapshot chunk */
|
|
82
|
+
export interface RequestLoadSnapshotChunk {
|
|
83
|
+
height: number;
|
|
84
|
+
format: number;
|
|
85
|
+
chunk: number;
|
|
86
|
+
}
|
|
87
|
+
/** Applies a snapshot chunk */
|
|
88
|
+
export interface RequestApplySnapshotChunk {
|
|
89
|
+
index: number;
|
|
90
|
+
chunk: Uint8Array;
|
|
91
|
+
sender: string;
|
|
92
|
+
}
|
|
93
|
+
export interface RequestPrepareProposal {
|
|
94
|
+
/** the modified transactions cannot exceed this size. */
|
|
95
|
+
maxTxBytes: number;
|
|
96
|
+
/**
|
|
97
|
+
* txs is an array of transactions that will be included in a block,
|
|
98
|
+
* sent to the app for possible modifications.
|
|
99
|
+
*/
|
|
100
|
+
txs: Uint8Array[];
|
|
101
|
+
localLastCommit: ExtendedCommitInfo | undefined;
|
|
102
|
+
misbehavior: Misbehavior[];
|
|
103
|
+
height: number;
|
|
104
|
+
time: Date | undefined;
|
|
105
|
+
nextValidatorsHash: Uint8Array;
|
|
106
|
+
/** address of the public key of the validator proposing the block. */
|
|
107
|
+
proposerAddress: Uint8Array;
|
|
108
|
+
}
|
|
109
|
+
export interface RequestProcessProposal {
|
|
110
|
+
txs: Uint8Array[];
|
|
111
|
+
proposedLastCommit: CommitInfo | undefined;
|
|
112
|
+
misbehavior: Misbehavior[];
|
|
113
|
+
/** hash is the merkle root hash of the fields of the proposed block. */
|
|
114
|
+
hash: Uint8Array;
|
|
115
|
+
height: number;
|
|
116
|
+
time: Date | undefined;
|
|
117
|
+
nextValidatorsHash: Uint8Array;
|
|
118
|
+
/** address of the public key of the original proposer of the block. */
|
|
119
|
+
proposerAddress: Uint8Array;
|
|
120
|
+
}
|
|
121
|
+
/** Extends a vote with application-injected data */
|
|
122
|
+
export interface RequestExtendVote {
|
|
123
|
+
/** the hash of the block that this vote may be referring to */
|
|
124
|
+
hash: Uint8Array;
|
|
125
|
+
/** the height of the extended vote */
|
|
126
|
+
height: number;
|
|
127
|
+
/** info of the block that this vote may be referring to */
|
|
128
|
+
time: Date | undefined;
|
|
129
|
+
txs: Uint8Array[];
|
|
130
|
+
proposedLastCommit: CommitInfo | undefined;
|
|
131
|
+
misbehavior: Misbehavior[];
|
|
132
|
+
nextValidatorsHash: Uint8Array;
|
|
133
|
+
/** address of the public key of the original proposer of the block. */
|
|
134
|
+
proposerAddress: Uint8Array;
|
|
135
|
+
}
|
|
136
|
+
/** Verify the vote extension */
|
|
137
|
+
export interface RequestVerifyVoteExtension {
|
|
138
|
+
/** the hash of the block that this received vote corresponds to */
|
|
139
|
+
hash: Uint8Array;
|
|
140
|
+
/** the validator that signed the vote extension */
|
|
141
|
+
validatorAddress: Uint8Array;
|
|
142
|
+
height: number;
|
|
143
|
+
voteExtension: Uint8Array;
|
|
144
|
+
}
|
|
145
|
+
export interface RequestFinalizeBlock {
|
|
146
|
+
txs: Uint8Array[];
|
|
147
|
+
decidedLastCommit: CommitInfo | undefined;
|
|
148
|
+
misbehavior: Misbehavior[];
|
|
149
|
+
/** hash is the merkle root hash of the fields of the decided block. */
|
|
150
|
+
hash: Uint8Array;
|
|
151
|
+
height: number;
|
|
152
|
+
time: Date | undefined;
|
|
153
|
+
nextValidatorsHash: Uint8Array;
|
|
154
|
+
/** proposer_address is the address of the public key of the original proposer of the block. */
|
|
155
|
+
proposerAddress: Uint8Array;
|
|
156
|
+
}
|
|
157
|
+
export interface Response {
|
|
158
|
+
exception?: ResponseException | undefined;
|
|
159
|
+
echo?: ResponseEcho | undefined;
|
|
160
|
+
flush?: ResponseFlush | undefined;
|
|
161
|
+
info?: ResponseInfo | undefined;
|
|
162
|
+
initChain?: ResponseInitChain | undefined;
|
|
163
|
+
query?: ResponseQuery | undefined;
|
|
164
|
+
checkTx?: ResponseCheckTx | undefined;
|
|
165
|
+
commit?: ResponseCommit | undefined;
|
|
166
|
+
listSnapshots?: ResponseListSnapshots | undefined;
|
|
167
|
+
offerSnapshot?: ResponseOfferSnapshot | undefined;
|
|
168
|
+
loadSnapshotChunk?: ResponseLoadSnapshotChunk | undefined;
|
|
169
|
+
applySnapshotChunk?: ResponseApplySnapshotChunk | undefined;
|
|
170
|
+
prepareProposal?: ResponsePrepareProposal | undefined;
|
|
171
|
+
processProposal?: ResponseProcessProposal | undefined;
|
|
172
|
+
extendVote?: ResponseExtendVote | undefined;
|
|
173
|
+
verifyVoteExtension?: ResponseVerifyVoteExtension | undefined;
|
|
174
|
+
finalizeBlock?: ResponseFinalizeBlock | undefined;
|
|
175
|
+
}
|
|
176
|
+
/** nondeterministic */
|
|
177
|
+
export interface ResponseException {
|
|
178
|
+
error: string;
|
|
179
|
+
}
|
|
180
|
+
export interface ResponseEcho {
|
|
181
|
+
message: string;
|
|
182
|
+
}
|
|
183
|
+
export interface ResponseFlush {
|
|
184
|
+
}
|
|
185
|
+
export interface ResponseInfo {
|
|
186
|
+
data: string;
|
|
187
|
+
version: string;
|
|
188
|
+
appVersion: number;
|
|
189
|
+
lastBlockHeight: number;
|
|
190
|
+
lastBlockAppHash: Uint8Array;
|
|
191
|
+
}
|
|
192
|
+
export interface ResponseInitChain {
|
|
193
|
+
consensusParams: ConsensusParams | undefined;
|
|
194
|
+
validators: ValidatorUpdate[];
|
|
195
|
+
appHash: Uint8Array;
|
|
196
|
+
}
|
|
197
|
+
export interface ResponseQuery {
|
|
198
|
+
code: number;
|
|
199
|
+
/** bytes data = 2; // use "value" instead. */
|
|
200
|
+
log: string;
|
|
201
|
+
/** nondeterministic */
|
|
202
|
+
info: string;
|
|
203
|
+
index: number;
|
|
204
|
+
key: Uint8Array;
|
|
205
|
+
value: Uint8Array;
|
|
206
|
+
proofOps: ProofOps | undefined;
|
|
207
|
+
height: number;
|
|
208
|
+
codespace: string;
|
|
209
|
+
}
|
|
210
|
+
export interface ResponseCheckTx {
|
|
211
|
+
code: number;
|
|
212
|
+
data: Uint8Array;
|
|
213
|
+
/** nondeterministic */
|
|
214
|
+
log: string;
|
|
215
|
+
/** nondeterministic */
|
|
216
|
+
info: string;
|
|
217
|
+
gasWanted: number;
|
|
218
|
+
gasUsed: number;
|
|
219
|
+
events: Event[];
|
|
220
|
+
codespace: string;
|
|
221
|
+
}
|
|
222
|
+
export interface ResponseCommit {
|
|
223
|
+
retainHeight: number;
|
|
224
|
+
}
|
|
225
|
+
export interface ResponseListSnapshots {
|
|
226
|
+
snapshots: Snapshot[];
|
|
227
|
+
}
|
|
228
|
+
export interface ResponseOfferSnapshot {
|
|
229
|
+
result: ResponseOfferSnapshot_Result;
|
|
230
|
+
}
|
|
231
|
+
export declare enum ResponseOfferSnapshot_Result {
|
|
232
|
+
/** UNKNOWN - Unknown result, abort all snapshot restoration */
|
|
233
|
+
UNKNOWN = 0,
|
|
234
|
+
/** ACCEPT - Snapshot accepted, apply chunks */
|
|
235
|
+
ACCEPT = 1,
|
|
236
|
+
/** ABORT - Abort all snapshot restoration */
|
|
237
|
+
ABORT = 2,
|
|
238
|
+
/** REJECT - Reject this specific snapshot, try others */
|
|
239
|
+
REJECT = 3,
|
|
240
|
+
/** REJECT_FORMAT - Reject all snapshots of this format, try others */
|
|
241
|
+
REJECT_FORMAT = 4,
|
|
242
|
+
/** REJECT_SENDER - Reject all snapshots from the sender(s), try others */
|
|
243
|
+
REJECT_SENDER = 5,
|
|
244
|
+
UNRECOGNIZED = -1
|
|
245
|
+
}
|
|
246
|
+
export declare function responseOfferSnapshot_ResultFromJSON(object: any): ResponseOfferSnapshot_Result;
|
|
247
|
+
export declare function responseOfferSnapshot_ResultToJSON(object: ResponseOfferSnapshot_Result): string;
|
|
248
|
+
export interface ResponseLoadSnapshotChunk {
|
|
249
|
+
chunk: Uint8Array;
|
|
250
|
+
}
|
|
251
|
+
export interface ResponseApplySnapshotChunk {
|
|
252
|
+
result: ResponseApplySnapshotChunk_Result;
|
|
253
|
+
/** Chunks to refetch and reapply */
|
|
254
|
+
refetchChunks: number[];
|
|
255
|
+
/** Chunk senders to reject and ban */
|
|
256
|
+
rejectSenders: string[];
|
|
257
|
+
}
|
|
258
|
+
export declare enum ResponseApplySnapshotChunk_Result {
|
|
259
|
+
/** UNKNOWN - Unknown result, abort all snapshot restoration */
|
|
260
|
+
UNKNOWN = 0,
|
|
261
|
+
/** ACCEPT - Chunk successfully accepted */
|
|
262
|
+
ACCEPT = 1,
|
|
263
|
+
/** ABORT - Abort all snapshot restoration */
|
|
264
|
+
ABORT = 2,
|
|
265
|
+
/** RETRY - Retry chunk (combine with refetch and reject) */
|
|
266
|
+
RETRY = 3,
|
|
267
|
+
/** RETRY_SNAPSHOT - Retry snapshot (combine with refetch and reject) */
|
|
268
|
+
RETRY_SNAPSHOT = 4,
|
|
269
|
+
/** REJECT_SNAPSHOT - Reject this snapshot, try others */
|
|
270
|
+
REJECT_SNAPSHOT = 5,
|
|
271
|
+
UNRECOGNIZED = -1
|
|
272
|
+
}
|
|
273
|
+
export declare function responseApplySnapshotChunk_ResultFromJSON(object: any): ResponseApplySnapshotChunk_Result;
|
|
274
|
+
export declare function responseApplySnapshotChunk_ResultToJSON(object: ResponseApplySnapshotChunk_Result): string;
|
|
275
|
+
export interface ResponsePrepareProposal {
|
|
276
|
+
txs: Uint8Array[];
|
|
277
|
+
}
|
|
278
|
+
export interface ResponseProcessProposal {
|
|
279
|
+
status: ResponseProcessProposal_ProposalStatus;
|
|
280
|
+
}
|
|
281
|
+
export declare enum ResponseProcessProposal_ProposalStatus {
|
|
282
|
+
UNKNOWN = 0,
|
|
283
|
+
ACCEPT = 1,
|
|
284
|
+
REJECT = 2,
|
|
285
|
+
UNRECOGNIZED = -1
|
|
286
|
+
}
|
|
287
|
+
export declare function responseProcessProposal_ProposalStatusFromJSON(object: any): ResponseProcessProposal_ProposalStatus;
|
|
288
|
+
export declare function responseProcessProposal_ProposalStatusToJSON(object: ResponseProcessProposal_ProposalStatus): string;
|
|
289
|
+
export interface ResponseExtendVote {
|
|
290
|
+
voteExtension: Uint8Array;
|
|
291
|
+
}
|
|
292
|
+
export interface ResponseVerifyVoteExtension {
|
|
293
|
+
status: ResponseVerifyVoteExtension_VerifyStatus;
|
|
294
|
+
}
|
|
295
|
+
export declare enum ResponseVerifyVoteExtension_VerifyStatus {
|
|
296
|
+
UNKNOWN = 0,
|
|
297
|
+
ACCEPT = 1,
|
|
298
|
+
/**
|
|
299
|
+
* REJECT - Rejecting the vote extension will reject the entire precommit by the sender.
|
|
300
|
+
* Incorrectly implementing this thus has liveness implications as it may affect
|
|
301
|
+
* CometBFT's ability to receive 2/3+ valid votes to finalize the block.
|
|
302
|
+
* Honest nodes should never be rejected.
|
|
303
|
+
*/
|
|
304
|
+
REJECT = 2,
|
|
305
|
+
UNRECOGNIZED = -1
|
|
306
|
+
}
|
|
307
|
+
export declare function responseVerifyVoteExtension_VerifyStatusFromJSON(object: any): ResponseVerifyVoteExtension_VerifyStatus;
|
|
308
|
+
export declare function responseVerifyVoteExtension_VerifyStatusToJSON(object: ResponseVerifyVoteExtension_VerifyStatus): string;
|
|
309
|
+
export interface ResponseFinalizeBlock {
|
|
310
|
+
/** set of block events emmitted as part of executing the block */
|
|
311
|
+
events: Event[];
|
|
312
|
+
/**
|
|
313
|
+
* the result of executing each transaction including the events
|
|
314
|
+
* the particular transction emitted. This should match the order
|
|
315
|
+
* of the transactions delivered in the block itself
|
|
316
|
+
*/
|
|
317
|
+
txResults: ExecTxResult[];
|
|
318
|
+
/** a list of updates to the validator set. These will reflect the validator set at current height + 2. */
|
|
319
|
+
validatorUpdates: ValidatorUpdate[];
|
|
320
|
+
/** updates to the consensus params, if any. */
|
|
321
|
+
consensusParamUpdates: ConsensusParams | undefined;
|
|
322
|
+
/**
|
|
323
|
+
* app_hash is the hash of the applications' state which is used to confirm that execution of the transactions was
|
|
324
|
+
* deterministic. It is up to the application to decide which algorithm to use.
|
|
325
|
+
*/
|
|
326
|
+
appHash: Uint8Array;
|
|
327
|
+
}
|
|
328
|
+
export interface CommitInfo {
|
|
329
|
+
round: number;
|
|
330
|
+
votes: VoteInfo[];
|
|
331
|
+
}
|
|
332
|
+
/**
|
|
333
|
+
* ExtendedCommitInfo is similar to CommitInfo except that it is only used in
|
|
334
|
+
* the PrepareProposal request such that CometBFT can provide vote extensions
|
|
335
|
+
* to the application.
|
|
336
|
+
*/
|
|
337
|
+
export interface ExtendedCommitInfo {
|
|
338
|
+
/** The round at which the block proposer decided in the previous height. */
|
|
339
|
+
round: number;
|
|
340
|
+
/**
|
|
341
|
+
* List of validators' addresses in the last validator set with their voting
|
|
342
|
+
* information, including vote extensions.
|
|
343
|
+
*/
|
|
344
|
+
votes: ExtendedVoteInfo[];
|
|
345
|
+
}
|
|
346
|
+
/**
|
|
347
|
+
* Event allows application developers to attach additional information to
|
|
348
|
+
* ResponseFinalizeBlock and ResponseCheckTx.
|
|
349
|
+
* Later, transactions may be queried using these events.
|
|
350
|
+
*/
|
|
351
|
+
export interface Event {
|
|
352
|
+
type: string;
|
|
353
|
+
attributes: EventAttribute[];
|
|
354
|
+
}
|
|
355
|
+
/** EventAttribute is a single key-value pair, associated with an event. */
|
|
356
|
+
export interface EventAttribute {
|
|
357
|
+
key: string;
|
|
358
|
+
value: string;
|
|
359
|
+
/** nondeterministic */
|
|
360
|
+
index: boolean;
|
|
361
|
+
}
|
|
362
|
+
/**
|
|
363
|
+
* ExecTxResult contains results of executing one individual transaction.
|
|
364
|
+
*
|
|
365
|
+
* * Its structure is equivalent to #ResponseDeliverTx which will be deprecated/deleted
|
|
366
|
+
*/
|
|
367
|
+
export interface ExecTxResult {
|
|
368
|
+
code: number;
|
|
369
|
+
data: Uint8Array;
|
|
370
|
+
/** nondeterministic */
|
|
371
|
+
log: string;
|
|
372
|
+
/** nondeterministic */
|
|
373
|
+
info: string;
|
|
374
|
+
gasWanted: number;
|
|
375
|
+
gasUsed: number;
|
|
376
|
+
/** nondeterministic */
|
|
377
|
+
events: Event[];
|
|
378
|
+
codespace: string;
|
|
379
|
+
}
|
|
380
|
+
/**
|
|
381
|
+
* TxResult contains results of executing the transaction.
|
|
382
|
+
*
|
|
383
|
+
* One usage is indexing transaction results.
|
|
384
|
+
*/
|
|
385
|
+
export interface TxResult {
|
|
386
|
+
height: number;
|
|
387
|
+
index: number;
|
|
388
|
+
tx: Uint8Array;
|
|
389
|
+
result: ExecTxResult | undefined;
|
|
390
|
+
}
|
|
391
|
+
export interface Validator {
|
|
392
|
+
/** The first 20 bytes of SHA256(public key) */
|
|
393
|
+
address: Uint8Array;
|
|
394
|
+
/** PubKey pub_key = 2 [(gogoproto.nullable)=false]; */
|
|
395
|
+
power: number;
|
|
396
|
+
}
|
|
397
|
+
export interface ValidatorUpdate {
|
|
398
|
+
pubKey: PublicKey | undefined;
|
|
399
|
+
power: number;
|
|
400
|
+
}
|
|
401
|
+
export interface VoteInfo {
|
|
402
|
+
validator: Validator | undefined;
|
|
403
|
+
blockIdFlag: BlockIDFlag;
|
|
404
|
+
}
|
|
405
|
+
export interface ExtendedVoteInfo {
|
|
406
|
+
/** The validator that sent the vote. */
|
|
407
|
+
validator: Validator | undefined;
|
|
408
|
+
/** Non-deterministic extension provided by the sending validator's application. */
|
|
409
|
+
voteExtension: Uint8Array;
|
|
410
|
+
/** Vote extension signature created by CometBFT */
|
|
411
|
+
extensionSignature: Uint8Array;
|
|
412
|
+
/** block_id_flag indicates whether the validator voted for a block, nil, or did not vote at all */
|
|
413
|
+
blockIdFlag: BlockIDFlag;
|
|
414
|
+
}
|
|
415
|
+
export interface Misbehavior {
|
|
416
|
+
type: MisbehaviorType;
|
|
417
|
+
/** The offending validator */
|
|
418
|
+
validator: Validator | undefined;
|
|
419
|
+
/** The height when the offense occurred */
|
|
420
|
+
height: number;
|
|
421
|
+
/** The corresponding time where the offense occurred */
|
|
422
|
+
time: Date | undefined;
|
|
423
|
+
/**
|
|
424
|
+
* Total voting power of the validator set in case the ABCI application does
|
|
425
|
+
* not store historical validators.
|
|
426
|
+
* https://github.com/tendermint/tendermint/issues/4581
|
|
427
|
+
*/
|
|
428
|
+
totalVotingPower: number;
|
|
429
|
+
}
|
|
430
|
+
export interface Snapshot {
|
|
431
|
+
/** The height at which the snapshot was taken */
|
|
432
|
+
height: number;
|
|
433
|
+
/** The application-specific snapshot format */
|
|
434
|
+
format: number;
|
|
435
|
+
/** Number of chunks in the snapshot */
|
|
436
|
+
chunks: number;
|
|
437
|
+
/** Arbitrary snapshot hash, equal only if identical */
|
|
438
|
+
hash: Uint8Array;
|
|
439
|
+
/** Arbitrary application metadata */
|
|
440
|
+
metadata: Uint8Array;
|
|
441
|
+
}
|
|
442
|
+
export declare const Request: MessageFns<Request>;
|
|
443
|
+
export declare const RequestEcho: MessageFns<RequestEcho>;
|
|
444
|
+
export declare const RequestFlush: MessageFns<RequestFlush>;
|
|
445
|
+
export declare const RequestInfo: MessageFns<RequestInfo>;
|
|
446
|
+
export declare const RequestInitChain: MessageFns<RequestInitChain>;
|
|
447
|
+
export declare const RequestQuery: MessageFns<RequestQuery>;
|
|
448
|
+
export declare const RequestCheckTx: MessageFns<RequestCheckTx>;
|
|
449
|
+
export declare const RequestCommit: MessageFns<RequestCommit>;
|
|
450
|
+
export declare const RequestListSnapshots: MessageFns<RequestListSnapshots>;
|
|
451
|
+
export declare const RequestOfferSnapshot: MessageFns<RequestOfferSnapshot>;
|
|
452
|
+
export declare const RequestLoadSnapshotChunk: MessageFns<RequestLoadSnapshotChunk>;
|
|
453
|
+
export declare const RequestApplySnapshotChunk: MessageFns<RequestApplySnapshotChunk>;
|
|
454
|
+
export declare const RequestPrepareProposal: MessageFns<RequestPrepareProposal>;
|
|
455
|
+
export declare const RequestProcessProposal: MessageFns<RequestProcessProposal>;
|
|
456
|
+
export declare const RequestExtendVote: MessageFns<RequestExtendVote>;
|
|
457
|
+
export declare const RequestVerifyVoteExtension: MessageFns<RequestVerifyVoteExtension>;
|
|
458
|
+
export declare const RequestFinalizeBlock: MessageFns<RequestFinalizeBlock>;
|
|
459
|
+
export declare const Response: MessageFns<Response>;
|
|
460
|
+
export declare const ResponseException: MessageFns<ResponseException>;
|
|
461
|
+
export declare const ResponseEcho: MessageFns<ResponseEcho>;
|
|
462
|
+
export declare const ResponseFlush: MessageFns<ResponseFlush>;
|
|
463
|
+
export declare const ResponseInfo: MessageFns<ResponseInfo>;
|
|
464
|
+
export declare const ResponseInitChain: MessageFns<ResponseInitChain>;
|
|
465
|
+
export declare const ResponseQuery: MessageFns<ResponseQuery>;
|
|
466
|
+
export declare const ResponseCheckTx: MessageFns<ResponseCheckTx>;
|
|
467
|
+
export declare const ResponseCommit: MessageFns<ResponseCommit>;
|
|
468
|
+
export declare const ResponseListSnapshots: MessageFns<ResponseListSnapshots>;
|
|
469
|
+
export declare const ResponseOfferSnapshot: MessageFns<ResponseOfferSnapshot>;
|
|
470
|
+
export declare const ResponseLoadSnapshotChunk: MessageFns<ResponseLoadSnapshotChunk>;
|
|
471
|
+
export declare const ResponseApplySnapshotChunk: MessageFns<ResponseApplySnapshotChunk>;
|
|
472
|
+
export declare const ResponsePrepareProposal: MessageFns<ResponsePrepareProposal>;
|
|
473
|
+
export declare const ResponseProcessProposal: MessageFns<ResponseProcessProposal>;
|
|
474
|
+
export declare const ResponseExtendVote: MessageFns<ResponseExtendVote>;
|
|
475
|
+
export declare const ResponseVerifyVoteExtension: MessageFns<ResponseVerifyVoteExtension>;
|
|
476
|
+
export declare const ResponseFinalizeBlock: MessageFns<ResponseFinalizeBlock>;
|
|
477
|
+
export declare const CommitInfo: MessageFns<CommitInfo>;
|
|
478
|
+
export declare const ExtendedCommitInfo: MessageFns<ExtendedCommitInfo>;
|
|
479
|
+
export declare const Event: MessageFns<Event>;
|
|
480
|
+
export declare const EventAttribute: MessageFns<EventAttribute>;
|
|
481
|
+
export declare const ExecTxResult: MessageFns<ExecTxResult>;
|
|
482
|
+
export declare const TxResult: MessageFns<TxResult>;
|
|
483
|
+
export declare const Validator: MessageFns<Validator>;
|
|
484
|
+
export declare const ValidatorUpdate: MessageFns<ValidatorUpdate>;
|
|
485
|
+
export declare const VoteInfo: MessageFns<VoteInfo>;
|
|
486
|
+
export declare const ExtendedVoteInfo: MessageFns<ExtendedVoteInfo>;
|
|
487
|
+
export declare const Misbehavior: MessageFns<Misbehavior>;
|
|
488
|
+
export declare const Snapshot: MessageFns<Snapshot>;
|
|
489
|
+
export interface ABCI {
|
|
490
|
+
Echo(request: RequestEcho): Promise<ResponseEcho>;
|
|
491
|
+
Flush(request: RequestFlush): Promise<ResponseFlush>;
|
|
492
|
+
Info(request: RequestInfo): Promise<ResponseInfo>;
|
|
493
|
+
CheckTx(request: RequestCheckTx): Promise<ResponseCheckTx>;
|
|
494
|
+
Query(request: RequestQuery): Promise<ResponseQuery>;
|
|
495
|
+
Commit(request: RequestCommit): Promise<ResponseCommit>;
|
|
496
|
+
InitChain(request: RequestInitChain): Promise<ResponseInitChain>;
|
|
497
|
+
ListSnapshots(request: RequestListSnapshots): Promise<ResponseListSnapshots>;
|
|
498
|
+
OfferSnapshot(request: RequestOfferSnapshot): Promise<ResponseOfferSnapshot>;
|
|
499
|
+
LoadSnapshotChunk(request: RequestLoadSnapshotChunk): Promise<ResponseLoadSnapshotChunk>;
|
|
500
|
+
ApplySnapshotChunk(request: RequestApplySnapshotChunk): Promise<ResponseApplySnapshotChunk>;
|
|
501
|
+
PrepareProposal(request: RequestPrepareProposal): Promise<ResponsePrepareProposal>;
|
|
502
|
+
ProcessProposal(request: RequestProcessProposal): Promise<ResponseProcessProposal>;
|
|
503
|
+
ExtendVote(request: RequestExtendVote): Promise<ResponseExtendVote>;
|
|
504
|
+
VerifyVoteExtension(request: RequestVerifyVoteExtension): Promise<ResponseVerifyVoteExtension>;
|
|
505
|
+
FinalizeBlock(request: RequestFinalizeBlock): Promise<ResponseFinalizeBlock>;
|
|
506
|
+
}
|
|
507
|
+
export declare const ABCIServiceName = "tendermint.abci.ABCI";
|
|
508
|
+
export declare class ABCIClientImpl implements ABCI {
|
|
509
|
+
private readonly rpc;
|
|
510
|
+
private readonly service;
|
|
511
|
+
constructor(rpc: Rpc, opts?: {
|
|
512
|
+
service?: string;
|
|
513
|
+
});
|
|
514
|
+
Echo(request: RequestEcho): Promise<ResponseEcho>;
|
|
515
|
+
Flush(request: RequestFlush): Promise<ResponseFlush>;
|
|
516
|
+
Info(request: RequestInfo): Promise<ResponseInfo>;
|
|
517
|
+
CheckTx(request: RequestCheckTx): Promise<ResponseCheckTx>;
|
|
518
|
+
Query(request: RequestQuery): Promise<ResponseQuery>;
|
|
519
|
+
Commit(request: RequestCommit): Promise<ResponseCommit>;
|
|
520
|
+
InitChain(request: RequestInitChain): Promise<ResponseInitChain>;
|
|
521
|
+
ListSnapshots(request: RequestListSnapshots): Promise<ResponseListSnapshots>;
|
|
522
|
+
OfferSnapshot(request: RequestOfferSnapshot): Promise<ResponseOfferSnapshot>;
|
|
523
|
+
LoadSnapshotChunk(request: RequestLoadSnapshotChunk): Promise<ResponseLoadSnapshotChunk>;
|
|
524
|
+
ApplySnapshotChunk(request: RequestApplySnapshotChunk): Promise<ResponseApplySnapshotChunk>;
|
|
525
|
+
PrepareProposal(request: RequestPrepareProposal): Promise<ResponsePrepareProposal>;
|
|
526
|
+
ProcessProposal(request: RequestProcessProposal): Promise<ResponseProcessProposal>;
|
|
527
|
+
ExtendVote(request: RequestExtendVote): Promise<ResponseExtendVote>;
|
|
528
|
+
VerifyVoteExtension(request: RequestVerifyVoteExtension): Promise<ResponseVerifyVoteExtension>;
|
|
529
|
+
FinalizeBlock(request: RequestFinalizeBlock): Promise<ResponseFinalizeBlock>;
|
|
530
|
+
}
|
|
531
|
+
interface Rpc {
|
|
532
|
+
request(service: string, method: string, data: Uint8Array): Promise<Uint8Array>;
|
|
533
|
+
}
|
|
534
|
+
type Builtin = Date | Function | Uint8Array | string | number | boolean | undefined;
|
|
535
|
+
export type DeepPartial<T> = T extends Builtin ? T : T extends globalThis.Array<infer U> ? globalThis.Array<DeepPartial<U>> : T extends ReadonlyArray<infer U> ? ReadonlyArray<DeepPartial<U>> : T extends {} ? {
|
|
536
|
+
[K in keyof T]?: DeepPartial<T[K]>;
|
|
537
|
+
} : Partial<T>;
|
|
538
|
+
type KeysOfUnion<T> = T extends T ? keyof T : never;
|
|
539
|
+
export type Exact<P, I extends P> = P extends Builtin ? P : P & {
|
|
540
|
+
[K in keyof P]: Exact<P[K], I[K]>;
|
|
541
|
+
} & {
|
|
542
|
+
[K in Exclude<keyof I, KeysOfUnion<P>>]: never;
|
|
543
|
+
};
|
|
544
|
+
export interface MessageFns<T> {
|
|
545
|
+
encode(message: T, writer?: BinaryWriter): BinaryWriter;
|
|
546
|
+
decode(input: BinaryReader | Uint8Array, length?: number): T;
|
|
547
|
+
fromJSON(object: any): T;
|
|
548
|
+
toJSON(message: T): unknown;
|
|
549
|
+
create<I extends Exact<DeepPartial<T>, I>>(base?: I): T;
|
|
550
|
+
fromPartial<I extends Exact<DeepPartial<T>, I>>(object: I): T;
|
|
551
|
+
}
|
|
552
|
+
export {};
|