decentralcardgame-cardchain-client-ts 0.0.29 → 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 +147 -159
- 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 +33 -34
- 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 +123 -25
- 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 +6 -7
- 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 +125 -25
- 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 +38 -6
- 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 +38 -6
- 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 +4 -5
- 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 +37 -38
- 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 +104 -6
- 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 +44 -8
- 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 +718 -84
- 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 +314 -86
- 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 +242 -80
- 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 -1228
- package/DecentralCardGame.cardchain.cardchain/module.ts +0 -1778
- package/DecentralCardGame.cardchain.cardchain/registry.js +0 -89
- package/DecentralCardGame.cardchain.cardchain/registry.ts +0 -93
- package/DecentralCardGame.cardchain.cardchain/rest.js +0 -411
- package/DecentralCardGame.cardchain.cardchain/rest.ts +0 -1030
- 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 -737
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/card.ts +0 -825
- 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/genesis.js +0 -254
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/genesis.ts +0 -281
- 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 -1986
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/query.ts +0 -2401
- 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 -4458
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/tx.ts +0 -5478
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/user.js +0 -630
- package/DecentralCardGame.cardchain.cardchain/types/cardchain/cardchain/user.ts +0 -702
- 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/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 -25
- package/DecentralCardGame.cardchain.cardchain/types.ts +0 -53
- package/DecentralCardGame.cardchain.featureflag/index.js +0 -5
- package/DecentralCardGame.cardchain.featureflag/index.ts +0 -6
- package/DecentralCardGame.cardchain.featureflag/module.js +0 -62
- package/DecentralCardGame.cardchain.featureflag/module.ts +0 -102
- 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 -137
- 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 -140
- 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 -189
- 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 -84
- 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 -167
- 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 -60
- 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 -68
- 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 -82
- 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 -140
- 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 -58
- 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 -86
- 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 -75
- 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 -77
- 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 -73
- package/ibc.core.connection.v1/registry.js +0 -2
- package/ibc.core.connection.v1/rest.js +0 -191
- package/ibc.core.connection.v1/types/amino/amino.js +0 -2
- package/ibc.core.connection.v1/types/amino/amino.ts +0 -2
- package/ibc.core.connection.v1/types/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/ibc.core.connection.v1/types/cosmos/base/query/v1beta1/pagination.ts +0 -286
- package/ibc.core.connection.v1/types/cosmos/ics23/v1/proofs.js +0 -1126
- package/ibc.core.connection.v1/types/cosmos/ics23/v1/proofs.ts +0 -1408
- package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.js +0 -302
- package/ibc.core.connection.v1/types/cosmos/upgrade/v1beta1/upgrade.ts +0 -429
- package/ibc.core.connection.v1/types/cosmos_proto/cosmos.js +0 -171
- package/ibc.core.connection.v1/types/cosmos_proto/cosmos.ts +0 -247
- package/ibc.core.connection.v1/types/gogoproto/gogo.js +0 -2
- package/ibc.core.connection.v1/types/gogoproto/gogo.ts +0 -2
- package/ibc.core.connection.v1/types/google/api/annotations.js +0 -2
- package/ibc.core.connection.v1/types/google/api/annotations.ts +0 -2
- package/ibc.core.connection.v1/types/google/api/http.js +0 -260
- package/ibc.core.connection.v1/types/google/api/http.ts +0 -589
- package/ibc.core.connection.v1/types/google/protobuf/any.js +0 -99
- package/ibc.core.connection.v1/types/google/protobuf/any.ts +0 -240
- package/ibc.core.connection.v1/types/google/protobuf/descriptor.js +0 -2830
- package/ibc.core.connection.v1/types/google/protobuf/descriptor.ts +0 -3753
- package/ibc.core.connection.v1/types/google/protobuf/timestamp.js +0 -84
- package/ibc.core.connection.v1/types/google/protobuf/timestamp.ts +0 -216
- package/ibc.core.connection.v1/types/ibc/core/client/v1/client.js +0 -448
- package/ibc.core.connection.v1/types/ibc/core/client/v1/client.ts +0 -608
- package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.js +0 -223
- package/ibc.core.connection.v1/types/ibc/core/commitment/v1/commitment.ts +0 -299
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/connection.js +0 -537
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/connection.ts +0 -698
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/genesis.js +0 -120
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/genesis.ts +0 -152
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/query.js +0 -766
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/query.ts +0 -1041
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.js +0 -705
- package/ibc.core.connection.v1/types/ibc/core/connection/v1/tx.ts +0 -908
- package/ibc.core.connection.v1/types/proofs.js +0 -1126
- package/ibc.core.connection.v1/types/proofs.ts +0 -1408
- package/ibc.core.connection.v1/types.js +0 -8
- package/index.js +0 -64
- /package/{DecentralCardGame.cardchain.featureflag → cosmos.base.node.v1beta1}/registry.ts +0 -0
- /package/{DecentralCardGame.cardchain.featureflag → lib/cosmos.base.node.v1beta1}/registry.js +0 -0
- /package/{cosmos.consensus.v1/types.js → lib/cosmos.base.node.v1beta1/types.d.ts} +0 -0
- /package/{cosmos.crisis.v1beta1 → lib/cosmos.base.node.v1beta1}/types.js +0 -0
- /package/{cosmos.auth.v1beta1 → lib/cosmos.base.tendermint.v1beta1}/registry.js +0 -0
- /package/{env.js → lib/cosmos.consensus.v1/types.d.ts} +0 -0
- /package/{modules.js → lib/cosmos.consensus.v1/types.js} +0 -0
- /package/{cosmos.base.tendermint.v1beta1 → lib/cosmos.params.v1beta1}/registry.js +0 -0
- /package/{cosmos.mint.v1beta1 → lib/cosmos.tx.v1beta1}/registry.js +0 -0
- /package/{helpers.js → lib/helpers.js} +0 -0
|
@@ -1,984 +1,109 @@
|
|
|
1
|
-
/* eslint-disable */
|
|
2
|
-
/* tslint:disable */
|
|
3
|
-
/*
|
|
4
|
-
* ---------------------------------------------------------------
|
|
5
|
-
* ## THIS FILE WAS GENERATED VIA SWAGGER-TYPESCRIPT-API ##
|
|
6
|
-
* ## ##
|
|
7
|
-
* ## AUTHOR: acacode ##
|
|
8
|
-
* ## SOURCE: https://github.com/acacode/swagger-typescript-api ##
|
|
9
|
-
* ---------------------------------------------------------------
|
|
10
|
-
*/
|
|
11
|
-
|
|
12
|
-
/**
|
|
13
|
-
* Channel defines pipeline for exactly-once packet delivery between specific
|
|
14
|
-
modules on separate blockchains, which has at least one end capable of
|
|
15
|
-
sending packets and one end capable of receiving packets.
|
|
16
|
-
*/
|
|
17
|
-
export interface Channelv1Channel {
|
|
18
|
-
/**
|
|
19
|
-
* current state of the channel end
|
|
20
|
-
* State defines if a channel is in one of the following states:
|
|
21
|
-
* CLOSED, INIT, TRYOPEN, OPEN or UNINITIALIZED.
|
|
22
|
-
*
|
|
23
|
-
* - STATE_UNINITIALIZED_UNSPECIFIED: Default State
|
|
24
|
-
* - STATE_INIT: A channel has just started the opening handshake.
|
|
25
|
-
* - STATE_TRYOPEN: A channel has acknowledged the handshake step on the counterparty chain.
|
|
26
|
-
* - STATE_OPEN: A channel has completed the handshake. Open channels are
|
|
27
|
-
* ready to send and receive packets.
|
|
28
|
-
* - STATE_CLOSED: A channel has been closed and can no longer be used to send or receive
|
|
29
|
-
* packets.
|
|
30
|
-
*/
|
|
31
|
-
state?: V1State;
|
|
32
|
-
|
|
33
|
-
/**
|
|
34
|
-
* whether the channel is ordered or unordered
|
|
35
|
-
* - ORDER_NONE_UNSPECIFIED: zero-value for channel ordering
|
|
36
|
-
* - ORDER_UNORDERED: packets can be delivered in any order, which may differ from the order in
|
|
37
|
-
* which they were sent.
|
|
38
|
-
* - ORDER_ORDERED: packets are delivered exactly in the order which they were sent
|
|
39
|
-
*/
|
|
40
|
-
ordering?: V1Order;
|
|
41
|
-
|
|
42
|
-
/** counterparty channel end */
|
|
43
|
-
counterparty?: V1Counterparty;
|
|
44
|
-
|
|
45
|
-
/**
|
|
46
|
-
* list of connection identifiers, in order, along which packets sent on
|
|
47
|
-
* this channel will travel
|
|
48
|
-
*/
|
|
49
|
-
connection_hops?: string[];
|
|
50
|
-
|
|
51
|
-
/** opaque channel version, which is agreed upon during the handshake */
|
|
52
|
-
version?: string;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
/**
|
|
56
|
-
* `Any` contains an arbitrary serialized protocol buffer message along with a
|
|
57
|
-
URL that describes the type of the serialized message.
|
|
58
|
-
|
|
59
|
-
Protobuf library provides support to pack/unpack Any values in the form
|
|
60
|
-
of utility functions or additional generated methods of the Any type.
|
|
61
|
-
|
|
62
|
-
Example 1: Pack and unpack a message in C++.
|
|
63
|
-
|
|
64
|
-
Foo foo = ...;
|
|
65
|
-
Any any;
|
|
66
|
-
any.PackFrom(foo);
|
|
67
|
-
...
|
|
68
|
-
if (any.UnpackTo(&foo)) {
|
|
69
|
-
...
|
|
70
|
-
}
|
|
71
|
-
|
|
72
|
-
Example 2: Pack and unpack a message in Java.
|
|
73
|
-
|
|
74
|
-
Foo foo = ...;
|
|
75
|
-
Any any = Any.pack(foo);
|
|
76
|
-
...
|
|
77
|
-
if (any.is(Foo.class)) {
|
|
78
|
-
foo = any.unpack(Foo.class);
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
Example 3: Pack and unpack a message in Python.
|
|
82
|
-
|
|
83
|
-
foo = Foo(...)
|
|
84
|
-
any = Any()
|
|
85
|
-
any.Pack(foo)
|
|
86
|
-
...
|
|
87
|
-
if any.Is(Foo.DESCRIPTOR):
|
|
88
|
-
any.Unpack(foo)
|
|
89
|
-
...
|
|
90
|
-
|
|
91
|
-
Example 4: Pack and unpack a message in Go
|
|
92
|
-
|
|
93
|
-
foo := &pb.Foo{...}
|
|
94
|
-
any, err := anypb.New(foo)
|
|
95
|
-
if err != nil {
|
|
96
|
-
...
|
|
97
|
-
}
|
|
98
|
-
...
|
|
99
|
-
foo := &pb.Foo{}
|
|
100
|
-
if err := any.UnmarshalTo(foo); err != nil {
|
|
101
|
-
...
|
|
102
|
-
}
|
|
103
|
-
|
|
104
|
-
The pack methods provided by protobuf library will by default use
|
|
105
|
-
'type.googleapis.com/full.type.name' as the type URL and the unpack
|
|
106
|
-
methods only use the fully qualified type name after the last '/'
|
|
107
|
-
in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
|
108
|
-
name "y.z".
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
JSON
|
|
112
|
-
====
|
|
113
|
-
The JSON representation of an `Any` value uses the regular
|
|
114
|
-
representation of the deserialized, embedded message, with an
|
|
115
|
-
additional field `@type` which contains the type URL. Example:
|
|
116
|
-
|
|
117
|
-
package google.profile;
|
|
118
|
-
message Person {
|
|
119
|
-
string first_name = 1;
|
|
120
|
-
string last_name = 2;
|
|
121
|
-
}
|
|
122
|
-
|
|
123
|
-
{
|
|
124
|
-
"@type": "type.googleapis.com/google.profile.Person",
|
|
125
|
-
"firstName": <string>,
|
|
126
|
-
"lastName": <string>
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
If the embedded message type is well-known and has a custom JSON
|
|
130
|
-
representation, that representation will be embedded adding a field
|
|
131
|
-
`value` which holds the custom JSON in addition to the `@type`
|
|
132
|
-
field. Example (for message [google.protobuf.Duration][]):
|
|
133
|
-
|
|
134
|
-
{
|
|
135
|
-
"@type": "type.googleapis.com/google.protobuf.Duration",
|
|
136
|
-
"value": "1.212s"
|
|
137
|
-
}
|
|
138
|
-
*/
|
|
139
|
-
export interface ProtobufAny {
|
|
140
|
-
/**
|
|
141
|
-
* A URL/resource name that uniquely identifies the type of the serialized
|
|
142
|
-
* protocol buffer message. This string must contain at least
|
|
143
|
-
* one "/" character. The last segment of the URL's path must represent
|
|
144
|
-
* the fully qualified name of the type (as in
|
|
145
|
-
* `path/google.protobuf.Duration`). The name should be in a canonical form
|
|
146
|
-
* (e.g., leading "." is not accepted).
|
|
147
|
-
*
|
|
148
|
-
* In practice, teams usually precompile into the binary all types that they
|
|
149
|
-
* expect it to use in the context of Any. However, for URLs which use the
|
|
150
|
-
* scheme `http`, `https`, or no scheme, one can optionally set up a type
|
|
151
|
-
* server that maps type URLs to message definitions as follows:
|
|
152
|
-
* * If no scheme is provided, `https` is assumed.
|
|
153
|
-
* * An HTTP GET on the URL must yield a [google.protobuf.Type][]
|
|
154
|
-
* value in binary format, or produce an error.
|
|
155
|
-
* * Applications are allowed to cache lookup results based on the
|
|
156
|
-
* URL, or have them precompiled into a binary to avoid any
|
|
157
|
-
* lookup. Therefore, binary compatibility needs to be preserved
|
|
158
|
-
* on changes to types. (Use versioned type names to manage
|
|
159
|
-
* breaking changes.)
|
|
160
|
-
* Note: this functionality is not currently available in the official
|
|
161
|
-
* protobuf release, and it is not used for type URLs beginning with
|
|
162
|
-
* type.googleapis.com.
|
|
163
|
-
* Schemes other than `http`, `https` (or the empty scheme) might be
|
|
164
|
-
* used with implementation specific semantics.
|
|
165
|
-
*/
|
|
166
|
-
"@type"?: string;
|
|
167
|
-
}
|
|
168
|
-
|
|
169
|
-
export interface RpcStatus {
|
|
170
|
-
/** @format int32 */
|
|
171
|
-
code?: number;
|
|
172
|
-
message?: string;
|
|
173
|
-
details?: ProtobufAny[];
|
|
174
|
-
}
|
|
175
|
-
|
|
176
|
-
export interface V1Counterparty {
|
|
177
|
-
/** port on the counterparty chain which owns the other end of the channel. */
|
|
178
|
-
port_id?: string;
|
|
179
|
-
|
|
180
|
-
/** channel end on the counterparty chain */
|
|
181
|
-
channel_id?: string;
|
|
182
|
-
}
|
|
183
|
-
|
|
184
|
-
/**
|
|
185
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
186
|
-
RevisionNumber the same. However some consensus algorithms may choose to
|
|
187
|
-
reset the height in certain conditions e.g. hard forks, state-machine
|
|
188
|
-
breaking changes In these cases, the RevisionNumber is incremented so that
|
|
189
|
-
height continues to be monitonically increasing even as the RevisionHeight
|
|
190
|
-
gets reset
|
|
191
|
-
*/
|
|
192
|
-
export interface V1Height {
|
|
193
|
-
/**
|
|
194
|
-
* the revision that the client is currently on
|
|
195
|
-
* @format uint64
|
|
196
|
-
*/
|
|
197
|
-
revision_number?: string;
|
|
198
|
-
|
|
199
|
-
/**
|
|
200
|
-
* the height within the given revision
|
|
201
|
-
* @format uint64
|
|
202
|
-
*/
|
|
203
|
-
revision_height?: string;
|
|
204
|
-
}
|
|
205
|
-
|
|
206
|
-
/**
|
|
207
|
-
* IdentifiedChannel defines a channel with additional port and channel
|
|
208
|
-
identifier fields.
|
|
209
|
-
*/
|
|
210
|
-
export interface V1IdentifiedChannel {
|
|
211
|
-
/**
|
|
212
|
-
* current state of the channel end
|
|
213
|
-
* State defines if a channel is in one of the following states:
|
|
214
|
-
* CLOSED, INIT, TRYOPEN, OPEN or UNINITIALIZED.
|
|
215
|
-
*
|
|
216
|
-
* - STATE_UNINITIALIZED_UNSPECIFIED: Default State
|
|
217
|
-
* - STATE_INIT: A channel has just started the opening handshake.
|
|
218
|
-
* - STATE_TRYOPEN: A channel has acknowledged the handshake step on the counterparty chain.
|
|
219
|
-
* - STATE_OPEN: A channel has completed the handshake. Open channels are
|
|
220
|
-
* ready to send and receive packets.
|
|
221
|
-
* - STATE_CLOSED: A channel has been closed and can no longer be used to send or receive
|
|
222
|
-
* packets.
|
|
223
|
-
*/
|
|
224
|
-
state?: V1State;
|
|
225
|
-
|
|
226
|
-
/**
|
|
227
|
-
* whether the channel is ordered or unordered
|
|
228
|
-
* - ORDER_NONE_UNSPECIFIED: zero-value for channel ordering
|
|
229
|
-
* - ORDER_UNORDERED: packets can be delivered in any order, which may differ from the order in
|
|
230
|
-
* which they were sent.
|
|
231
|
-
* - ORDER_ORDERED: packets are delivered exactly in the order which they were sent
|
|
232
|
-
*/
|
|
233
|
-
ordering?: V1Order;
|
|
234
|
-
|
|
235
|
-
/** counterparty channel end */
|
|
236
|
-
counterparty?: V1Counterparty;
|
|
237
|
-
|
|
238
|
-
/**
|
|
239
|
-
* list of connection identifiers, in order, along which packets sent on
|
|
240
|
-
* this channel will travel
|
|
241
|
-
*/
|
|
242
|
-
connection_hops?: string[];
|
|
243
|
-
|
|
244
|
-
/** opaque channel version, which is agreed upon during the handshake */
|
|
245
|
-
version?: string;
|
|
246
|
-
|
|
247
|
-
/** port identifier */
|
|
248
|
-
port_id?: string;
|
|
249
|
-
|
|
250
|
-
/** channel identifier */
|
|
251
|
-
channel_id?: string;
|
|
252
|
-
}
|
|
253
|
-
|
|
254
|
-
/**
|
|
255
|
-
* IdentifiedClientState defines a client state with an additional client
|
|
256
|
-
identifier field.
|
|
257
|
-
*/
|
|
258
|
-
export interface V1IdentifiedClientState {
|
|
259
|
-
/** client identifier */
|
|
260
|
-
client_id?: string;
|
|
261
|
-
|
|
262
|
-
/**
|
|
263
|
-
* client state
|
|
264
|
-
* `Any` contains an arbitrary serialized protocol buffer message along with a
|
|
265
|
-
* URL that describes the type of the serialized message.
|
|
266
|
-
*
|
|
267
|
-
* Protobuf library provides support to pack/unpack Any values in the form
|
|
268
|
-
* of utility functions or additional generated methods of the Any type.
|
|
269
|
-
* Example 1: Pack and unpack a message in C++.
|
|
270
|
-
* Foo foo = ...;
|
|
271
|
-
* Any any;
|
|
272
|
-
* any.PackFrom(foo);
|
|
273
|
-
* ...
|
|
274
|
-
* if (any.UnpackTo(&foo)) {
|
|
275
|
-
* ...
|
|
276
|
-
* }
|
|
277
|
-
* Example 2: Pack and unpack a message in Java.
|
|
278
|
-
* Any any = Any.pack(foo);
|
|
279
|
-
* if (any.is(Foo.class)) {
|
|
280
|
-
* foo = any.unpack(Foo.class);
|
|
281
|
-
* Example 3: Pack and unpack a message in Python.
|
|
282
|
-
* foo = Foo(...)
|
|
283
|
-
* any = Any()
|
|
284
|
-
* any.Pack(foo)
|
|
285
|
-
* if any.Is(Foo.DESCRIPTOR):
|
|
286
|
-
* any.Unpack(foo)
|
|
287
|
-
* Example 4: Pack and unpack a message in Go
|
|
288
|
-
* foo := &pb.Foo{...}
|
|
289
|
-
* any, err := anypb.New(foo)
|
|
290
|
-
* if err != nil {
|
|
291
|
-
* ...
|
|
292
|
-
* }
|
|
293
|
-
* ...
|
|
294
|
-
* foo := &pb.Foo{}
|
|
295
|
-
* if err := any.UnmarshalTo(foo); err != nil {
|
|
296
|
-
* The pack methods provided by protobuf library will by default use
|
|
297
|
-
* 'type.googleapis.com/full.type.name' as the type URL and the unpack
|
|
298
|
-
* methods only use the fully qualified type name after the last '/'
|
|
299
|
-
* in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
|
300
|
-
* name "y.z".
|
|
301
|
-
* JSON
|
|
302
|
-
* ====
|
|
303
|
-
* The JSON representation of an `Any` value uses the regular
|
|
304
|
-
* representation of the deserialized, embedded message, with an
|
|
305
|
-
* additional field `@type` which contains the type URL. Example:
|
|
306
|
-
* package google.profile;
|
|
307
|
-
* message Person {
|
|
308
|
-
* string first_name = 1;
|
|
309
|
-
* string last_name = 2;
|
|
310
|
-
* {
|
|
311
|
-
* "@type": "type.googleapis.com/google.profile.Person",
|
|
312
|
-
* "firstName": <string>,
|
|
313
|
-
* "lastName": <string>
|
|
314
|
-
* If the embedded message type is well-known and has a custom JSON
|
|
315
|
-
* representation, that representation will be embedded adding a field
|
|
316
|
-
* `value` which holds the custom JSON in addition to the `@type`
|
|
317
|
-
* field. Example (for message [google.protobuf.Duration][]):
|
|
318
|
-
* "@type": "type.googleapis.com/google.protobuf.Duration",
|
|
319
|
-
* "value": "1.212s"
|
|
320
|
-
*/
|
|
321
|
-
client_state?: ProtobufAny;
|
|
322
|
-
}
|
|
323
|
-
|
|
324
|
-
/**
|
|
325
|
-
* MsgAcknowledgementResponse defines the Msg/Acknowledgement response type.
|
|
326
|
-
*/
|
|
327
|
-
export interface V1MsgAcknowledgementResponse {
|
|
328
|
-
/**
|
|
329
|
-
* - RESPONSE_RESULT_TYPE_UNSPECIFIED: Default zero value enumeration
|
|
330
|
-
* - RESPONSE_RESULT_TYPE_NOOP: The message did not call the IBC application callbacks (because, for example, the packet had already been relayed)
|
|
331
|
-
* - RESPONSE_RESULT_TYPE_SUCCESS: The message was executed successfully
|
|
332
|
-
*/
|
|
333
|
-
result?: V1ResponseResultType;
|
|
334
|
-
}
|
|
335
|
-
|
|
336
|
-
/**
|
|
337
|
-
* MsgChannelCloseConfirmResponse defines the Msg/ChannelCloseConfirm response
|
|
338
|
-
type.
|
|
339
|
-
*/
|
|
340
|
-
export type V1MsgChannelCloseConfirmResponse = object;
|
|
341
|
-
|
|
342
|
-
/**
|
|
343
|
-
* MsgChannelCloseInitResponse defines the Msg/ChannelCloseInit response type.
|
|
344
|
-
*/
|
|
345
|
-
export type V1MsgChannelCloseInitResponse = object;
|
|
346
|
-
|
|
347
|
-
/**
|
|
348
|
-
* MsgChannelOpenAckResponse defines the Msg/ChannelOpenAck response type.
|
|
349
|
-
*/
|
|
350
|
-
export type V1MsgChannelOpenAckResponse = object;
|
|
351
|
-
|
|
352
|
-
/**
|
|
353
|
-
* MsgChannelOpenConfirmResponse defines the Msg/ChannelOpenConfirm response
|
|
354
|
-
type.
|
|
355
|
-
*/
|
|
356
|
-
export type V1MsgChannelOpenConfirmResponse = object;
|
|
357
|
-
|
|
358
|
-
/**
|
|
359
|
-
* MsgChannelOpenInitResponse defines the Msg/ChannelOpenInit response type.
|
|
360
|
-
*/
|
|
361
|
-
export interface V1MsgChannelOpenInitResponse {
|
|
362
|
-
channel_id?: string;
|
|
363
|
-
version?: string;
|
|
364
|
-
}
|
|
365
|
-
|
|
366
|
-
/**
|
|
367
|
-
* MsgChannelOpenTryResponse defines the Msg/ChannelOpenTry response type.
|
|
368
|
-
*/
|
|
369
|
-
export interface V1MsgChannelOpenTryResponse {
|
|
370
|
-
version?: string;
|
|
371
|
-
}
|
|
372
|
-
|
|
373
|
-
/**
|
|
374
|
-
* MsgRecvPacketResponse defines the Msg/RecvPacket response type.
|
|
375
|
-
*/
|
|
376
|
-
export interface V1MsgRecvPacketResponse {
|
|
377
|
-
/**
|
|
378
|
-
* - RESPONSE_RESULT_TYPE_UNSPECIFIED: Default zero value enumeration
|
|
379
|
-
* - RESPONSE_RESULT_TYPE_NOOP: The message did not call the IBC application callbacks (because, for example, the packet had already been relayed)
|
|
380
|
-
* - RESPONSE_RESULT_TYPE_SUCCESS: The message was executed successfully
|
|
381
|
-
*/
|
|
382
|
-
result?: V1ResponseResultType;
|
|
383
|
-
}
|
|
384
|
-
|
|
385
|
-
/**
|
|
386
|
-
* MsgTimeoutOnCloseResponse defines the Msg/TimeoutOnClose response type.
|
|
387
|
-
*/
|
|
388
|
-
export interface V1MsgTimeoutOnCloseResponse {
|
|
389
|
-
/**
|
|
390
|
-
* - RESPONSE_RESULT_TYPE_UNSPECIFIED: Default zero value enumeration
|
|
391
|
-
* - RESPONSE_RESULT_TYPE_NOOP: The message did not call the IBC application callbacks (because, for example, the packet had already been relayed)
|
|
392
|
-
* - RESPONSE_RESULT_TYPE_SUCCESS: The message was executed successfully
|
|
393
|
-
*/
|
|
394
|
-
result?: V1ResponseResultType;
|
|
395
|
-
}
|
|
396
|
-
|
|
397
|
-
/**
|
|
398
|
-
* MsgTimeoutResponse defines the Msg/Timeout response type.
|
|
399
|
-
*/
|
|
400
|
-
export interface V1MsgTimeoutResponse {
|
|
401
|
-
/**
|
|
402
|
-
* - RESPONSE_RESULT_TYPE_UNSPECIFIED: Default zero value enumeration
|
|
403
|
-
* - RESPONSE_RESULT_TYPE_NOOP: The message did not call the IBC application callbacks (because, for example, the packet had already been relayed)
|
|
404
|
-
* - RESPONSE_RESULT_TYPE_SUCCESS: The message was executed successfully
|
|
405
|
-
*/
|
|
406
|
-
result?: V1ResponseResultType;
|
|
407
|
-
}
|
|
408
|
-
|
|
409
|
-
/**
|
|
410
|
-
* - ORDER_NONE_UNSPECIFIED: zero-value for channel ordering
|
|
411
|
-
- ORDER_UNORDERED: packets can be delivered in any order, which may differ from the order in
|
|
412
|
-
which they were sent.
|
|
413
|
-
- ORDER_ORDERED: packets are delivered exactly in the order which they were sent
|
|
414
|
-
*/
|
|
415
|
-
export enum V1Order {
|
|
416
|
-
ORDER_NONE_UNSPECIFIED = "ORDER_NONE_UNSPECIFIED",
|
|
417
|
-
ORDER_UNORDERED = "ORDER_UNORDERED",
|
|
418
|
-
ORDER_ORDERED = "ORDER_ORDERED",
|
|
419
|
-
}
|
|
420
|
-
|
|
421
|
-
export interface V1Packet {
|
|
422
|
-
/**
|
|
423
|
-
* number corresponds to the order of sends and receives, where a Packet
|
|
424
|
-
* with an earlier sequence number must be sent and received before a Packet
|
|
425
|
-
* with a later sequence number.
|
|
426
|
-
* @format uint64
|
|
427
|
-
*/
|
|
428
|
-
sequence?: string;
|
|
429
|
-
|
|
430
|
-
/** identifies the port on the sending chain. */
|
|
431
|
-
source_port?: string;
|
|
432
|
-
|
|
433
|
-
/** identifies the channel end on the sending chain. */
|
|
434
|
-
source_channel?: string;
|
|
435
|
-
|
|
436
|
-
/** identifies the port on the receiving chain. */
|
|
437
|
-
destination_port?: string;
|
|
438
|
-
|
|
439
|
-
/** identifies the channel end on the receiving chain. */
|
|
440
|
-
destination_channel?: string;
|
|
441
|
-
|
|
442
|
-
/**
|
|
443
|
-
* actual opaque bytes transferred directly to the application module
|
|
444
|
-
* @format byte
|
|
445
|
-
*/
|
|
446
|
-
data?: string;
|
|
447
|
-
|
|
448
|
-
/**
|
|
449
|
-
* block height after which the packet times out
|
|
450
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
451
|
-
* RevisionNumber the same. However some consensus algorithms may choose to
|
|
452
|
-
* reset the height in certain conditions e.g. hard forks, state-machine
|
|
453
|
-
* breaking changes In these cases, the RevisionNumber is incremented so that
|
|
454
|
-
* height continues to be monitonically increasing even as the RevisionHeight
|
|
455
|
-
* gets reset
|
|
456
|
-
*/
|
|
457
|
-
timeout_height?: V1Height;
|
|
458
|
-
|
|
459
|
-
/**
|
|
460
|
-
* block timestamp (in nanoseconds) after which the packet times out
|
|
461
|
-
* @format uint64
|
|
462
|
-
*/
|
|
463
|
-
timeout_timestamp?: string;
|
|
464
|
-
}
|
|
465
|
-
|
|
466
|
-
/**
|
|
467
|
-
* PacketState defines the generic type necessary to retrieve and store
|
|
468
|
-
packet commitments, acknowledgements, and receipts.
|
|
469
|
-
Caller is responsible for knowing the context necessary to interpret this
|
|
470
|
-
state as a commitment, acknowledgement, or a receipt.
|
|
471
|
-
*/
|
|
472
|
-
export interface V1PacketState {
|
|
473
|
-
/** channel port identifier. */
|
|
474
|
-
port_id?: string;
|
|
475
|
-
|
|
476
|
-
/** channel unique identifier. */
|
|
477
|
-
channel_id?: string;
|
|
478
|
-
|
|
479
|
-
/**
|
|
480
|
-
* packet sequence.
|
|
481
|
-
* @format uint64
|
|
482
|
-
*/
|
|
483
|
-
sequence?: string;
|
|
484
|
-
|
|
485
|
-
/**
|
|
486
|
-
* embedded data that represents packet state.
|
|
487
|
-
* @format byte
|
|
488
|
-
*/
|
|
489
|
-
data?: string;
|
|
490
|
-
}
|
|
491
|
-
|
|
492
|
-
export interface V1QueryChannelClientStateResponse {
|
|
493
|
-
/**
|
|
494
|
-
* client state associated with the channel
|
|
495
|
-
* IdentifiedClientState defines a client state with an additional client
|
|
496
|
-
* identifier field.
|
|
497
|
-
*/
|
|
498
|
-
identified_client_state?: V1IdentifiedClientState;
|
|
499
|
-
|
|
500
|
-
/**
|
|
501
|
-
* merkle proof of existence
|
|
502
|
-
* @format byte
|
|
503
|
-
*/
|
|
504
|
-
proof?: string;
|
|
505
|
-
|
|
506
|
-
/**
|
|
507
|
-
* height at which the proof was retrieved
|
|
508
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
509
|
-
* RevisionNumber the same. However some consensus algorithms may choose to
|
|
510
|
-
* reset the height in certain conditions e.g. hard forks, state-machine
|
|
511
|
-
* breaking changes In these cases, the RevisionNumber is incremented so that
|
|
512
|
-
* height continues to be monitonically increasing even as the RevisionHeight
|
|
513
|
-
* gets reset
|
|
514
|
-
*/
|
|
515
|
-
proof_height?: V1Height;
|
|
516
|
-
}
|
|
517
|
-
|
|
518
|
-
export interface V1QueryChannelConsensusStateResponse {
|
|
519
|
-
/**
|
|
520
|
-
* consensus state associated with the channel
|
|
521
|
-
* `Any` contains an arbitrary serialized protocol buffer message along with a
|
|
522
|
-
* URL that describes the type of the serialized message.
|
|
523
|
-
*
|
|
524
|
-
* Protobuf library provides support to pack/unpack Any values in the form
|
|
525
|
-
* of utility functions or additional generated methods of the Any type.
|
|
526
|
-
* Example 1: Pack and unpack a message in C++.
|
|
527
|
-
* Foo foo = ...;
|
|
528
|
-
* Any any;
|
|
529
|
-
* any.PackFrom(foo);
|
|
530
|
-
* ...
|
|
531
|
-
* if (any.UnpackTo(&foo)) {
|
|
532
|
-
* ...
|
|
533
|
-
* }
|
|
534
|
-
* Example 2: Pack and unpack a message in Java.
|
|
535
|
-
* Any any = Any.pack(foo);
|
|
536
|
-
* if (any.is(Foo.class)) {
|
|
537
|
-
* foo = any.unpack(Foo.class);
|
|
538
|
-
* Example 3: Pack and unpack a message in Python.
|
|
539
|
-
* foo = Foo(...)
|
|
540
|
-
* any = Any()
|
|
541
|
-
* any.Pack(foo)
|
|
542
|
-
* if any.Is(Foo.DESCRIPTOR):
|
|
543
|
-
* any.Unpack(foo)
|
|
544
|
-
* Example 4: Pack and unpack a message in Go
|
|
545
|
-
* foo := &pb.Foo{...}
|
|
546
|
-
* any, err := anypb.New(foo)
|
|
547
|
-
* if err != nil {
|
|
548
|
-
* ...
|
|
549
|
-
* }
|
|
550
|
-
* ...
|
|
551
|
-
* foo := &pb.Foo{}
|
|
552
|
-
* if err := any.UnmarshalTo(foo); err != nil {
|
|
553
|
-
* The pack methods provided by protobuf library will by default use
|
|
554
|
-
* 'type.googleapis.com/full.type.name' as the type URL and the unpack
|
|
555
|
-
* methods only use the fully qualified type name after the last '/'
|
|
556
|
-
* in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
|
557
|
-
* name "y.z".
|
|
558
|
-
* JSON
|
|
559
|
-
* ====
|
|
560
|
-
* The JSON representation of an `Any` value uses the regular
|
|
561
|
-
* representation of the deserialized, embedded message, with an
|
|
562
|
-
* additional field `@type` which contains the type URL. Example:
|
|
563
|
-
* package google.profile;
|
|
564
|
-
* message Person {
|
|
565
|
-
* string first_name = 1;
|
|
566
|
-
* string last_name = 2;
|
|
567
|
-
* {
|
|
568
|
-
* "@type": "type.googleapis.com/google.profile.Person",
|
|
569
|
-
* "firstName": <string>,
|
|
570
|
-
* "lastName": <string>
|
|
571
|
-
* If the embedded message type is well-known and has a custom JSON
|
|
572
|
-
* representation, that representation will be embedded adding a field
|
|
573
|
-
* `value` which holds the custom JSON in addition to the `@type`
|
|
574
|
-
* field. Example (for message [google.protobuf.Duration][]):
|
|
575
|
-
* "@type": "type.googleapis.com/google.protobuf.Duration",
|
|
576
|
-
* "value": "1.212s"
|
|
577
|
-
*/
|
|
578
|
-
consensus_state?: ProtobufAny;
|
|
579
|
-
|
|
580
|
-
/** client ID associated with the consensus state */
|
|
581
|
-
client_id?: string;
|
|
582
|
-
|
|
583
|
-
/**
|
|
584
|
-
* merkle proof of existence
|
|
585
|
-
* @format byte
|
|
586
|
-
*/
|
|
587
|
-
proof?: string;
|
|
588
|
-
|
|
589
|
-
/**
|
|
590
|
-
* height at which the proof was retrieved
|
|
591
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
592
|
-
* RevisionNumber the same. However some consensus algorithms may choose to
|
|
593
|
-
* reset the height in certain conditions e.g. hard forks, state-machine
|
|
594
|
-
* breaking changes In these cases, the RevisionNumber is incremented so that
|
|
595
|
-
* height continues to be monitonically increasing even as the RevisionHeight
|
|
596
|
-
* gets reset
|
|
597
|
-
*/
|
|
598
|
-
proof_height?: V1Height;
|
|
599
|
-
}
|
|
600
|
-
|
|
601
|
-
/**
|
|
602
|
-
* QueryChannelResponse is the response type for the Query/Channel RPC method.
|
|
603
|
-
Besides the Channel end, it includes a proof and the height from which the
|
|
604
|
-
proof was retrieved.
|
|
605
|
-
*/
|
|
606
|
-
export interface V1QueryChannelResponse {
|
|
607
|
-
/**
|
|
608
|
-
* channel associated with the request identifiers
|
|
609
|
-
* Channel defines pipeline for exactly-once packet delivery between specific
|
|
610
|
-
* modules on separate blockchains, which has at least one end capable of
|
|
611
|
-
* sending packets and one end capable of receiving packets.
|
|
612
|
-
*/
|
|
613
|
-
channel?: Channelv1Channel;
|
|
614
|
-
|
|
615
|
-
/**
|
|
616
|
-
* merkle proof of existence
|
|
617
|
-
* @format byte
|
|
618
|
-
*/
|
|
619
|
-
proof?: string;
|
|
620
|
-
|
|
621
|
-
/**
|
|
622
|
-
* height at which the proof was retrieved
|
|
623
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
624
|
-
* RevisionNumber the same. However some consensus algorithms may choose to
|
|
625
|
-
* reset the height in certain conditions e.g. hard forks, state-machine
|
|
626
|
-
* breaking changes In these cases, the RevisionNumber is incremented so that
|
|
627
|
-
* height continues to be monitonically increasing even as the RevisionHeight
|
|
628
|
-
* gets reset
|
|
629
|
-
*/
|
|
630
|
-
proof_height?: V1Height;
|
|
631
|
-
}
|
|
632
|
-
|
|
633
|
-
/**
|
|
634
|
-
* QueryChannelsResponse is the response type for the Query/Channels RPC method.
|
|
635
|
-
*/
|
|
636
|
-
export interface V1QueryChannelsResponse {
|
|
637
|
-
/** list of stored channels of the chain. */
|
|
638
|
-
channels?: V1IdentifiedChannel[];
|
|
639
|
-
|
|
640
|
-
/**
|
|
641
|
-
* pagination response
|
|
642
|
-
* PageResponse is to be embedded in gRPC response messages where the
|
|
643
|
-
* corresponding request message has used PageRequest.
|
|
644
|
-
*
|
|
645
|
-
* message SomeResponse {
|
|
646
|
-
* repeated Bar results = 1;
|
|
647
|
-
* PageResponse page = 2;
|
|
648
|
-
* }
|
|
649
|
-
*/
|
|
650
|
-
pagination?: V1Beta1PageResponse;
|
|
651
|
-
|
|
652
|
-
/**
|
|
653
|
-
* query block height
|
|
654
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
655
|
-
* RevisionNumber the same. However some consensus algorithms may choose to
|
|
656
|
-
* reset the height in certain conditions e.g. hard forks, state-machine
|
|
657
|
-
* breaking changes In these cases, the RevisionNumber is incremented so that
|
|
658
|
-
* height continues to be monitonically increasing even as the RevisionHeight
|
|
659
|
-
* gets reset
|
|
660
|
-
*/
|
|
661
|
-
height?: V1Height;
|
|
662
|
-
}
|
|
663
|
-
|
|
664
|
-
export interface V1QueryConnectionChannelsResponse {
|
|
665
|
-
/** list of channels associated with a connection. */
|
|
666
|
-
channels?: V1IdentifiedChannel[];
|
|
667
|
-
|
|
668
|
-
/**
|
|
669
|
-
* pagination response
|
|
670
|
-
* PageResponse is to be embedded in gRPC response messages where the
|
|
671
|
-
* corresponding request message has used PageRequest.
|
|
672
|
-
*
|
|
673
|
-
* message SomeResponse {
|
|
674
|
-
* repeated Bar results = 1;
|
|
675
|
-
* PageResponse page = 2;
|
|
676
|
-
* }
|
|
677
|
-
*/
|
|
678
|
-
pagination?: V1Beta1PageResponse;
|
|
679
|
-
|
|
680
|
-
/**
|
|
681
|
-
* query block height
|
|
682
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
683
|
-
* RevisionNumber the same. However some consensus algorithms may choose to
|
|
684
|
-
* reset the height in certain conditions e.g. hard forks, state-machine
|
|
685
|
-
* breaking changes In these cases, the RevisionNumber is incremented so that
|
|
686
|
-
* height continues to be monitonically increasing even as the RevisionHeight
|
|
687
|
-
* gets reset
|
|
688
|
-
*/
|
|
689
|
-
height?: V1Height;
|
|
690
|
-
}
|
|
691
|
-
|
|
692
|
-
export interface V1QueryNextSequenceReceiveResponse {
|
|
693
|
-
/**
|
|
694
|
-
* next sequence receive number
|
|
695
|
-
* @format uint64
|
|
696
|
-
*/
|
|
697
|
-
next_sequence_receive?: string;
|
|
698
|
-
|
|
699
|
-
/**
|
|
700
|
-
* merkle proof of existence
|
|
701
|
-
* @format byte
|
|
702
|
-
*/
|
|
703
|
-
proof?: string;
|
|
704
|
-
|
|
705
|
-
/**
|
|
706
|
-
* height at which the proof was retrieved
|
|
707
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
708
|
-
* RevisionNumber the same. However some consensus algorithms may choose to
|
|
709
|
-
* reset the height in certain conditions e.g. hard forks, state-machine
|
|
710
|
-
* breaking changes In these cases, the RevisionNumber is incremented so that
|
|
711
|
-
* height continues to be monitonically increasing even as the RevisionHeight
|
|
712
|
-
* gets reset
|
|
713
|
-
*/
|
|
714
|
-
proof_height?: V1Height;
|
|
715
|
-
}
|
|
716
|
-
|
|
717
|
-
export interface V1QueryPacketAcknowledgementResponse {
|
|
718
|
-
/**
|
|
719
|
-
* packet associated with the request fields
|
|
720
|
-
* @format byte
|
|
721
|
-
*/
|
|
722
|
-
acknowledgement?: string;
|
|
723
|
-
|
|
724
|
-
/**
|
|
725
|
-
* merkle proof of existence
|
|
726
|
-
* @format byte
|
|
727
|
-
*/
|
|
728
|
-
proof?: string;
|
|
729
|
-
|
|
730
|
-
/**
|
|
731
|
-
* height at which the proof was retrieved
|
|
732
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
733
|
-
* RevisionNumber the same. However some consensus algorithms may choose to
|
|
734
|
-
* reset the height in certain conditions e.g. hard forks, state-machine
|
|
735
|
-
* breaking changes In these cases, the RevisionNumber is incremented so that
|
|
736
|
-
* height continues to be monitonically increasing even as the RevisionHeight
|
|
737
|
-
* gets reset
|
|
738
|
-
*/
|
|
739
|
-
proof_height?: V1Height;
|
|
740
|
-
}
|
|
741
|
-
|
|
742
|
-
export interface V1QueryPacketAcknowledgementsResponse {
|
|
743
|
-
acknowledgements?: V1PacketState[];
|
|
744
|
-
|
|
745
|
-
/**
|
|
746
|
-
* pagination response
|
|
747
|
-
* PageResponse is to be embedded in gRPC response messages where the
|
|
748
|
-
* corresponding request message has used PageRequest.
|
|
749
|
-
*
|
|
750
|
-
* message SomeResponse {
|
|
751
|
-
* repeated Bar results = 1;
|
|
752
|
-
* PageResponse page = 2;
|
|
753
|
-
* }
|
|
754
|
-
*/
|
|
755
|
-
pagination?: V1Beta1PageResponse;
|
|
756
|
-
|
|
757
|
-
/**
|
|
758
|
-
* query block height
|
|
759
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
760
|
-
* RevisionNumber the same. However some consensus algorithms may choose to
|
|
761
|
-
* reset the height in certain conditions e.g. hard forks, state-machine
|
|
762
|
-
* breaking changes In these cases, the RevisionNumber is incremented so that
|
|
763
|
-
* height continues to be monitonically increasing even as the RevisionHeight
|
|
764
|
-
* gets reset
|
|
765
|
-
*/
|
|
766
|
-
height?: V1Height;
|
|
767
|
-
}
|
|
768
|
-
|
|
769
|
-
export interface V1QueryPacketCommitmentResponse {
|
|
770
|
-
/**
|
|
771
|
-
* packet associated with the request fields
|
|
772
|
-
* @format byte
|
|
773
|
-
*/
|
|
774
|
-
commitment?: string;
|
|
775
|
-
|
|
776
|
-
/**
|
|
777
|
-
* merkle proof of existence
|
|
778
|
-
* @format byte
|
|
779
|
-
*/
|
|
780
|
-
proof?: string;
|
|
781
|
-
|
|
782
|
-
/**
|
|
783
|
-
* height at which the proof was retrieved
|
|
784
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
785
|
-
* RevisionNumber the same. However some consensus algorithms may choose to
|
|
786
|
-
* reset the height in certain conditions e.g. hard forks, state-machine
|
|
787
|
-
* breaking changes In these cases, the RevisionNumber is incremented so that
|
|
788
|
-
* height continues to be monitonically increasing even as the RevisionHeight
|
|
789
|
-
* gets reset
|
|
790
|
-
*/
|
|
791
|
-
proof_height?: V1Height;
|
|
792
|
-
}
|
|
793
|
-
|
|
794
|
-
export interface V1QueryPacketCommitmentsResponse {
|
|
795
|
-
commitments?: V1PacketState[];
|
|
796
|
-
|
|
797
|
-
/**
|
|
798
|
-
* pagination response
|
|
799
|
-
* PageResponse is to be embedded in gRPC response messages where the
|
|
800
|
-
* corresponding request message has used PageRequest.
|
|
801
|
-
*
|
|
802
|
-
* message SomeResponse {
|
|
803
|
-
* repeated Bar results = 1;
|
|
804
|
-
* PageResponse page = 2;
|
|
805
|
-
* }
|
|
806
|
-
*/
|
|
807
|
-
pagination?: V1Beta1PageResponse;
|
|
808
|
-
|
|
809
|
-
/**
|
|
810
|
-
* query block height
|
|
811
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
812
|
-
* RevisionNumber the same. However some consensus algorithms may choose to
|
|
813
|
-
* reset the height in certain conditions e.g. hard forks, state-machine
|
|
814
|
-
* breaking changes In these cases, the RevisionNumber is incremented so that
|
|
815
|
-
* height continues to be monitonically increasing even as the RevisionHeight
|
|
816
|
-
* gets reset
|
|
817
|
-
*/
|
|
818
|
-
height?: V1Height;
|
|
819
|
-
}
|
|
820
|
-
|
|
821
|
-
export interface V1QueryPacketReceiptResponse {
|
|
822
|
-
/** success flag for if receipt exists */
|
|
823
|
-
received?: boolean;
|
|
824
|
-
|
|
825
|
-
/**
|
|
826
|
-
* merkle proof of existence
|
|
827
|
-
* @format byte
|
|
828
|
-
*/
|
|
829
|
-
proof?: string;
|
|
830
|
-
|
|
831
|
-
/**
|
|
832
|
-
* height at which the proof was retrieved
|
|
833
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
834
|
-
* RevisionNumber the same. However some consensus algorithms may choose to
|
|
835
|
-
* reset the height in certain conditions e.g. hard forks, state-machine
|
|
836
|
-
* breaking changes In these cases, the RevisionNumber is incremented so that
|
|
837
|
-
* height continues to be monitonically increasing even as the RevisionHeight
|
|
838
|
-
* gets reset
|
|
839
|
-
*/
|
|
840
|
-
proof_height?: V1Height;
|
|
841
|
-
}
|
|
842
|
-
|
|
843
|
-
export interface V1QueryUnreceivedAcksResponse {
|
|
844
|
-
/** list of unreceived acknowledgement sequences */
|
|
845
|
-
sequences?: string[];
|
|
846
|
-
|
|
847
|
-
/**
|
|
848
|
-
* query block height
|
|
849
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
850
|
-
* RevisionNumber the same. However some consensus algorithms may choose to
|
|
851
|
-
* reset the height in certain conditions e.g. hard forks, state-machine
|
|
852
|
-
* breaking changes In these cases, the RevisionNumber is incremented so that
|
|
853
|
-
* height continues to be monitonically increasing even as the RevisionHeight
|
|
854
|
-
* gets reset
|
|
855
|
-
*/
|
|
856
|
-
height?: V1Height;
|
|
857
|
-
}
|
|
858
|
-
|
|
859
|
-
export interface V1QueryUnreceivedPacketsResponse {
|
|
860
|
-
/** list of unreceived packet sequences */
|
|
861
|
-
sequences?: string[];
|
|
862
|
-
|
|
863
|
-
/**
|
|
864
|
-
* query block height
|
|
865
|
-
* Normally the RevisionHeight is incremented at each height while keeping
|
|
866
|
-
* RevisionNumber the same. However some consensus algorithms may choose to
|
|
867
|
-
* reset the height in certain conditions e.g. hard forks, state-machine
|
|
868
|
-
* breaking changes In these cases, the RevisionNumber is incremented so that
|
|
869
|
-
* height continues to be monitonically increasing even as the RevisionHeight
|
|
870
|
-
* gets reset
|
|
871
|
-
*/
|
|
872
|
-
height?: V1Height;
|
|
873
|
-
}
|
|
874
|
-
|
|
875
|
-
/**
|
|
876
|
-
* - RESPONSE_RESULT_TYPE_UNSPECIFIED: Default zero value enumeration
|
|
877
|
-
- RESPONSE_RESULT_TYPE_NOOP: The message did not call the IBC application callbacks (because, for example, the packet had already been relayed)
|
|
878
|
-
- RESPONSE_RESULT_TYPE_SUCCESS: The message was executed successfully
|
|
879
|
-
*/
|
|
880
|
-
export enum V1ResponseResultType {
|
|
881
|
-
RESPONSE_RESULT_TYPE_UNSPECIFIED = "RESPONSE_RESULT_TYPE_UNSPECIFIED",
|
|
882
|
-
RESPONSE_RESULT_TYPE_NOOP = "RESPONSE_RESULT_TYPE_NOOP",
|
|
883
|
-
RESPONSE_RESULT_TYPE_SUCCESS = "RESPONSE_RESULT_TYPE_SUCCESS",
|
|
884
|
-
}
|
|
885
|
-
|
|
886
|
-
/**
|
|
887
|
-
* State defines if a channel is in one of the following states:
|
|
888
|
-
CLOSED, INIT, TRYOPEN, OPEN or UNINITIALIZED.
|
|
889
|
-
|
|
890
|
-
- STATE_UNINITIALIZED_UNSPECIFIED: Default State
|
|
891
|
-
- STATE_INIT: A channel has just started the opening handshake.
|
|
892
|
-
- STATE_TRYOPEN: A channel has acknowledged the handshake step on the counterparty chain.
|
|
893
|
-
- STATE_OPEN: A channel has completed the handshake. Open channels are
|
|
894
|
-
ready to send and receive packets.
|
|
895
|
-
- STATE_CLOSED: A channel has been closed and can no longer be used to send or receive
|
|
896
|
-
packets.
|
|
897
|
-
*/
|
|
898
|
-
export enum V1State {
|
|
899
|
-
STATE_UNINITIALIZED_UNSPECIFIED = "STATE_UNINITIALIZED_UNSPECIFIED",
|
|
900
|
-
STATE_INIT = "STATE_INIT",
|
|
901
|
-
STATE_TRYOPEN = "STATE_TRYOPEN",
|
|
902
|
-
STATE_OPEN = "STATE_OPEN",
|
|
903
|
-
STATE_CLOSED = "STATE_CLOSED",
|
|
904
|
-
}
|
|
905
|
-
|
|
906
|
-
/**
|
|
907
|
-
* message SomeRequest {
|
|
908
|
-
Foo some_parameter = 1;
|
|
909
|
-
PageRequest pagination = 2;
|
|
910
|
-
}
|
|
911
|
-
*/
|
|
912
|
-
export interface V1Beta1PageRequest {
|
|
913
|
-
/**
|
|
914
|
-
* key is a value returned in PageResponse.next_key to begin
|
|
915
|
-
* querying the next page most efficiently. Only one of offset or key
|
|
916
|
-
* should be set.
|
|
917
|
-
* @format byte
|
|
918
|
-
*/
|
|
919
|
-
key?: string;
|
|
920
|
-
|
|
921
|
-
/**
|
|
922
|
-
* offset is a numeric offset that can be used when key is unavailable.
|
|
923
|
-
* It is less efficient than using key. Only one of offset or key should
|
|
924
|
-
* be set.
|
|
925
|
-
* @format uint64
|
|
926
|
-
*/
|
|
927
|
-
offset?: string;
|
|
928
|
-
|
|
929
|
-
/**
|
|
930
|
-
* limit is the total number of results to be returned in the result page.
|
|
931
|
-
* If left empty it will default to a value to be set by each app.
|
|
932
|
-
* @format uint64
|
|
933
|
-
*/
|
|
934
|
-
limit?: string;
|
|
935
|
-
|
|
936
|
-
/**
|
|
937
|
-
* count_total is set to true to indicate that the result set should include
|
|
938
|
-
* a count of the total number of items available for pagination in UIs.
|
|
939
|
-
* count_total is only respected when offset is used. It is ignored when key
|
|
940
|
-
* is set.
|
|
941
|
-
*/
|
|
942
|
-
count_total?: boolean;
|
|
943
|
-
|
|
944
|
-
/**
|
|
945
|
-
* reverse is set to true if results are to be returned in the descending order.
|
|
946
|
-
*
|
|
947
|
-
* Since: cosmos-sdk 0.43
|
|
948
|
-
*/
|
|
949
|
-
reverse?: boolean;
|
|
950
|
-
}
|
|
951
|
-
|
|
952
|
-
/**
|
|
953
|
-
* PageResponse is to be embedded in gRPC response messages where the
|
|
954
|
-
corresponding request message has used PageRequest.
|
|
955
|
-
|
|
956
|
-
message SomeResponse {
|
|
957
|
-
repeated Bar results = 1;
|
|
958
|
-
PageResponse page = 2;
|
|
959
|
-
}
|
|
960
|
-
*/
|
|
961
|
-
export interface V1Beta1PageResponse {
|
|
962
|
-
/**
|
|
963
|
-
* next_key is the key to be passed to PageRequest.key to
|
|
964
|
-
* query the next page most efficiently. It will be empty if
|
|
965
|
-
* there are no more results.
|
|
966
|
-
* @format byte
|
|
967
|
-
*/
|
|
968
|
-
next_key?: string;
|
|
969
|
-
|
|
970
|
-
/**
|
|
971
|
-
* total is total number of results available if PageRequest.count_total
|
|
972
|
-
* was set, its value is undefined otherwise
|
|
973
|
-
* @format uint64
|
|
974
|
-
*/
|
|
975
|
-
total?: string;
|
|
976
|
-
}
|
|
977
|
-
|
|
978
1
|
import axios, { AxiosInstance, AxiosRequestConfig, AxiosResponse, ResponseType } from "axios";
|
|
2
|
+
import { QueryChannelResponse } from "../types/ibc/core/channel/v1/query";
|
|
3
|
+
import { QueryChannelsResponse } from "../types/ibc/core/channel/v1/query";
|
|
4
|
+
import { QueryConnectionChannelsResponse } from "../types/ibc/core/channel/v1/query";
|
|
5
|
+
import { QueryChannelClientStateResponse } from "../types/ibc/core/channel/v1/query";
|
|
6
|
+
import { QueryChannelConsensusStateResponse } from "../types/ibc/core/channel/v1/query";
|
|
7
|
+
import { QueryPacketCommitmentResponse } from "../types/ibc/core/channel/v1/query";
|
|
8
|
+
import { QueryPacketCommitmentsResponse } from "../types/ibc/core/channel/v1/query";
|
|
9
|
+
import { QueryPacketReceiptResponse } from "../types/ibc/core/channel/v1/query";
|
|
10
|
+
import { QueryPacketAcknowledgementResponse } from "../types/ibc/core/channel/v1/query";
|
|
11
|
+
import { QueryPacketAcknowledgementsResponse } from "../types/ibc/core/channel/v1/query";
|
|
12
|
+
import { QueryUnreceivedPacketsResponse } from "../types/ibc/core/channel/v1/query";
|
|
13
|
+
import { QueryUnreceivedAcksResponse } from "../types/ibc/core/channel/v1/query";
|
|
14
|
+
import { QueryNextSequenceReceiveResponse } from "../types/ibc/core/channel/v1/query";
|
|
15
|
+
import { QueryNextSequenceSendResponse } from "../types/ibc/core/channel/v1/query";
|
|
16
|
+
import { QueryUpgradeErrorResponse } from "../types/ibc/core/channel/v1/query";
|
|
17
|
+
import { QueryUpgradeResponse } from "../types/ibc/core/channel/v1/query";
|
|
18
|
+
import { QueryChannelParamsResponse } from "../types/ibc/core/channel/v1/query";
|
|
19
|
+
|
|
20
|
+
import { QueryChannelRequest } from "../types/ibc/core/channel/v1/query";
|
|
21
|
+
import { QueryChannelsRequest } from "../types/ibc/core/channel/v1/query";
|
|
22
|
+
import { QueryConnectionChannelsRequest } from "../types/ibc/core/channel/v1/query";
|
|
23
|
+
import { QueryChannelClientStateRequest } from "../types/ibc/core/channel/v1/query";
|
|
24
|
+
import { QueryChannelConsensusStateRequest } from "../types/ibc/core/channel/v1/query";
|
|
25
|
+
import { QueryPacketCommitmentRequest } from "../types/ibc/core/channel/v1/query";
|
|
26
|
+
import { QueryPacketCommitmentsRequest } from "../types/ibc/core/channel/v1/query";
|
|
27
|
+
import { QueryPacketReceiptRequest } from "../types/ibc/core/channel/v1/query";
|
|
28
|
+
import { QueryPacketAcknowledgementRequest } from "../types/ibc/core/channel/v1/query";
|
|
29
|
+
import { QueryPacketAcknowledgementsRequest } from "../types/ibc/core/channel/v1/query";
|
|
30
|
+
import { QueryUnreceivedPacketsRequest } from "../types/ibc/core/channel/v1/query";
|
|
31
|
+
import { QueryUnreceivedAcksRequest } from "../types/ibc/core/channel/v1/query";
|
|
32
|
+
import { QueryNextSequenceReceiveRequest } from "../types/ibc/core/channel/v1/query";
|
|
33
|
+
import { QueryNextSequenceSendRequest } from "../types/ibc/core/channel/v1/query";
|
|
34
|
+
import { QueryUpgradeErrorRequest } from "../types/ibc/core/channel/v1/query";
|
|
35
|
+
import { QueryUpgradeRequest } from "../types/ibc/core/channel/v1/query";
|
|
36
|
+
import { QueryChannelParamsRequest } from "../types/ibc/core/channel/v1/query";
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
import type {SnakeCasedPropertiesDeep} from 'type-fest';
|
|
979
40
|
|
|
980
41
|
export type QueryParamsType = Record<string | number, any>;
|
|
981
42
|
|
|
43
|
+
export type FlattenObject<TValue> = CollapseEntries<CreateObjectEntries<TValue, TValue>>;
|
|
44
|
+
|
|
45
|
+
type Entry = { key: string; value: unknown };
|
|
46
|
+
type EmptyEntry<TValue> = { key: ''; value: TValue };
|
|
47
|
+
type ExcludedTypes = Date | Set<unknown> | Map<unknown, unknown>;
|
|
48
|
+
type ArrayEncoder = `[${bigint}]`;
|
|
49
|
+
|
|
50
|
+
type EscapeArrayKey<TKey extends string> = TKey extends `${infer TKeyBefore}.${ArrayEncoder}${infer TKeyAfter}`
|
|
51
|
+
? EscapeArrayKey<`${TKeyBefore}${ArrayEncoder}${TKeyAfter}`>
|
|
52
|
+
: TKey;
|
|
53
|
+
|
|
54
|
+
// Transforms entries to one flattened type
|
|
55
|
+
type CollapseEntries<TEntry extends Entry> = {
|
|
56
|
+
[E in TEntry as EscapeArrayKey<E['key']>]: E['value'];
|
|
57
|
+
};
|
|
58
|
+
|
|
59
|
+
// Transforms array type to object
|
|
60
|
+
type CreateArrayEntry<TValue, TValueInitial> = OmitItself<
|
|
61
|
+
TValue extends unknown[] ? { [k: ArrayEncoder]: TValue[number] } : TValue,
|
|
62
|
+
TValueInitial
|
|
63
|
+
>;
|
|
64
|
+
|
|
65
|
+
// Omit the type that references itself
|
|
66
|
+
type OmitItself<TValue, TValueInitial> = TValue extends TValueInitial
|
|
67
|
+
? EmptyEntry<TValue>
|
|
68
|
+
: OmitExcludedTypes<TValue, TValueInitial>;
|
|
69
|
+
|
|
70
|
+
// Omit the type that is listed in ExcludedTypes union
|
|
71
|
+
type OmitExcludedTypes<TValue, TValueInitial> = TValue extends ExcludedTypes
|
|
72
|
+
? EmptyEntry<TValue>
|
|
73
|
+
: CreateObjectEntries<TValue, TValueInitial>;
|
|
74
|
+
|
|
75
|
+
type CreateObjectEntries<TValue, TValueInitial> = TValue extends object
|
|
76
|
+
? {
|
|
77
|
+
// Checks that Key is of type string
|
|
78
|
+
[TKey in keyof TValue]-?: TKey extends string
|
|
79
|
+
? // Nested key can be an object, run recursively to the bottom
|
|
80
|
+
CreateArrayEntry<TValue[TKey], TValueInitial> extends infer TNestedValue
|
|
81
|
+
? TNestedValue extends Entry
|
|
82
|
+
? TNestedValue['key'] extends ''
|
|
83
|
+
? {
|
|
84
|
+
key: TKey;
|
|
85
|
+
value: TNestedValue['value'];
|
|
86
|
+
}
|
|
87
|
+
:
|
|
88
|
+
| {
|
|
89
|
+
key: `${TKey}.${TNestedValue['key']}`;
|
|
90
|
+
value: TNestedValue['value'];
|
|
91
|
+
}
|
|
92
|
+
| {
|
|
93
|
+
key: TKey;
|
|
94
|
+
value: TValue[TKey];
|
|
95
|
+
}
|
|
96
|
+
: never
|
|
97
|
+
: never
|
|
98
|
+
: never;
|
|
99
|
+
}[keyof TValue] // Builds entry for each key
|
|
100
|
+
: EmptyEntry<TValue>;
|
|
101
|
+
|
|
102
|
+
export type ChangeProtoToJSPrimitives<T extends object> = {
|
|
103
|
+
[key in keyof T]: T[key] extends Uint8Array | Date ? string : T[key] extends object ? ChangeProtoToJSPrimitives<T[key]>: T[key];
|
|
104
|
+
// ^^^^ This line is used to convert Uint8Array to string, if you want to keep Uint8Array as is, you can remove this line
|
|
105
|
+
}
|
|
106
|
+
|
|
982
107
|
export interface FullRequestParams extends Omit<AxiosRequestConfig, "data" | "params" | "url" | "responseType"> {
|
|
983
108
|
/** set parameter to `true` for call `securityWorker` for this request */
|
|
984
109
|
secure?: boolean;
|
|
@@ -1034,11 +159,11 @@ export class HttpClient<SecurityDataType = unknown> {
|
|
|
1034
159
|
...params1,
|
|
1035
160
|
...(params2 || {}),
|
|
1036
161
|
headers: {
|
|
1037
|
-
...(this.instance.defaults.headers
|
|
162
|
+
...(this.instance.defaults.headers ),
|
|
1038
163
|
...(params1.headers || {}),
|
|
1039
164
|
...((params2 && params2.headers) || {}),
|
|
1040
165
|
},
|
|
1041
|
-
};
|
|
166
|
+
} as AxiosRequestConfig;
|
|
1042
167
|
}
|
|
1043
168
|
|
|
1044
169
|
private createFormData(input: Record<string, unknown>): FormData {
|
|
@@ -1056,7 +181,7 @@ export class HttpClient<SecurityDataType = unknown> {
|
|
|
1056
181
|
}, new FormData());
|
|
1057
182
|
}
|
|
1058
183
|
|
|
1059
|
-
public request = async <T = any
|
|
184
|
+
public request = async <T = any>({
|
|
1060
185
|
secure,
|
|
1061
186
|
path,
|
|
1062
187
|
type,
|
|
@@ -1096,280 +221,330 @@ export class HttpClient<SecurityDataType = unknown> {
|
|
|
1096
221
|
}
|
|
1097
222
|
|
|
1098
223
|
/**
|
|
1099
|
-
* @title ibc
|
|
1100
|
-
* @version version not set
|
|
224
|
+
* @title ibc.core.channel.v1
|
|
1101
225
|
*/
|
|
1102
226
|
export class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDataType> {
|
|
1103
227
|
/**
|
|
1104
|
-
*
|
|
228
|
+
* QueryChannel
|
|
229
|
+
*
|
|
230
|
+
* @tags Query
|
|
231
|
+
* @name queryChannel
|
|
232
|
+
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}
|
|
233
|
+
*/
|
|
234
|
+
queryChannel = (channel_id: string, port_id: string,
|
|
235
|
+
query?: Record<string, any>,
|
|
236
|
+
params: RequestParams = {},
|
|
237
|
+
) =>
|
|
238
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryChannelResponse>>>({
|
|
239
|
+
path: `/ibc/core/channel/v1/channels/${channel_id}/ports/${port_id}`,
|
|
240
|
+
method: "GET",
|
|
241
|
+
query: query,
|
|
242
|
+
format: "json",
|
|
243
|
+
...params,
|
|
244
|
+
});
|
|
245
|
+
|
|
246
|
+
/**
|
|
247
|
+
* QueryChannels
|
|
1105
248
|
*
|
|
1106
249
|
* @tags Query
|
|
1107
|
-
* @name
|
|
1108
|
-
* @summary Channels queries all the IBC channels of a chain.
|
|
250
|
+
* @name queryChannels
|
|
1109
251
|
* @request GET:/ibc/core/channel/v1/channels
|
|
1110
252
|
*/
|
|
1111
253
|
queryChannels = (
|
|
1112
|
-
query?:
|
|
1113
|
-
"pagination.key"?: string;
|
|
1114
|
-
"pagination.offset"?: string;
|
|
1115
|
-
"pagination.limit"?: string;
|
|
1116
|
-
"pagination.count_total"?: boolean;
|
|
1117
|
-
"pagination.reverse"?: boolean;
|
|
1118
|
-
},
|
|
254
|
+
query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryChannelsRequest>>>,"">,
|
|
1119
255
|
params: RequestParams = {},
|
|
1120
256
|
) =>
|
|
1121
|
-
this.request<
|
|
257
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryChannelsResponse>>>({
|
|
1122
258
|
path: `/ibc/core/channel/v1/channels`,
|
|
1123
259
|
method: "GET",
|
|
1124
260
|
query: query,
|
|
1125
261
|
format: "json",
|
|
1126
262
|
...params,
|
|
1127
263
|
});
|
|
1128
|
-
|
|
264
|
+
|
|
1129
265
|
/**
|
|
1130
|
-
*
|
|
266
|
+
* QueryConnectionChannels
|
|
1131
267
|
*
|
|
1132
268
|
* @tags Query
|
|
1133
|
-
* @name
|
|
1134
|
-
* @
|
|
1135
|
-
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}
|
|
269
|
+
* @name queryConnectionChannels
|
|
270
|
+
* @request GET:/ibc/core/channel/v1/connections/{connection}/channels
|
|
1136
271
|
*/
|
|
1137
|
-
|
|
1138
|
-
|
|
1139
|
-
|
|
272
|
+
queryConnectionChannels = (connection: string,
|
|
273
|
+
query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryConnectionChannelsRequest>>>,"connection">,
|
|
274
|
+
params: RequestParams = {},
|
|
275
|
+
) =>
|
|
276
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryConnectionChannelsResponse>>>({
|
|
277
|
+
path: `/ibc/core/channel/v1/connections/${connection}/channels`,
|
|
1140
278
|
method: "GET",
|
|
279
|
+
query: query,
|
|
1141
280
|
format: "json",
|
|
1142
281
|
...params,
|
|
1143
282
|
});
|
|
1144
|
-
|
|
283
|
+
|
|
1145
284
|
/**
|
|
1146
|
-
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1150
|
-
|
|
1151
|
-
|
|
1152
|
-
|
|
1153
|
-
|
|
1154
|
-
|
|
1155
|
-
|
|
1156
|
-
|
|
285
|
+
* QueryChannelClientState
|
|
286
|
+
*
|
|
287
|
+
* @tags Query
|
|
288
|
+
* @name queryChannelClientState
|
|
289
|
+
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/client_state
|
|
290
|
+
*/
|
|
291
|
+
queryChannelClientState = (channel_id: string, port_id: string,
|
|
292
|
+
query?: Record<string, any>,
|
|
293
|
+
params: RequestParams = {},
|
|
294
|
+
) =>
|
|
295
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryChannelClientStateResponse>>>({
|
|
296
|
+
path: `/ibc/core/channel/v1/channels/${channel_id}/ports/${port_id}/client_state`,
|
|
1157
297
|
method: "GET",
|
|
298
|
+
query: query,
|
|
1158
299
|
format: "json",
|
|
1159
300
|
...params,
|
|
1160
301
|
});
|
|
1161
|
-
|
|
302
|
+
|
|
1162
303
|
/**
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
|
|
1169
|
-
|
|
1170
|
-
|
|
1171
|
-
queryChannelConsensusState = (
|
|
1172
|
-
channelId: string,
|
|
1173
|
-
portId: string,
|
|
1174
|
-
revisionNumber: string,
|
|
1175
|
-
revisionHeight: string,
|
|
304
|
+
* QueryChannelConsensusState
|
|
305
|
+
*
|
|
306
|
+
* @tags Query
|
|
307
|
+
* @name queryChannelConsensusState
|
|
308
|
+
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/consensus_state/revision/{revision_number}/height/{revision_height}
|
|
309
|
+
*/
|
|
310
|
+
queryChannelConsensusState = (channel_id: string, port_id: string, revision_number: string, revision_height: string,
|
|
311
|
+
query?: Record<string, any>,
|
|
1176
312
|
params: RequestParams = {},
|
|
1177
313
|
) =>
|
|
1178
|
-
this.request<
|
|
1179
|
-
path: `/ibc/core/channel/v1/channels/${
|
|
314
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryChannelConsensusStateResponse>>>({
|
|
315
|
+
path: `/ibc/core/channel/v1/channels/${channel_id}/ports/${port_id}/consensus_state/revision/${revision_number}/height/${revision_height}`,
|
|
1180
316
|
method: "GET",
|
|
317
|
+
query: query,
|
|
1181
318
|
format: "json",
|
|
1182
319
|
...params,
|
|
1183
320
|
});
|
|
1184
|
-
|
|
321
|
+
|
|
1185
322
|
/**
|
|
1186
|
-
*
|
|
323
|
+
* QueryPacketCommitment
|
|
1187
324
|
*
|
|
1188
325
|
* @tags Query
|
|
1189
|
-
* @name
|
|
1190
|
-
* @
|
|
1191
|
-
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/next_sequence
|
|
326
|
+
* @name queryPacketCommitment
|
|
327
|
+
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{sequence}
|
|
1192
328
|
*/
|
|
1193
|
-
|
|
1194
|
-
|
|
1195
|
-
|
|
329
|
+
queryPacketCommitment = (channel_id: string, port_id: string, sequence: string,
|
|
330
|
+
query?: Record<string, any>,
|
|
331
|
+
params: RequestParams = {},
|
|
332
|
+
) =>
|
|
333
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryPacketCommitmentResponse>>>({
|
|
334
|
+
path: `/ibc/core/channel/v1/channels/${channel_id}/ports/${port_id}/packet_commitments/${sequence}`,
|
|
1196
335
|
method: "GET",
|
|
336
|
+
query: query,
|
|
1197
337
|
format: "json",
|
|
1198
338
|
...params,
|
|
1199
339
|
});
|
|
1200
|
-
|
|
340
|
+
|
|
1201
341
|
/**
|
|
1202
|
-
|
|
1203
|
-
|
|
1204
|
-
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
queryPacketAcknowledgements = (
|
|
1211
|
-
channelId: string,
|
|
1212
|
-
portId: string,
|
|
1213
|
-
query?: {
|
|
1214
|
-
"pagination.key"?: string;
|
|
1215
|
-
"pagination.offset"?: string;
|
|
1216
|
-
"pagination.limit"?: string;
|
|
1217
|
-
"pagination.count_total"?: boolean;
|
|
1218
|
-
"pagination.reverse"?: boolean;
|
|
1219
|
-
packet_commitment_sequences?: string[];
|
|
1220
|
-
},
|
|
342
|
+
* QueryPacketCommitments
|
|
343
|
+
*
|
|
344
|
+
* @tags Query
|
|
345
|
+
* @name queryPacketCommitments
|
|
346
|
+
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments
|
|
347
|
+
*/
|
|
348
|
+
queryPacketCommitments = (channel_id: string, port_id: string,
|
|
349
|
+
query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryPacketCommitmentsRequest>>>,"channel_id" | "port_id">,
|
|
1221
350
|
params: RequestParams = {},
|
|
1222
351
|
) =>
|
|
1223
|
-
this.request<
|
|
1224
|
-
path: `/ibc/core/channel/v1/channels/${
|
|
352
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryPacketCommitmentsResponse>>>({
|
|
353
|
+
path: `/ibc/core/channel/v1/channels/${channel_id}/ports/${port_id}/packet_commitments`,
|
|
1225
354
|
method: "GET",
|
|
1226
355
|
query: query,
|
|
1227
356
|
format: "json",
|
|
1228
357
|
...params,
|
|
1229
358
|
});
|
|
1230
|
-
|
|
359
|
+
|
|
360
|
+
/**
|
|
361
|
+
* QueryPacketReceipt
|
|
362
|
+
*
|
|
363
|
+
* @tags Query
|
|
364
|
+
* @name queryPacketReceipt
|
|
365
|
+
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_receipts/{sequence}
|
|
366
|
+
*/
|
|
367
|
+
queryPacketReceipt = (channel_id: string, port_id: string, sequence: string,
|
|
368
|
+
query?: Record<string, any>,
|
|
369
|
+
params: RequestParams = {},
|
|
370
|
+
) =>
|
|
371
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryPacketReceiptResponse>>>({
|
|
372
|
+
path: `/ibc/core/channel/v1/channels/${channel_id}/ports/${port_id}/packet_receipts/${sequence}`,
|
|
373
|
+
method: "GET",
|
|
374
|
+
query: query,
|
|
375
|
+
format: "json",
|
|
376
|
+
...params,
|
|
377
|
+
});
|
|
378
|
+
|
|
1231
379
|
/**
|
|
1232
|
-
*
|
|
380
|
+
* QueryPacketAcknowledgement
|
|
1233
381
|
*
|
|
1234
382
|
* @tags Query
|
|
1235
|
-
* @name
|
|
1236
|
-
* @summary PacketAcknowledgement queries a stored packet acknowledgement hash.
|
|
383
|
+
* @name queryPacketAcknowledgement
|
|
1237
384
|
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_acks/{sequence}
|
|
1238
385
|
*/
|
|
1239
|
-
queryPacketAcknowledgement = (
|
|
1240
|
-
|
|
1241
|
-
|
|
386
|
+
queryPacketAcknowledgement = (channel_id: string, port_id: string, sequence: string,
|
|
387
|
+
query?: Record<string, any>,
|
|
388
|
+
params: RequestParams = {},
|
|
389
|
+
) =>
|
|
390
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryPacketAcknowledgementResponse>>>({
|
|
391
|
+
path: `/ibc/core/channel/v1/channels/${channel_id}/ports/${port_id}/packet_acks/${sequence}`,
|
|
1242
392
|
method: "GET",
|
|
393
|
+
query: query,
|
|
1243
394
|
format: "json",
|
|
1244
395
|
...params,
|
|
1245
396
|
});
|
|
1246
|
-
|
|
397
|
+
|
|
1247
398
|
/**
|
|
1248
|
-
|
|
1249
|
-
|
|
1250
|
-
|
|
1251
|
-
|
|
1252
|
-
|
|
1253
|
-
|
|
1254
|
-
|
|
1255
|
-
|
|
1256
|
-
queryPacketCommitments = (
|
|
1257
|
-
channelId: string,
|
|
1258
|
-
portId: string,
|
|
1259
|
-
query?: {
|
|
1260
|
-
"pagination.key"?: string;
|
|
1261
|
-
"pagination.offset"?: string;
|
|
1262
|
-
"pagination.limit"?: string;
|
|
1263
|
-
"pagination.count_total"?: boolean;
|
|
1264
|
-
"pagination.reverse"?: boolean;
|
|
1265
|
-
},
|
|
399
|
+
* QueryPacketAcknowledgements
|
|
400
|
+
*
|
|
401
|
+
* @tags Query
|
|
402
|
+
* @name queryPacketAcknowledgements
|
|
403
|
+
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_acknowledgements
|
|
404
|
+
*/
|
|
405
|
+
queryPacketAcknowledgements = (channel_id: string, port_id: string,
|
|
406
|
+
query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryPacketAcknowledgementsRequest>>>,"channel_id" | "port_id">,
|
|
1266
407
|
params: RequestParams = {},
|
|
1267
408
|
) =>
|
|
1268
|
-
this.request<
|
|
1269
|
-
path: `/ibc/core/channel/v1/channels/${
|
|
409
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryPacketAcknowledgementsResponse>>>({
|
|
410
|
+
path: `/ibc/core/channel/v1/channels/${channel_id}/ports/${port_id}/packet_acknowledgements`,
|
|
1270
411
|
method: "GET",
|
|
1271
412
|
query: query,
|
|
1272
413
|
format: "json",
|
|
1273
414
|
...params,
|
|
1274
415
|
});
|
|
1275
|
-
|
|
416
|
+
|
|
1276
417
|
/**
|
|
1277
|
-
|
|
1278
|
-
|
|
1279
|
-
|
|
1280
|
-
|
|
1281
|
-
|
|
1282
|
-
|
|
1283
|
-
|
|
1284
|
-
|
|
1285
|
-
|
|
1286
|
-
|
|
1287
|
-
|
|
418
|
+
* QueryUnreceivedPackets
|
|
419
|
+
*
|
|
420
|
+
* @tags Query
|
|
421
|
+
* @name queryUnreceivedPackets
|
|
422
|
+
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{packet_commitment_sequences}/unreceived_packets
|
|
423
|
+
*/
|
|
424
|
+
queryUnreceivedPackets = (channel_id: string, port_id: string, packet_commitment_sequences: string,
|
|
425
|
+
query?: Record<string, any>,
|
|
426
|
+
params: RequestParams = {},
|
|
427
|
+
) =>
|
|
428
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryUnreceivedPacketsResponse>>>({
|
|
429
|
+
path: `/ibc/core/channel/v1/channels/${channel_id}/ports/${port_id}/packet_commitments/${packet_commitment_sequences}/unreceived_packets`,
|
|
1288
430
|
method: "GET",
|
|
431
|
+
query: query,
|
|
1289
432
|
format: "json",
|
|
1290
433
|
...params,
|
|
1291
434
|
});
|
|
1292
|
-
|
|
435
|
+
|
|
1293
436
|
/**
|
|
1294
|
-
|
|
1295
|
-
|
|
1296
|
-
|
|
1297
|
-
|
|
1298
|
-
|
|
1299
|
-
|
|
1300
|
-
|
|
1301
|
-
|
|
1302
|
-
queryUnreceivedPackets = (
|
|
1303
|
-
channelId: string,
|
|
1304
|
-
portId: string,
|
|
1305
|
-
packetCommitmentSequences: string[],
|
|
437
|
+
* QueryUnreceivedAcks
|
|
438
|
+
*
|
|
439
|
+
* @tags Query
|
|
440
|
+
* @name queryUnreceivedAcks
|
|
441
|
+
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{packet_ack_sequences}/unreceived_acks
|
|
442
|
+
*/
|
|
443
|
+
queryUnreceivedAcks = (channel_id: string, port_id: string, packet_ack_sequences: string,
|
|
444
|
+
query?: Record<string, any>,
|
|
1306
445
|
params: RequestParams = {},
|
|
1307
446
|
) =>
|
|
1308
|
-
this.request<
|
|
1309
|
-
path: `/ibc/core/channel/v1/channels/${
|
|
447
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryUnreceivedAcksResponse>>>({
|
|
448
|
+
path: `/ibc/core/channel/v1/channels/${channel_id}/ports/${port_id}/packet_commitments/${packet_ack_sequences}/unreceived_acks`,
|
|
1310
449
|
method: "GET",
|
|
450
|
+
query: query,
|
|
1311
451
|
format: "json",
|
|
1312
452
|
...params,
|
|
1313
453
|
});
|
|
1314
|
-
|
|
454
|
+
|
|
1315
455
|
/**
|
|
1316
|
-
*
|
|
456
|
+
* QueryNextSequenceReceive
|
|
1317
457
|
*
|
|
1318
458
|
* @tags Query
|
|
1319
|
-
* @name
|
|
1320
|
-
* @
|
|
1321
|
-
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/packet_commitments/{sequence}
|
|
459
|
+
* @name queryNextSequenceReceive
|
|
460
|
+
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/next_sequence
|
|
1322
461
|
*/
|
|
1323
|
-
|
|
1324
|
-
|
|
1325
|
-
|
|
462
|
+
queryNextSequenceReceive = (channel_id: string, port_id: string,
|
|
463
|
+
query?: Record<string, any>,
|
|
464
|
+
params: RequestParams = {},
|
|
465
|
+
) =>
|
|
466
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryNextSequenceReceiveResponse>>>({
|
|
467
|
+
path: `/ibc/core/channel/v1/channels/${channel_id}/ports/${port_id}/next_sequence`,
|
|
1326
468
|
method: "GET",
|
|
469
|
+
query: query,
|
|
1327
470
|
format: "json",
|
|
1328
471
|
...params,
|
|
1329
472
|
});
|
|
1330
|
-
|
|
473
|
+
|
|
1331
474
|
/**
|
|
1332
|
-
|
|
1333
|
-
|
|
1334
|
-
|
|
1335
|
-
|
|
1336
|
-
|
|
1337
|
-
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
|
|
1342
|
-
|
|
475
|
+
* QueryNextSequenceSend
|
|
476
|
+
*
|
|
477
|
+
* @tags Query
|
|
478
|
+
* @name queryNextSequenceSend
|
|
479
|
+
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/next_sequence_send
|
|
480
|
+
*/
|
|
481
|
+
queryNextSequenceSend = (channel_id: string, port_id: string,
|
|
482
|
+
query?: Record<string, any>,
|
|
483
|
+
params: RequestParams = {},
|
|
484
|
+
) =>
|
|
485
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryNextSequenceSendResponse>>>({
|
|
486
|
+
path: `/ibc/core/channel/v1/channels/${channel_id}/ports/${port_id}/next_sequence_send`,
|
|
1343
487
|
method: "GET",
|
|
488
|
+
query: query,
|
|
1344
489
|
format: "json",
|
|
1345
490
|
...params,
|
|
1346
491
|
});
|
|
1347
|
-
|
|
492
|
+
|
|
1348
493
|
/**
|
|
1349
|
-
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1353
|
-
|
|
1354
|
-
|
|
1355
|
-
|
|
1356
|
-
|
|
1357
|
-
queryConnectionChannels = (
|
|
1358
|
-
connection: string,
|
|
1359
|
-
query?: {
|
|
1360
|
-
"pagination.key"?: string;
|
|
1361
|
-
"pagination.offset"?: string;
|
|
1362
|
-
"pagination.limit"?: string;
|
|
1363
|
-
"pagination.count_total"?: boolean;
|
|
1364
|
-
"pagination.reverse"?: boolean;
|
|
1365
|
-
},
|
|
494
|
+
* QueryUpgradeError
|
|
495
|
+
*
|
|
496
|
+
* @tags Query
|
|
497
|
+
* @name queryUpgradeError
|
|
498
|
+
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/upgrade_error
|
|
499
|
+
*/
|
|
500
|
+
queryUpgradeError = (channel_id: string, port_id: string,
|
|
501
|
+
query?: Record<string, any>,
|
|
1366
502
|
params: RequestParams = {},
|
|
1367
503
|
) =>
|
|
1368
|
-
this.request<
|
|
1369
|
-
path: `/ibc/core/channel/v1/
|
|
504
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryUpgradeErrorResponse>>>({
|
|
505
|
+
path: `/ibc/core/channel/v1/channels/${channel_id}/ports/${port_id}/upgrade_error`,
|
|
1370
506
|
method: "GET",
|
|
1371
507
|
query: query,
|
|
1372
508
|
format: "json",
|
|
1373
509
|
...params,
|
|
1374
510
|
});
|
|
1375
|
-
|
|
511
|
+
|
|
512
|
+
/**
|
|
513
|
+
* QueryUpgrade
|
|
514
|
+
*
|
|
515
|
+
* @tags Query
|
|
516
|
+
* @name queryUpgrade
|
|
517
|
+
* @request GET:/ibc/core/channel/v1/channels/{channel_id}/ports/{port_id}/upgrade
|
|
518
|
+
*/
|
|
519
|
+
queryUpgrade = (channel_id: string, port_id: string,
|
|
520
|
+
query?: Record<string, any>,
|
|
521
|
+
params: RequestParams = {},
|
|
522
|
+
) =>
|
|
523
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryUpgradeResponse>>>({
|
|
524
|
+
path: `/ibc/core/channel/v1/channels/${channel_id}/ports/${port_id}/upgrade`,
|
|
525
|
+
method: "GET",
|
|
526
|
+
query: query,
|
|
527
|
+
format: "json",
|
|
528
|
+
...params,
|
|
529
|
+
});
|
|
530
|
+
|
|
531
|
+
/**
|
|
532
|
+
* QueryChannelParams
|
|
533
|
+
*
|
|
534
|
+
* @tags Query
|
|
535
|
+
* @name queryChannelParams
|
|
536
|
+
* @request GET:/ibc/core/channel/v1/params
|
|
537
|
+
*/
|
|
538
|
+
queryChannelParams = (
|
|
539
|
+
query?: Record<string, any>,
|
|
540
|
+
params: RequestParams = {},
|
|
541
|
+
) =>
|
|
542
|
+
this.request<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryChannelParamsResponse>>>({
|
|
543
|
+
path: `/ibc/core/channel/v1/params`,
|
|
544
|
+
method: "GET",
|
|
545
|
+
query: query,
|
|
546
|
+
format: "json",
|
|
547
|
+
...params,
|
|
548
|
+
});
|
|
549
|
+
|
|
550
|
+
}
|