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,3069 @@
|
|
|
1
|
+
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
|
|
2
|
+
// versions:
|
|
3
|
+
// protoc-gen-ts_proto v2.6.1
|
|
4
|
+
// protoc unknown
|
|
5
|
+
// source: cardchain/cardchain/query.proto
|
|
6
|
+
/* eslint-disable */
|
|
7
|
+
import { BinaryReader, BinaryWriter } from "@bufbuild/protobuf/wire";
|
|
8
|
+
import { Coin } from "../../cosmos/base/v1beta1/coin";
|
|
9
|
+
import { cardClassFromJSON, cardClassToJSON, cardRarityFromJSON, cardRarityToJSON, cardStatusFromJSON, cardStatusToJSON, cardTypeFromJSON, cardTypeToJSON, } from "./card";
|
|
10
|
+
import { CardContent } from "./card_content";
|
|
11
|
+
import { CardWithImage } from "./card_with_image";
|
|
12
|
+
import { Council } from "./council";
|
|
13
|
+
import { Encounter } from "./encounter";
|
|
14
|
+
import { EncounterWithImage } from "./encounter_with_image";
|
|
15
|
+
import { Match, outcomeFromJSON, outcomeToJSON } from "./match";
|
|
16
|
+
import { Params } from "./params";
|
|
17
|
+
import { SellOffer, sellOfferStatusFromJSON, sellOfferStatusToJSON } from "./sell_offer";
|
|
18
|
+
import { Server } from "./server";
|
|
19
|
+
import { setStatusFromJSON, setStatusToJSON } from "./set";
|
|
20
|
+
import { SetWithArtwork } from "./set_with_artwork";
|
|
21
|
+
import { User } from "./user";
|
|
22
|
+
import { VotingResults } from "./voting_results";
|
|
23
|
+
export const protobufPackage = "cardchain.cardchain";
|
|
24
|
+
function createBaseQueryParamsRequest() {
|
|
25
|
+
return {};
|
|
26
|
+
}
|
|
27
|
+
export const QueryParamsRequest = {
|
|
28
|
+
encode(_, writer = new BinaryWriter()) {
|
|
29
|
+
return writer;
|
|
30
|
+
},
|
|
31
|
+
decode(input, length) {
|
|
32
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
33
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
34
|
+
const message = createBaseQueryParamsRequest();
|
|
35
|
+
while (reader.pos < end) {
|
|
36
|
+
const tag = reader.uint32();
|
|
37
|
+
switch (tag >>> 3) {
|
|
38
|
+
}
|
|
39
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
40
|
+
break;
|
|
41
|
+
}
|
|
42
|
+
reader.skip(tag & 7);
|
|
43
|
+
}
|
|
44
|
+
return message;
|
|
45
|
+
},
|
|
46
|
+
fromJSON(_) {
|
|
47
|
+
return {};
|
|
48
|
+
},
|
|
49
|
+
toJSON(_) {
|
|
50
|
+
const obj = {};
|
|
51
|
+
return obj;
|
|
52
|
+
},
|
|
53
|
+
create(base) {
|
|
54
|
+
return QueryParamsRequest.fromPartial(base ?? {});
|
|
55
|
+
},
|
|
56
|
+
fromPartial(_) {
|
|
57
|
+
const message = createBaseQueryParamsRequest();
|
|
58
|
+
return message;
|
|
59
|
+
},
|
|
60
|
+
};
|
|
61
|
+
function createBaseQueryParamsResponse() {
|
|
62
|
+
return { params: undefined };
|
|
63
|
+
}
|
|
64
|
+
export const QueryParamsResponse = {
|
|
65
|
+
encode(message, writer = new BinaryWriter()) {
|
|
66
|
+
if (message.params !== undefined) {
|
|
67
|
+
Params.encode(message.params, writer.uint32(10).fork()).join();
|
|
68
|
+
}
|
|
69
|
+
return writer;
|
|
70
|
+
},
|
|
71
|
+
decode(input, length) {
|
|
72
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
73
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
74
|
+
const message = createBaseQueryParamsResponse();
|
|
75
|
+
while (reader.pos < end) {
|
|
76
|
+
const tag = reader.uint32();
|
|
77
|
+
switch (tag >>> 3) {
|
|
78
|
+
case 1: {
|
|
79
|
+
if (tag !== 10) {
|
|
80
|
+
break;
|
|
81
|
+
}
|
|
82
|
+
message.params = Params.decode(reader, reader.uint32());
|
|
83
|
+
continue;
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
87
|
+
break;
|
|
88
|
+
}
|
|
89
|
+
reader.skip(tag & 7);
|
|
90
|
+
}
|
|
91
|
+
return message;
|
|
92
|
+
},
|
|
93
|
+
fromJSON(object) {
|
|
94
|
+
return { params: isSet(object.params) ? Params.fromJSON(object.params) : undefined };
|
|
95
|
+
},
|
|
96
|
+
toJSON(message) {
|
|
97
|
+
const obj = {};
|
|
98
|
+
if (message.params !== undefined) {
|
|
99
|
+
obj.params = Params.toJSON(message.params);
|
|
100
|
+
}
|
|
101
|
+
return obj;
|
|
102
|
+
},
|
|
103
|
+
create(base) {
|
|
104
|
+
return QueryParamsResponse.fromPartial(base ?? {});
|
|
105
|
+
},
|
|
106
|
+
fromPartial(object) {
|
|
107
|
+
const message = createBaseQueryParamsResponse();
|
|
108
|
+
message.params = (object.params !== undefined && object.params !== null)
|
|
109
|
+
? Params.fromPartial(object.params)
|
|
110
|
+
: undefined;
|
|
111
|
+
return message;
|
|
112
|
+
},
|
|
113
|
+
};
|
|
114
|
+
function createBaseQueryCardRequest() {
|
|
115
|
+
return { cardId: 0 };
|
|
116
|
+
}
|
|
117
|
+
export const QueryCardRequest = {
|
|
118
|
+
encode(message, writer = new BinaryWriter()) {
|
|
119
|
+
if (message.cardId !== 0) {
|
|
120
|
+
writer.uint32(8).uint64(message.cardId);
|
|
121
|
+
}
|
|
122
|
+
return writer;
|
|
123
|
+
},
|
|
124
|
+
decode(input, length) {
|
|
125
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
126
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
127
|
+
const message = createBaseQueryCardRequest();
|
|
128
|
+
while (reader.pos < end) {
|
|
129
|
+
const tag = reader.uint32();
|
|
130
|
+
switch (tag >>> 3) {
|
|
131
|
+
case 1: {
|
|
132
|
+
if (tag !== 8) {
|
|
133
|
+
break;
|
|
134
|
+
}
|
|
135
|
+
message.cardId = longToNumber(reader.uint64());
|
|
136
|
+
continue;
|
|
137
|
+
}
|
|
138
|
+
}
|
|
139
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
140
|
+
break;
|
|
141
|
+
}
|
|
142
|
+
reader.skip(tag & 7);
|
|
143
|
+
}
|
|
144
|
+
return message;
|
|
145
|
+
},
|
|
146
|
+
fromJSON(object) {
|
|
147
|
+
return { cardId: isSet(object.cardId) ? globalThis.Number(object.cardId) : 0 };
|
|
148
|
+
},
|
|
149
|
+
toJSON(message) {
|
|
150
|
+
const obj = {};
|
|
151
|
+
if (message.cardId !== 0) {
|
|
152
|
+
obj.cardId = Math.round(message.cardId);
|
|
153
|
+
}
|
|
154
|
+
return obj;
|
|
155
|
+
},
|
|
156
|
+
create(base) {
|
|
157
|
+
return QueryCardRequest.fromPartial(base ?? {});
|
|
158
|
+
},
|
|
159
|
+
fromPartial(object) {
|
|
160
|
+
const message = createBaseQueryCardRequest();
|
|
161
|
+
message.cardId = object.cardId ?? 0;
|
|
162
|
+
return message;
|
|
163
|
+
},
|
|
164
|
+
};
|
|
165
|
+
function createBaseQueryCardResponse() {
|
|
166
|
+
return { card: undefined };
|
|
167
|
+
}
|
|
168
|
+
export const QueryCardResponse = {
|
|
169
|
+
encode(message, writer = new BinaryWriter()) {
|
|
170
|
+
if (message.card !== undefined) {
|
|
171
|
+
CardWithImage.encode(message.card, writer.uint32(10).fork()).join();
|
|
172
|
+
}
|
|
173
|
+
return writer;
|
|
174
|
+
},
|
|
175
|
+
decode(input, length) {
|
|
176
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
177
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
178
|
+
const message = createBaseQueryCardResponse();
|
|
179
|
+
while (reader.pos < end) {
|
|
180
|
+
const tag = reader.uint32();
|
|
181
|
+
switch (tag >>> 3) {
|
|
182
|
+
case 1: {
|
|
183
|
+
if (tag !== 10) {
|
|
184
|
+
break;
|
|
185
|
+
}
|
|
186
|
+
message.card = CardWithImage.decode(reader, reader.uint32());
|
|
187
|
+
continue;
|
|
188
|
+
}
|
|
189
|
+
}
|
|
190
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
191
|
+
break;
|
|
192
|
+
}
|
|
193
|
+
reader.skip(tag & 7);
|
|
194
|
+
}
|
|
195
|
+
return message;
|
|
196
|
+
},
|
|
197
|
+
fromJSON(object) {
|
|
198
|
+
return { card: isSet(object.card) ? CardWithImage.fromJSON(object.card) : undefined };
|
|
199
|
+
},
|
|
200
|
+
toJSON(message) {
|
|
201
|
+
const obj = {};
|
|
202
|
+
if (message.card !== undefined) {
|
|
203
|
+
obj.card = CardWithImage.toJSON(message.card);
|
|
204
|
+
}
|
|
205
|
+
return obj;
|
|
206
|
+
},
|
|
207
|
+
create(base) {
|
|
208
|
+
return QueryCardResponse.fromPartial(base ?? {});
|
|
209
|
+
},
|
|
210
|
+
fromPartial(object) {
|
|
211
|
+
const message = createBaseQueryCardResponse();
|
|
212
|
+
message.card = (object.card !== undefined && object.card !== null)
|
|
213
|
+
? CardWithImage.fromPartial(object.card)
|
|
214
|
+
: undefined;
|
|
215
|
+
return message;
|
|
216
|
+
},
|
|
217
|
+
};
|
|
218
|
+
function createBaseQueryUserRequest() {
|
|
219
|
+
return { address: "" };
|
|
220
|
+
}
|
|
221
|
+
export const QueryUserRequest = {
|
|
222
|
+
encode(message, writer = new BinaryWriter()) {
|
|
223
|
+
if (message.address !== "") {
|
|
224
|
+
writer.uint32(10).string(message.address);
|
|
225
|
+
}
|
|
226
|
+
return writer;
|
|
227
|
+
},
|
|
228
|
+
decode(input, length) {
|
|
229
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
230
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
231
|
+
const message = createBaseQueryUserRequest();
|
|
232
|
+
while (reader.pos < end) {
|
|
233
|
+
const tag = reader.uint32();
|
|
234
|
+
switch (tag >>> 3) {
|
|
235
|
+
case 1: {
|
|
236
|
+
if (tag !== 10) {
|
|
237
|
+
break;
|
|
238
|
+
}
|
|
239
|
+
message.address = reader.string();
|
|
240
|
+
continue;
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
244
|
+
break;
|
|
245
|
+
}
|
|
246
|
+
reader.skip(tag & 7);
|
|
247
|
+
}
|
|
248
|
+
return message;
|
|
249
|
+
},
|
|
250
|
+
fromJSON(object) {
|
|
251
|
+
return { address: isSet(object.address) ? globalThis.String(object.address) : "" };
|
|
252
|
+
},
|
|
253
|
+
toJSON(message) {
|
|
254
|
+
const obj = {};
|
|
255
|
+
if (message.address !== "") {
|
|
256
|
+
obj.address = message.address;
|
|
257
|
+
}
|
|
258
|
+
return obj;
|
|
259
|
+
},
|
|
260
|
+
create(base) {
|
|
261
|
+
return QueryUserRequest.fromPartial(base ?? {});
|
|
262
|
+
},
|
|
263
|
+
fromPartial(object) {
|
|
264
|
+
const message = createBaseQueryUserRequest();
|
|
265
|
+
message.address = object.address ?? "";
|
|
266
|
+
return message;
|
|
267
|
+
},
|
|
268
|
+
};
|
|
269
|
+
function createBaseQueryUserResponse() {
|
|
270
|
+
return { user: undefined };
|
|
271
|
+
}
|
|
272
|
+
export const QueryUserResponse = {
|
|
273
|
+
encode(message, writer = new BinaryWriter()) {
|
|
274
|
+
if (message.user !== undefined) {
|
|
275
|
+
User.encode(message.user, writer.uint32(10).fork()).join();
|
|
276
|
+
}
|
|
277
|
+
return writer;
|
|
278
|
+
},
|
|
279
|
+
decode(input, length) {
|
|
280
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
281
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
282
|
+
const message = createBaseQueryUserResponse();
|
|
283
|
+
while (reader.pos < end) {
|
|
284
|
+
const tag = reader.uint32();
|
|
285
|
+
switch (tag >>> 3) {
|
|
286
|
+
case 1: {
|
|
287
|
+
if (tag !== 10) {
|
|
288
|
+
break;
|
|
289
|
+
}
|
|
290
|
+
message.user = User.decode(reader, reader.uint32());
|
|
291
|
+
continue;
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
295
|
+
break;
|
|
296
|
+
}
|
|
297
|
+
reader.skip(tag & 7);
|
|
298
|
+
}
|
|
299
|
+
return message;
|
|
300
|
+
},
|
|
301
|
+
fromJSON(object) {
|
|
302
|
+
return { user: isSet(object.user) ? User.fromJSON(object.user) : undefined };
|
|
303
|
+
},
|
|
304
|
+
toJSON(message) {
|
|
305
|
+
const obj = {};
|
|
306
|
+
if (message.user !== undefined) {
|
|
307
|
+
obj.user = User.toJSON(message.user);
|
|
308
|
+
}
|
|
309
|
+
return obj;
|
|
310
|
+
},
|
|
311
|
+
create(base) {
|
|
312
|
+
return QueryUserResponse.fromPartial(base ?? {});
|
|
313
|
+
},
|
|
314
|
+
fromPartial(object) {
|
|
315
|
+
const message = createBaseQueryUserResponse();
|
|
316
|
+
message.user = (object.user !== undefined && object.user !== null) ? User.fromPartial(object.user) : undefined;
|
|
317
|
+
return message;
|
|
318
|
+
},
|
|
319
|
+
};
|
|
320
|
+
function createBaseQueryCardsRequest() {
|
|
321
|
+
return {
|
|
322
|
+
owner: "",
|
|
323
|
+
status: [],
|
|
324
|
+
cardType: [],
|
|
325
|
+
class: [],
|
|
326
|
+
sortBy: "",
|
|
327
|
+
nameContains: "",
|
|
328
|
+
keywordsContains: "",
|
|
329
|
+
notesContains: "",
|
|
330
|
+
onlyStarterCard: false,
|
|
331
|
+
onlyBalanceAnchors: false,
|
|
332
|
+
rarities: [],
|
|
333
|
+
multiClassOnly: false,
|
|
334
|
+
};
|
|
335
|
+
}
|
|
336
|
+
export const QueryCardsRequest = {
|
|
337
|
+
encode(message, writer = new BinaryWriter()) {
|
|
338
|
+
if (message.owner !== "") {
|
|
339
|
+
writer.uint32(10).string(message.owner);
|
|
340
|
+
}
|
|
341
|
+
writer.uint32(18).fork();
|
|
342
|
+
for (const v of message.status) {
|
|
343
|
+
writer.int32(v);
|
|
344
|
+
}
|
|
345
|
+
writer.join();
|
|
346
|
+
writer.uint32(26).fork();
|
|
347
|
+
for (const v of message.cardType) {
|
|
348
|
+
writer.int32(v);
|
|
349
|
+
}
|
|
350
|
+
writer.join();
|
|
351
|
+
writer.uint32(34).fork();
|
|
352
|
+
for (const v of message.class) {
|
|
353
|
+
writer.int32(v);
|
|
354
|
+
}
|
|
355
|
+
writer.join();
|
|
356
|
+
if (message.sortBy !== "") {
|
|
357
|
+
writer.uint32(42).string(message.sortBy);
|
|
358
|
+
}
|
|
359
|
+
if (message.nameContains !== "") {
|
|
360
|
+
writer.uint32(50).string(message.nameContains);
|
|
361
|
+
}
|
|
362
|
+
if (message.keywordsContains !== "") {
|
|
363
|
+
writer.uint32(58).string(message.keywordsContains);
|
|
364
|
+
}
|
|
365
|
+
if (message.notesContains !== "") {
|
|
366
|
+
writer.uint32(66).string(message.notesContains);
|
|
367
|
+
}
|
|
368
|
+
if (message.onlyStarterCard !== false) {
|
|
369
|
+
writer.uint32(72).bool(message.onlyStarterCard);
|
|
370
|
+
}
|
|
371
|
+
if (message.onlyBalanceAnchors !== false) {
|
|
372
|
+
writer.uint32(80).bool(message.onlyBalanceAnchors);
|
|
373
|
+
}
|
|
374
|
+
writer.uint32(90).fork();
|
|
375
|
+
for (const v of message.rarities) {
|
|
376
|
+
writer.int32(v);
|
|
377
|
+
}
|
|
378
|
+
writer.join();
|
|
379
|
+
if (message.multiClassOnly !== false) {
|
|
380
|
+
writer.uint32(96).bool(message.multiClassOnly);
|
|
381
|
+
}
|
|
382
|
+
return writer;
|
|
383
|
+
},
|
|
384
|
+
decode(input, length) {
|
|
385
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
386
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
387
|
+
const message = createBaseQueryCardsRequest();
|
|
388
|
+
while (reader.pos < end) {
|
|
389
|
+
const tag = reader.uint32();
|
|
390
|
+
switch (tag >>> 3) {
|
|
391
|
+
case 1: {
|
|
392
|
+
if (tag !== 10) {
|
|
393
|
+
break;
|
|
394
|
+
}
|
|
395
|
+
message.owner = reader.string();
|
|
396
|
+
continue;
|
|
397
|
+
}
|
|
398
|
+
case 2: {
|
|
399
|
+
if (tag === 16) {
|
|
400
|
+
message.status.push(reader.int32());
|
|
401
|
+
continue;
|
|
402
|
+
}
|
|
403
|
+
if (tag === 18) {
|
|
404
|
+
const end2 = reader.uint32() + reader.pos;
|
|
405
|
+
while (reader.pos < end2) {
|
|
406
|
+
message.status.push(reader.int32());
|
|
407
|
+
}
|
|
408
|
+
continue;
|
|
409
|
+
}
|
|
410
|
+
break;
|
|
411
|
+
}
|
|
412
|
+
case 3: {
|
|
413
|
+
if (tag === 24) {
|
|
414
|
+
message.cardType.push(reader.int32());
|
|
415
|
+
continue;
|
|
416
|
+
}
|
|
417
|
+
if (tag === 26) {
|
|
418
|
+
const end2 = reader.uint32() + reader.pos;
|
|
419
|
+
while (reader.pos < end2) {
|
|
420
|
+
message.cardType.push(reader.int32());
|
|
421
|
+
}
|
|
422
|
+
continue;
|
|
423
|
+
}
|
|
424
|
+
break;
|
|
425
|
+
}
|
|
426
|
+
case 4: {
|
|
427
|
+
if (tag === 32) {
|
|
428
|
+
message.class.push(reader.int32());
|
|
429
|
+
continue;
|
|
430
|
+
}
|
|
431
|
+
if (tag === 34) {
|
|
432
|
+
const end2 = reader.uint32() + reader.pos;
|
|
433
|
+
while (reader.pos < end2) {
|
|
434
|
+
message.class.push(reader.int32());
|
|
435
|
+
}
|
|
436
|
+
continue;
|
|
437
|
+
}
|
|
438
|
+
break;
|
|
439
|
+
}
|
|
440
|
+
case 5: {
|
|
441
|
+
if (tag !== 42) {
|
|
442
|
+
break;
|
|
443
|
+
}
|
|
444
|
+
message.sortBy = reader.string();
|
|
445
|
+
continue;
|
|
446
|
+
}
|
|
447
|
+
case 6: {
|
|
448
|
+
if (tag !== 50) {
|
|
449
|
+
break;
|
|
450
|
+
}
|
|
451
|
+
message.nameContains = reader.string();
|
|
452
|
+
continue;
|
|
453
|
+
}
|
|
454
|
+
case 7: {
|
|
455
|
+
if (tag !== 58) {
|
|
456
|
+
break;
|
|
457
|
+
}
|
|
458
|
+
message.keywordsContains = reader.string();
|
|
459
|
+
continue;
|
|
460
|
+
}
|
|
461
|
+
case 8: {
|
|
462
|
+
if (tag !== 66) {
|
|
463
|
+
break;
|
|
464
|
+
}
|
|
465
|
+
message.notesContains = reader.string();
|
|
466
|
+
continue;
|
|
467
|
+
}
|
|
468
|
+
case 9: {
|
|
469
|
+
if (tag !== 72) {
|
|
470
|
+
break;
|
|
471
|
+
}
|
|
472
|
+
message.onlyStarterCard = reader.bool();
|
|
473
|
+
continue;
|
|
474
|
+
}
|
|
475
|
+
case 10: {
|
|
476
|
+
if (tag !== 80) {
|
|
477
|
+
break;
|
|
478
|
+
}
|
|
479
|
+
message.onlyBalanceAnchors = reader.bool();
|
|
480
|
+
continue;
|
|
481
|
+
}
|
|
482
|
+
case 11: {
|
|
483
|
+
if (tag === 88) {
|
|
484
|
+
message.rarities.push(reader.int32());
|
|
485
|
+
continue;
|
|
486
|
+
}
|
|
487
|
+
if (tag === 90) {
|
|
488
|
+
const end2 = reader.uint32() + reader.pos;
|
|
489
|
+
while (reader.pos < end2) {
|
|
490
|
+
message.rarities.push(reader.int32());
|
|
491
|
+
}
|
|
492
|
+
continue;
|
|
493
|
+
}
|
|
494
|
+
break;
|
|
495
|
+
}
|
|
496
|
+
case 12: {
|
|
497
|
+
if (tag !== 96) {
|
|
498
|
+
break;
|
|
499
|
+
}
|
|
500
|
+
message.multiClassOnly = reader.bool();
|
|
501
|
+
continue;
|
|
502
|
+
}
|
|
503
|
+
}
|
|
504
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
505
|
+
break;
|
|
506
|
+
}
|
|
507
|
+
reader.skip(tag & 7);
|
|
508
|
+
}
|
|
509
|
+
return message;
|
|
510
|
+
},
|
|
511
|
+
fromJSON(object) {
|
|
512
|
+
return {
|
|
513
|
+
owner: isSet(object.owner) ? globalThis.String(object.owner) : "",
|
|
514
|
+
status: globalThis.Array.isArray(object?.status) ? object.status.map((e) => cardStatusFromJSON(e)) : [],
|
|
515
|
+
cardType: globalThis.Array.isArray(object?.cardType) ? object.cardType.map((e) => cardTypeFromJSON(e)) : [],
|
|
516
|
+
class: globalThis.Array.isArray(object?.class) ? object.class.map((e) => cardClassFromJSON(e)) : [],
|
|
517
|
+
sortBy: isSet(object.sortBy) ? globalThis.String(object.sortBy) : "",
|
|
518
|
+
nameContains: isSet(object.nameContains) ? globalThis.String(object.nameContains) : "",
|
|
519
|
+
keywordsContains: isSet(object.keywordsContains) ? globalThis.String(object.keywordsContains) : "",
|
|
520
|
+
notesContains: isSet(object.notesContains) ? globalThis.String(object.notesContains) : "",
|
|
521
|
+
onlyStarterCard: isSet(object.onlyStarterCard) ? globalThis.Boolean(object.onlyStarterCard) : false,
|
|
522
|
+
onlyBalanceAnchors: isSet(object.onlyBalanceAnchors) ? globalThis.Boolean(object.onlyBalanceAnchors) : false,
|
|
523
|
+
rarities: globalThis.Array.isArray(object?.rarities)
|
|
524
|
+
? object.rarities.map((e) => cardRarityFromJSON(e))
|
|
525
|
+
: [],
|
|
526
|
+
multiClassOnly: isSet(object.multiClassOnly) ? globalThis.Boolean(object.multiClassOnly) : false,
|
|
527
|
+
};
|
|
528
|
+
},
|
|
529
|
+
toJSON(message) {
|
|
530
|
+
const obj = {};
|
|
531
|
+
if (message.owner !== "") {
|
|
532
|
+
obj.owner = message.owner;
|
|
533
|
+
}
|
|
534
|
+
if (message.status?.length) {
|
|
535
|
+
obj.status = message.status.map((e) => cardStatusToJSON(e));
|
|
536
|
+
}
|
|
537
|
+
if (message.cardType?.length) {
|
|
538
|
+
obj.cardType = message.cardType.map((e) => cardTypeToJSON(e));
|
|
539
|
+
}
|
|
540
|
+
if (message.class?.length) {
|
|
541
|
+
obj.class = message.class.map((e) => cardClassToJSON(e));
|
|
542
|
+
}
|
|
543
|
+
if (message.sortBy !== "") {
|
|
544
|
+
obj.sortBy = message.sortBy;
|
|
545
|
+
}
|
|
546
|
+
if (message.nameContains !== "") {
|
|
547
|
+
obj.nameContains = message.nameContains;
|
|
548
|
+
}
|
|
549
|
+
if (message.keywordsContains !== "") {
|
|
550
|
+
obj.keywordsContains = message.keywordsContains;
|
|
551
|
+
}
|
|
552
|
+
if (message.notesContains !== "") {
|
|
553
|
+
obj.notesContains = message.notesContains;
|
|
554
|
+
}
|
|
555
|
+
if (message.onlyStarterCard !== false) {
|
|
556
|
+
obj.onlyStarterCard = message.onlyStarterCard;
|
|
557
|
+
}
|
|
558
|
+
if (message.onlyBalanceAnchors !== false) {
|
|
559
|
+
obj.onlyBalanceAnchors = message.onlyBalanceAnchors;
|
|
560
|
+
}
|
|
561
|
+
if (message.rarities?.length) {
|
|
562
|
+
obj.rarities = message.rarities.map((e) => cardRarityToJSON(e));
|
|
563
|
+
}
|
|
564
|
+
if (message.multiClassOnly !== false) {
|
|
565
|
+
obj.multiClassOnly = message.multiClassOnly;
|
|
566
|
+
}
|
|
567
|
+
return obj;
|
|
568
|
+
},
|
|
569
|
+
create(base) {
|
|
570
|
+
return QueryCardsRequest.fromPartial(base ?? {});
|
|
571
|
+
},
|
|
572
|
+
fromPartial(object) {
|
|
573
|
+
const message = createBaseQueryCardsRequest();
|
|
574
|
+
message.owner = object.owner ?? "";
|
|
575
|
+
message.status = object.status?.map((e) => e) || [];
|
|
576
|
+
message.cardType = object.cardType?.map((e) => e) || [];
|
|
577
|
+
message.class = object.class?.map((e) => e) || [];
|
|
578
|
+
message.sortBy = object.sortBy ?? "";
|
|
579
|
+
message.nameContains = object.nameContains ?? "";
|
|
580
|
+
message.keywordsContains = object.keywordsContains ?? "";
|
|
581
|
+
message.notesContains = object.notesContains ?? "";
|
|
582
|
+
message.onlyStarterCard = object.onlyStarterCard ?? false;
|
|
583
|
+
message.onlyBalanceAnchors = object.onlyBalanceAnchors ?? false;
|
|
584
|
+
message.rarities = object.rarities?.map((e) => e) || [];
|
|
585
|
+
message.multiClassOnly = object.multiClassOnly ?? false;
|
|
586
|
+
return message;
|
|
587
|
+
},
|
|
588
|
+
};
|
|
589
|
+
function createBaseQueryCardsResponse() {
|
|
590
|
+
return { cardIds: [] };
|
|
591
|
+
}
|
|
592
|
+
export const QueryCardsResponse = {
|
|
593
|
+
encode(message, writer = new BinaryWriter()) {
|
|
594
|
+
writer.uint32(10).fork();
|
|
595
|
+
for (const v of message.cardIds) {
|
|
596
|
+
writer.uint64(v);
|
|
597
|
+
}
|
|
598
|
+
writer.join();
|
|
599
|
+
return writer;
|
|
600
|
+
},
|
|
601
|
+
decode(input, length) {
|
|
602
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
603
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
604
|
+
const message = createBaseQueryCardsResponse();
|
|
605
|
+
while (reader.pos < end) {
|
|
606
|
+
const tag = reader.uint32();
|
|
607
|
+
switch (tag >>> 3) {
|
|
608
|
+
case 1: {
|
|
609
|
+
if (tag === 8) {
|
|
610
|
+
message.cardIds.push(longToNumber(reader.uint64()));
|
|
611
|
+
continue;
|
|
612
|
+
}
|
|
613
|
+
if (tag === 10) {
|
|
614
|
+
const end2 = reader.uint32() + reader.pos;
|
|
615
|
+
while (reader.pos < end2) {
|
|
616
|
+
message.cardIds.push(longToNumber(reader.uint64()));
|
|
617
|
+
}
|
|
618
|
+
continue;
|
|
619
|
+
}
|
|
620
|
+
break;
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
624
|
+
break;
|
|
625
|
+
}
|
|
626
|
+
reader.skip(tag & 7);
|
|
627
|
+
}
|
|
628
|
+
return message;
|
|
629
|
+
},
|
|
630
|
+
fromJSON(object) {
|
|
631
|
+
return {
|
|
632
|
+
cardIds: globalThis.Array.isArray(object?.cardIds) ? object.cardIds.map((e) => globalThis.Number(e)) : [],
|
|
633
|
+
};
|
|
634
|
+
},
|
|
635
|
+
toJSON(message) {
|
|
636
|
+
const obj = {};
|
|
637
|
+
if (message.cardIds?.length) {
|
|
638
|
+
obj.cardIds = message.cardIds.map((e) => Math.round(e));
|
|
639
|
+
}
|
|
640
|
+
return obj;
|
|
641
|
+
},
|
|
642
|
+
create(base) {
|
|
643
|
+
return QueryCardsResponse.fromPartial(base ?? {});
|
|
644
|
+
},
|
|
645
|
+
fromPartial(object) {
|
|
646
|
+
const message = createBaseQueryCardsResponse();
|
|
647
|
+
message.cardIds = object.cardIds?.map((e) => e) || [];
|
|
648
|
+
return message;
|
|
649
|
+
},
|
|
650
|
+
};
|
|
651
|
+
function createBaseQueryMatchRequest() {
|
|
652
|
+
return { matchId: 0 };
|
|
653
|
+
}
|
|
654
|
+
export const QueryMatchRequest = {
|
|
655
|
+
encode(message, writer = new BinaryWriter()) {
|
|
656
|
+
if (message.matchId !== 0) {
|
|
657
|
+
writer.uint32(8).uint64(message.matchId);
|
|
658
|
+
}
|
|
659
|
+
return writer;
|
|
660
|
+
},
|
|
661
|
+
decode(input, length) {
|
|
662
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
663
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
664
|
+
const message = createBaseQueryMatchRequest();
|
|
665
|
+
while (reader.pos < end) {
|
|
666
|
+
const tag = reader.uint32();
|
|
667
|
+
switch (tag >>> 3) {
|
|
668
|
+
case 1: {
|
|
669
|
+
if (tag !== 8) {
|
|
670
|
+
break;
|
|
671
|
+
}
|
|
672
|
+
message.matchId = longToNumber(reader.uint64());
|
|
673
|
+
continue;
|
|
674
|
+
}
|
|
675
|
+
}
|
|
676
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
677
|
+
break;
|
|
678
|
+
}
|
|
679
|
+
reader.skip(tag & 7);
|
|
680
|
+
}
|
|
681
|
+
return message;
|
|
682
|
+
},
|
|
683
|
+
fromJSON(object) {
|
|
684
|
+
return { matchId: isSet(object.matchId) ? globalThis.Number(object.matchId) : 0 };
|
|
685
|
+
},
|
|
686
|
+
toJSON(message) {
|
|
687
|
+
const obj = {};
|
|
688
|
+
if (message.matchId !== 0) {
|
|
689
|
+
obj.matchId = Math.round(message.matchId);
|
|
690
|
+
}
|
|
691
|
+
return obj;
|
|
692
|
+
},
|
|
693
|
+
create(base) {
|
|
694
|
+
return QueryMatchRequest.fromPartial(base ?? {});
|
|
695
|
+
},
|
|
696
|
+
fromPartial(object) {
|
|
697
|
+
const message = createBaseQueryMatchRequest();
|
|
698
|
+
message.matchId = object.matchId ?? 0;
|
|
699
|
+
return message;
|
|
700
|
+
},
|
|
701
|
+
};
|
|
702
|
+
function createBaseQueryMatchResponse() {
|
|
703
|
+
return { match: undefined };
|
|
704
|
+
}
|
|
705
|
+
export const QueryMatchResponse = {
|
|
706
|
+
encode(message, writer = new BinaryWriter()) {
|
|
707
|
+
if (message.match !== undefined) {
|
|
708
|
+
Match.encode(message.match, writer.uint32(10).fork()).join();
|
|
709
|
+
}
|
|
710
|
+
return writer;
|
|
711
|
+
},
|
|
712
|
+
decode(input, length) {
|
|
713
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
714
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
715
|
+
const message = createBaseQueryMatchResponse();
|
|
716
|
+
while (reader.pos < end) {
|
|
717
|
+
const tag = reader.uint32();
|
|
718
|
+
switch (tag >>> 3) {
|
|
719
|
+
case 1: {
|
|
720
|
+
if (tag !== 10) {
|
|
721
|
+
break;
|
|
722
|
+
}
|
|
723
|
+
message.match = Match.decode(reader, reader.uint32());
|
|
724
|
+
continue;
|
|
725
|
+
}
|
|
726
|
+
}
|
|
727
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
728
|
+
break;
|
|
729
|
+
}
|
|
730
|
+
reader.skip(tag & 7);
|
|
731
|
+
}
|
|
732
|
+
return message;
|
|
733
|
+
},
|
|
734
|
+
fromJSON(object) {
|
|
735
|
+
return { match: isSet(object.match) ? Match.fromJSON(object.match) : undefined };
|
|
736
|
+
},
|
|
737
|
+
toJSON(message) {
|
|
738
|
+
const obj = {};
|
|
739
|
+
if (message.match !== undefined) {
|
|
740
|
+
obj.match = Match.toJSON(message.match);
|
|
741
|
+
}
|
|
742
|
+
return obj;
|
|
743
|
+
},
|
|
744
|
+
create(base) {
|
|
745
|
+
return QueryMatchResponse.fromPartial(base ?? {});
|
|
746
|
+
},
|
|
747
|
+
fromPartial(object) {
|
|
748
|
+
const message = createBaseQueryMatchResponse();
|
|
749
|
+
message.match = (object.match !== undefined && object.match !== null) ? Match.fromPartial(object.match) : undefined;
|
|
750
|
+
return message;
|
|
751
|
+
},
|
|
752
|
+
};
|
|
753
|
+
function createBaseQuerySetRequest() {
|
|
754
|
+
return { setId: 0 };
|
|
755
|
+
}
|
|
756
|
+
export const QuerySetRequest = {
|
|
757
|
+
encode(message, writer = new BinaryWriter()) {
|
|
758
|
+
if (message.setId !== 0) {
|
|
759
|
+
writer.uint32(8).uint64(message.setId);
|
|
760
|
+
}
|
|
761
|
+
return writer;
|
|
762
|
+
},
|
|
763
|
+
decode(input, length) {
|
|
764
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
765
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
766
|
+
const message = createBaseQuerySetRequest();
|
|
767
|
+
while (reader.pos < end) {
|
|
768
|
+
const tag = reader.uint32();
|
|
769
|
+
switch (tag >>> 3) {
|
|
770
|
+
case 1: {
|
|
771
|
+
if (tag !== 8) {
|
|
772
|
+
break;
|
|
773
|
+
}
|
|
774
|
+
message.setId = longToNumber(reader.uint64());
|
|
775
|
+
continue;
|
|
776
|
+
}
|
|
777
|
+
}
|
|
778
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
779
|
+
break;
|
|
780
|
+
}
|
|
781
|
+
reader.skip(tag & 7);
|
|
782
|
+
}
|
|
783
|
+
return message;
|
|
784
|
+
},
|
|
785
|
+
fromJSON(object) {
|
|
786
|
+
return { setId: isSet(object.setId) ? globalThis.Number(object.setId) : 0 };
|
|
787
|
+
},
|
|
788
|
+
toJSON(message) {
|
|
789
|
+
const obj = {};
|
|
790
|
+
if (message.setId !== 0) {
|
|
791
|
+
obj.setId = Math.round(message.setId);
|
|
792
|
+
}
|
|
793
|
+
return obj;
|
|
794
|
+
},
|
|
795
|
+
create(base) {
|
|
796
|
+
return QuerySetRequest.fromPartial(base ?? {});
|
|
797
|
+
},
|
|
798
|
+
fromPartial(object) {
|
|
799
|
+
const message = createBaseQuerySetRequest();
|
|
800
|
+
message.setId = object.setId ?? 0;
|
|
801
|
+
return message;
|
|
802
|
+
},
|
|
803
|
+
};
|
|
804
|
+
function createBaseQuerySetResponse() {
|
|
805
|
+
return { set: undefined };
|
|
806
|
+
}
|
|
807
|
+
export const QuerySetResponse = {
|
|
808
|
+
encode(message, writer = new BinaryWriter()) {
|
|
809
|
+
if (message.set !== undefined) {
|
|
810
|
+
SetWithArtwork.encode(message.set, writer.uint32(10).fork()).join();
|
|
811
|
+
}
|
|
812
|
+
return writer;
|
|
813
|
+
},
|
|
814
|
+
decode(input, length) {
|
|
815
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
816
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
817
|
+
const message = createBaseQuerySetResponse();
|
|
818
|
+
while (reader.pos < end) {
|
|
819
|
+
const tag = reader.uint32();
|
|
820
|
+
switch (tag >>> 3) {
|
|
821
|
+
case 1: {
|
|
822
|
+
if (tag !== 10) {
|
|
823
|
+
break;
|
|
824
|
+
}
|
|
825
|
+
message.set = SetWithArtwork.decode(reader, reader.uint32());
|
|
826
|
+
continue;
|
|
827
|
+
}
|
|
828
|
+
}
|
|
829
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
830
|
+
break;
|
|
831
|
+
}
|
|
832
|
+
reader.skip(tag & 7);
|
|
833
|
+
}
|
|
834
|
+
return message;
|
|
835
|
+
},
|
|
836
|
+
fromJSON(object) {
|
|
837
|
+
return { set: isSet(object.set) ? SetWithArtwork.fromJSON(object.set) : undefined };
|
|
838
|
+
},
|
|
839
|
+
toJSON(message) {
|
|
840
|
+
const obj = {};
|
|
841
|
+
if (message.set !== undefined) {
|
|
842
|
+
obj.set = SetWithArtwork.toJSON(message.set);
|
|
843
|
+
}
|
|
844
|
+
return obj;
|
|
845
|
+
},
|
|
846
|
+
create(base) {
|
|
847
|
+
return QuerySetResponse.fromPartial(base ?? {});
|
|
848
|
+
},
|
|
849
|
+
fromPartial(object) {
|
|
850
|
+
const message = createBaseQuerySetResponse();
|
|
851
|
+
message.set = (object.set !== undefined && object.set !== null)
|
|
852
|
+
? SetWithArtwork.fromPartial(object.set)
|
|
853
|
+
: undefined;
|
|
854
|
+
return message;
|
|
855
|
+
},
|
|
856
|
+
};
|
|
857
|
+
function createBaseQuerySellOfferRequest() {
|
|
858
|
+
return { sellOfferId: 0 };
|
|
859
|
+
}
|
|
860
|
+
export const QuerySellOfferRequest = {
|
|
861
|
+
encode(message, writer = new BinaryWriter()) {
|
|
862
|
+
if (message.sellOfferId !== 0) {
|
|
863
|
+
writer.uint32(8).uint64(message.sellOfferId);
|
|
864
|
+
}
|
|
865
|
+
return writer;
|
|
866
|
+
},
|
|
867
|
+
decode(input, length) {
|
|
868
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
869
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
870
|
+
const message = createBaseQuerySellOfferRequest();
|
|
871
|
+
while (reader.pos < end) {
|
|
872
|
+
const tag = reader.uint32();
|
|
873
|
+
switch (tag >>> 3) {
|
|
874
|
+
case 1: {
|
|
875
|
+
if (tag !== 8) {
|
|
876
|
+
break;
|
|
877
|
+
}
|
|
878
|
+
message.sellOfferId = longToNumber(reader.uint64());
|
|
879
|
+
continue;
|
|
880
|
+
}
|
|
881
|
+
}
|
|
882
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
883
|
+
break;
|
|
884
|
+
}
|
|
885
|
+
reader.skip(tag & 7);
|
|
886
|
+
}
|
|
887
|
+
return message;
|
|
888
|
+
},
|
|
889
|
+
fromJSON(object) {
|
|
890
|
+
return { sellOfferId: isSet(object.sellOfferId) ? globalThis.Number(object.sellOfferId) : 0 };
|
|
891
|
+
},
|
|
892
|
+
toJSON(message) {
|
|
893
|
+
const obj = {};
|
|
894
|
+
if (message.sellOfferId !== 0) {
|
|
895
|
+
obj.sellOfferId = Math.round(message.sellOfferId);
|
|
896
|
+
}
|
|
897
|
+
return obj;
|
|
898
|
+
},
|
|
899
|
+
create(base) {
|
|
900
|
+
return QuerySellOfferRequest.fromPartial(base ?? {});
|
|
901
|
+
},
|
|
902
|
+
fromPartial(object) {
|
|
903
|
+
const message = createBaseQuerySellOfferRequest();
|
|
904
|
+
message.sellOfferId = object.sellOfferId ?? 0;
|
|
905
|
+
return message;
|
|
906
|
+
},
|
|
907
|
+
};
|
|
908
|
+
function createBaseQuerySellOfferResponse() {
|
|
909
|
+
return { sellOffer: undefined };
|
|
910
|
+
}
|
|
911
|
+
export const QuerySellOfferResponse = {
|
|
912
|
+
encode(message, writer = new BinaryWriter()) {
|
|
913
|
+
if (message.sellOffer !== undefined) {
|
|
914
|
+
SellOffer.encode(message.sellOffer, writer.uint32(10).fork()).join();
|
|
915
|
+
}
|
|
916
|
+
return writer;
|
|
917
|
+
},
|
|
918
|
+
decode(input, length) {
|
|
919
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
920
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
921
|
+
const message = createBaseQuerySellOfferResponse();
|
|
922
|
+
while (reader.pos < end) {
|
|
923
|
+
const tag = reader.uint32();
|
|
924
|
+
switch (tag >>> 3) {
|
|
925
|
+
case 1: {
|
|
926
|
+
if (tag !== 10) {
|
|
927
|
+
break;
|
|
928
|
+
}
|
|
929
|
+
message.sellOffer = SellOffer.decode(reader, reader.uint32());
|
|
930
|
+
continue;
|
|
931
|
+
}
|
|
932
|
+
}
|
|
933
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
934
|
+
break;
|
|
935
|
+
}
|
|
936
|
+
reader.skip(tag & 7);
|
|
937
|
+
}
|
|
938
|
+
return message;
|
|
939
|
+
},
|
|
940
|
+
fromJSON(object) {
|
|
941
|
+
return { sellOffer: isSet(object.sellOffer) ? SellOffer.fromJSON(object.sellOffer) : undefined };
|
|
942
|
+
},
|
|
943
|
+
toJSON(message) {
|
|
944
|
+
const obj = {};
|
|
945
|
+
if (message.sellOffer !== undefined) {
|
|
946
|
+
obj.sellOffer = SellOffer.toJSON(message.sellOffer);
|
|
947
|
+
}
|
|
948
|
+
return obj;
|
|
949
|
+
},
|
|
950
|
+
create(base) {
|
|
951
|
+
return QuerySellOfferResponse.fromPartial(base ?? {});
|
|
952
|
+
},
|
|
953
|
+
fromPartial(object) {
|
|
954
|
+
const message = createBaseQuerySellOfferResponse();
|
|
955
|
+
message.sellOffer = (object.sellOffer !== undefined && object.sellOffer !== null)
|
|
956
|
+
? SellOffer.fromPartial(object.sellOffer)
|
|
957
|
+
: undefined;
|
|
958
|
+
return message;
|
|
959
|
+
},
|
|
960
|
+
};
|
|
961
|
+
function createBaseQueryCouncilRequest() {
|
|
962
|
+
return { councilId: 0 };
|
|
963
|
+
}
|
|
964
|
+
export const QueryCouncilRequest = {
|
|
965
|
+
encode(message, writer = new BinaryWriter()) {
|
|
966
|
+
if (message.councilId !== 0) {
|
|
967
|
+
writer.uint32(8).uint64(message.councilId);
|
|
968
|
+
}
|
|
969
|
+
return writer;
|
|
970
|
+
},
|
|
971
|
+
decode(input, length) {
|
|
972
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
973
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
974
|
+
const message = createBaseQueryCouncilRequest();
|
|
975
|
+
while (reader.pos < end) {
|
|
976
|
+
const tag = reader.uint32();
|
|
977
|
+
switch (tag >>> 3) {
|
|
978
|
+
case 1: {
|
|
979
|
+
if (tag !== 8) {
|
|
980
|
+
break;
|
|
981
|
+
}
|
|
982
|
+
message.councilId = longToNumber(reader.uint64());
|
|
983
|
+
continue;
|
|
984
|
+
}
|
|
985
|
+
}
|
|
986
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
987
|
+
break;
|
|
988
|
+
}
|
|
989
|
+
reader.skip(tag & 7);
|
|
990
|
+
}
|
|
991
|
+
return message;
|
|
992
|
+
},
|
|
993
|
+
fromJSON(object) {
|
|
994
|
+
return { councilId: isSet(object.councilId) ? globalThis.Number(object.councilId) : 0 };
|
|
995
|
+
},
|
|
996
|
+
toJSON(message) {
|
|
997
|
+
const obj = {};
|
|
998
|
+
if (message.councilId !== 0) {
|
|
999
|
+
obj.councilId = Math.round(message.councilId);
|
|
1000
|
+
}
|
|
1001
|
+
return obj;
|
|
1002
|
+
},
|
|
1003
|
+
create(base) {
|
|
1004
|
+
return QueryCouncilRequest.fromPartial(base ?? {});
|
|
1005
|
+
},
|
|
1006
|
+
fromPartial(object) {
|
|
1007
|
+
const message = createBaseQueryCouncilRequest();
|
|
1008
|
+
message.councilId = object.councilId ?? 0;
|
|
1009
|
+
return message;
|
|
1010
|
+
},
|
|
1011
|
+
};
|
|
1012
|
+
function createBaseQueryCouncilResponse() {
|
|
1013
|
+
return { council: undefined };
|
|
1014
|
+
}
|
|
1015
|
+
export const QueryCouncilResponse = {
|
|
1016
|
+
encode(message, writer = new BinaryWriter()) {
|
|
1017
|
+
if (message.council !== undefined) {
|
|
1018
|
+
Council.encode(message.council, writer.uint32(10).fork()).join();
|
|
1019
|
+
}
|
|
1020
|
+
return writer;
|
|
1021
|
+
},
|
|
1022
|
+
decode(input, length) {
|
|
1023
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1024
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1025
|
+
const message = createBaseQueryCouncilResponse();
|
|
1026
|
+
while (reader.pos < end) {
|
|
1027
|
+
const tag = reader.uint32();
|
|
1028
|
+
switch (tag >>> 3) {
|
|
1029
|
+
case 1: {
|
|
1030
|
+
if (tag !== 10) {
|
|
1031
|
+
break;
|
|
1032
|
+
}
|
|
1033
|
+
message.council = Council.decode(reader, reader.uint32());
|
|
1034
|
+
continue;
|
|
1035
|
+
}
|
|
1036
|
+
}
|
|
1037
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1038
|
+
break;
|
|
1039
|
+
}
|
|
1040
|
+
reader.skip(tag & 7);
|
|
1041
|
+
}
|
|
1042
|
+
return message;
|
|
1043
|
+
},
|
|
1044
|
+
fromJSON(object) {
|
|
1045
|
+
return { council: isSet(object.council) ? Council.fromJSON(object.council) : undefined };
|
|
1046
|
+
},
|
|
1047
|
+
toJSON(message) {
|
|
1048
|
+
const obj = {};
|
|
1049
|
+
if (message.council !== undefined) {
|
|
1050
|
+
obj.council = Council.toJSON(message.council);
|
|
1051
|
+
}
|
|
1052
|
+
return obj;
|
|
1053
|
+
},
|
|
1054
|
+
create(base) {
|
|
1055
|
+
return QueryCouncilResponse.fromPartial(base ?? {});
|
|
1056
|
+
},
|
|
1057
|
+
fromPartial(object) {
|
|
1058
|
+
const message = createBaseQueryCouncilResponse();
|
|
1059
|
+
message.council = (object.council !== undefined && object.council !== null)
|
|
1060
|
+
? Council.fromPartial(object.council)
|
|
1061
|
+
: undefined;
|
|
1062
|
+
return message;
|
|
1063
|
+
},
|
|
1064
|
+
};
|
|
1065
|
+
function createBaseQueryServerRequest() {
|
|
1066
|
+
return { serverId: 0 };
|
|
1067
|
+
}
|
|
1068
|
+
export const QueryServerRequest = {
|
|
1069
|
+
encode(message, writer = new BinaryWriter()) {
|
|
1070
|
+
if (message.serverId !== 0) {
|
|
1071
|
+
writer.uint32(8).uint64(message.serverId);
|
|
1072
|
+
}
|
|
1073
|
+
return writer;
|
|
1074
|
+
},
|
|
1075
|
+
decode(input, length) {
|
|
1076
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1077
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1078
|
+
const message = createBaseQueryServerRequest();
|
|
1079
|
+
while (reader.pos < end) {
|
|
1080
|
+
const tag = reader.uint32();
|
|
1081
|
+
switch (tag >>> 3) {
|
|
1082
|
+
case 1: {
|
|
1083
|
+
if (tag !== 8) {
|
|
1084
|
+
break;
|
|
1085
|
+
}
|
|
1086
|
+
message.serverId = longToNumber(reader.uint64());
|
|
1087
|
+
continue;
|
|
1088
|
+
}
|
|
1089
|
+
}
|
|
1090
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1091
|
+
break;
|
|
1092
|
+
}
|
|
1093
|
+
reader.skip(tag & 7);
|
|
1094
|
+
}
|
|
1095
|
+
return message;
|
|
1096
|
+
},
|
|
1097
|
+
fromJSON(object) {
|
|
1098
|
+
return { serverId: isSet(object.serverId) ? globalThis.Number(object.serverId) : 0 };
|
|
1099
|
+
},
|
|
1100
|
+
toJSON(message) {
|
|
1101
|
+
const obj = {};
|
|
1102
|
+
if (message.serverId !== 0) {
|
|
1103
|
+
obj.serverId = Math.round(message.serverId);
|
|
1104
|
+
}
|
|
1105
|
+
return obj;
|
|
1106
|
+
},
|
|
1107
|
+
create(base) {
|
|
1108
|
+
return QueryServerRequest.fromPartial(base ?? {});
|
|
1109
|
+
},
|
|
1110
|
+
fromPartial(object) {
|
|
1111
|
+
const message = createBaseQueryServerRequest();
|
|
1112
|
+
message.serverId = object.serverId ?? 0;
|
|
1113
|
+
return message;
|
|
1114
|
+
},
|
|
1115
|
+
};
|
|
1116
|
+
function createBaseQueryServerResponse() {
|
|
1117
|
+
return { server: undefined };
|
|
1118
|
+
}
|
|
1119
|
+
export const QueryServerResponse = {
|
|
1120
|
+
encode(message, writer = new BinaryWriter()) {
|
|
1121
|
+
if (message.server !== undefined) {
|
|
1122
|
+
Server.encode(message.server, writer.uint32(10).fork()).join();
|
|
1123
|
+
}
|
|
1124
|
+
return writer;
|
|
1125
|
+
},
|
|
1126
|
+
decode(input, length) {
|
|
1127
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1128
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1129
|
+
const message = createBaseQueryServerResponse();
|
|
1130
|
+
while (reader.pos < end) {
|
|
1131
|
+
const tag = reader.uint32();
|
|
1132
|
+
switch (tag >>> 3) {
|
|
1133
|
+
case 1: {
|
|
1134
|
+
if (tag !== 10) {
|
|
1135
|
+
break;
|
|
1136
|
+
}
|
|
1137
|
+
message.server = Server.decode(reader, reader.uint32());
|
|
1138
|
+
continue;
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1142
|
+
break;
|
|
1143
|
+
}
|
|
1144
|
+
reader.skip(tag & 7);
|
|
1145
|
+
}
|
|
1146
|
+
return message;
|
|
1147
|
+
},
|
|
1148
|
+
fromJSON(object) {
|
|
1149
|
+
return { server: isSet(object.server) ? Server.fromJSON(object.server) : undefined };
|
|
1150
|
+
},
|
|
1151
|
+
toJSON(message) {
|
|
1152
|
+
const obj = {};
|
|
1153
|
+
if (message.server !== undefined) {
|
|
1154
|
+
obj.server = Server.toJSON(message.server);
|
|
1155
|
+
}
|
|
1156
|
+
return obj;
|
|
1157
|
+
},
|
|
1158
|
+
create(base) {
|
|
1159
|
+
return QueryServerResponse.fromPartial(base ?? {});
|
|
1160
|
+
},
|
|
1161
|
+
fromPartial(object) {
|
|
1162
|
+
const message = createBaseQueryServerResponse();
|
|
1163
|
+
message.server = (object.server !== undefined && object.server !== null)
|
|
1164
|
+
? Server.fromPartial(object.server)
|
|
1165
|
+
: undefined;
|
|
1166
|
+
return message;
|
|
1167
|
+
},
|
|
1168
|
+
};
|
|
1169
|
+
function createBaseQueryEncounterRequest() {
|
|
1170
|
+
return { encounterId: 0 };
|
|
1171
|
+
}
|
|
1172
|
+
export const QueryEncounterRequest = {
|
|
1173
|
+
encode(message, writer = new BinaryWriter()) {
|
|
1174
|
+
if (message.encounterId !== 0) {
|
|
1175
|
+
writer.uint32(8).uint64(message.encounterId);
|
|
1176
|
+
}
|
|
1177
|
+
return writer;
|
|
1178
|
+
},
|
|
1179
|
+
decode(input, length) {
|
|
1180
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1181
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1182
|
+
const message = createBaseQueryEncounterRequest();
|
|
1183
|
+
while (reader.pos < end) {
|
|
1184
|
+
const tag = reader.uint32();
|
|
1185
|
+
switch (tag >>> 3) {
|
|
1186
|
+
case 1: {
|
|
1187
|
+
if (tag !== 8) {
|
|
1188
|
+
break;
|
|
1189
|
+
}
|
|
1190
|
+
message.encounterId = longToNumber(reader.uint64());
|
|
1191
|
+
continue;
|
|
1192
|
+
}
|
|
1193
|
+
}
|
|
1194
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1195
|
+
break;
|
|
1196
|
+
}
|
|
1197
|
+
reader.skip(tag & 7);
|
|
1198
|
+
}
|
|
1199
|
+
return message;
|
|
1200
|
+
},
|
|
1201
|
+
fromJSON(object) {
|
|
1202
|
+
return { encounterId: isSet(object.encounterId) ? globalThis.Number(object.encounterId) : 0 };
|
|
1203
|
+
},
|
|
1204
|
+
toJSON(message) {
|
|
1205
|
+
const obj = {};
|
|
1206
|
+
if (message.encounterId !== 0) {
|
|
1207
|
+
obj.encounterId = Math.round(message.encounterId);
|
|
1208
|
+
}
|
|
1209
|
+
return obj;
|
|
1210
|
+
},
|
|
1211
|
+
create(base) {
|
|
1212
|
+
return QueryEncounterRequest.fromPartial(base ?? {});
|
|
1213
|
+
},
|
|
1214
|
+
fromPartial(object) {
|
|
1215
|
+
const message = createBaseQueryEncounterRequest();
|
|
1216
|
+
message.encounterId = object.encounterId ?? 0;
|
|
1217
|
+
return message;
|
|
1218
|
+
},
|
|
1219
|
+
};
|
|
1220
|
+
function createBaseQueryEncounterResponse() {
|
|
1221
|
+
return { encounter: undefined };
|
|
1222
|
+
}
|
|
1223
|
+
export const QueryEncounterResponse = {
|
|
1224
|
+
encode(message, writer = new BinaryWriter()) {
|
|
1225
|
+
if (message.encounter !== undefined) {
|
|
1226
|
+
Encounter.encode(message.encounter, writer.uint32(10).fork()).join();
|
|
1227
|
+
}
|
|
1228
|
+
return writer;
|
|
1229
|
+
},
|
|
1230
|
+
decode(input, length) {
|
|
1231
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1232
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1233
|
+
const message = createBaseQueryEncounterResponse();
|
|
1234
|
+
while (reader.pos < end) {
|
|
1235
|
+
const tag = reader.uint32();
|
|
1236
|
+
switch (tag >>> 3) {
|
|
1237
|
+
case 1: {
|
|
1238
|
+
if (tag !== 10) {
|
|
1239
|
+
break;
|
|
1240
|
+
}
|
|
1241
|
+
message.encounter = Encounter.decode(reader, reader.uint32());
|
|
1242
|
+
continue;
|
|
1243
|
+
}
|
|
1244
|
+
}
|
|
1245
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1246
|
+
break;
|
|
1247
|
+
}
|
|
1248
|
+
reader.skip(tag & 7);
|
|
1249
|
+
}
|
|
1250
|
+
return message;
|
|
1251
|
+
},
|
|
1252
|
+
fromJSON(object) {
|
|
1253
|
+
return { encounter: isSet(object.encounter) ? Encounter.fromJSON(object.encounter) : undefined };
|
|
1254
|
+
},
|
|
1255
|
+
toJSON(message) {
|
|
1256
|
+
const obj = {};
|
|
1257
|
+
if (message.encounter !== undefined) {
|
|
1258
|
+
obj.encounter = Encounter.toJSON(message.encounter);
|
|
1259
|
+
}
|
|
1260
|
+
return obj;
|
|
1261
|
+
},
|
|
1262
|
+
create(base) {
|
|
1263
|
+
return QueryEncounterResponse.fromPartial(base ?? {});
|
|
1264
|
+
},
|
|
1265
|
+
fromPartial(object) {
|
|
1266
|
+
const message = createBaseQueryEncounterResponse();
|
|
1267
|
+
message.encounter = (object.encounter !== undefined && object.encounter !== null)
|
|
1268
|
+
? Encounter.fromPartial(object.encounter)
|
|
1269
|
+
: undefined;
|
|
1270
|
+
return message;
|
|
1271
|
+
},
|
|
1272
|
+
};
|
|
1273
|
+
function createBaseQueryEncountersRequest() {
|
|
1274
|
+
return {};
|
|
1275
|
+
}
|
|
1276
|
+
export const QueryEncountersRequest = {
|
|
1277
|
+
encode(_, writer = new BinaryWriter()) {
|
|
1278
|
+
return writer;
|
|
1279
|
+
},
|
|
1280
|
+
decode(input, length) {
|
|
1281
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1282
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1283
|
+
const message = createBaseQueryEncountersRequest();
|
|
1284
|
+
while (reader.pos < end) {
|
|
1285
|
+
const tag = reader.uint32();
|
|
1286
|
+
switch (tag >>> 3) {
|
|
1287
|
+
}
|
|
1288
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1289
|
+
break;
|
|
1290
|
+
}
|
|
1291
|
+
reader.skip(tag & 7);
|
|
1292
|
+
}
|
|
1293
|
+
return message;
|
|
1294
|
+
},
|
|
1295
|
+
fromJSON(_) {
|
|
1296
|
+
return {};
|
|
1297
|
+
},
|
|
1298
|
+
toJSON(_) {
|
|
1299
|
+
const obj = {};
|
|
1300
|
+
return obj;
|
|
1301
|
+
},
|
|
1302
|
+
create(base) {
|
|
1303
|
+
return QueryEncountersRequest.fromPartial(base ?? {});
|
|
1304
|
+
},
|
|
1305
|
+
fromPartial(_) {
|
|
1306
|
+
const message = createBaseQueryEncountersRequest();
|
|
1307
|
+
return message;
|
|
1308
|
+
},
|
|
1309
|
+
};
|
|
1310
|
+
function createBaseQueryEncountersResponse() {
|
|
1311
|
+
return { encounters: [] };
|
|
1312
|
+
}
|
|
1313
|
+
export const QueryEncountersResponse = {
|
|
1314
|
+
encode(message, writer = new BinaryWriter()) {
|
|
1315
|
+
for (const v of message.encounters) {
|
|
1316
|
+
Encounter.encode(v, writer.uint32(10).fork()).join();
|
|
1317
|
+
}
|
|
1318
|
+
return writer;
|
|
1319
|
+
},
|
|
1320
|
+
decode(input, length) {
|
|
1321
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1322
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1323
|
+
const message = createBaseQueryEncountersResponse();
|
|
1324
|
+
while (reader.pos < end) {
|
|
1325
|
+
const tag = reader.uint32();
|
|
1326
|
+
switch (tag >>> 3) {
|
|
1327
|
+
case 1: {
|
|
1328
|
+
if (tag !== 10) {
|
|
1329
|
+
break;
|
|
1330
|
+
}
|
|
1331
|
+
message.encounters.push(Encounter.decode(reader, reader.uint32()));
|
|
1332
|
+
continue;
|
|
1333
|
+
}
|
|
1334
|
+
}
|
|
1335
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1336
|
+
break;
|
|
1337
|
+
}
|
|
1338
|
+
reader.skip(tag & 7);
|
|
1339
|
+
}
|
|
1340
|
+
return message;
|
|
1341
|
+
},
|
|
1342
|
+
fromJSON(object) {
|
|
1343
|
+
return {
|
|
1344
|
+
encounters: globalThis.Array.isArray(object?.encounters)
|
|
1345
|
+
? object.encounters.map((e) => Encounter.fromJSON(e))
|
|
1346
|
+
: [],
|
|
1347
|
+
};
|
|
1348
|
+
},
|
|
1349
|
+
toJSON(message) {
|
|
1350
|
+
const obj = {};
|
|
1351
|
+
if (message.encounters?.length) {
|
|
1352
|
+
obj.encounters = message.encounters.map((e) => Encounter.toJSON(e));
|
|
1353
|
+
}
|
|
1354
|
+
return obj;
|
|
1355
|
+
},
|
|
1356
|
+
create(base) {
|
|
1357
|
+
return QueryEncountersResponse.fromPartial(base ?? {});
|
|
1358
|
+
},
|
|
1359
|
+
fromPartial(object) {
|
|
1360
|
+
const message = createBaseQueryEncountersResponse();
|
|
1361
|
+
message.encounters = object.encounters?.map((e) => Encounter.fromPartial(e)) || [];
|
|
1362
|
+
return message;
|
|
1363
|
+
},
|
|
1364
|
+
};
|
|
1365
|
+
function createBaseQueryEncounterWithImageRequest() {
|
|
1366
|
+
return { encounterId: 0 };
|
|
1367
|
+
}
|
|
1368
|
+
export const QueryEncounterWithImageRequest = {
|
|
1369
|
+
encode(message, writer = new BinaryWriter()) {
|
|
1370
|
+
if (message.encounterId !== 0) {
|
|
1371
|
+
writer.uint32(8).uint64(message.encounterId);
|
|
1372
|
+
}
|
|
1373
|
+
return writer;
|
|
1374
|
+
},
|
|
1375
|
+
decode(input, length) {
|
|
1376
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1377
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1378
|
+
const message = createBaseQueryEncounterWithImageRequest();
|
|
1379
|
+
while (reader.pos < end) {
|
|
1380
|
+
const tag = reader.uint32();
|
|
1381
|
+
switch (tag >>> 3) {
|
|
1382
|
+
case 1: {
|
|
1383
|
+
if (tag !== 8) {
|
|
1384
|
+
break;
|
|
1385
|
+
}
|
|
1386
|
+
message.encounterId = longToNumber(reader.uint64());
|
|
1387
|
+
continue;
|
|
1388
|
+
}
|
|
1389
|
+
}
|
|
1390
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1391
|
+
break;
|
|
1392
|
+
}
|
|
1393
|
+
reader.skip(tag & 7);
|
|
1394
|
+
}
|
|
1395
|
+
return message;
|
|
1396
|
+
},
|
|
1397
|
+
fromJSON(object) {
|
|
1398
|
+
return { encounterId: isSet(object.encounterId) ? globalThis.Number(object.encounterId) : 0 };
|
|
1399
|
+
},
|
|
1400
|
+
toJSON(message) {
|
|
1401
|
+
const obj = {};
|
|
1402
|
+
if (message.encounterId !== 0) {
|
|
1403
|
+
obj.encounterId = Math.round(message.encounterId);
|
|
1404
|
+
}
|
|
1405
|
+
return obj;
|
|
1406
|
+
},
|
|
1407
|
+
create(base) {
|
|
1408
|
+
return QueryEncounterWithImageRequest.fromPartial(base ?? {});
|
|
1409
|
+
},
|
|
1410
|
+
fromPartial(object) {
|
|
1411
|
+
const message = createBaseQueryEncounterWithImageRequest();
|
|
1412
|
+
message.encounterId = object.encounterId ?? 0;
|
|
1413
|
+
return message;
|
|
1414
|
+
},
|
|
1415
|
+
};
|
|
1416
|
+
function createBaseQueryEncounterWithImageResponse() {
|
|
1417
|
+
return { encounter: undefined };
|
|
1418
|
+
}
|
|
1419
|
+
export const QueryEncounterWithImageResponse = {
|
|
1420
|
+
encode(message, writer = new BinaryWriter()) {
|
|
1421
|
+
if (message.encounter !== undefined) {
|
|
1422
|
+
EncounterWithImage.encode(message.encounter, writer.uint32(10).fork()).join();
|
|
1423
|
+
}
|
|
1424
|
+
return writer;
|
|
1425
|
+
},
|
|
1426
|
+
decode(input, length) {
|
|
1427
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1428
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1429
|
+
const message = createBaseQueryEncounterWithImageResponse();
|
|
1430
|
+
while (reader.pos < end) {
|
|
1431
|
+
const tag = reader.uint32();
|
|
1432
|
+
switch (tag >>> 3) {
|
|
1433
|
+
case 1: {
|
|
1434
|
+
if (tag !== 10) {
|
|
1435
|
+
break;
|
|
1436
|
+
}
|
|
1437
|
+
message.encounter = EncounterWithImage.decode(reader, reader.uint32());
|
|
1438
|
+
continue;
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1442
|
+
break;
|
|
1443
|
+
}
|
|
1444
|
+
reader.skip(tag & 7);
|
|
1445
|
+
}
|
|
1446
|
+
return message;
|
|
1447
|
+
},
|
|
1448
|
+
fromJSON(object) {
|
|
1449
|
+
return { encounter: isSet(object.encounter) ? EncounterWithImage.fromJSON(object.encounter) : undefined };
|
|
1450
|
+
},
|
|
1451
|
+
toJSON(message) {
|
|
1452
|
+
const obj = {};
|
|
1453
|
+
if (message.encounter !== undefined) {
|
|
1454
|
+
obj.encounter = EncounterWithImage.toJSON(message.encounter);
|
|
1455
|
+
}
|
|
1456
|
+
return obj;
|
|
1457
|
+
},
|
|
1458
|
+
create(base) {
|
|
1459
|
+
return QueryEncounterWithImageResponse.fromPartial(base ?? {});
|
|
1460
|
+
},
|
|
1461
|
+
fromPartial(object) {
|
|
1462
|
+
const message = createBaseQueryEncounterWithImageResponse();
|
|
1463
|
+
message.encounter = (object.encounter !== undefined && object.encounter !== null)
|
|
1464
|
+
? EncounterWithImage.fromPartial(object.encounter)
|
|
1465
|
+
: undefined;
|
|
1466
|
+
return message;
|
|
1467
|
+
},
|
|
1468
|
+
};
|
|
1469
|
+
function createBaseQueryEncountersWithImageRequest() {
|
|
1470
|
+
return {};
|
|
1471
|
+
}
|
|
1472
|
+
export const QueryEncountersWithImageRequest = {
|
|
1473
|
+
encode(_, writer = new BinaryWriter()) {
|
|
1474
|
+
return writer;
|
|
1475
|
+
},
|
|
1476
|
+
decode(input, length) {
|
|
1477
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1478
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1479
|
+
const message = createBaseQueryEncountersWithImageRequest();
|
|
1480
|
+
while (reader.pos < end) {
|
|
1481
|
+
const tag = reader.uint32();
|
|
1482
|
+
switch (tag >>> 3) {
|
|
1483
|
+
}
|
|
1484
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1485
|
+
break;
|
|
1486
|
+
}
|
|
1487
|
+
reader.skip(tag & 7);
|
|
1488
|
+
}
|
|
1489
|
+
return message;
|
|
1490
|
+
},
|
|
1491
|
+
fromJSON(_) {
|
|
1492
|
+
return {};
|
|
1493
|
+
},
|
|
1494
|
+
toJSON(_) {
|
|
1495
|
+
const obj = {};
|
|
1496
|
+
return obj;
|
|
1497
|
+
},
|
|
1498
|
+
create(base) {
|
|
1499
|
+
return QueryEncountersWithImageRequest.fromPartial(base ?? {});
|
|
1500
|
+
},
|
|
1501
|
+
fromPartial(_) {
|
|
1502
|
+
const message = createBaseQueryEncountersWithImageRequest();
|
|
1503
|
+
return message;
|
|
1504
|
+
},
|
|
1505
|
+
};
|
|
1506
|
+
function createBaseQueryEncountersWithImageResponse() {
|
|
1507
|
+
return { encounters: [] };
|
|
1508
|
+
}
|
|
1509
|
+
export const QueryEncountersWithImageResponse = {
|
|
1510
|
+
encode(message, writer = new BinaryWriter()) {
|
|
1511
|
+
for (const v of message.encounters) {
|
|
1512
|
+
EncounterWithImage.encode(v, writer.uint32(10).fork()).join();
|
|
1513
|
+
}
|
|
1514
|
+
return writer;
|
|
1515
|
+
},
|
|
1516
|
+
decode(input, length) {
|
|
1517
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1518
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1519
|
+
const message = createBaseQueryEncountersWithImageResponse();
|
|
1520
|
+
while (reader.pos < end) {
|
|
1521
|
+
const tag = reader.uint32();
|
|
1522
|
+
switch (tag >>> 3) {
|
|
1523
|
+
case 1: {
|
|
1524
|
+
if (tag !== 10) {
|
|
1525
|
+
break;
|
|
1526
|
+
}
|
|
1527
|
+
message.encounters.push(EncounterWithImage.decode(reader, reader.uint32()));
|
|
1528
|
+
continue;
|
|
1529
|
+
}
|
|
1530
|
+
}
|
|
1531
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1532
|
+
break;
|
|
1533
|
+
}
|
|
1534
|
+
reader.skip(tag & 7);
|
|
1535
|
+
}
|
|
1536
|
+
return message;
|
|
1537
|
+
},
|
|
1538
|
+
fromJSON(object) {
|
|
1539
|
+
return {
|
|
1540
|
+
encounters: globalThis.Array.isArray(object?.encounters)
|
|
1541
|
+
? object.encounters.map((e) => EncounterWithImage.fromJSON(e))
|
|
1542
|
+
: [],
|
|
1543
|
+
};
|
|
1544
|
+
},
|
|
1545
|
+
toJSON(message) {
|
|
1546
|
+
const obj = {};
|
|
1547
|
+
if (message.encounters?.length) {
|
|
1548
|
+
obj.encounters = message.encounters.map((e) => EncounterWithImage.toJSON(e));
|
|
1549
|
+
}
|
|
1550
|
+
return obj;
|
|
1551
|
+
},
|
|
1552
|
+
create(base) {
|
|
1553
|
+
return QueryEncountersWithImageResponse.fromPartial(base ?? {});
|
|
1554
|
+
},
|
|
1555
|
+
fromPartial(object) {
|
|
1556
|
+
const message = createBaseQueryEncountersWithImageResponse();
|
|
1557
|
+
message.encounters = object.encounters?.map((e) => EncounterWithImage.fromPartial(e)) || [];
|
|
1558
|
+
return message;
|
|
1559
|
+
},
|
|
1560
|
+
};
|
|
1561
|
+
function createBaseQueryCardchainInfoRequest() {
|
|
1562
|
+
return {};
|
|
1563
|
+
}
|
|
1564
|
+
export const QueryCardchainInfoRequest = {
|
|
1565
|
+
encode(_, writer = new BinaryWriter()) {
|
|
1566
|
+
return writer;
|
|
1567
|
+
},
|
|
1568
|
+
decode(input, length) {
|
|
1569
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1570
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1571
|
+
const message = createBaseQueryCardchainInfoRequest();
|
|
1572
|
+
while (reader.pos < end) {
|
|
1573
|
+
const tag = reader.uint32();
|
|
1574
|
+
switch (tag >>> 3) {
|
|
1575
|
+
}
|
|
1576
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1577
|
+
break;
|
|
1578
|
+
}
|
|
1579
|
+
reader.skip(tag & 7);
|
|
1580
|
+
}
|
|
1581
|
+
return message;
|
|
1582
|
+
},
|
|
1583
|
+
fromJSON(_) {
|
|
1584
|
+
return {};
|
|
1585
|
+
},
|
|
1586
|
+
toJSON(_) {
|
|
1587
|
+
const obj = {};
|
|
1588
|
+
return obj;
|
|
1589
|
+
},
|
|
1590
|
+
create(base) {
|
|
1591
|
+
return QueryCardchainInfoRequest.fromPartial(base ?? {});
|
|
1592
|
+
},
|
|
1593
|
+
fromPartial(_) {
|
|
1594
|
+
const message = createBaseQueryCardchainInfoRequest();
|
|
1595
|
+
return message;
|
|
1596
|
+
},
|
|
1597
|
+
};
|
|
1598
|
+
function createBaseQueryCardchainInfoResponse() {
|
|
1599
|
+
return {
|
|
1600
|
+
cardAuctionPrice: undefined,
|
|
1601
|
+
activeSets: [],
|
|
1602
|
+
cardsNumber: 0,
|
|
1603
|
+
matchesNumber: 0,
|
|
1604
|
+
sellOffersNumber: 0,
|
|
1605
|
+
councilsNumber: 0,
|
|
1606
|
+
lastCardModified: 0,
|
|
1607
|
+
};
|
|
1608
|
+
}
|
|
1609
|
+
export const QueryCardchainInfoResponse = {
|
|
1610
|
+
encode(message, writer = new BinaryWriter()) {
|
|
1611
|
+
if (message.cardAuctionPrice !== undefined) {
|
|
1612
|
+
Coin.encode(message.cardAuctionPrice, writer.uint32(10).fork()).join();
|
|
1613
|
+
}
|
|
1614
|
+
writer.uint32(18).fork();
|
|
1615
|
+
for (const v of message.activeSets) {
|
|
1616
|
+
writer.uint64(v);
|
|
1617
|
+
}
|
|
1618
|
+
writer.join();
|
|
1619
|
+
if (message.cardsNumber !== 0) {
|
|
1620
|
+
writer.uint32(24).uint64(message.cardsNumber);
|
|
1621
|
+
}
|
|
1622
|
+
if (message.matchesNumber !== 0) {
|
|
1623
|
+
writer.uint32(32).uint64(message.matchesNumber);
|
|
1624
|
+
}
|
|
1625
|
+
if (message.sellOffersNumber !== 0) {
|
|
1626
|
+
writer.uint32(40).uint64(message.sellOffersNumber);
|
|
1627
|
+
}
|
|
1628
|
+
if (message.councilsNumber !== 0) {
|
|
1629
|
+
writer.uint32(48).uint64(message.councilsNumber);
|
|
1630
|
+
}
|
|
1631
|
+
if (message.lastCardModified !== 0) {
|
|
1632
|
+
writer.uint32(56).uint64(message.lastCardModified);
|
|
1633
|
+
}
|
|
1634
|
+
return writer;
|
|
1635
|
+
},
|
|
1636
|
+
decode(input, length) {
|
|
1637
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1638
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1639
|
+
const message = createBaseQueryCardchainInfoResponse();
|
|
1640
|
+
while (reader.pos < end) {
|
|
1641
|
+
const tag = reader.uint32();
|
|
1642
|
+
switch (tag >>> 3) {
|
|
1643
|
+
case 1: {
|
|
1644
|
+
if (tag !== 10) {
|
|
1645
|
+
break;
|
|
1646
|
+
}
|
|
1647
|
+
message.cardAuctionPrice = Coin.decode(reader, reader.uint32());
|
|
1648
|
+
continue;
|
|
1649
|
+
}
|
|
1650
|
+
case 2: {
|
|
1651
|
+
if (tag === 16) {
|
|
1652
|
+
message.activeSets.push(longToNumber(reader.uint64()));
|
|
1653
|
+
continue;
|
|
1654
|
+
}
|
|
1655
|
+
if (tag === 18) {
|
|
1656
|
+
const end2 = reader.uint32() + reader.pos;
|
|
1657
|
+
while (reader.pos < end2) {
|
|
1658
|
+
message.activeSets.push(longToNumber(reader.uint64()));
|
|
1659
|
+
}
|
|
1660
|
+
continue;
|
|
1661
|
+
}
|
|
1662
|
+
break;
|
|
1663
|
+
}
|
|
1664
|
+
case 3: {
|
|
1665
|
+
if (tag !== 24) {
|
|
1666
|
+
break;
|
|
1667
|
+
}
|
|
1668
|
+
message.cardsNumber = longToNumber(reader.uint64());
|
|
1669
|
+
continue;
|
|
1670
|
+
}
|
|
1671
|
+
case 4: {
|
|
1672
|
+
if (tag !== 32) {
|
|
1673
|
+
break;
|
|
1674
|
+
}
|
|
1675
|
+
message.matchesNumber = longToNumber(reader.uint64());
|
|
1676
|
+
continue;
|
|
1677
|
+
}
|
|
1678
|
+
case 5: {
|
|
1679
|
+
if (tag !== 40) {
|
|
1680
|
+
break;
|
|
1681
|
+
}
|
|
1682
|
+
message.sellOffersNumber = longToNumber(reader.uint64());
|
|
1683
|
+
continue;
|
|
1684
|
+
}
|
|
1685
|
+
case 6: {
|
|
1686
|
+
if (tag !== 48) {
|
|
1687
|
+
break;
|
|
1688
|
+
}
|
|
1689
|
+
message.councilsNumber = longToNumber(reader.uint64());
|
|
1690
|
+
continue;
|
|
1691
|
+
}
|
|
1692
|
+
case 7: {
|
|
1693
|
+
if (tag !== 56) {
|
|
1694
|
+
break;
|
|
1695
|
+
}
|
|
1696
|
+
message.lastCardModified = longToNumber(reader.uint64());
|
|
1697
|
+
continue;
|
|
1698
|
+
}
|
|
1699
|
+
}
|
|
1700
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1701
|
+
break;
|
|
1702
|
+
}
|
|
1703
|
+
reader.skip(tag & 7);
|
|
1704
|
+
}
|
|
1705
|
+
return message;
|
|
1706
|
+
},
|
|
1707
|
+
fromJSON(object) {
|
|
1708
|
+
return {
|
|
1709
|
+
cardAuctionPrice: isSet(object.cardAuctionPrice) ? Coin.fromJSON(object.cardAuctionPrice) : undefined,
|
|
1710
|
+
activeSets: globalThis.Array.isArray(object?.activeSets)
|
|
1711
|
+
? object.activeSets.map((e) => globalThis.Number(e))
|
|
1712
|
+
: [],
|
|
1713
|
+
cardsNumber: isSet(object.cardsNumber) ? globalThis.Number(object.cardsNumber) : 0,
|
|
1714
|
+
matchesNumber: isSet(object.matchesNumber) ? globalThis.Number(object.matchesNumber) : 0,
|
|
1715
|
+
sellOffersNumber: isSet(object.sellOffersNumber) ? globalThis.Number(object.sellOffersNumber) : 0,
|
|
1716
|
+
councilsNumber: isSet(object.councilsNumber) ? globalThis.Number(object.councilsNumber) : 0,
|
|
1717
|
+
lastCardModified: isSet(object.lastCardModified) ? globalThis.Number(object.lastCardModified) : 0,
|
|
1718
|
+
};
|
|
1719
|
+
},
|
|
1720
|
+
toJSON(message) {
|
|
1721
|
+
const obj = {};
|
|
1722
|
+
if (message.cardAuctionPrice !== undefined) {
|
|
1723
|
+
obj.cardAuctionPrice = Coin.toJSON(message.cardAuctionPrice);
|
|
1724
|
+
}
|
|
1725
|
+
if (message.activeSets?.length) {
|
|
1726
|
+
obj.activeSets = message.activeSets.map((e) => Math.round(e));
|
|
1727
|
+
}
|
|
1728
|
+
if (message.cardsNumber !== 0) {
|
|
1729
|
+
obj.cardsNumber = Math.round(message.cardsNumber);
|
|
1730
|
+
}
|
|
1731
|
+
if (message.matchesNumber !== 0) {
|
|
1732
|
+
obj.matchesNumber = Math.round(message.matchesNumber);
|
|
1733
|
+
}
|
|
1734
|
+
if (message.sellOffersNumber !== 0) {
|
|
1735
|
+
obj.sellOffersNumber = Math.round(message.sellOffersNumber);
|
|
1736
|
+
}
|
|
1737
|
+
if (message.councilsNumber !== 0) {
|
|
1738
|
+
obj.councilsNumber = Math.round(message.councilsNumber);
|
|
1739
|
+
}
|
|
1740
|
+
if (message.lastCardModified !== 0) {
|
|
1741
|
+
obj.lastCardModified = Math.round(message.lastCardModified);
|
|
1742
|
+
}
|
|
1743
|
+
return obj;
|
|
1744
|
+
},
|
|
1745
|
+
create(base) {
|
|
1746
|
+
return QueryCardchainInfoResponse.fromPartial(base ?? {});
|
|
1747
|
+
},
|
|
1748
|
+
fromPartial(object) {
|
|
1749
|
+
const message = createBaseQueryCardchainInfoResponse();
|
|
1750
|
+
message.cardAuctionPrice = (object.cardAuctionPrice !== undefined && object.cardAuctionPrice !== null)
|
|
1751
|
+
? Coin.fromPartial(object.cardAuctionPrice)
|
|
1752
|
+
: undefined;
|
|
1753
|
+
message.activeSets = object.activeSets?.map((e) => e) || [];
|
|
1754
|
+
message.cardsNumber = object.cardsNumber ?? 0;
|
|
1755
|
+
message.matchesNumber = object.matchesNumber ?? 0;
|
|
1756
|
+
message.sellOffersNumber = object.sellOffersNumber ?? 0;
|
|
1757
|
+
message.councilsNumber = object.councilsNumber ?? 0;
|
|
1758
|
+
message.lastCardModified = object.lastCardModified ?? 0;
|
|
1759
|
+
return message;
|
|
1760
|
+
},
|
|
1761
|
+
};
|
|
1762
|
+
function createBaseQuerySetRarityDistributionRequest() {
|
|
1763
|
+
return { setId: 0 };
|
|
1764
|
+
}
|
|
1765
|
+
export const QuerySetRarityDistributionRequest = {
|
|
1766
|
+
encode(message, writer = new BinaryWriter()) {
|
|
1767
|
+
if (message.setId !== 0) {
|
|
1768
|
+
writer.uint32(8).uint64(message.setId);
|
|
1769
|
+
}
|
|
1770
|
+
return writer;
|
|
1771
|
+
},
|
|
1772
|
+
decode(input, length) {
|
|
1773
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1774
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1775
|
+
const message = createBaseQuerySetRarityDistributionRequest();
|
|
1776
|
+
while (reader.pos < end) {
|
|
1777
|
+
const tag = reader.uint32();
|
|
1778
|
+
switch (tag >>> 3) {
|
|
1779
|
+
case 1: {
|
|
1780
|
+
if (tag !== 8) {
|
|
1781
|
+
break;
|
|
1782
|
+
}
|
|
1783
|
+
message.setId = longToNumber(reader.uint64());
|
|
1784
|
+
continue;
|
|
1785
|
+
}
|
|
1786
|
+
}
|
|
1787
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1788
|
+
break;
|
|
1789
|
+
}
|
|
1790
|
+
reader.skip(tag & 7);
|
|
1791
|
+
}
|
|
1792
|
+
return message;
|
|
1793
|
+
},
|
|
1794
|
+
fromJSON(object) {
|
|
1795
|
+
return { setId: isSet(object.setId) ? globalThis.Number(object.setId) : 0 };
|
|
1796
|
+
},
|
|
1797
|
+
toJSON(message) {
|
|
1798
|
+
const obj = {};
|
|
1799
|
+
if (message.setId !== 0) {
|
|
1800
|
+
obj.setId = Math.round(message.setId);
|
|
1801
|
+
}
|
|
1802
|
+
return obj;
|
|
1803
|
+
},
|
|
1804
|
+
create(base) {
|
|
1805
|
+
return QuerySetRarityDistributionRequest.fromPartial(base ?? {});
|
|
1806
|
+
},
|
|
1807
|
+
fromPartial(object) {
|
|
1808
|
+
const message = createBaseQuerySetRarityDistributionRequest();
|
|
1809
|
+
message.setId = object.setId ?? 0;
|
|
1810
|
+
return message;
|
|
1811
|
+
},
|
|
1812
|
+
};
|
|
1813
|
+
function createBaseQuerySetRarityDistributionResponse() {
|
|
1814
|
+
return { current: [], wanted: [] };
|
|
1815
|
+
}
|
|
1816
|
+
export const QuerySetRarityDistributionResponse = {
|
|
1817
|
+
encode(message, writer = new BinaryWriter()) {
|
|
1818
|
+
writer.uint32(10).fork();
|
|
1819
|
+
for (const v of message.current) {
|
|
1820
|
+
writer.uint64(v);
|
|
1821
|
+
}
|
|
1822
|
+
writer.join();
|
|
1823
|
+
writer.uint32(18).fork();
|
|
1824
|
+
for (const v of message.wanted) {
|
|
1825
|
+
writer.uint64(v);
|
|
1826
|
+
}
|
|
1827
|
+
writer.join();
|
|
1828
|
+
return writer;
|
|
1829
|
+
},
|
|
1830
|
+
decode(input, length) {
|
|
1831
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1832
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1833
|
+
const message = createBaseQuerySetRarityDistributionResponse();
|
|
1834
|
+
while (reader.pos < end) {
|
|
1835
|
+
const tag = reader.uint32();
|
|
1836
|
+
switch (tag >>> 3) {
|
|
1837
|
+
case 1: {
|
|
1838
|
+
if (tag === 8) {
|
|
1839
|
+
message.current.push(longToNumber(reader.uint64()));
|
|
1840
|
+
continue;
|
|
1841
|
+
}
|
|
1842
|
+
if (tag === 10) {
|
|
1843
|
+
const end2 = reader.uint32() + reader.pos;
|
|
1844
|
+
while (reader.pos < end2) {
|
|
1845
|
+
message.current.push(longToNumber(reader.uint64()));
|
|
1846
|
+
}
|
|
1847
|
+
continue;
|
|
1848
|
+
}
|
|
1849
|
+
break;
|
|
1850
|
+
}
|
|
1851
|
+
case 2: {
|
|
1852
|
+
if (tag === 16) {
|
|
1853
|
+
message.wanted.push(longToNumber(reader.uint64()));
|
|
1854
|
+
continue;
|
|
1855
|
+
}
|
|
1856
|
+
if (tag === 18) {
|
|
1857
|
+
const end2 = reader.uint32() + reader.pos;
|
|
1858
|
+
while (reader.pos < end2) {
|
|
1859
|
+
message.wanted.push(longToNumber(reader.uint64()));
|
|
1860
|
+
}
|
|
1861
|
+
continue;
|
|
1862
|
+
}
|
|
1863
|
+
break;
|
|
1864
|
+
}
|
|
1865
|
+
}
|
|
1866
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1867
|
+
break;
|
|
1868
|
+
}
|
|
1869
|
+
reader.skip(tag & 7);
|
|
1870
|
+
}
|
|
1871
|
+
return message;
|
|
1872
|
+
},
|
|
1873
|
+
fromJSON(object) {
|
|
1874
|
+
return {
|
|
1875
|
+
current: globalThis.Array.isArray(object?.current) ? object.current.map((e) => globalThis.Number(e)) : [],
|
|
1876
|
+
wanted: globalThis.Array.isArray(object?.wanted) ? object.wanted.map((e) => globalThis.Number(e)) : [],
|
|
1877
|
+
};
|
|
1878
|
+
},
|
|
1879
|
+
toJSON(message) {
|
|
1880
|
+
const obj = {};
|
|
1881
|
+
if (message.current?.length) {
|
|
1882
|
+
obj.current = message.current.map((e) => Math.round(e));
|
|
1883
|
+
}
|
|
1884
|
+
if (message.wanted?.length) {
|
|
1885
|
+
obj.wanted = message.wanted.map((e) => Math.round(e));
|
|
1886
|
+
}
|
|
1887
|
+
return obj;
|
|
1888
|
+
},
|
|
1889
|
+
create(base) {
|
|
1890
|
+
return QuerySetRarityDistributionResponse.fromPartial(base ?? {});
|
|
1891
|
+
},
|
|
1892
|
+
fromPartial(object) {
|
|
1893
|
+
const message = createBaseQuerySetRarityDistributionResponse();
|
|
1894
|
+
message.current = object.current?.map((e) => e) || [];
|
|
1895
|
+
message.wanted = object.wanted?.map((e) => e) || [];
|
|
1896
|
+
return message;
|
|
1897
|
+
},
|
|
1898
|
+
};
|
|
1899
|
+
function createBaseQueryAccountFromZealyRequest() {
|
|
1900
|
+
return { zealyId: "" };
|
|
1901
|
+
}
|
|
1902
|
+
export const QueryAccountFromZealyRequest = {
|
|
1903
|
+
encode(message, writer = new BinaryWriter()) {
|
|
1904
|
+
if (message.zealyId !== "") {
|
|
1905
|
+
writer.uint32(10).string(message.zealyId);
|
|
1906
|
+
}
|
|
1907
|
+
return writer;
|
|
1908
|
+
},
|
|
1909
|
+
decode(input, length) {
|
|
1910
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1911
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1912
|
+
const message = createBaseQueryAccountFromZealyRequest();
|
|
1913
|
+
while (reader.pos < end) {
|
|
1914
|
+
const tag = reader.uint32();
|
|
1915
|
+
switch (tag >>> 3) {
|
|
1916
|
+
case 1: {
|
|
1917
|
+
if (tag !== 10) {
|
|
1918
|
+
break;
|
|
1919
|
+
}
|
|
1920
|
+
message.zealyId = reader.string();
|
|
1921
|
+
continue;
|
|
1922
|
+
}
|
|
1923
|
+
}
|
|
1924
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1925
|
+
break;
|
|
1926
|
+
}
|
|
1927
|
+
reader.skip(tag & 7);
|
|
1928
|
+
}
|
|
1929
|
+
return message;
|
|
1930
|
+
},
|
|
1931
|
+
fromJSON(object) {
|
|
1932
|
+
return { zealyId: isSet(object.zealyId) ? globalThis.String(object.zealyId) : "" };
|
|
1933
|
+
},
|
|
1934
|
+
toJSON(message) {
|
|
1935
|
+
const obj = {};
|
|
1936
|
+
if (message.zealyId !== "") {
|
|
1937
|
+
obj.zealyId = message.zealyId;
|
|
1938
|
+
}
|
|
1939
|
+
return obj;
|
|
1940
|
+
},
|
|
1941
|
+
create(base) {
|
|
1942
|
+
return QueryAccountFromZealyRequest.fromPartial(base ?? {});
|
|
1943
|
+
},
|
|
1944
|
+
fromPartial(object) {
|
|
1945
|
+
const message = createBaseQueryAccountFromZealyRequest();
|
|
1946
|
+
message.zealyId = object.zealyId ?? "";
|
|
1947
|
+
return message;
|
|
1948
|
+
},
|
|
1949
|
+
};
|
|
1950
|
+
function createBaseQueryAccountFromZealyResponse() {
|
|
1951
|
+
return { address: "" };
|
|
1952
|
+
}
|
|
1953
|
+
export const QueryAccountFromZealyResponse = {
|
|
1954
|
+
encode(message, writer = new BinaryWriter()) {
|
|
1955
|
+
if (message.address !== "") {
|
|
1956
|
+
writer.uint32(10).string(message.address);
|
|
1957
|
+
}
|
|
1958
|
+
return writer;
|
|
1959
|
+
},
|
|
1960
|
+
decode(input, length) {
|
|
1961
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
1962
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
1963
|
+
const message = createBaseQueryAccountFromZealyResponse();
|
|
1964
|
+
while (reader.pos < end) {
|
|
1965
|
+
const tag = reader.uint32();
|
|
1966
|
+
switch (tag >>> 3) {
|
|
1967
|
+
case 1: {
|
|
1968
|
+
if (tag !== 10) {
|
|
1969
|
+
break;
|
|
1970
|
+
}
|
|
1971
|
+
message.address = reader.string();
|
|
1972
|
+
continue;
|
|
1973
|
+
}
|
|
1974
|
+
}
|
|
1975
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
1976
|
+
break;
|
|
1977
|
+
}
|
|
1978
|
+
reader.skip(tag & 7);
|
|
1979
|
+
}
|
|
1980
|
+
return message;
|
|
1981
|
+
},
|
|
1982
|
+
fromJSON(object) {
|
|
1983
|
+
return { address: isSet(object.address) ? globalThis.String(object.address) : "" };
|
|
1984
|
+
},
|
|
1985
|
+
toJSON(message) {
|
|
1986
|
+
const obj = {};
|
|
1987
|
+
if (message.address !== "") {
|
|
1988
|
+
obj.address = message.address;
|
|
1989
|
+
}
|
|
1990
|
+
return obj;
|
|
1991
|
+
},
|
|
1992
|
+
create(base) {
|
|
1993
|
+
return QueryAccountFromZealyResponse.fromPartial(base ?? {});
|
|
1994
|
+
},
|
|
1995
|
+
fromPartial(object) {
|
|
1996
|
+
const message = createBaseQueryAccountFromZealyResponse();
|
|
1997
|
+
message.address = object.address ?? "";
|
|
1998
|
+
return message;
|
|
1999
|
+
},
|
|
2000
|
+
};
|
|
2001
|
+
function createBaseQueryVotingResultsRequest() {
|
|
2002
|
+
return {};
|
|
2003
|
+
}
|
|
2004
|
+
export const QueryVotingResultsRequest = {
|
|
2005
|
+
encode(_, writer = new BinaryWriter()) {
|
|
2006
|
+
return writer;
|
|
2007
|
+
},
|
|
2008
|
+
decode(input, length) {
|
|
2009
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2010
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2011
|
+
const message = createBaseQueryVotingResultsRequest();
|
|
2012
|
+
while (reader.pos < end) {
|
|
2013
|
+
const tag = reader.uint32();
|
|
2014
|
+
switch (tag >>> 3) {
|
|
2015
|
+
}
|
|
2016
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
2017
|
+
break;
|
|
2018
|
+
}
|
|
2019
|
+
reader.skip(tag & 7);
|
|
2020
|
+
}
|
|
2021
|
+
return message;
|
|
2022
|
+
},
|
|
2023
|
+
fromJSON(_) {
|
|
2024
|
+
return {};
|
|
2025
|
+
},
|
|
2026
|
+
toJSON(_) {
|
|
2027
|
+
const obj = {};
|
|
2028
|
+
return obj;
|
|
2029
|
+
},
|
|
2030
|
+
create(base) {
|
|
2031
|
+
return QueryVotingResultsRequest.fromPartial(base ?? {});
|
|
2032
|
+
},
|
|
2033
|
+
fromPartial(_) {
|
|
2034
|
+
const message = createBaseQueryVotingResultsRequest();
|
|
2035
|
+
return message;
|
|
2036
|
+
},
|
|
2037
|
+
};
|
|
2038
|
+
function createBaseQueryVotingResultsResponse() {
|
|
2039
|
+
return { lastVotingResults: undefined };
|
|
2040
|
+
}
|
|
2041
|
+
export const QueryVotingResultsResponse = {
|
|
2042
|
+
encode(message, writer = new BinaryWriter()) {
|
|
2043
|
+
if (message.lastVotingResults !== undefined) {
|
|
2044
|
+
VotingResults.encode(message.lastVotingResults, writer.uint32(10).fork()).join();
|
|
2045
|
+
}
|
|
2046
|
+
return writer;
|
|
2047
|
+
},
|
|
2048
|
+
decode(input, length) {
|
|
2049
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2050
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2051
|
+
const message = createBaseQueryVotingResultsResponse();
|
|
2052
|
+
while (reader.pos < end) {
|
|
2053
|
+
const tag = reader.uint32();
|
|
2054
|
+
switch (tag >>> 3) {
|
|
2055
|
+
case 1: {
|
|
2056
|
+
if (tag !== 10) {
|
|
2057
|
+
break;
|
|
2058
|
+
}
|
|
2059
|
+
message.lastVotingResults = VotingResults.decode(reader, reader.uint32());
|
|
2060
|
+
continue;
|
|
2061
|
+
}
|
|
2062
|
+
}
|
|
2063
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
2064
|
+
break;
|
|
2065
|
+
}
|
|
2066
|
+
reader.skip(tag & 7);
|
|
2067
|
+
}
|
|
2068
|
+
return message;
|
|
2069
|
+
},
|
|
2070
|
+
fromJSON(object) {
|
|
2071
|
+
return {
|
|
2072
|
+
lastVotingResults: isSet(object.lastVotingResults) ? VotingResults.fromJSON(object.lastVotingResults) : undefined,
|
|
2073
|
+
};
|
|
2074
|
+
},
|
|
2075
|
+
toJSON(message) {
|
|
2076
|
+
const obj = {};
|
|
2077
|
+
if (message.lastVotingResults !== undefined) {
|
|
2078
|
+
obj.lastVotingResults = VotingResults.toJSON(message.lastVotingResults);
|
|
2079
|
+
}
|
|
2080
|
+
return obj;
|
|
2081
|
+
},
|
|
2082
|
+
create(base) {
|
|
2083
|
+
return QueryVotingResultsResponse.fromPartial(base ?? {});
|
|
2084
|
+
},
|
|
2085
|
+
fromPartial(object) {
|
|
2086
|
+
const message = createBaseQueryVotingResultsResponse();
|
|
2087
|
+
message.lastVotingResults = (object.lastVotingResults !== undefined && object.lastVotingResults !== null)
|
|
2088
|
+
? VotingResults.fromPartial(object.lastVotingResults)
|
|
2089
|
+
: undefined;
|
|
2090
|
+
return message;
|
|
2091
|
+
},
|
|
2092
|
+
};
|
|
2093
|
+
function createBaseQueryMatchesRequest() {
|
|
2094
|
+
return { timestampDown: 0, timestampUp: 0, containsUsers: [], reporter: "", outcome: 0, cardsPlayed: [] };
|
|
2095
|
+
}
|
|
2096
|
+
export const QueryMatchesRequest = {
|
|
2097
|
+
encode(message, writer = new BinaryWriter()) {
|
|
2098
|
+
if (message.timestampDown !== 0) {
|
|
2099
|
+
writer.uint32(8).uint64(message.timestampDown);
|
|
2100
|
+
}
|
|
2101
|
+
if (message.timestampUp !== 0) {
|
|
2102
|
+
writer.uint32(16).uint64(message.timestampUp);
|
|
2103
|
+
}
|
|
2104
|
+
for (const v of message.containsUsers) {
|
|
2105
|
+
writer.uint32(26).string(v);
|
|
2106
|
+
}
|
|
2107
|
+
if (message.reporter !== "") {
|
|
2108
|
+
writer.uint32(34).string(message.reporter);
|
|
2109
|
+
}
|
|
2110
|
+
if (message.outcome !== 0) {
|
|
2111
|
+
writer.uint32(40).int32(message.outcome);
|
|
2112
|
+
}
|
|
2113
|
+
writer.uint32(50).fork();
|
|
2114
|
+
for (const v of message.cardsPlayed) {
|
|
2115
|
+
writer.uint64(v);
|
|
2116
|
+
}
|
|
2117
|
+
writer.join();
|
|
2118
|
+
return writer;
|
|
2119
|
+
},
|
|
2120
|
+
decode(input, length) {
|
|
2121
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2122
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2123
|
+
const message = createBaseQueryMatchesRequest();
|
|
2124
|
+
while (reader.pos < end) {
|
|
2125
|
+
const tag = reader.uint32();
|
|
2126
|
+
switch (tag >>> 3) {
|
|
2127
|
+
case 1: {
|
|
2128
|
+
if (tag !== 8) {
|
|
2129
|
+
break;
|
|
2130
|
+
}
|
|
2131
|
+
message.timestampDown = longToNumber(reader.uint64());
|
|
2132
|
+
continue;
|
|
2133
|
+
}
|
|
2134
|
+
case 2: {
|
|
2135
|
+
if (tag !== 16) {
|
|
2136
|
+
break;
|
|
2137
|
+
}
|
|
2138
|
+
message.timestampUp = longToNumber(reader.uint64());
|
|
2139
|
+
continue;
|
|
2140
|
+
}
|
|
2141
|
+
case 3: {
|
|
2142
|
+
if (tag !== 26) {
|
|
2143
|
+
break;
|
|
2144
|
+
}
|
|
2145
|
+
message.containsUsers.push(reader.string());
|
|
2146
|
+
continue;
|
|
2147
|
+
}
|
|
2148
|
+
case 4: {
|
|
2149
|
+
if (tag !== 34) {
|
|
2150
|
+
break;
|
|
2151
|
+
}
|
|
2152
|
+
message.reporter = reader.string();
|
|
2153
|
+
continue;
|
|
2154
|
+
}
|
|
2155
|
+
case 5: {
|
|
2156
|
+
if (tag !== 40) {
|
|
2157
|
+
break;
|
|
2158
|
+
}
|
|
2159
|
+
message.outcome = reader.int32();
|
|
2160
|
+
continue;
|
|
2161
|
+
}
|
|
2162
|
+
case 6: {
|
|
2163
|
+
if (tag === 48) {
|
|
2164
|
+
message.cardsPlayed.push(longToNumber(reader.uint64()));
|
|
2165
|
+
continue;
|
|
2166
|
+
}
|
|
2167
|
+
if (tag === 50) {
|
|
2168
|
+
const end2 = reader.uint32() + reader.pos;
|
|
2169
|
+
while (reader.pos < end2) {
|
|
2170
|
+
message.cardsPlayed.push(longToNumber(reader.uint64()));
|
|
2171
|
+
}
|
|
2172
|
+
continue;
|
|
2173
|
+
}
|
|
2174
|
+
break;
|
|
2175
|
+
}
|
|
2176
|
+
}
|
|
2177
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
2178
|
+
break;
|
|
2179
|
+
}
|
|
2180
|
+
reader.skip(tag & 7);
|
|
2181
|
+
}
|
|
2182
|
+
return message;
|
|
2183
|
+
},
|
|
2184
|
+
fromJSON(object) {
|
|
2185
|
+
return {
|
|
2186
|
+
timestampDown: isSet(object.timestampDown) ? globalThis.Number(object.timestampDown) : 0,
|
|
2187
|
+
timestampUp: isSet(object.timestampUp) ? globalThis.Number(object.timestampUp) : 0,
|
|
2188
|
+
containsUsers: globalThis.Array.isArray(object?.containsUsers)
|
|
2189
|
+
? object.containsUsers.map((e) => globalThis.String(e))
|
|
2190
|
+
: [],
|
|
2191
|
+
reporter: isSet(object.reporter) ? globalThis.String(object.reporter) : "",
|
|
2192
|
+
outcome: isSet(object.outcome) ? outcomeFromJSON(object.outcome) : 0,
|
|
2193
|
+
cardsPlayed: globalThis.Array.isArray(object?.cardsPlayed)
|
|
2194
|
+
? object.cardsPlayed.map((e) => globalThis.Number(e))
|
|
2195
|
+
: [],
|
|
2196
|
+
};
|
|
2197
|
+
},
|
|
2198
|
+
toJSON(message) {
|
|
2199
|
+
const obj = {};
|
|
2200
|
+
if (message.timestampDown !== 0) {
|
|
2201
|
+
obj.timestampDown = Math.round(message.timestampDown);
|
|
2202
|
+
}
|
|
2203
|
+
if (message.timestampUp !== 0) {
|
|
2204
|
+
obj.timestampUp = Math.round(message.timestampUp);
|
|
2205
|
+
}
|
|
2206
|
+
if (message.containsUsers?.length) {
|
|
2207
|
+
obj.containsUsers = message.containsUsers;
|
|
2208
|
+
}
|
|
2209
|
+
if (message.reporter !== "") {
|
|
2210
|
+
obj.reporter = message.reporter;
|
|
2211
|
+
}
|
|
2212
|
+
if (message.outcome !== 0) {
|
|
2213
|
+
obj.outcome = outcomeToJSON(message.outcome);
|
|
2214
|
+
}
|
|
2215
|
+
if (message.cardsPlayed?.length) {
|
|
2216
|
+
obj.cardsPlayed = message.cardsPlayed.map((e) => Math.round(e));
|
|
2217
|
+
}
|
|
2218
|
+
return obj;
|
|
2219
|
+
},
|
|
2220
|
+
create(base) {
|
|
2221
|
+
return QueryMatchesRequest.fromPartial(base ?? {});
|
|
2222
|
+
},
|
|
2223
|
+
fromPartial(object) {
|
|
2224
|
+
const message = createBaseQueryMatchesRequest();
|
|
2225
|
+
message.timestampDown = object.timestampDown ?? 0;
|
|
2226
|
+
message.timestampUp = object.timestampUp ?? 0;
|
|
2227
|
+
message.containsUsers = object.containsUsers?.map((e) => e) || [];
|
|
2228
|
+
message.reporter = object.reporter ?? "";
|
|
2229
|
+
message.outcome = object.outcome ?? 0;
|
|
2230
|
+
message.cardsPlayed = object.cardsPlayed?.map((e) => e) || [];
|
|
2231
|
+
return message;
|
|
2232
|
+
},
|
|
2233
|
+
};
|
|
2234
|
+
function createBaseQueryMatchesResponse() {
|
|
2235
|
+
return { matches: [], matchIds: [] };
|
|
2236
|
+
}
|
|
2237
|
+
export const QueryMatchesResponse = {
|
|
2238
|
+
encode(message, writer = new BinaryWriter()) {
|
|
2239
|
+
for (const v of message.matches) {
|
|
2240
|
+
Match.encode(v, writer.uint32(10).fork()).join();
|
|
2241
|
+
}
|
|
2242
|
+
writer.uint32(18).fork();
|
|
2243
|
+
for (const v of message.matchIds) {
|
|
2244
|
+
writer.uint64(v);
|
|
2245
|
+
}
|
|
2246
|
+
writer.join();
|
|
2247
|
+
return writer;
|
|
2248
|
+
},
|
|
2249
|
+
decode(input, length) {
|
|
2250
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2251
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2252
|
+
const message = createBaseQueryMatchesResponse();
|
|
2253
|
+
while (reader.pos < end) {
|
|
2254
|
+
const tag = reader.uint32();
|
|
2255
|
+
switch (tag >>> 3) {
|
|
2256
|
+
case 1: {
|
|
2257
|
+
if (tag !== 10) {
|
|
2258
|
+
break;
|
|
2259
|
+
}
|
|
2260
|
+
message.matches.push(Match.decode(reader, reader.uint32()));
|
|
2261
|
+
continue;
|
|
2262
|
+
}
|
|
2263
|
+
case 2: {
|
|
2264
|
+
if (tag === 16) {
|
|
2265
|
+
message.matchIds.push(longToNumber(reader.uint64()));
|
|
2266
|
+
continue;
|
|
2267
|
+
}
|
|
2268
|
+
if (tag === 18) {
|
|
2269
|
+
const end2 = reader.uint32() + reader.pos;
|
|
2270
|
+
while (reader.pos < end2) {
|
|
2271
|
+
message.matchIds.push(longToNumber(reader.uint64()));
|
|
2272
|
+
}
|
|
2273
|
+
continue;
|
|
2274
|
+
}
|
|
2275
|
+
break;
|
|
2276
|
+
}
|
|
2277
|
+
}
|
|
2278
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
2279
|
+
break;
|
|
2280
|
+
}
|
|
2281
|
+
reader.skip(tag & 7);
|
|
2282
|
+
}
|
|
2283
|
+
return message;
|
|
2284
|
+
},
|
|
2285
|
+
fromJSON(object) {
|
|
2286
|
+
return {
|
|
2287
|
+
matches: globalThis.Array.isArray(object?.matches) ? object.matches.map((e) => Match.fromJSON(e)) : [],
|
|
2288
|
+
matchIds: globalThis.Array.isArray(object?.matchIds) ? object.matchIds.map((e) => globalThis.Number(e)) : [],
|
|
2289
|
+
};
|
|
2290
|
+
},
|
|
2291
|
+
toJSON(message) {
|
|
2292
|
+
const obj = {};
|
|
2293
|
+
if (message.matches?.length) {
|
|
2294
|
+
obj.matches = message.matches.map((e) => Match.toJSON(e));
|
|
2295
|
+
}
|
|
2296
|
+
if (message.matchIds?.length) {
|
|
2297
|
+
obj.matchIds = message.matchIds.map((e) => Math.round(e));
|
|
2298
|
+
}
|
|
2299
|
+
return obj;
|
|
2300
|
+
},
|
|
2301
|
+
create(base) {
|
|
2302
|
+
return QueryMatchesResponse.fromPartial(base ?? {});
|
|
2303
|
+
},
|
|
2304
|
+
fromPartial(object) {
|
|
2305
|
+
const message = createBaseQueryMatchesResponse();
|
|
2306
|
+
message.matches = object.matches?.map((e) => Match.fromPartial(e)) || [];
|
|
2307
|
+
message.matchIds = object.matchIds?.map((e) => e) || [];
|
|
2308
|
+
return message;
|
|
2309
|
+
},
|
|
2310
|
+
};
|
|
2311
|
+
function createBaseQuerySetsRequest() {
|
|
2312
|
+
return { status: 0, contributors: [], containsCards: [], owner: "" };
|
|
2313
|
+
}
|
|
2314
|
+
export const QuerySetsRequest = {
|
|
2315
|
+
encode(message, writer = new BinaryWriter()) {
|
|
2316
|
+
if (message.status !== 0) {
|
|
2317
|
+
writer.uint32(8).int32(message.status);
|
|
2318
|
+
}
|
|
2319
|
+
for (const v of message.contributors) {
|
|
2320
|
+
writer.uint32(18).string(v);
|
|
2321
|
+
}
|
|
2322
|
+
writer.uint32(26).fork();
|
|
2323
|
+
for (const v of message.containsCards) {
|
|
2324
|
+
writer.uint64(v);
|
|
2325
|
+
}
|
|
2326
|
+
writer.join();
|
|
2327
|
+
if (message.owner !== "") {
|
|
2328
|
+
writer.uint32(34).string(message.owner);
|
|
2329
|
+
}
|
|
2330
|
+
return writer;
|
|
2331
|
+
},
|
|
2332
|
+
decode(input, length) {
|
|
2333
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2334
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2335
|
+
const message = createBaseQuerySetsRequest();
|
|
2336
|
+
while (reader.pos < end) {
|
|
2337
|
+
const tag = reader.uint32();
|
|
2338
|
+
switch (tag >>> 3) {
|
|
2339
|
+
case 1: {
|
|
2340
|
+
if (tag !== 8) {
|
|
2341
|
+
break;
|
|
2342
|
+
}
|
|
2343
|
+
message.status = reader.int32();
|
|
2344
|
+
continue;
|
|
2345
|
+
}
|
|
2346
|
+
case 2: {
|
|
2347
|
+
if (tag !== 18) {
|
|
2348
|
+
break;
|
|
2349
|
+
}
|
|
2350
|
+
message.contributors.push(reader.string());
|
|
2351
|
+
continue;
|
|
2352
|
+
}
|
|
2353
|
+
case 3: {
|
|
2354
|
+
if (tag === 24) {
|
|
2355
|
+
message.containsCards.push(longToNumber(reader.uint64()));
|
|
2356
|
+
continue;
|
|
2357
|
+
}
|
|
2358
|
+
if (tag === 26) {
|
|
2359
|
+
const end2 = reader.uint32() + reader.pos;
|
|
2360
|
+
while (reader.pos < end2) {
|
|
2361
|
+
message.containsCards.push(longToNumber(reader.uint64()));
|
|
2362
|
+
}
|
|
2363
|
+
continue;
|
|
2364
|
+
}
|
|
2365
|
+
break;
|
|
2366
|
+
}
|
|
2367
|
+
case 4: {
|
|
2368
|
+
if (tag !== 34) {
|
|
2369
|
+
break;
|
|
2370
|
+
}
|
|
2371
|
+
message.owner = reader.string();
|
|
2372
|
+
continue;
|
|
2373
|
+
}
|
|
2374
|
+
}
|
|
2375
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
2376
|
+
break;
|
|
2377
|
+
}
|
|
2378
|
+
reader.skip(tag & 7);
|
|
2379
|
+
}
|
|
2380
|
+
return message;
|
|
2381
|
+
},
|
|
2382
|
+
fromJSON(object) {
|
|
2383
|
+
return {
|
|
2384
|
+
status: isSet(object.status) ? setStatusFromJSON(object.status) : 0,
|
|
2385
|
+
contributors: globalThis.Array.isArray(object?.contributors)
|
|
2386
|
+
? object.contributors.map((e) => globalThis.String(e))
|
|
2387
|
+
: [],
|
|
2388
|
+
containsCards: globalThis.Array.isArray(object?.containsCards)
|
|
2389
|
+
? object.containsCards.map((e) => globalThis.Number(e))
|
|
2390
|
+
: [],
|
|
2391
|
+
owner: isSet(object.owner) ? globalThis.String(object.owner) : "",
|
|
2392
|
+
};
|
|
2393
|
+
},
|
|
2394
|
+
toJSON(message) {
|
|
2395
|
+
const obj = {};
|
|
2396
|
+
if (message.status !== 0) {
|
|
2397
|
+
obj.status = setStatusToJSON(message.status);
|
|
2398
|
+
}
|
|
2399
|
+
if (message.contributors?.length) {
|
|
2400
|
+
obj.contributors = message.contributors;
|
|
2401
|
+
}
|
|
2402
|
+
if (message.containsCards?.length) {
|
|
2403
|
+
obj.containsCards = message.containsCards.map((e) => Math.round(e));
|
|
2404
|
+
}
|
|
2405
|
+
if (message.owner !== "") {
|
|
2406
|
+
obj.owner = message.owner;
|
|
2407
|
+
}
|
|
2408
|
+
return obj;
|
|
2409
|
+
},
|
|
2410
|
+
create(base) {
|
|
2411
|
+
return QuerySetsRequest.fromPartial(base ?? {});
|
|
2412
|
+
},
|
|
2413
|
+
fromPartial(object) {
|
|
2414
|
+
const message = createBaseQuerySetsRequest();
|
|
2415
|
+
message.status = object.status ?? 0;
|
|
2416
|
+
message.contributors = object.contributors?.map((e) => e) || [];
|
|
2417
|
+
message.containsCards = object.containsCards?.map((e) => e) || [];
|
|
2418
|
+
message.owner = object.owner ?? "";
|
|
2419
|
+
return message;
|
|
2420
|
+
},
|
|
2421
|
+
};
|
|
2422
|
+
function createBaseQuerySetsResponse() {
|
|
2423
|
+
return { setIds: [] };
|
|
2424
|
+
}
|
|
2425
|
+
export const QuerySetsResponse = {
|
|
2426
|
+
encode(message, writer = new BinaryWriter()) {
|
|
2427
|
+
writer.uint32(10).fork();
|
|
2428
|
+
for (const v of message.setIds) {
|
|
2429
|
+
writer.uint64(v);
|
|
2430
|
+
}
|
|
2431
|
+
writer.join();
|
|
2432
|
+
return writer;
|
|
2433
|
+
},
|
|
2434
|
+
decode(input, length) {
|
|
2435
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2436
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2437
|
+
const message = createBaseQuerySetsResponse();
|
|
2438
|
+
while (reader.pos < end) {
|
|
2439
|
+
const tag = reader.uint32();
|
|
2440
|
+
switch (tag >>> 3) {
|
|
2441
|
+
case 1: {
|
|
2442
|
+
if (tag === 8) {
|
|
2443
|
+
message.setIds.push(longToNumber(reader.uint64()));
|
|
2444
|
+
continue;
|
|
2445
|
+
}
|
|
2446
|
+
if (tag === 10) {
|
|
2447
|
+
const end2 = reader.uint32() + reader.pos;
|
|
2448
|
+
while (reader.pos < end2) {
|
|
2449
|
+
message.setIds.push(longToNumber(reader.uint64()));
|
|
2450
|
+
}
|
|
2451
|
+
continue;
|
|
2452
|
+
}
|
|
2453
|
+
break;
|
|
2454
|
+
}
|
|
2455
|
+
}
|
|
2456
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
2457
|
+
break;
|
|
2458
|
+
}
|
|
2459
|
+
reader.skip(tag & 7);
|
|
2460
|
+
}
|
|
2461
|
+
return message;
|
|
2462
|
+
},
|
|
2463
|
+
fromJSON(object) {
|
|
2464
|
+
return {
|
|
2465
|
+
setIds: globalThis.Array.isArray(object?.setIds) ? object.setIds.map((e) => globalThis.Number(e)) : [],
|
|
2466
|
+
};
|
|
2467
|
+
},
|
|
2468
|
+
toJSON(message) {
|
|
2469
|
+
const obj = {};
|
|
2470
|
+
if (message.setIds?.length) {
|
|
2471
|
+
obj.setIds = message.setIds.map((e) => Math.round(e));
|
|
2472
|
+
}
|
|
2473
|
+
return obj;
|
|
2474
|
+
},
|
|
2475
|
+
create(base) {
|
|
2476
|
+
return QuerySetsResponse.fromPartial(base ?? {});
|
|
2477
|
+
},
|
|
2478
|
+
fromPartial(object) {
|
|
2479
|
+
const message = createBaseQuerySetsResponse();
|
|
2480
|
+
message.setIds = object.setIds?.map((e) => e) || [];
|
|
2481
|
+
return message;
|
|
2482
|
+
},
|
|
2483
|
+
};
|
|
2484
|
+
function createBaseQueryCardContentRequest() {
|
|
2485
|
+
return { cardId: 0 };
|
|
2486
|
+
}
|
|
2487
|
+
export const QueryCardContentRequest = {
|
|
2488
|
+
encode(message, writer = new BinaryWriter()) {
|
|
2489
|
+
if (message.cardId !== 0) {
|
|
2490
|
+
writer.uint32(8).uint64(message.cardId);
|
|
2491
|
+
}
|
|
2492
|
+
return writer;
|
|
2493
|
+
},
|
|
2494
|
+
decode(input, length) {
|
|
2495
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2496
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2497
|
+
const message = createBaseQueryCardContentRequest();
|
|
2498
|
+
while (reader.pos < end) {
|
|
2499
|
+
const tag = reader.uint32();
|
|
2500
|
+
switch (tag >>> 3) {
|
|
2501
|
+
case 1: {
|
|
2502
|
+
if (tag !== 8) {
|
|
2503
|
+
break;
|
|
2504
|
+
}
|
|
2505
|
+
message.cardId = longToNumber(reader.uint64());
|
|
2506
|
+
continue;
|
|
2507
|
+
}
|
|
2508
|
+
}
|
|
2509
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
2510
|
+
break;
|
|
2511
|
+
}
|
|
2512
|
+
reader.skip(tag & 7);
|
|
2513
|
+
}
|
|
2514
|
+
return message;
|
|
2515
|
+
},
|
|
2516
|
+
fromJSON(object) {
|
|
2517
|
+
return { cardId: isSet(object.cardId) ? globalThis.Number(object.cardId) : 0 };
|
|
2518
|
+
},
|
|
2519
|
+
toJSON(message) {
|
|
2520
|
+
const obj = {};
|
|
2521
|
+
if (message.cardId !== 0) {
|
|
2522
|
+
obj.cardId = Math.round(message.cardId);
|
|
2523
|
+
}
|
|
2524
|
+
return obj;
|
|
2525
|
+
},
|
|
2526
|
+
create(base) {
|
|
2527
|
+
return QueryCardContentRequest.fromPartial(base ?? {});
|
|
2528
|
+
},
|
|
2529
|
+
fromPartial(object) {
|
|
2530
|
+
const message = createBaseQueryCardContentRequest();
|
|
2531
|
+
message.cardId = object.cardId ?? 0;
|
|
2532
|
+
return message;
|
|
2533
|
+
},
|
|
2534
|
+
};
|
|
2535
|
+
function createBaseQueryCardContentResponse() {
|
|
2536
|
+
return { cardContent: undefined };
|
|
2537
|
+
}
|
|
2538
|
+
export const QueryCardContentResponse = {
|
|
2539
|
+
encode(message, writer = new BinaryWriter()) {
|
|
2540
|
+
if (message.cardContent !== undefined) {
|
|
2541
|
+
CardContent.encode(message.cardContent, writer.uint32(10).fork()).join();
|
|
2542
|
+
}
|
|
2543
|
+
return writer;
|
|
2544
|
+
},
|
|
2545
|
+
decode(input, length) {
|
|
2546
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2547
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2548
|
+
const message = createBaseQueryCardContentResponse();
|
|
2549
|
+
while (reader.pos < end) {
|
|
2550
|
+
const tag = reader.uint32();
|
|
2551
|
+
switch (tag >>> 3) {
|
|
2552
|
+
case 1: {
|
|
2553
|
+
if (tag !== 10) {
|
|
2554
|
+
break;
|
|
2555
|
+
}
|
|
2556
|
+
message.cardContent = CardContent.decode(reader, reader.uint32());
|
|
2557
|
+
continue;
|
|
2558
|
+
}
|
|
2559
|
+
}
|
|
2560
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
2561
|
+
break;
|
|
2562
|
+
}
|
|
2563
|
+
reader.skip(tag & 7);
|
|
2564
|
+
}
|
|
2565
|
+
return message;
|
|
2566
|
+
},
|
|
2567
|
+
fromJSON(object) {
|
|
2568
|
+
return { cardContent: isSet(object.cardContent) ? CardContent.fromJSON(object.cardContent) : undefined };
|
|
2569
|
+
},
|
|
2570
|
+
toJSON(message) {
|
|
2571
|
+
const obj = {};
|
|
2572
|
+
if (message.cardContent !== undefined) {
|
|
2573
|
+
obj.cardContent = CardContent.toJSON(message.cardContent);
|
|
2574
|
+
}
|
|
2575
|
+
return obj;
|
|
2576
|
+
},
|
|
2577
|
+
create(base) {
|
|
2578
|
+
return QueryCardContentResponse.fromPartial(base ?? {});
|
|
2579
|
+
},
|
|
2580
|
+
fromPartial(object) {
|
|
2581
|
+
const message = createBaseQueryCardContentResponse();
|
|
2582
|
+
message.cardContent = (object.cardContent !== undefined && object.cardContent !== null)
|
|
2583
|
+
? CardContent.fromPartial(object.cardContent)
|
|
2584
|
+
: undefined;
|
|
2585
|
+
return message;
|
|
2586
|
+
},
|
|
2587
|
+
};
|
|
2588
|
+
function createBaseQueryCardContentsRequest() {
|
|
2589
|
+
return { cardIds: [] };
|
|
2590
|
+
}
|
|
2591
|
+
export const QueryCardContentsRequest = {
|
|
2592
|
+
encode(message, writer = new BinaryWriter()) {
|
|
2593
|
+
writer.uint32(10).fork();
|
|
2594
|
+
for (const v of message.cardIds) {
|
|
2595
|
+
writer.uint64(v);
|
|
2596
|
+
}
|
|
2597
|
+
writer.join();
|
|
2598
|
+
return writer;
|
|
2599
|
+
},
|
|
2600
|
+
decode(input, length) {
|
|
2601
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2602
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2603
|
+
const message = createBaseQueryCardContentsRequest();
|
|
2604
|
+
while (reader.pos < end) {
|
|
2605
|
+
const tag = reader.uint32();
|
|
2606
|
+
switch (tag >>> 3) {
|
|
2607
|
+
case 1: {
|
|
2608
|
+
if (tag === 8) {
|
|
2609
|
+
message.cardIds.push(longToNumber(reader.uint64()));
|
|
2610
|
+
continue;
|
|
2611
|
+
}
|
|
2612
|
+
if (tag === 10) {
|
|
2613
|
+
const end2 = reader.uint32() + reader.pos;
|
|
2614
|
+
while (reader.pos < end2) {
|
|
2615
|
+
message.cardIds.push(longToNumber(reader.uint64()));
|
|
2616
|
+
}
|
|
2617
|
+
continue;
|
|
2618
|
+
}
|
|
2619
|
+
break;
|
|
2620
|
+
}
|
|
2621
|
+
}
|
|
2622
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
2623
|
+
break;
|
|
2624
|
+
}
|
|
2625
|
+
reader.skip(tag & 7);
|
|
2626
|
+
}
|
|
2627
|
+
return message;
|
|
2628
|
+
},
|
|
2629
|
+
fromJSON(object) {
|
|
2630
|
+
return {
|
|
2631
|
+
cardIds: globalThis.Array.isArray(object?.cardIds) ? object.cardIds.map((e) => globalThis.Number(e)) : [],
|
|
2632
|
+
};
|
|
2633
|
+
},
|
|
2634
|
+
toJSON(message) {
|
|
2635
|
+
const obj = {};
|
|
2636
|
+
if (message.cardIds?.length) {
|
|
2637
|
+
obj.cardIds = message.cardIds.map((e) => Math.round(e));
|
|
2638
|
+
}
|
|
2639
|
+
return obj;
|
|
2640
|
+
},
|
|
2641
|
+
create(base) {
|
|
2642
|
+
return QueryCardContentsRequest.fromPartial(base ?? {});
|
|
2643
|
+
},
|
|
2644
|
+
fromPartial(object) {
|
|
2645
|
+
const message = createBaseQueryCardContentsRequest();
|
|
2646
|
+
message.cardIds = object.cardIds?.map((e) => e) || [];
|
|
2647
|
+
return message;
|
|
2648
|
+
},
|
|
2649
|
+
};
|
|
2650
|
+
function createBaseQueryCardContentsResponse() {
|
|
2651
|
+
return { cardContents: [] };
|
|
2652
|
+
}
|
|
2653
|
+
export const QueryCardContentsResponse = {
|
|
2654
|
+
encode(message, writer = new BinaryWriter()) {
|
|
2655
|
+
for (const v of message.cardContents) {
|
|
2656
|
+
CardContent.encode(v, writer.uint32(10).fork()).join();
|
|
2657
|
+
}
|
|
2658
|
+
return writer;
|
|
2659
|
+
},
|
|
2660
|
+
decode(input, length) {
|
|
2661
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2662
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2663
|
+
const message = createBaseQueryCardContentsResponse();
|
|
2664
|
+
while (reader.pos < end) {
|
|
2665
|
+
const tag = reader.uint32();
|
|
2666
|
+
switch (tag >>> 3) {
|
|
2667
|
+
case 1: {
|
|
2668
|
+
if (tag !== 10) {
|
|
2669
|
+
break;
|
|
2670
|
+
}
|
|
2671
|
+
message.cardContents.push(CardContent.decode(reader, reader.uint32()));
|
|
2672
|
+
continue;
|
|
2673
|
+
}
|
|
2674
|
+
}
|
|
2675
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
2676
|
+
break;
|
|
2677
|
+
}
|
|
2678
|
+
reader.skip(tag & 7);
|
|
2679
|
+
}
|
|
2680
|
+
return message;
|
|
2681
|
+
},
|
|
2682
|
+
fromJSON(object) {
|
|
2683
|
+
return {
|
|
2684
|
+
cardContents: globalThis.Array.isArray(object?.cardContents)
|
|
2685
|
+
? object.cardContents.map((e) => CardContent.fromJSON(e))
|
|
2686
|
+
: [],
|
|
2687
|
+
};
|
|
2688
|
+
},
|
|
2689
|
+
toJSON(message) {
|
|
2690
|
+
const obj = {};
|
|
2691
|
+
if (message.cardContents?.length) {
|
|
2692
|
+
obj.cardContents = message.cardContents.map((e) => CardContent.toJSON(e));
|
|
2693
|
+
}
|
|
2694
|
+
return obj;
|
|
2695
|
+
},
|
|
2696
|
+
create(base) {
|
|
2697
|
+
return QueryCardContentsResponse.fromPartial(base ?? {});
|
|
2698
|
+
},
|
|
2699
|
+
fromPartial(object) {
|
|
2700
|
+
const message = createBaseQueryCardContentsResponse();
|
|
2701
|
+
message.cardContents = object.cardContents?.map((e) => CardContent.fromPartial(e)) || [];
|
|
2702
|
+
return message;
|
|
2703
|
+
},
|
|
2704
|
+
};
|
|
2705
|
+
function createBaseQuerySellOffersRequest() {
|
|
2706
|
+
return { priceDown: undefined, priceUp: undefined, seller: "", buyer: "", card: 0, status: 0 };
|
|
2707
|
+
}
|
|
2708
|
+
export const QuerySellOffersRequest = {
|
|
2709
|
+
encode(message, writer = new BinaryWriter()) {
|
|
2710
|
+
if (message.priceDown !== undefined) {
|
|
2711
|
+
Coin.encode(message.priceDown, writer.uint32(10).fork()).join();
|
|
2712
|
+
}
|
|
2713
|
+
if (message.priceUp !== undefined) {
|
|
2714
|
+
Coin.encode(message.priceUp, writer.uint32(18).fork()).join();
|
|
2715
|
+
}
|
|
2716
|
+
if (message.seller !== "") {
|
|
2717
|
+
writer.uint32(26).string(message.seller);
|
|
2718
|
+
}
|
|
2719
|
+
if (message.buyer !== "") {
|
|
2720
|
+
writer.uint32(34).string(message.buyer);
|
|
2721
|
+
}
|
|
2722
|
+
if (message.card !== 0) {
|
|
2723
|
+
writer.uint32(40).uint64(message.card);
|
|
2724
|
+
}
|
|
2725
|
+
if (message.status !== 0) {
|
|
2726
|
+
writer.uint32(48).int32(message.status);
|
|
2727
|
+
}
|
|
2728
|
+
return writer;
|
|
2729
|
+
},
|
|
2730
|
+
decode(input, length) {
|
|
2731
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2732
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2733
|
+
const message = createBaseQuerySellOffersRequest();
|
|
2734
|
+
while (reader.pos < end) {
|
|
2735
|
+
const tag = reader.uint32();
|
|
2736
|
+
switch (tag >>> 3) {
|
|
2737
|
+
case 1: {
|
|
2738
|
+
if (tag !== 10) {
|
|
2739
|
+
break;
|
|
2740
|
+
}
|
|
2741
|
+
message.priceDown = Coin.decode(reader, reader.uint32());
|
|
2742
|
+
continue;
|
|
2743
|
+
}
|
|
2744
|
+
case 2: {
|
|
2745
|
+
if (tag !== 18) {
|
|
2746
|
+
break;
|
|
2747
|
+
}
|
|
2748
|
+
message.priceUp = Coin.decode(reader, reader.uint32());
|
|
2749
|
+
continue;
|
|
2750
|
+
}
|
|
2751
|
+
case 3: {
|
|
2752
|
+
if (tag !== 26) {
|
|
2753
|
+
break;
|
|
2754
|
+
}
|
|
2755
|
+
message.seller = reader.string();
|
|
2756
|
+
continue;
|
|
2757
|
+
}
|
|
2758
|
+
case 4: {
|
|
2759
|
+
if (tag !== 34) {
|
|
2760
|
+
break;
|
|
2761
|
+
}
|
|
2762
|
+
message.buyer = reader.string();
|
|
2763
|
+
continue;
|
|
2764
|
+
}
|
|
2765
|
+
case 5: {
|
|
2766
|
+
if (tag !== 40) {
|
|
2767
|
+
break;
|
|
2768
|
+
}
|
|
2769
|
+
message.card = longToNumber(reader.uint64());
|
|
2770
|
+
continue;
|
|
2771
|
+
}
|
|
2772
|
+
case 6: {
|
|
2773
|
+
if (tag !== 48) {
|
|
2774
|
+
break;
|
|
2775
|
+
}
|
|
2776
|
+
message.status = reader.int32();
|
|
2777
|
+
continue;
|
|
2778
|
+
}
|
|
2779
|
+
}
|
|
2780
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
2781
|
+
break;
|
|
2782
|
+
}
|
|
2783
|
+
reader.skip(tag & 7);
|
|
2784
|
+
}
|
|
2785
|
+
return message;
|
|
2786
|
+
},
|
|
2787
|
+
fromJSON(object) {
|
|
2788
|
+
return {
|
|
2789
|
+
priceDown: isSet(object.priceDown) ? Coin.fromJSON(object.priceDown) : undefined,
|
|
2790
|
+
priceUp: isSet(object.priceUp) ? Coin.fromJSON(object.priceUp) : undefined,
|
|
2791
|
+
seller: isSet(object.seller) ? globalThis.String(object.seller) : "",
|
|
2792
|
+
buyer: isSet(object.buyer) ? globalThis.String(object.buyer) : "",
|
|
2793
|
+
card: isSet(object.card) ? globalThis.Number(object.card) : 0,
|
|
2794
|
+
status: isSet(object.status) ? sellOfferStatusFromJSON(object.status) : 0,
|
|
2795
|
+
};
|
|
2796
|
+
},
|
|
2797
|
+
toJSON(message) {
|
|
2798
|
+
const obj = {};
|
|
2799
|
+
if (message.priceDown !== undefined) {
|
|
2800
|
+
obj.priceDown = Coin.toJSON(message.priceDown);
|
|
2801
|
+
}
|
|
2802
|
+
if (message.priceUp !== undefined) {
|
|
2803
|
+
obj.priceUp = Coin.toJSON(message.priceUp);
|
|
2804
|
+
}
|
|
2805
|
+
if (message.seller !== "") {
|
|
2806
|
+
obj.seller = message.seller;
|
|
2807
|
+
}
|
|
2808
|
+
if (message.buyer !== "") {
|
|
2809
|
+
obj.buyer = message.buyer;
|
|
2810
|
+
}
|
|
2811
|
+
if (message.card !== 0) {
|
|
2812
|
+
obj.card = Math.round(message.card);
|
|
2813
|
+
}
|
|
2814
|
+
if (message.status !== 0) {
|
|
2815
|
+
obj.status = sellOfferStatusToJSON(message.status);
|
|
2816
|
+
}
|
|
2817
|
+
return obj;
|
|
2818
|
+
},
|
|
2819
|
+
create(base) {
|
|
2820
|
+
return QuerySellOffersRequest.fromPartial(base ?? {});
|
|
2821
|
+
},
|
|
2822
|
+
fromPartial(object) {
|
|
2823
|
+
const message = createBaseQuerySellOffersRequest();
|
|
2824
|
+
message.priceDown = (object.priceDown !== undefined && object.priceDown !== null)
|
|
2825
|
+
? Coin.fromPartial(object.priceDown)
|
|
2826
|
+
: undefined;
|
|
2827
|
+
message.priceUp = (object.priceUp !== undefined && object.priceUp !== null)
|
|
2828
|
+
? Coin.fromPartial(object.priceUp)
|
|
2829
|
+
: undefined;
|
|
2830
|
+
message.seller = object.seller ?? "";
|
|
2831
|
+
message.buyer = object.buyer ?? "";
|
|
2832
|
+
message.card = object.card ?? 0;
|
|
2833
|
+
message.status = object.status ?? 0;
|
|
2834
|
+
return message;
|
|
2835
|
+
},
|
|
2836
|
+
};
|
|
2837
|
+
function createBaseQuerySellOffersResponse() {
|
|
2838
|
+
return { sellOffers: [], sellOfferIds: [] };
|
|
2839
|
+
}
|
|
2840
|
+
export const QuerySellOffersResponse = {
|
|
2841
|
+
encode(message, writer = new BinaryWriter()) {
|
|
2842
|
+
for (const v of message.sellOffers) {
|
|
2843
|
+
SellOffer.encode(v, writer.uint32(10).fork()).join();
|
|
2844
|
+
}
|
|
2845
|
+
writer.uint32(18).fork();
|
|
2846
|
+
for (const v of message.sellOfferIds) {
|
|
2847
|
+
writer.uint64(v);
|
|
2848
|
+
}
|
|
2849
|
+
writer.join();
|
|
2850
|
+
return writer;
|
|
2851
|
+
},
|
|
2852
|
+
decode(input, length) {
|
|
2853
|
+
const reader = input instanceof BinaryReader ? input : new BinaryReader(input);
|
|
2854
|
+
let end = length === undefined ? reader.len : reader.pos + length;
|
|
2855
|
+
const message = createBaseQuerySellOffersResponse();
|
|
2856
|
+
while (reader.pos < end) {
|
|
2857
|
+
const tag = reader.uint32();
|
|
2858
|
+
switch (tag >>> 3) {
|
|
2859
|
+
case 1: {
|
|
2860
|
+
if (tag !== 10) {
|
|
2861
|
+
break;
|
|
2862
|
+
}
|
|
2863
|
+
message.sellOffers.push(SellOffer.decode(reader, reader.uint32()));
|
|
2864
|
+
continue;
|
|
2865
|
+
}
|
|
2866
|
+
case 2: {
|
|
2867
|
+
if (tag === 16) {
|
|
2868
|
+
message.sellOfferIds.push(longToNumber(reader.uint64()));
|
|
2869
|
+
continue;
|
|
2870
|
+
}
|
|
2871
|
+
if (tag === 18) {
|
|
2872
|
+
const end2 = reader.uint32() + reader.pos;
|
|
2873
|
+
while (reader.pos < end2) {
|
|
2874
|
+
message.sellOfferIds.push(longToNumber(reader.uint64()));
|
|
2875
|
+
}
|
|
2876
|
+
continue;
|
|
2877
|
+
}
|
|
2878
|
+
break;
|
|
2879
|
+
}
|
|
2880
|
+
}
|
|
2881
|
+
if ((tag & 7) === 4 || tag === 0) {
|
|
2882
|
+
break;
|
|
2883
|
+
}
|
|
2884
|
+
reader.skip(tag & 7);
|
|
2885
|
+
}
|
|
2886
|
+
return message;
|
|
2887
|
+
},
|
|
2888
|
+
fromJSON(object) {
|
|
2889
|
+
return {
|
|
2890
|
+
sellOffers: globalThis.Array.isArray(object?.sellOffers)
|
|
2891
|
+
? object.sellOffers.map((e) => SellOffer.fromJSON(e))
|
|
2892
|
+
: [],
|
|
2893
|
+
sellOfferIds: globalThis.Array.isArray(object?.sellOfferIds)
|
|
2894
|
+
? object.sellOfferIds.map((e) => globalThis.Number(e))
|
|
2895
|
+
: [],
|
|
2896
|
+
};
|
|
2897
|
+
},
|
|
2898
|
+
toJSON(message) {
|
|
2899
|
+
const obj = {};
|
|
2900
|
+
if (message.sellOffers?.length) {
|
|
2901
|
+
obj.sellOffers = message.sellOffers.map((e) => SellOffer.toJSON(e));
|
|
2902
|
+
}
|
|
2903
|
+
if (message.sellOfferIds?.length) {
|
|
2904
|
+
obj.sellOfferIds = message.sellOfferIds.map((e) => Math.round(e));
|
|
2905
|
+
}
|
|
2906
|
+
return obj;
|
|
2907
|
+
},
|
|
2908
|
+
create(base) {
|
|
2909
|
+
return QuerySellOffersResponse.fromPartial(base ?? {});
|
|
2910
|
+
},
|
|
2911
|
+
fromPartial(object) {
|
|
2912
|
+
const message = createBaseQuerySellOffersResponse();
|
|
2913
|
+
message.sellOffers = object.sellOffers?.map((e) => SellOffer.fromPartial(e)) || [];
|
|
2914
|
+
message.sellOfferIds = object.sellOfferIds?.map((e) => e) || [];
|
|
2915
|
+
return message;
|
|
2916
|
+
},
|
|
2917
|
+
};
|
|
2918
|
+
export const QueryServiceName = "cardchain.cardchain.Query";
|
|
2919
|
+
export class QueryClientImpl {
|
|
2920
|
+
constructor(rpc, opts) {
|
|
2921
|
+
this.service = opts?.service || QueryServiceName;
|
|
2922
|
+
this.rpc = rpc;
|
|
2923
|
+
this.Params = this.Params.bind(this);
|
|
2924
|
+
this.Card = this.Card.bind(this);
|
|
2925
|
+
this.User = this.User.bind(this);
|
|
2926
|
+
this.Cards = this.Cards.bind(this);
|
|
2927
|
+
this.Match = this.Match.bind(this);
|
|
2928
|
+
this.Set = this.Set.bind(this);
|
|
2929
|
+
this.SellOffer = this.SellOffer.bind(this);
|
|
2930
|
+
this.Council = this.Council.bind(this);
|
|
2931
|
+
this.Server = this.Server.bind(this);
|
|
2932
|
+
this.Encounter = this.Encounter.bind(this);
|
|
2933
|
+
this.Encounters = this.Encounters.bind(this);
|
|
2934
|
+
this.EncounterWithImage = this.EncounterWithImage.bind(this);
|
|
2935
|
+
this.EncountersWithImage = this.EncountersWithImage.bind(this);
|
|
2936
|
+
this.CardchainInfo = this.CardchainInfo.bind(this);
|
|
2937
|
+
this.SetRarityDistribution = this.SetRarityDistribution.bind(this);
|
|
2938
|
+
this.AccountFromZealy = this.AccountFromZealy.bind(this);
|
|
2939
|
+
this.VotingResults = this.VotingResults.bind(this);
|
|
2940
|
+
this.Matches = this.Matches.bind(this);
|
|
2941
|
+
this.Sets = this.Sets.bind(this);
|
|
2942
|
+
this.CardContent = this.CardContent.bind(this);
|
|
2943
|
+
this.CardContents = this.CardContents.bind(this);
|
|
2944
|
+
this.SellOffers = this.SellOffers.bind(this);
|
|
2945
|
+
}
|
|
2946
|
+
Params(request) {
|
|
2947
|
+
const data = QueryParamsRequest.encode(request).finish();
|
|
2948
|
+
const promise = this.rpc.request(this.service, "Params", data);
|
|
2949
|
+
return promise.then((data) => QueryParamsResponse.decode(new BinaryReader(data)));
|
|
2950
|
+
}
|
|
2951
|
+
Card(request) {
|
|
2952
|
+
const data = QueryCardRequest.encode(request).finish();
|
|
2953
|
+
const promise = this.rpc.request(this.service, "Card", data);
|
|
2954
|
+
return promise.then((data) => QueryCardResponse.decode(new BinaryReader(data)));
|
|
2955
|
+
}
|
|
2956
|
+
User(request) {
|
|
2957
|
+
const data = QueryUserRequest.encode(request).finish();
|
|
2958
|
+
const promise = this.rpc.request(this.service, "User", data);
|
|
2959
|
+
return promise.then((data) => QueryUserResponse.decode(new BinaryReader(data)));
|
|
2960
|
+
}
|
|
2961
|
+
Cards(request) {
|
|
2962
|
+
const data = QueryCardsRequest.encode(request).finish();
|
|
2963
|
+
const promise = this.rpc.request(this.service, "Cards", data);
|
|
2964
|
+
return promise.then((data) => QueryCardsResponse.decode(new BinaryReader(data)));
|
|
2965
|
+
}
|
|
2966
|
+
Match(request) {
|
|
2967
|
+
const data = QueryMatchRequest.encode(request).finish();
|
|
2968
|
+
const promise = this.rpc.request(this.service, "Match", data);
|
|
2969
|
+
return promise.then((data) => QueryMatchResponse.decode(new BinaryReader(data)));
|
|
2970
|
+
}
|
|
2971
|
+
Set(request) {
|
|
2972
|
+
const data = QuerySetRequest.encode(request).finish();
|
|
2973
|
+
const promise = this.rpc.request(this.service, "Set", data);
|
|
2974
|
+
return promise.then((data) => QuerySetResponse.decode(new BinaryReader(data)));
|
|
2975
|
+
}
|
|
2976
|
+
SellOffer(request) {
|
|
2977
|
+
const data = QuerySellOfferRequest.encode(request).finish();
|
|
2978
|
+
const promise = this.rpc.request(this.service, "SellOffer", data);
|
|
2979
|
+
return promise.then((data) => QuerySellOfferResponse.decode(new BinaryReader(data)));
|
|
2980
|
+
}
|
|
2981
|
+
Council(request) {
|
|
2982
|
+
const data = QueryCouncilRequest.encode(request).finish();
|
|
2983
|
+
const promise = this.rpc.request(this.service, "Council", data);
|
|
2984
|
+
return promise.then((data) => QueryCouncilResponse.decode(new BinaryReader(data)));
|
|
2985
|
+
}
|
|
2986
|
+
Server(request) {
|
|
2987
|
+
const data = QueryServerRequest.encode(request).finish();
|
|
2988
|
+
const promise = this.rpc.request(this.service, "Server", data);
|
|
2989
|
+
return promise.then((data) => QueryServerResponse.decode(new BinaryReader(data)));
|
|
2990
|
+
}
|
|
2991
|
+
Encounter(request) {
|
|
2992
|
+
const data = QueryEncounterRequest.encode(request).finish();
|
|
2993
|
+
const promise = this.rpc.request(this.service, "Encounter", data);
|
|
2994
|
+
return promise.then((data) => QueryEncounterResponse.decode(new BinaryReader(data)));
|
|
2995
|
+
}
|
|
2996
|
+
Encounters(request) {
|
|
2997
|
+
const data = QueryEncountersRequest.encode(request).finish();
|
|
2998
|
+
const promise = this.rpc.request(this.service, "Encounters", data);
|
|
2999
|
+
return promise.then((data) => QueryEncountersResponse.decode(new BinaryReader(data)));
|
|
3000
|
+
}
|
|
3001
|
+
EncounterWithImage(request) {
|
|
3002
|
+
const data = QueryEncounterWithImageRequest.encode(request).finish();
|
|
3003
|
+
const promise = this.rpc.request(this.service, "EncounterWithImage", data);
|
|
3004
|
+
return promise.then((data) => QueryEncounterWithImageResponse.decode(new BinaryReader(data)));
|
|
3005
|
+
}
|
|
3006
|
+
EncountersWithImage(request) {
|
|
3007
|
+
const data = QueryEncountersWithImageRequest.encode(request).finish();
|
|
3008
|
+
const promise = this.rpc.request(this.service, "EncountersWithImage", data);
|
|
3009
|
+
return promise.then((data) => QueryEncountersWithImageResponse.decode(new BinaryReader(data)));
|
|
3010
|
+
}
|
|
3011
|
+
CardchainInfo(request) {
|
|
3012
|
+
const data = QueryCardchainInfoRequest.encode(request).finish();
|
|
3013
|
+
const promise = this.rpc.request(this.service, "CardchainInfo", data);
|
|
3014
|
+
return promise.then((data) => QueryCardchainInfoResponse.decode(new BinaryReader(data)));
|
|
3015
|
+
}
|
|
3016
|
+
SetRarityDistribution(request) {
|
|
3017
|
+
const data = QuerySetRarityDistributionRequest.encode(request).finish();
|
|
3018
|
+
const promise = this.rpc.request(this.service, "SetRarityDistribution", data);
|
|
3019
|
+
return promise.then((data) => QuerySetRarityDistributionResponse.decode(new BinaryReader(data)));
|
|
3020
|
+
}
|
|
3021
|
+
AccountFromZealy(request) {
|
|
3022
|
+
const data = QueryAccountFromZealyRequest.encode(request).finish();
|
|
3023
|
+
const promise = this.rpc.request(this.service, "AccountFromZealy", data);
|
|
3024
|
+
return promise.then((data) => QueryAccountFromZealyResponse.decode(new BinaryReader(data)));
|
|
3025
|
+
}
|
|
3026
|
+
VotingResults(request) {
|
|
3027
|
+
const data = QueryVotingResultsRequest.encode(request).finish();
|
|
3028
|
+
const promise = this.rpc.request(this.service, "VotingResults", data);
|
|
3029
|
+
return promise.then((data) => QueryVotingResultsResponse.decode(new BinaryReader(data)));
|
|
3030
|
+
}
|
|
3031
|
+
Matches(request) {
|
|
3032
|
+
const data = QueryMatchesRequest.encode(request).finish();
|
|
3033
|
+
const promise = this.rpc.request(this.service, "Matches", data);
|
|
3034
|
+
return promise.then((data) => QueryMatchesResponse.decode(new BinaryReader(data)));
|
|
3035
|
+
}
|
|
3036
|
+
Sets(request) {
|
|
3037
|
+
const data = QuerySetsRequest.encode(request).finish();
|
|
3038
|
+
const promise = this.rpc.request(this.service, "Sets", data);
|
|
3039
|
+
return promise.then((data) => QuerySetsResponse.decode(new BinaryReader(data)));
|
|
3040
|
+
}
|
|
3041
|
+
CardContent(request) {
|
|
3042
|
+
const data = QueryCardContentRequest.encode(request).finish();
|
|
3043
|
+
const promise = this.rpc.request(this.service, "CardContent", data);
|
|
3044
|
+
return promise.then((data) => QueryCardContentResponse.decode(new BinaryReader(data)));
|
|
3045
|
+
}
|
|
3046
|
+
CardContents(request) {
|
|
3047
|
+
const data = QueryCardContentsRequest.encode(request).finish();
|
|
3048
|
+
const promise = this.rpc.request(this.service, "CardContents", data);
|
|
3049
|
+
return promise.then((data) => QueryCardContentsResponse.decode(new BinaryReader(data)));
|
|
3050
|
+
}
|
|
3051
|
+
SellOffers(request) {
|
|
3052
|
+
const data = QuerySellOffersRequest.encode(request).finish();
|
|
3053
|
+
const promise = this.rpc.request(this.service, "SellOffers", data);
|
|
3054
|
+
return promise.then((data) => QuerySellOffersResponse.decode(new BinaryReader(data)));
|
|
3055
|
+
}
|
|
3056
|
+
}
|
|
3057
|
+
function longToNumber(int64) {
|
|
3058
|
+
const num = globalThis.Number(int64.toString());
|
|
3059
|
+
if (num > globalThis.Number.MAX_SAFE_INTEGER) {
|
|
3060
|
+
throw new globalThis.Error("Value is larger than Number.MAX_SAFE_INTEGER");
|
|
3061
|
+
}
|
|
3062
|
+
if (num < globalThis.Number.MIN_SAFE_INTEGER) {
|
|
3063
|
+
throw new globalThis.Error("Value is smaller than Number.MIN_SAFE_INTEGER");
|
|
3064
|
+
}
|
|
3065
|
+
return num;
|
|
3066
|
+
}
|
|
3067
|
+
function isSet(value) {
|
|
3068
|
+
return value !== null && value !== undefined;
|
|
3069
|
+
}
|