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
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
import { DeliverTxResponse, StdFee } from "@cosmjs/stargate";
|
|
2
|
+
import { EncodeObject, GeneratedType, OfflineSigner, Registry } from "@cosmjs/proto-signing";
|
|
3
|
+
import { IgniteClient } from "../client";
|
|
4
|
+
import { Api } from "./rest";
|
|
5
|
+
import { MsgRegisterPayee } from "../types/ibc/applications/fee/v1/tx";
|
|
6
|
+
import { MsgRegisterCounterpartyPayee } from "../types/ibc/applications/fee/v1/tx";
|
|
7
|
+
import { MsgPayPacketFee } from "../types/ibc/applications/fee/v1/tx";
|
|
8
|
+
import { MsgPayPacketFeeAsync } from "../types/ibc/applications/fee/v1/tx";
|
|
9
|
+
export { MsgRegisterPayee, MsgRegisterCounterpartyPayee, MsgPayPacketFee, MsgPayPacketFeeAsync };
|
|
10
|
+
type sendMsgRegisterPayeeParams = {
|
|
11
|
+
value: MsgRegisterPayee;
|
|
12
|
+
fee?: StdFee;
|
|
13
|
+
memo?: string;
|
|
14
|
+
};
|
|
15
|
+
type sendMsgRegisterCounterpartyPayeeParams = {
|
|
16
|
+
value: MsgRegisterCounterpartyPayee;
|
|
17
|
+
fee?: StdFee;
|
|
18
|
+
memo?: string;
|
|
19
|
+
};
|
|
20
|
+
type sendMsgPayPacketFeeParams = {
|
|
21
|
+
value: MsgPayPacketFee;
|
|
22
|
+
fee?: StdFee;
|
|
23
|
+
memo?: string;
|
|
24
|
+
};
|
|
25
|
+
type sendMsgPayPacketFeeAsyncParams = {
|
|
26
|
+
value: MsgPayPacketFeeAsync;
|
|
27
|
+
fee?: StdFee;
|
|
28
|
+
memo?: string;
|
|
29
|
+
};
|
|
30
|
+
type msgRegisterPayeeParams = {
|
|
31
|
+
value: MsgRegisterPayee;
|
|
32
|
+
};
|
|
33
|
+
type msgRegisterCounterpartyPayeeParams = {
|
|
34
|
+
value: MsgRegisterCounterpartyPayee;
|
|
35
|
+
};
|
|
36
|
+
type msgPayPacketFeeParams = {
|
|
37
|
+
value: MsgPayPacketFee;
|
|
38
|
+
};
|
|
39
|
+
type msgPayPacketFeeAsyncParams = {
|
|
40
|
+
value: MsgPayPacketFeeAsync;
|
|
41
|
+
};
|
|
42
|
+
export declare const registry: Registry;
|
|
43
|
+
interface TxClientOptions {
|
|
44
|
+
addr: string;
|
|
45
|
+
prefix: string;
|
|
46
|
+
signer?: OfflineSigner;
|
|
47
|
+
}
|
|
48
|
+
export declare const txClient: ({ signer, prefix, addr }?: TxClientOptions) => {
|
|
49
|
+
sendMsgRegisterPayee({ value, fee, memo }: sendMsgRegisterPayeeParams): Promise<DeliverTxResponse>;
|
|
50
|
+
sendMsgRegisterCounterpartyPayee({ value, fee, memo }: sendMsgRegisterCounterpartyPayeeParams): Promise<DeliverTxResponse>;
|
|
51
|
+
sendMsgPayPacketFee({ value, fee, memo }: sendMsgPayPacketFeeParams): Promise<DeliverTxResponse>;
|
|
52
|
+
sendMsgPayPacketFeeAsync({ value, fee, memo }: sendMsgPayPacketFeeAsyncParams): Promise<DeliverTxResponse>;
|
|
53
|
+
msgRegisterPayee({ value }: msgRegisterPayeeParams): EncodeObject;
|
|
54
|
+
msgRegisterCounterpartyPayee({ value }: msgRegisterCounterpartyPayeeParams): EncodeObject;
|
|
55
|
+
msgPayPacketFee({ value }: msgPayPacketFeeParams): EncodeObject;
|
|
56
|
+
msgPayPacketFeeAsync({ value }: msgPayPacketFeeAsyncParams): EncodeObject;
|
|
57
|
+
};
|
|
58
|
+
interface QueryClientOptions {
|
|
59
|
+
addr: string;
|
|
60
|
+
}
|
|
61
|
+
export declare const queryClient: ({ addr: addr }?: QueryClientOptions) => Api<unknown>;
|
|
62
|
+
declare class SDKModule {
|
|
63
|
+
query: ReturnType<typeof queryClient>;
|
|
64
|
+
tx: ReturnType<typeof txClient>;
|
|
65
|
+
structure: Record<string, unknown>;
|
|
66
|
+
registry: Array<[string, GeneratedType]>;
|
|
67
|
+
constructor(client: IgniteClient);
|
|
68
|
+
updateTX(client: IgniteClient): void;
|
|
69
|
+
}
|
|
70
|
+
declare const IgntModule: (test: IgniteClient) => {
|
|
71
|
+
module: {
|
|
72
|
+
IbcApplicationsFeeV_1: SDKModule;
|
|
73
|
+
};
|
|
74
|
+
registry: [string, GeneratedType][];
|
|
75
|
+
};
|
|
76
|
+
export default IgntModule;
|
|
@@ -0,0 +1,171 @@
|
|
|
1
|
+
// Generated by Ignite ignite.com/cli
|
|
2
|
+
import { SigningStargateClient } from "@cosmjs/stargate";
|
|
3
|
+
import { Registry } from "@cosmjs/proto-signing";
|
|
4
|
+
import { msgTypes } from './registry';
|
|
5
|
+
import { Api } from "./rest";
|
|
6
|
+
import { MsgRegisterPayee } from "../types/ibc/applications/fee/v1/tx";
|
|
7
|
+
import { MsgRegisterCounterpartyPayee } from "../types/ibc/applications/fee/v1/tx";
|
|
8
|
+
import { MsgPayPacketFee } from "../types/ibc/applications/fee/v1/tx";
|
|
9
|
+
import { MsgPayPacketFeeAsync } from "../types/ibc/applications/fee/v1/tx";
|
|
10
|
+
import { IncentivizedAcknowledgement as typeIncentivizedAcknowledgement } from "./types";
|
|
11
|
+
import { Fee as typeFee } from "./types";
|
|
12
|
+
import { PacketFee as typePacketFee } from "./types";
|
|
13
|
+
import { PacketFees as typePacketFees } from "./types";
|
|
14
|
+
import { IdentifiedPacketFees as typeIdentifiedPacketFees } from "./types";
|
|
15
|
+
import { FeeEnabledChannel as typeFeeEnabledChannel } from "./types";
|
|
16
|
+
import { RegisteredPayee as typeRegisteredPayee } from "./types";
|
|
17
|
+
import { RegisteredCounterpartyPayee as typeRegisteredCounterpartyPayee } from "./types";
|
|
18
|
+
import { ForwardRelayerAddress as typeForwardRelayerAddress } from "./types";
|
|
19
|
+
import { Metadata as typeMetadata } from "./types";
|
|
20
|
+
export { MsgRegisterPayee, MsgRegisterCounterpartyPayee, MsgPayPacketFee, MsgPayPacketFeeAsync };
|
|
21
|
+
export const registry = new Registry(msgTypes);
|
|
22
|
+
function getStructure(template) {
|
|
23
|
+
const structure = { fields: [] };
|
|
24
|
+
for (let [key, value] of Object.entries(template)) {
|
|
25
|
+
let field = { name: key, type: typeof value };
|
|
26
|
+
structure.fields.push(field);
|
|
27
|
+
}
|
|
28
|
+
return structure;
|
|
29
|
+
}
|
|
30
|
+
const defaultFee = {
|
|
31
|
+
amount: [],
|
|
32
|
+
gas: "200000",
|
|
33
|
+
};
|
|
34
|
+
export const txClient = ({ signer, prefix, addr } = { addr: "http://localhost:26657", prefix: "cosmos" }) => {
|
|
35
|
+
return {
|
|
36
|
+
async sendMsgRegisterPayee({ value, fee, memo }) {
|
|
37
|
+
if (!signer) {
|
|
38
|
+
throw new Error('TxClient:sendMsgRegisterPayee: Unable to sign Tx. Signer is not present.');
|
|
39
|
+
}
|
|
40
|
+
try {
|
|
41
|
+
const { address } = (await signer.getAccounts())[0];
|
|
42
|
+
const signingClient = await SigningStargateClient.connectWithSigner(addr, signer, { registry });
|
|
43
|
+
let msg = this.msgRegisterPayee({ value: MsgRegisterPayee.fromPartial(value) });
|
|
44
|
+
return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo);
|
|
45
|
+
}
|
|
46
|
+
catch (e) {
|
|
47
|
+
throw new Error('TxClient:sendMsgRegisterPayee: Could not broadcast Tx: ' + e.message);
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
async sendMsgRegisterCounterpartyPayee({ value, fee, memo }) {
|
|
51
|
+
if (!signer) {
|
|
52
|
+
throw new Error('TxClient:sendMsgRegisterCounterpartyPayee: Unable to sign Tx. Signer is not present.');
|
|
53
|
+
}
|
|
54
|
+
try {
|
|
55
|
+
const { address } = (await signer.getAccounts())[0];
|
|
56
|
+
const signingClient = await SigningStargateClient.connectWithSigner(addr, signer, { registry });
|
|
57
|
+
let msg = this.msgRegisterCounterpartyPayee({ value: MsgRegisterCounterpartyPayee.fromPartial(value) });
|
|
58
|
+
return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo);
|
|
59
|
+
}
|
|
60
|
+
catch (e) {
|
|
61
|
+
throw new Error('TxClient:sendMsgRegisterCounterpartyPayee: Could not broadcast Tx: ' + e.message);
|
|
62
|
+
}
|
|
63
|
+
},
|
|
64
|
+
async sendMsgPayPacketFee({ value, fee, memo }) {
|
|
65
|
+
if (!signer) {
|
|
66
|
+
throw new Error('TxClient:sendMsgPayPacketFee: Unable to sign Tx. Signer is not present.');
|
|
67
|
+
}
|
|
68
|
+
try {
|
|
69
|
+
const { address } = (await signer.getAccounts())[0];
|
|
70
|
+
const signingClient = await SigningStargateClient.connectWithSigner(addr, signer, { registry });
|
|
71
|
+
let msg = this.msgPayPacketFee({ value: MsgPayPacketFee.fromPartial(value) });
|
|
72
|
+
return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo);
|
|
73
|
+
}
|
|
74
|
+
catch (e) {
|
|
75
|
+
throw new Error('TxClient:sendMsgPayPacketFee: Could not broadcast Tx: ' + e.message);
|
|
76
|
+
}
|
|
77
|
+
},
|
|
78
|
+
async sendMsgPayPacketFeeAsync({ value, fee, memo }) {
|
|
79
|
+
if (!signer) {
|
|
80
|
+
throw new Error('TxClient:sendMsgPayPacketFeeAsync: Unable to sign Tx. Signer is not present.');
|
|
81
|
+
}
|
|
82
|
+
try {
|
|
83
|
+
const { address } = (await signer.getAccounts())[0];
|
|
84
|
+
const signingClient = await SigningStargateClient.connectWithSigner(addr, signer, { registry });
|
|
85
|
+
let msg = this.msgPayPacketFeeAsync({ value: MsgPayPacketFeeAsync.fromPartial(value) });
|
|
86
|
+
return await signingClient.signAndBroadcast(address, [msg], fee ? fee : defaultFee, memo);
|
|
87
|
+
}
|
|
88
|
+
catch (e) {
|
|
89
|
+
throw new Error('TxClient:sendMsgPayPacketFeeAsync: Could not broadcast Tx: ' + e.message);
|
|
90
|
+
}
|
|
91
|
+
},
|
|
92
|
+
msgRegisterPayee({ value }) {
|
|
93
|
+
try {
|
|
94
|
+
return { typeUrl: "/ibc.applications.fee.v1.MsgRegisterPayee", value: MsgRegisterPayee.fromPartial(value) };
|
|
95
|
+
}
|
|
96
|
+
catch (e) {
|
|
97
|
+
throw new Error('TxClient:MsgRegisterPayee: Could not create message: ' + e.message);
|
|
98
|
+
}
|
|
99
|
+
},
|
|
100
|
+
msgRegisterCounterpartyPayee({ value }) {
|
|
101
|
+
try {
|
|
102
|
+
return { typeUrl: "/ibc.applications.fee.v1.MsgRegisterCounterpartyPayee", value: MsgRegisterCounterpartyPayee.fromPartial(value) };
|
|
103
|
+
}
|
|
104
|
+
catch (e) {
|
|
105
|
+
throw new Error('TxClient:MsgRegisterCounterpartyPayee: Could not create message: ' + e.message);
|
|
106
|
+
}
|
|
107
|
+
},
|
|
108
|
+
msgPayPacketFee({ value }) {
|
|
109
|
+
try {
|
|
110
|
+
return { typeUrl: "/ibc.applications.fee.v1.MsgPayPacketFee", value: MsgPayPacketFee.fromPartial(value) };
|
|
111
|
+
}
|
|
112
|
+
catch (e) {
|
|
113
|
+
throw new Error('TxClient:MsgPayPacketFee: Could not create message: ' + e.message);
|
|
114
|
+
}
|
|
115
|
+
},
|
|
116
|
+
msgPayPacketFeeAsync({ value }) {
|
|
117
|
+
try {
|
|
118
|
+
return { typeUrl: "/ibc.applications.fee.v1.MsgPayPacketFeeAsync", value: MsgPayPacketFeeAsync.fromPartial(value) };
|
|
119
|
+
}
|
|
120
|
+
catch (e) {
|
|
121
|
+
throw new Error('TxClient:MsgPayPacketFeeAsync: Could not create message: ' + e.message);
|
|
122
|
+
}
|
|
123
|
+
},
|
|
124
|
+
};
|
|
125
|
+
};
|
|
126
|
+
export const queryClient = ({ addr: addr } = { addr: "http://localhost:1317" }) => {
|
|
127
|
+
return new Api({ baseURL: addr });
|
|
128
|
+
};
|
|
129
|
+
class SDKModule {
|
|
130
|
+
constructor(client) {
|
|
131
|
+
this.registry = [];
|
|
132
|
+
this.query = queryClient({ addr: client.env.apiURL });
|
|
133
|
+
this.updateTX(client);
|
|
134
|
+
this.structure = {
|
|
135
|
+
IncentivizedAcknowledgement: getStructure(typeIncentivizedAcknowledgement.fromPartial({})),
|
|
136
|
+
Fee: getStructure(typeFee.fromPartial({})),
|
|
137
|
+
PacketFee: getStructure(typePacketFee.fromPartial({})),
|
|
138
|
+
PacketFees: getStructure(typePacketFees.fromPartial({})),
|
|
139
|
+
IdentifiedPacketFees: getStructure(typeIdentifiedPacketFees.fromPartial({})),
|
|
140
|
+
FeeEnabledChannel: getStructure(typeFeeEnabledChannel.fromPartial({})),
|
|
141
|
+
RegisteredPayee: getStructure(typeRegisteredPayee.fromPartial({})),
|
|
142
|
+
RegisteredCounterpartyPayee: getStructure(typeRegisteredCounterpartyPayee.fromPartial({})),
|
|
143
|
+
ForwardRelayerAddress: getStructure(typeForwardRelayerAddress.fromPartial({})),
|
|
144
|
+
Metadata: getStructure(typeMetadata.fromPartial({})),
|
|
145
|
+
};
|
|
146
|
+
client.on('signer-changed', (signer) => {
|
|
147
|
+
this.updateTX(client);
|
|
148
|
+
});
|
|
149
|
+
}
|
|
150
|
+
updateTX(client) {
|
|
151
|
+
const methods = txClient({
|
|
152
|
+
signer: client.signer,
|
|
153
|
+
addr: client.env.rpcURL,
|
|
154
|
+
prefix: client.env.prefix ?? "cosmos",
|
|
155
|
+
});
|
|
156
|
+
this.tx = methods;
|
|
157
|
+
for (let m in methods) {
|
|
158
|
+
this.tx[m] = methods[m].bind(this.tx);
|
|
159
|
+
}
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
;
|
|
163
|
+
const IgntModule = (test) => {
|
|
164
|
+
return {
|
|
165
|
+
module: {
|
|
166
|
+
IbcApplicationsFeeV_1: new SDKModule(test)
|
|
167
|
+
},
|
|
168
|
+
registry: msgTypes
|
|
169
|
+
};
|
|
170
|
+
};
|
|
171
|
+
export default IgntModule;
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { MsgRegisterPayee } from "../types/ibc/applications/fee/v1/tx";
|
|
2
|
+
import { MsgRegisterCounterpartyPayee } from "../types/ibc/applications/fee/v1/tx";
|
|
3
|
+
import { MsgPayPacketFee } from "../types/ibc/applications/fee/v1/tx";
|
|
4
|
+
import { MsgPayPacketFeeAsync } from "../types/ibc/applications/fee/v1/tx";
|
|
5
|
+
const msgTypes = [
|
|
6
|
+
["/ibc.applications.fee.v1.MsgRegisterPayee", MsgRegisterPayee],
|
|
7
|
+
["/ibc.applications.fee.v1.MsgRegisterCounterpartyPayee", MsgRegisterCounterpartyPayee],
|
|
8
|
+
["/ibc.applications.fee.v1.MsgPayPacketFee", MsgPayPacketFee],
|
|
9
|
+
["/ibc.applications.fee.v1.MsgPayPacketFeeAsync", MsgPayPacketFeeAsync],
|
|
10
|
+
];
|
|
11
|
+
export { msgTypes };
|
|
@@ -0,0 +1,284 @@
|
|
|
1
|
+
import { AxiosInstance, AxiosRequestConfig, AxiosResponse, ResponseType } from "axios";
|
|
2
|
+
import { QueryIncentivizedPacketsRequest } from "../types/ibc/applications/fee/v1/query";
|
|
3
|
+
import { QueryIncentivizedPacketRequest } from "../types/ibc/applications/fee/v1/query";
|
|
4
|
+
import { QueryIncentivizedPacketsForChannelRequest } from "../types/ibc/applications/fee/v1/query";
|
|
5
|
+
import { QueryTotalRecvFeesRequest } from "../types/ibc/applications/fee/v1/query";
|
|
6
|
+
import { QueryTotalAckFeesRequest } from "../types/ibc/applications/fee/v1/query";
|
|
7
|
+
import { QueryTotalTimeoutFeesRequest } from "../types/ibc/applications/fee/v1/query";
|
|
8
|
+
import { QueryFeeEnabledChannelsRequest } from "../types/ibc/applications/fee/v1/query";
|
|
9
|
+
import type { SnakeCasedPropertiesDeep } from 'type-fest';
|
|
10
|
+
export type QueryParamsType = Record<string | number, any>;
|
|
11
|
+
export type FlattenObject<TValue> = CollapseEntries<CreateObjectEntries<TValue, TValue>>;
|
|
12
|
+
type Entry = {
|
|
13
|
+
key: string;
|
|
14
|
+
value: unknown;
|
|
15
|
+
};
|
|
16
|
+
type EmptyEntry<TValue> = {
|
|
17
|
+
key: '';
|
|
18
|
+
value: TValue;
|
|
19
|
+
};
|
|
20
|
+
type ExcludedTypes = Date | Set<unknown> | Map<unknown, unknown>;
|
|
21
|
+
type ArrayEncoder = `[${bigint}]`;
|
|
22
|
+
type EscapeArrayKey<TKey extends string> = TKey extends `${infer TKeyBefore}.${ArrayEncoder}${infer TKeyAfter}` ? EscapeArrayKey<`${TKeyBefore}${ArrayEncoder}${TKeyAfter}`> : TKey;
|
|
23
|
+
type CollapseEntries<TEntry extends Entry> = {
|
|
24
|
+
[E in TEntry as EscapeArrayKey<E['key']>]: E['value'];
|
|
25
|
+
};
|
|
26
|
+
type CreateArrayEntry<TValue, TValueInitial> = OmitItself<TValue extends unknown[] ? {
|
|
27
|
+
[k: ArrayEncoder]: TValue[number];
|
|
28
|
+
} : TValue, TValueInitial>;
|
|
29
|
+
type OmitItself<TValue, TValueInitial> = TValue extends TValueInitial ? EmptyEntry<TValue> : OmitExcludedTypes<TValue, TValueInitial>;
|
|
30
|
+
type OmitExcludedTypes<TValue, TValueInitial> = TValue extends ExcludedTypes ? EmptyEntry<TValue> : CreateObjectEntries<TValue, TValueInitial>;
|
|
31
|
+
type CreateObjectEntries<TValue, TValueInitial> = TValue extends object ? {
|
|
32
|
+
[TKey in keyof TValue]-?: TKey extends string ? CreateArrayEntry<TValue[TKey], TValueInitial> extends infer TNestedValue ? TNestedValue extends Entry ? TNestedValue['key'] extends '' ? {
|
|
33
|
+
key: TKey;
|
|
34
|
+
value: TNestedValue['value'];
|
|
35
|
+
} : {
|
|
36
|
+
key: `${TKey}.${TNestedValue['key']}`;
|
|
37
|
+
value: TNestedValue['value'];
|
|
38
|
+
} | {
|
|
39
|
+
key: TKey;
|
|
40
|
+
value: TValue[TKey];
|
|
41
|
+
} : never : never : never;
|
|
42
|
+
}[keyof TValue] : EmptyEntry<TValue>;
|
|
43
|
+
export type ChangeProtoToJSPrimitives<T extends object> = {
|
|
44
|
+
[key in keyof T]: T[key] extends Uint8Array | Date ? string : T[key] extends object ? ChangeProtoToJSPrimitives<T[key]> : T[key];
|
|
45
|
+
};
|
|
46
|
+
export interface FullRequestParams extends Omit<AxiosRequestConfig, "data" | "params" | "url" | "responseType"> {
|
|
47
|
+
/** set parameter to `true` for call `securityWorker` for this request */
|
|
48
|
+
secure?: boolean;
|
|
49
|
+
/** request path */
|
|
50
|
+
path: string;
|
|
51
|
+
/** content type of request body */
|
|
52
|
+
type?: ContentType;
|
|
53
|
+
/** query params */
|
|
54
|
+
query?: QueryParamsType;
|
|
55
|
+
/** format of response (i.e. response.json() -> format: "json") */
|
|
56
|
+
format?: ResponseType;
|
|
57
|
+
/** request body */
|
|
58
|
+
body?: unknown;
|
|
59
|
+
}
|
|
60
|
+
export type RequestParams = Omit<FullRequestParams, "body" | "method" | "query" | "path">;
|
|
61
|
+
export interface ApiConfig<SecurityDataType = unknown> extends Omit<AxiosRequestConfig, "data" | "cancelToken"> {
|
|
62
|
+
securityWorker?: (securityData: SecurityDataType | null) => Promise<AxiosRequestConfig | void> | AxiosRequestConfig | void;
|
|
63
|
+
secure?: boolean;
|
|
64
|
+
format?: ResponseType;
|
|
65
|
+
}
|
|
66
|
+
export declare enum ContentType {
|
|
67
|
+
Json = "application/json",
|
|
68
|
+
FormData = "multipart/form-data",
|
|
69
|
+
UrlEncoded = "application/x-www-form-urlencoded"
|
|
70
|
+
}
|
|
71
|
+
export declare class HttpClient<SecurityDataType = unknown> {
|
|
72
|
+
instance: AxiosInstance;
|
|
73
|
+
private securityData;
|
|
74
|
+
private securityWorker?;
|
|
75
|
+
private secure?;
|
|
76
|
+
private format?;
|
|
77
|
+
constructor({ securityWorker, secure, format, ...axiosConfig }?: ApiConfig<SecurityDataType>);
|
|
78
|
+
setSecurityData: (data: SecurityDataType | null) => void;
|
|
79
|
+
private mergeRequestParams;
|
|
80
|
+
private createFormData;
|
|
81
|
+
request: <T = any>({ secure, path, type, query, format, body, ...params }: FullRequestParams) => Promise<AxiosResponse<T>>;
|
|
82
|
+
}
|
|
83
|
+
/**
|
|
84
|
+
* @title ibc.applications.fee.v1
|
|
85
|
+
*/
|
|
86
|
+
export declare class Api<SecurityDataType extends unknown> extends HttpClient<SecurityDataType> {
|
|
87
|
+
/**
|
|
88
|
+
* QueryIncentivizedPackets
|
|
89
|
+
*
|
|
90
|
+
* @tags Query
|
|
91
|
+
* @name queryIncentivizedPackets
|
|
92
|
+
* @request GET:/ibc/apps/fee/v1/incentivized_packets
|
|
93
|
+
*/
|
|
94
|
+
queryIncentivizedPackets: (query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryIncentivizedPacketsRequest>>>, "">, params?: RequestParams) => Promise<AxiosResponse<{
|
|
95
|
+
incentivized_packets: {
|
|
96
|
+
packet_id: {
|
|
97
|
+
port_id: string;
|
|
98
|
+
channel_id: string;
|
|
99
|
+
sequence: number;
|
|
100
|
+
};
|
|
101
|
+
packet_fees: {
|
|
102
|
+
fee: {
|
|
103
|
+
recv_fee: {
|
|
104
|
+
denom: string;
|
|
105
|
+
amount: string;
|
|
106
|
+
}[];
|
|
107
|
+
ack_fee: {
|
|
108
|
+
denom: string;
|
|
109
|
+
amount: string;
|
|
110
|
+
}[];
|
|
111
|
+
timeout_fee: {
|
|
112
|
+
denom: string;
|
|
113
|
+
amount: string;
|
|
114
|
+
}[];
|
|
115
|
+
};
|
|
116
|
+
refund_address: string;
|
|
117
|
+
relayers: string[];
|
|
118
|
+
}[];
|
|
119
|
+
}[];
|
|
120
|
+
pagination: {
|
|
121
|
+
next_key: string;
|
|
122
|
+
total: number;
|
|
123
|
+
};
|
|
124
|
+
}, any>>;
|
|
125
|
+
/**
|
|
126
|
+
* QueryIncentivizedPacket
|
|
127
|
+
*
|
|
128
|
+
* @tags Query
|
|
129
|
+
* @name queryIncentivizedPacket
|
|
130
|
+
* @request GET:/ibc/apps/fee/v1/channels/{channel_id}/ports/{port_id}/sequences/{sequence}/incentivized_packet
|
|
131
|
+
*/
|
|
132
|
+
queryIncentivizedPacket: (channel_id: string, port_id: string, sequence: string, query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryIncentivizedPacketRequest>>>, "channel_id" | "port_id" | "sequence">, params?: RequestParams) => Promise<AxiosResponse<{
|
|
133
|
+
incentivized_packet: {
|
|
134
|
+
packet_id: {
|
|
135
|
+
port_id: string;
|
|
136
|
+
channel_id: string;
|
|
137
|
+
sequence: number;
|
|
138
|
+
};
|
|
139
|
+
packet_fees: {
|
|
140
|
+
fee: {
|
|
141
|
+
recv_fee: {
|
|
142
|
+
denom: string;
|
|
143
|
+
amount: string;
|
|
144
|
+
}[];
|
|
145
|
+
ack_fee: {
|
|
146
|
+
denom: string;
|
|
147
|
+
amount: string;
|
|
148
|
+
}[];
|
|
149
|
+
timeout_fee: {
|
|
150
|
+
denom: string;
|
|
151
|
+
amount: string;
|
|
152
|
+
}[];
|
|
153
|
+
};
|
|
154
|
+
refund_address: string;
|
|
155
|
+
relayers: string[];
|
|
156
|
+
}[];
|
|
157
|
+
};
|
|
158
|
+
}, any>>;
|
|
159
|
+
/**
|
|
160
|
+
* QueryIncentivizedPacketsForChannel
|
|
161
|
+
*
|
|
162
|
+
* @tags Query
|
|
163
|
+
* @name queryIncentivizedPacketsForChannel
|
|
164
|
+
* @request GET:/ibc/apps/fee/v1/channels/{channel_id}/ports/{port_id}/incentivized_packets
|
|
165
|
+
*/
|
|
166
|
+
queryIncentivizedPacketsForChannel: (channel_id: string, port_id: string, query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryIncentivizedPacketsForChannelRequest>>>, "channel_id" | "port_id">, params?: RequestParams) => Promise<AxiosResponse<{
|
|
167
|
+
incentivized_packets: {
|
|
168
|
+
packet_id: {
|
|
169
|
+
port_id: string;
|
|
170
|
+
channel_id: string;
|
|
171
|
+
sequence: number;
|
|
172
|
+
};
|
|
173
|
+
packet_fees: {
|
|
174
|
+
fee: {
|
|
175
|
+
recv_fee: {
|
|
176
|
+
denom: string;
|
|
177
|
+
amount: string;
|
|
178
|
+
}[];
|
|
179
|
+
ack_fee: {
|
|
180
|
+
denom: string;
|
|
181
|
+
amount: string;
|
|
182
|
+
}[];
|
|
183
|
+
timeout_fee: {
|
|
184
|
+
denom: string;
|
|
185
|
+
amount: string;
|
|
186
|
+
}[];
|
|
187
|
+
};
|
|
188
|
+
refund_address: string;
|
|
189
|
+
relayers: string[];
|
|
190
|
+
}[];
|
|
191
|
+
}[];
|
|
192
|
+
pagination: {
|
|
193
|
+
next_key: string;
|
|
194
|
+
total: number;
|
|
195
|
+
};
|
|
196
|
+
}, any>>;
|
|
197
|
+
/**
|
|
198
|
+
* QueryTotalRecvFees
|
|
199
|
+
*
|
|
200
|
+
* @tags Query
|
|
201
|
+
* @name queryTotalRecvFees
|
|
202
|
+
* @request GET:/ibc/apps/fee/v1/channels/{channel_id}/ports/{port_id}/sequences/{sequence}/total_recv_fees
|
|
203
|
+
*/
|
|
204
|
+
queryTotalRecvFees: (channel_id: string, port_id: string, sequence: string, query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryTotalRecvFeesRequest>>>, "channel_id" | "port_id" | "sequence">, params?: RequestParams) => Promise<AxiosResponse<{
|
|
205
|
+
recv_fees: {
|
|
206
|
+
denom: string;
|
|
207
|
+
amount: string;
|
|
208
|
+
}[];
|
|
209
|
+
}, any>>;
|
|
210
|
+
/**
|
|
211
|
+
* QueryTotalAckFees
|
|
212
|
+
*
|
|
213
|
+
* @tags Query
|
|
214
|
+
* @name queryTotalAckFees
|
|
215
|
+
* @request GET:/ibc/apps/fee/v1/channels/{channel_id}/ports/{port_id}/sequences/{sequence}/total_ack_fees
|
|
216
|
+
*/
|
|
217
|
+
queryTotalAckFees: (channel_id: string, port_id: string, sequence: string, query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryTotalAckFeesRequest>>>, "channel_id" | "port_id" | "sequence">, params?: RequestParams) => Promise<AxiosResponse<{
|
|
218
|
+
ack_fees: {
|
|
219
|
+
denom: string;
|
|
220
|
+
amount: string;
|
|
221
|
+
}[];
|
|
222
|
+
}, any>>;
|
|
223
|
+
/**
|
|
224
|
+
* QueryTotalTimeoutFees
|
|
225
|
+
*
|
|
226
|
+
* @tags Query
|
|
227
|
+
* @name queryTotalTimeoutFees
|
|
228
|
+
* @request GET:/ibc/apps/fee/v1/channels/{channel_id}/ports/{port_id}/sequences/{sequence}/total_timeout_fees
|
|
229
|
+
*/
|
|
230
|
+
queryTotalTimeoutFees: (channel_id: string, port_id: string, sequence: string, query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryTotalTimeoutFeesRequest>>>, "channel_id" | "port_id" | "sequence">, params?: RequestParams) => Promise<AxiosResponse<{
|
|
231
|
+
timeout_fees: {
|
|
232
|
+
denom: string;
|
|
233
|
+
amount: string;
|
|
234
|
+
}[];
|
|
235
|
+
}, any>>;
|
|
236
|
+
/**
|
|
237
|
+
* QueryPayee
|
|
238
|
+
*
|
|
239
|
+
* @tags Query
|
|
240
|
+
* @name queryPayee
|
|
241
|
+
* @request GET:/ibc/apps/fee/v1/channels/{channel_id}/relayers/{relayer}/payee
|
|
242
|
+
*/
|
|
243
|
+
queryPayee: (channel_id: string, relayer: string, query?: Record<string, any>, params?: RequestParams) => Promise<AxiosResponse<{
|
|
244
|
+
payee_address: string;
|
|
245
|
+
}, any>>;
|
|
246
|
+
/**
|
|
247
|
+
* QueryCounterpartyPayee
|
|
248
|
+
*
|
|
249
|
+
* @tags Query
|
|
250
|
+
* @name queryCounterpartyPayee
|
|
251
|
+
* @request GET:/ibc/apps/fee/v1/channels/{channel_id}/relayers/{relayer}/counterparty_payee
|
|
252
|
+
*/
|
|
253
|
+
queryCounterpartyPayee: (channel_id: string, relayer: string, query?: Record<string, any>, params?: RequestParams) => Promise<AxiosResponse<{
|
|
254
|
+
counterparty_payee: string;
|
|
255
|
+
}, any>>;
|
|
256
|
+
/**
|
|
257
|
+
* QueryFeeEnabledChannels
|
|
258
|
+
*
|
|
259
|
+
* @tags Query
|
|
260
|
+
* @name queryFeeEnabledChannels
|
|
261
|
+
* @request GET:/ibc/apps/fee/v1/fee_enabled
|
|
262
|
+
*/
|
|
263
|
+
queryFeeEnabledChannels: (query?: Omit<FlattenObject<SnakeCasedPropertiesDeep<ChangeProtoToJSPrimitives<QueryFeeEnabledChannelsRequest>>>, "">, params?: RequestParams) => Promise<AxiosResponse<{
|
|
264
|
+
fee_enabled_channels: {
|
|
265
|
+
port_id: string;
|
|
266
|
+
channel_id: string;
|
|
267
|
+
}[];
|
|
268
|
+
pagination: {
|
|
269
|
+
next_key: string;
|
|
270
|
+
total: number;
|
|
271
|
+
};
|
|
272
|
+
}, any>>;
|
|
273
|
+
/**
|
|
274
|
+
* QueryFeeEnabledChannel
|
|
275
|
+
*
|
|
276
|
+
* @tags Query
|
|
277
|
+
* @name queryFeeEnabledChannel
|
|
278
|
+
* @request GET:/ibc/apps/fee/v1/channels/{channel_id}/ports/{port_id}/fee_enabled
|
|
279
|
+
*/
|
|
280
|
+
queryFeeEnabledChannel: (channel_id: string, port_id: string, query?: Record<string, any>, params?: RequestParams) => Promise<AxiosResponse<{
|
|
281
|
+
fee_enabled: boolean;
|
|
282
|
+
}, any>>;
|
|
283
|
+
}
|
|
284
|
+
export {};
|