juno-network 0.3.0 → 0.5.0
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/main/codegen/confio/proofs.js +100 -315
- package/main/codegen/cosmos/authz/v1beta1/authz.js +5 -63
- package/main/codegen/cosmos/authz/v1beta1/event.js +12 -42
- package/main/codegen/cosmos/authz/v1beta1/genesis.js +0 -20
- package/main/codegen/cosmos/authz/v1beta1/query.js +6 -114
- package/main/codegen/cosmos/authz/v1beta1/query.lcd.js +14 -26
- package/main/codegen/cosmos/authz/v1beta1/query.rpc.query.js +22 -2
- package/main/codegen/cosmos/authz/v1beta1/tx.js +6 -92
- package/main/codegen/cosmos/bank/v1beta1/authz.js +5 -25
- package/main/codegen/cosmos/bank/v1beta1/bank.js +20 -178
- package/main/codegen/cosmos/bank/v1beta1/genesis.js +5 -73
- package/main/codegen/cosmos/bank/v1beta1/query.js +5 -264
- package/main/codegen/cosmos/bank/v1beta1/query.lcd.js +24 -30
- package/main/codegen/cosmos/bank/v1beta1/query.rpc.query.js +53 -5
- package/main/codegen/cosmos/bank/v1beta1/tx.amino.js +6 -6
- package/main/codegen/cosmos/bank/v1beta1/tx.js +11 -82
- package/main/codegen/cosmos/bank/v1beta1/tx.registry.js +0 -28
- package/main/codegen/cosmos/base/abci/v1beta1/abci.js +68 -312
- package/main/codegen/cosmos/base/query/v1beta1/pagination.js +12 -42
- package/main/codegen/cosmos/base/reflection/v2alpha1/reflection.js +65 -418
- package/main/codegen/cosmos/base/v1beta1/coin.js +0 -46
- package/main/codegen/cosmos/bundle.js +101 -401
- package/main/codegen/cosmos/client.js +11 -37
- package/main/codegen/cosmos/crypto/ed25519/keys.js +0 -22
- package/main/codegen/cosmos/crypto/hd/v1/hd.js +11 -31
- package/main/codegen/cosmos/crypto/keyring/v1/record.js +16 -74
- package/main/codegen/cosmos/crypto/multisig/keys.js +5 -29
- package/main/codegen/cosmos/crypto/multisig/v1beta1/multisig.js +6 -40
- package/main/codegen/cosmos/crypto/secp256k1/keys.js +0 -22
- package/main/codegen/cosmos/crypto/secp256r1/keys.js +0 -22
- package/main/codegen/cosmos/distribution/v1beta1/distribution.js +57 -289
- package/main/codegen/cosmos/distribution/v1beta1/genesis.js +105 -300
- package/main/codegen/cosmos/distribution/v1beta1/query.js +63 -308
- package/main/codegen/cosmos/distribution/v1beta1/query.lcd.js +35 -41
- package/main/codegen/cosmos/distribution/v1beta1/query.rpc.query.js +46 -4
- package/main/codegen/cosmos/distribution/v1beta1/tx.amino.js +15 -15
- package/main/codegen/cosmos/distribution/v1beta1/tx.js +28 -140
- package/main/codegen/cosmos/distribution/v1beta1/tx.registry.js +0 -52
- package/main/codegen/cosmos/gov/v1/genesis.js +20 -70
- package/main/codegen/cosmos/gov/v1/gov.js +113 -256
- package/main/codegen/cosmos/gov/v1/query.js +57 -271
- package/main/codegen/cosmos/gov/v1/query.lcd.js +31 -38
- package/main/codegen/cosmos/gov/v1/query.rpc.query.js +37 -2
- package/main/codegen/cosmos/gov/v1/tx.amino.js +16 -16
- package/main/codegen/cosmos/gov/v1/tx.js +25 -176
- package/main/codegen/cosmos/gov/v1/tx.registry.js +0 -64
- package/main/codegen/cosmos/gov/v1beta1/genesis.js +20 -70
- package/main/codegen/cosmos/gov/v1beta1/gov.js +103 -246
- package/main/codegen/cosmos/gov/v1beta1/query.js +57 -271
- package/main/codegen/cosmos/gov/v1beta1/query.lcd.js +31 -38
- package/main/codegen/cosmos/gov/v1beta1/query.rpc.query.js +37 -2
- package/main/codegen/cosmos/gov/v1beta1/tx.amino.js +14 -14
- package/main/codegen/cosmos/gov/v1beta1/tx.js +25 -142
- package/main/codegen/cosmos/gov/v1beta1/tx.registry.js +0 -52
- package/main/codegen/cosmos/lcd.js +65 -198
- package/main/codegen/cosmos/rpc.query.js +58 -197
- package/main/codegen/cosmos/rpc.tx.js +31 -122
- package/main/codegen/cosmos/staking/v1beta1/authz.js +38 -59
- package/main/codegen/cosmos/staking/v1beta1/genesis.js +14 -96
- package/main/codegen/cosmos/staking/v1beta1/query.js +115 -497
- package/main/codegen/cosmos/staking/v1beta1/query.lcd.js +48 -49
- package/main/codegen/cosmos/staking/v1beta1/query.rpc.query.js +61 -4
- package/main/codegen/cosmos/staking/v1beta1/staking.js +222 -565
- package/main/codegen/cosmos/staking/v1beta1/tx.amino.js +47 -47
- package/main/codegen/cosmos/staking/v1beta1/tx.js +82 -205
- package/main/codegen/cosmos/staking/v1beta1/tx.registry.js +0 -64
- package/main/codegen/cosmos/tx/signing/v1beta1/signing.js +29 -86
- package/main/codegen/cosmos/tx/v1beta1/service.js +69 -207
- package/main/codegen/cosmos/tx/v1beta1/service.lcd.js +14 -26
- package/main/codegen/cosmos/tx/v1beta1/service.rpc.svc.js +33 -7
- package/main/codegen/cosmos/tx/v1beta1/tx.js +102 -381
- package/main/codegen/cosmos/upgrade/v1beta1/query.js +22 -126
- package/main/codegen/cosmos/upgrade/v1beta1/query.lcd.js +19 -29
- package/main/codegen/cosmos/upgrade/v1beta1/query.rpc.query.js +34 -4
- package/main/codegen/cosmos/upgrade/v1beta1/tx.amino.js +4 -4
- package/main/codegen/cosmos/upgrade/v1beta1/tx.js +0 -38
- package/main/codegen/cosmos/upgrade/v1beta1/tx.registry.js +0 -28
- package/main/codegen/cosmos/upgrade/v1beta1/upgrade.js +5 -61
- package/main/codegen/cosmos_proto/cosmos.js +17 -45
- package/main/codegen/cosmwasm/bundle.js +16 -16
- package/main/codegen/cosmwasm/client.js +11 -5
- package/main/codegen/cosmwasm/lcd.js +76 -209
- package/main/codegen/cosmwasm/rpc.query.js +66 -207
- package/main/codegen/cosmwasm/rpc.tx.js +41 -132
- package/main/codegen/cosmwasm/wasm/v1/genesis.js +57 -178
- package/main/codegen/cosmwasm/wasm/v1/ibc.js +10 -36
- package/main/codegen/cosmwasm/wasm/v1/proposal.js +56 -250
- package/main/codegen/cosmwasm/wasm/v1/query.js +54 -322
- package/main/codegen/cosmwasm/wasm/v1/query.lcd.js +28 -34
- package/main/codegen/cosmwasm/wasm/v1/query.rpc.query.js +50 -4
- package/main/codegen/cosmwasm/wasm/v1/tx.amino.js +16 -16
- package/main/codegen/cosmwasm/wasm/v1/tx.js +32 -200
- package/main/codegen/cosmwasm/wasm/v1/tx.registry.js +0 -76
- package/main/codegen/cosmwasm/wasm/v1/types.js +80 -166
- package/main/codegen/gogoproto/bundle.js +2 -2
- package/main/codegen/google/bundle.js +9 -15
- package/main/codegen/google/protobuf/any.js +6 -20
- package/main/codegen/google/protobuf/descriptor.js +407 -1134
- package/main/codegen/google/protobuf/duration.js +0 -12
- package/main/codegen/google/protobuf/empty.js +0 -7
- package/main/codegen/google/protobuf/field_mask.js +0 -20
- package/main/codegen/google/protobuf/struct.js +51 -118
- package/main/codegen/google/protobuf/timestamp.js +0 -12
- package/main/codegen/google/protobuf/wrappers.js +0 -90
- package/main/codegen/ibc/applications/transfer/v1/genesis.js +10 -36
- package/main/codegen/ibc/applications/transfer/v1/query.js +10 -81
- package/main/codegen/ibc/applications/transfer/v1/query.lcd.js +12 -24
- package/main/codegen/ibc/applications/transfer/v1/query.rpc.query.js +30 -4
- package/main/codegen/ibc/applications/transfer/v1/transfer.js +17 -43
- package/main/codegen/ibc/applications/transfer/v1/tx.amino.js +14 -14
- package/main/codegen/ibc/applications/transfer/v1/tx.js +21 -50
- package/main/codegen/ibc/applications/transfer/v1/tx.registry.js +0 -16
- package/main/codegen/ibc/applications/transfer/v2/packet.js +0 -18
- package/main/codegen/ibc/bundle.js +56 -74
- package/main/codegen/ibc/client.js +11 -5
- package/main/codegen/ibc/core/channel/v1/channel.js +103 -198
- package/main/codegen/ibc/core/channel/v1/genesis.js +29 -131
- package/main/codegen/ibc/core/channel/v1/query.js +202 -646
- package/main/codegen/ibc/core/channel/v1/query.lcd.js +45 -47
- package/main/codegen/ibc/core/channel/v1/query.rpc.query.js +57 -3
- package/main/codegen/ibc/core/channel/v1/tx.amino.js +183 -183
- package/main/codegen/ibc/core/channel/v1/tx.js +175 -425
- package/main/codegen/ibc/core/channel/v1/tx.registry.js +0 -124
- package/main/codegen/ibc/core/client/v1/client.js +57 -167
- package/main/codegen/ibc/core/client/v1/genesis.js +29 -111
- package/main/codegen/ibc/core/client/v1/query.js +79 -270
- package/main/codegen/ibc/core/client/v1/query.lcd.js +28 -35
- package/main/codegen/ibc/core/client/v1/query.rpc.query.js +51 -6
- package/main/codegen/ibc/core/client/v1/tx.amino.js +39 -39
- package/main/codegen/ibc/core/client/v1/tx.js +48 -140
- package/main/codegen/ibc/core/client/v1/tx.registry.js +0 -52
- package/main/codegen/ibc/core/commitment/v1/commitment.js +11 -73
- package/main/codegen/ibc/core/connection/v1/connection.js +61 -191
- package/main/codegen/ibc/core/connection/v1/genesis.js +10 -45
- package/main/codegen/ibc/core/connection/v1/query.js +75 -221
- package/main/codegen/ibc/core/connection/v1/query.lcd.js +20 -30
- package/main/codegen/ibc/core/connection/v1/query.rpc.query.js +33 -3
- package/main/codegen/ibc/core/connection/v1/tx.amino.js +95 -95
- package/main/codegen/ibc/core/connection/v1/tx.js +118 -250
- package/main/codegen/ibc/core/connection/v1/tx.registry.js +0 -52
- package/main/codegen/ibc/lcd.js +107 -240
- package/main/codegen/ibc/lightclients/localhost/v1/localhost.js +6 -20
- package/main/codegen/ibc/lightclients/solomachine/v1/solomachine.js +115 -309
- package/main/codegen/ibc/lightclients/solomachine/v2/solomachine.js +115 -309
- package/main/codegen/ibc/lightclients/tendermint/v1/tendermint.js +86 -191
- package/main/codegen/ibc/rpc.query.js +88 -248
- package/main/codegen/ibc/rpc.tx.js +69 -160
- package/main/codegen/juno/bundle.js +9 -9
- package/main/codegen/juno/lcd.js +74 -207
- package/main/codegen/juno/mint/genesis.js +0 -14
- package/main/codegen/juno/mint/mint.js +22 -50
- package/main/codegen/juno/mint/query.js +6 -59
- package/main/codegen/juno/mint/query.lcd.js +12 -24
- package/main/codegen/juno/mint/query.rpc.query.js +31 -5
- package/main/codegen/juno/rpc.query.js +64 -205
- package/main/codegen/tendermint/abci/types.js +296 -1020
- package/main/codegen/tendermint/bundle.js +17 -17
- package/main/codegen/tendermint/crypto/keys.js +0 -14
- package/main/codegen/tendermint/crypto/proof.js +6 -92
- package/main/codegen/tendermint/libs/bits/types.js +0 -22
- package/main/codegen/tendermint/p2p/types.js +53 -143
- package/main/codegen/tendermint/types/block.js +5 -23
- package/main/codegen/tendermint/types/evidence.js +50 -128
- package/main/codegen/tendermint/types/params.js +51 -137
- package/main/codegen/tendermint/types/types.js +162 -372
- package/main/codegen/tendermint/types/validator.js +30 -82
- package/main/codegen/tendermint/version/types.js +0 -24
- package/main/index.js +1 -5
- package/package.json +5 -5
- package/types/codegen/JunoSwap.client.d.ts +120 -0
- package/types/codegen/JunoSwap.types.d.ts +124 -0
- package/types/codegen/confio/proofs.d.ts +495 -0
- package/types/codegen/contracts.d.ts +12 -0
- package/types/codegen/cosmos/app/v1alpha1/config.d.ts +51 -0
- package/types/codegen/cosmos/app/v1alpha1/module.d.ts +105 -0
- package/types/codegen/cosmos/app/v1alpha1/query.d.ts +25 -0
- package/types/codegen/cosmos/app/v1alpha1/query.rpc.query.d.ts +11 -0
- package/types/codegen/cosmos/auth/v1beta1/auth.d.ts +49 -0
- package/types/codegen/cosmos/auth/v1beta1/genesis.d.ts +18 -0
- package/types/codegen/cosmos/auth/v1beta1/query.d.ts +171 -0
- package/types/codegen/cosmos/auth/v1beta1/query.lcd.d.ts +14 -0
- package/types/codegen/cosmos/auth/v1beta1/query.rpc.query.d.ts +23 -0
- package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +95 -0
- package/types/codegen/cosmos/authz/v1beta1/event.d.ts +48 -0
- package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +16 -0
- package/types/codegen/cosmos/authz/v1beta1/query.d.ts +118 -0
- package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +11 -0
- package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +21 -0
- package/types/codegen/cosmos/authz/v1beta1/tx.amino.d.ts +54 -0
- package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +118 -0
- package/types/codegen/cosmos/authz/v1beta1/tx.registry.d.ts +76 -0
- package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +15 -0
- package/types/codegen/cosmos/bank/v1beta1/authz.d.ts +26 -0
- package/types/codegen/cosmos/bank/v1beta1/bank.d.ts +222 -0
- package/types/codegen/cosmos/bank/v1beta1/genesis.d.ts +62 -0
- package/types/codegen/cosmos/bank/v1beta1/query.d.ts +396 -0
- package/types/codegen/cosmos/bank/v1beta1/query.lcd.d.ts +17 -0
- package/types/codegen/cosmos/bank/v1beta1/query.rpc.query.d.ts +39 -0
- package/types/codegen/cosmos/bank/v1beta1/tx.amino.d.ts +44 -0
- package/types/codegen/cosmos/bank/v1beta1/tx.d.ts +58 -0
- package/types/codegen/cosmos/bank/v1beta1/tx.registry.d.ts +36 -0
- package/types/codegen/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +13 -0
- package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +354 -0
- package/types/codegen/cosmos/base/kv/v1beta1/kv.d.ts +25 -0
- package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +138 -0
- package/types/codegen/cosmos/base/reflection/v1beta1/reflection.d.ts +53 -0
- package/types/codegen/cosmos/base/reflection/v2alpha1/reflection.d.ts +514 -0
- package/types/codegen/cosmos/base/snapshots/v1beta1/snapshot.d.ts +118 -0
- package/types/codegen/cosmos/base/store/v1beta1/commit_info.d.ts +47 -0
- package/types/codegen/cosmos/base/store/v1beta1/listening.d.ts +24 -0
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.d.ts +197 -0
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.lcd.d.ts +13 -0
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.d.ts +21 -0
- package/types/codegen/cosmos/base/v1beta1/coin.d.ts +78 -0
- package/types/codegen/cosmos/bundle.d.ts +6233 -0
- package/types/codegen/cosmos/capability/v1beta1/capability.d.ts +45 -0
- package/types/codegen/cosmos/capability/v1beta1/genesis.d.ts +34 -0
- package/types/codegen/cosmos/client.d.ts +473 -0
- package/types/codegen/cosmos/crisis/v1beta1/genesis.d.ts +18 -0
- package/types/codegen/cosmos/crisis/v1beta1/tx.amino.d.ts +17 -0
- package/types/codegen/cosmos/crisis/v1beta1/tx.d.ts +25 -0
- package/types/codegen/cosmos/crisis/v1beta1/tx.registry.d.ts +36 -0
- package/types/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.d.ts +11 -0
- package/types/codegen/cosmos/crypto/ed25519/keys.d.ts +46 -0
- package/types/codegen/cosmos/crypto/hd/v1/hd.d.ts +39 -0
- package/types/codegen/cosmos/crypto/keyring/v1/record.d.ts +95 -0
- package/types/codegen/cosmos/crypto/multisig/keys.d.ts +26 -0
- package/types/codegen/cosmos/crypto/multisig/v1beta1/multisig.d.ts +48 -0
- package/types/codegen/cosmos/crypto/secp256k1/keys.d.ts +40 -0
- package/types/codegen/cosmos/crypto/secp256r1/keys.d.ts +38 -0
- package/types/codegen/cosmos/distribution/v1beta1/distribution.d.ts +281 -0
- package/types/codegen/cosmos/distribution/v1beta1/genesis.d.ts +224 -0
- package/types/codegen/cosmos/distribution/v1beta1/query.d.ts +385 -0
- package/types/codegen/cosmos/distribution/v1beta1/query.lcd.d.ts +17 -0
- package/types/codegen/cosmos/distribution/v1beta1/query.rpc.query.d.ts +39 -0
- package/types/codegen/cosmos/distribution/v1beta1/tx.amino.d.ts +54 -0
- package/types/codegen/cosmos/distribution/v1beta1/tx.d.ts +133 -0
- package/types/codegen/cosmos/distribution/v1beta1/tx.registry.d.ts +60 -0
- package/types/codegen/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +17 -0
- package/types/codegen/cosmos/evidence/v1beta1/evidence.d.ts +19 -0
- package/types/codegen/cosmos/evidence/v1beta1/genesis.d.ts +15 -0
- package/types/codegen/cosmos/evidence/v1beta1/query.d.ts +60 -0
- package/types/codegen/cosmos/evidence/v1beta1/query.lcd.d.ts +9 -0
- package/types/codegen/cosmos/evidence/v1beta1/query.rpc.query.d.ts +13 -0
- package/types/codegen/cosmos/evidence/v1beta1/tx.amino.d.ts +19 -0
- package/types/codegen/cosmos/evidence/v1beta1/tx.d.ts +30 -0
- package/types/codegen/cosmos/evidence/v1beta1/tx.registry.d.ts +36 -0
- package/types/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +11 -0
- package/types/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +89 -0
- package/types/codegen/cosmos/feegrant/v1beta1/genesis.d.ts +14 -0
- package/types/codegen/cosmos/feegrant/v1beta1/query.d.ts +84 -0
- package/types/codegen/cosmos/feegrant/v1beta1/query.lcd.d.ts +10 -0
- package/types/codegen/cosmos/feegrant/v1beta1/query.rpc.query.d.ts +15 -0
- package/types/codegen/cosmos/feegrant/v1beta1/tx.amino.d.ts +32 -0
- package/types/codegen/cosmos/feegrant/v1beta1/tx.d.ts +56 -0
- package/types/codegen/cosmos/feegrant/v1beta1/tx.registry.d.ts +56 -0
- package/types/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +13 -0
- package/types/codegen/cosmos/genutil/v1beta1/genesis.d.ts +14 -0
- package/types/codegen/cosmos/gov/v1/genesis.d.ts +42 -0
- package/types/codegen/cosmos/gov/v1/gov.d.ts +301 -0
- package/types/codegen/cosmos/gov/v1/query.d.ts +298 -0
- package/types/codegen/cosmos/gov/v1/query.lcd.d.ts +16 -0
- package/types/codegen/cosmos/gov/v1/query.rpc.query.d.ts +36 -0
- package/types/codegen/cosmos/gov/v1/tx.amino.d.ts +86 -0
- package/types/codegen/cosmos/gov/v1/tx.d.ts +169 -0
- package/types/codegen/cosmos/gov/v1/tx.registry.d.ts +72 -0
- package/types/codegen/cosmos/gov/v1/tx.rpc.msg.d.ts +19 -0
- package/types/codegen/cosmos/gov/v1beta1/genesis.d.ts +42 -0
- package/types/codegen/cosmos/gov/v1beta1/gov.d.ts +338 -0
- package/types/codegen/cosmos/gov/v1beta1/query.d.ts +298 -0
- package/types/codegen/cosmos/gov/v1beta1/query.lcd.d.ts +16 -0
- package/types/codegen/cosmos/gov/v1beta1/query.rpc.query.d.ts +36 -0
- package/types/codegen/cosmos/gov/v1beta1/tx.amino.d.ts +68 -0
- package/types/codegen/cosmos/gov/v1beta1/tx.d.ts +141 -0
- package/types/codegen/cosmos/gov/v1beta1/tx.registry.d.ts +60 -0
- package/types/codegen/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +17 -0
- package/types/codegen/cosmos/group/v1/events.d.ts +115 -0
- package/types/codegen/cosmos/group/v1/genesis.d.ts +38 -0
- package/types/codegen/cosmos/group/v1/query.d.ts +350 -0
- package/types/codegen/cosmos/group/v1/query.lcd.d.ts +20 -0
- package/types/codegen/cosmos/group/v1/query.rpc.query.d.ts +35 -0
- package/types/codegen/cosmos/group/v1/tx.amino.d.ts +227 -0
- package/types/codegen/cosmos/group/v1/tx.d.ts +419 -0
- package/types/codegen/cosmos/group/v1/tx.registry.d.ts +296 -0
- package/types/codegen/cosmos/group/v1/tx.rpc.msg.d.ts +37 -0
- package/types/codegen/cosmos/group/v1/types.d.ts +324 -0
- package/types/codegen/cosmos/lcd.d.ts +28 -0
- package/types/codegen/cosmos/mint/v1beta1/genesis.d.ts +17 -0
- package/types/codegen/cosmos/mint/v1beta1/mint.d.ts +38 -0
- package/types/codegen/cosmos/mint/v1beta1/query.d.ts +78 -0
- package/types/codegen/cosmos/mint/v1beta1/query.lcd.d.ts +10 -0
- package/types/codegen/cosmos/mint/v1beta1/query.rpc.query.d.ts +15 -0
- package/types/codegen/cosmos/msg/v1/msg.d.ts +1 -0
- package/types/codegen/cosmos/nft/v1beta1/event.d.ts +42 -0
- package/types/codegen/cosmos/nft/v1beta1/genesis.d.ts +30 -0
- package/types/codegen/cosmos/nft/v1beta1/nft.d.ts +47 -0
- package/types/codegen/cosmos/nft/v1beta1/query.d.ts +166 -0
- package/types/codegen/cosmos/nft/v1beta1/query.lcd.d.ts +14 -0
- package/types/codegen/cosmos/nft/v1beta1/query.rpc.query.d.ts +23 -0
- package/types/codegen/cosmos/nft/v1beta1/tx.amino.d.ts +18 -0
- package/types/codegen/cosmos/nft/v1beta1/tx.d.ts +30 -0
- package/types/codegen/cosmos/nft/v1beta1/tx.registry.d.ts +36 -0
- package/types/codegen/cosmos/nft/v1beta1/tx.rpc.msg.d.ts +11 -0
- package/types/codegen/cosmos/orm/v1/orm.d.ts +117 -0
- package/types/codegen/cosmos/orm/v1alpha1/schema.d.ts +90 -0
- package/types/codegen/cosmos/params/v1beta1/params.d.ts +31 -0
- package/types/codegen/cosmos/params/v1beta1/query.d.ts +71 -0
- package/types/codegen/cosmos/params/v1beta1/query.lcd.d.ts +9 -0
- package/types/codegen/cosmos/params/v1beta1/query.rpc.query.d.ts +13 -0
- package/types/codegen/cosmos/rpc.query.d.ts +97 -0
- package/types/codegen/cosmos/rpc.tx.d.ts +26 -0
- package/types/codegen/cosmos/slashing/v1beta1/genesis.d.ts +70 -0
- package/types/codegen/cosmos/slashing/v1beta1/query.d.ts +85 -0
- package/types/codegen/cosmos/slashing/v1beta1/query.lcd.d.ts +10 -0
- package/types/codegen/cosmos/slashing/v1beta1/query.rpc.query.d.ts +15 -0
- package/types/codegen/cosmos/slashing/v1beta1/slashing.d.ts +52 -0
- package/types/codegen/cosmos/slashing/v1beta1/tx.amino.d.ts +15 -0
- package/types/codegen/cosmos/slashing/v1beta1/tx.d.ts +23 -0
- package/types/codegen/cosmos/slashing/v1beta1/tx.registry.d.ts +36 -0
- package/types/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +11 -0
- package/types/codegen/cosmos/staking/v1beta1/authz.d.ts +97 -0
- package/types/codegen/cosmos/staking/v1beta1/genesis.d.ts +75 -0
- package/types/codegen/cosmos/staking/v1beta1/query.d.ts +592 -0
- package/types/codegen/cosmos/staking/v1beta1/query.lcd.d.ts +22 -0
- package/types/codegen/cosmos/staking/v1beta1/query.rpc.query.d.ts +54 -0
- package/types/codegen/cosmos/staking/v1beta1/staking.d.ts +568 -0
- package/types/codegen/cosmos/staking/v1beta1/tx.amino.d.ts +106 -0
- package/types/codegen/cosmos/staking/v1beta1/tx.d.ts +191 -0
- package/types/codegen/cosmos/staking/v1beta1/tx.registry.d.ts +72 -0
- package/types/codegen/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +19 -0
- package/types/codegen/cosmos/tx/signing/v1beta1/signing.d.ts +203 -0
- package/types/codegen/cosmos/tx/v1beta1/service.d.ts +339 -0
- package/types/codegen/cosmos/tx/v1beta1/service.lcd.d.ts +11 -0
- package/types/codegen/cosmos/tx/v1beta1/service.rpc.svc.d.ts +27 -0
- package/types/codegen/cosmos/tx/v1beta1/tx.d.ts +603 -0
- package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +233 -0
- package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +13 -0
- package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +27 -0
- package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +39 -0
- package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +91 -0
- package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +36 -0
- package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +13 -0
- package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +165 -0
- package/types/codegen/cosmos/vesting/v1beta1/tx.amino.d.ts +58 -0
- package/types/codegen/cosmos/vesting/v1beta1/tx.d.ts +88 -0
- package/types/codegen/cosmos/vesting/v1beta1/tx.registry.d.ts +76 -0
- package/types/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +15 -0
- package/types/codegen/cosmos/vesting/v1beta1/vesting.d.ts +97 -0
- package/types/codegen/cosmos_proto/bundle.d.ts +24 -0
- package/types/codegen/cosmos_proto/cosmos.d.ts +124 -0
- package/types/codegen/cosmwasm/bundle.d.ts +1109 -0
- package/types/codegen/cosmwasm/client.d.ts +120 -0
- package/types/codegen/cosmwasm/lcd.d.ts +33 -0
- package/types/codegen/cosmwasm/rpc.query.d.ts +112 -0
- package/types/codegen/cosmwasm/rpc.tx.d.ts +31 -0
- package/types/codegen/cosmwasm/wasm/v1/genesis.d.ts +101 -0
- package/types/codegen/cosmwasm/wasm/v1/ibc.d.ts +60 -0
- package/types/codegen/cosmwasm/wasm/v1/proposal.d.ts +297 -0
- package/types/codegen/cosmwasm/wasm/v1/query.d.ts +411 -0
- package/types/codegen/cosmwasm/wasm/v1/query.lcd.d.ts +17 -0
- package/types/codegen/cosmwasm/wasm/v1/query.rpc.query.d.ts +39 -0
- package/types/codegen/cosmwasm/wasm/v1/tx.amino.d.ts +95 -0
- package/types/codegen/cosmwasm/wasm/v1/tx.d.ts +262 -0
- package/types/codegen/cosmwasm/wasm/v1/tx.registry.d.ts +84 -0
- package/types/codegen/cosmwasm/wasm/v1/tx.rpc.msg.d.ts +21 -0
- package/types/codegen/cosmwasm/wasm/v1/types.d.ts +247 -0
- package/types/codegen/gogoproto/bundle.d.ts +1 -0
- package/types/codegen/gogoproto/gogo.d.ts +1 -0
- package/types/codegen/google/api/annotations.d.ts +1 -0
- package/types/codegen/google/api/http.d.ts +375 -0
- package/types/codegen/google/bundle.d.ts +1545 -0
- package/types/codegen/google/protobuf/any.d.ts +237 -0
- package/types/codegen/google/protobuf/descriptor.d.ts +1725 -0
- package/types/codegen/google/protobuf/duration.d.ts +161 -0
- package/types/codegen/google/protobuf/empty.d.ts +33 -0
- package/types/codegen/google/protobuf/field_mask.d.ts +417 -0
- package/types/codegen/google/protobuf/struct.d.ts +148 -0
- package/types/codegen/google/protobuf/timestamp.d.ts +205 -0
- package/types/codegen/google/protobuf/wrappers.d.ts +209 -0
- package/types/codegen/ibc/applications/transfer/v1/genesis.d.ts +20 -0
- package/types/codegen/ibc/applications/transfer/v1/query.d.ts +118 -0
- package/types/codegen/ibc/applications/transfer/v1/query.lcd.d.ts +11 -0
- package/types/codegen/ibc/applications/transfer/v1/query.rpc.query.d.ts +21 -0
- package/types/codegen/ibc/applications/transfer/v1/transfer.d.ts +74 -0
- package/types/codegen/ibc/applications/transfer/v1/tx.amino.d.ts +25 -0
- package/types/codegen/ibc/applications/transfer/v1/tx.d.ts +74 -0
- package/types/codegen/ibc/applications/transfer/v1/tx.registry.d.ts +24 -0
- package/types/codegen/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +11 -0
- package/types/codegen/ibc/applications/transfer/v2/packet.d.ts +37 -0
- package/types/codegen/ibc/bundle.d.ts +3781 -0
- package/types/codegen/ibc/client.d.ts +559 -0
- package/types/codegen/ibc/core/channel/v1/channel.d.ts +313 -0
- package/types/codegen/ibc/core/channel/v1/genesis.d.ts +55 -0
- package/types/codegen/ibc/core/channel/v1/query.d.ts +726 -0
- package/types/codegen/ibc/core/channel/v1/query.lcd.d.ts +21 -0
- package/types/codegen/ibc/core/channel/v1/query.rpc.query.d.ts +51 -0
- package/types/codegen/ibc/core/channel/v1/tx.amino.d.ts +209 -0
- package/types/codegen/ibc/core/channel/v1/tx.d.ts +380 -0
- package/types/codegen/ibc/core/channel/v1/tx.registry.d.ts +132 -0
- package/types/codegen/ibc/core/channel/v1/tx.rpc.msg.d.ts +29 -0
- package/types/codegen/ibc/core/client/v1/client.d.ts +219 -0
- package/types/codegen/ibc/core/client/v1/genesis.d.ts +82 -0
- package/types/codegen/ibc/core/client/v1/query.d.ts +377 -0
- package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +16 -0
- package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +36 -0
- package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +77 -0
- package/types/codegen/ibc/core/client/v1/tx.d.ts +187 -0
- package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +60 -0
- package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +17 -0
- package/types/codegen/ibc/core/commitment/v1/commitment.d.ts +89 -0
- package/types/codegen/ibc/core/connection/v1/connection.d.ts +260 -0
- package/types/codegen/ibc/core/connection/v1/genesis.d.ts +24 -0
- package/types/codegen/ibc/core/connection/v1/query.d.ts +264 -0
- package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +13 -0
- package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +27 -0
- package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +103 -0
- package/types/codegen/ibc/core/connection/v1/tx.d.ts +225 -0
- package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +60 -0
- package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +17 -0
- package/types/codegen/ibc/core/port/v1/query.d.ts +37 -0
- package/types/codegen/ibc/core/port/v1/query.rpc.query.d.ts +11 -0
- package/types/codegen/ibc/core/types/v1/genesis.d.ts +21 -0
- package/types/codegen/ibc/lcd.d.ts +46 -0
- package/types/codegen/ibc/lightclients/localhost/v1/localhost.d.ts +28 -0
- package/types/codegen/ibc/lightclients/solomachine/v1/solomachine.d.ts +433 -0
- package/types/codegen/ibc/lightclients/solomachine/v2/solomachine.d.ts +433 -0
- package/types/codegen/ibc/lightclients/tendermint/v1/tendermint.d.ts +215 -0
- package/types/codegen/ibc/rpc.query.d.ts +148 -0
- package/types/codegen/ibc/rpc.tx.d.ts +44 -0
- package/types/codegen/ics23/bundle.d.ts +545 -0
- package/types/codegen/index.d.ts +18 -0
- package/types/codegen/juno/bundle.d.ts +226 -0
- package/types/codegen/juno/lcd.d.ts +31 -0
- package/types/codegen/juno/mint/genesis.d.ts +22 -0
- package/types/codegen/juno/mint/mint.d.ts +44 -0
- package/types/codegen/juno/mint/query.d.ts +99 -0
- package/types/codegen/juno/mint/query.lcd.d.ts +11 -0
- package/types/codegen/juno/mint/query.rpc.query.d.ts +21 -0
- package/types/codegen/juno/rpc.query.d.ts +104 -0
- package/types/codegen/tendermint/abci/types.d.ts +902 -0
- package/types/codegen/tendermint/bundle.d.ts +2065 -0
- package/types/codegen/tendermint/crypto/keys.d.ts +17 -0
- package/types/codegen/tendermint/crypto/proof.d.ts +89 -0
- package/types/codegen/tendermint/libs/bits/types.d.ts +15 -0
- package/types/codegen/tendermint/p2p/types.d.ts +87 -0
- package/types/codegen/tendermint/types/block.d.ts +21 -0
- package/types/codegen/tendermint/types/evidence.d.ts +70 -0
- package/types/codegen/tendermint/types/params.d.ts +181 -0
- package/types/codegen/tendermint/types/types.d.ts +326 -0
- package/types/codegen/tendermint/types/validator.d.ts +48 -0
- package/types/codegen/tendermint/version/types.d.ts +48 -0
- package/types/index.d.ts +1 -0
@@ -0,0 +1,132 @@
|
|
1
|
+
import { GeneratedType, Registry } from "@cosmjs/proto-signing";
|
2
|
+
import { MsgChannelOpenInit, MsgChannelOpenTry, MsgChannelOpenAck, MsgChannelOpenConfirm, MsgChannelCloseInit, MsgChannelCloseConfirm, MsgRecvPacket, MsgTimeout, MsgTimeoutOnClose, MsgAcknowledgement } from "./tx";
|
3
|
+
export declare const registry: ReadonlyArray<[string, GeneratedType]>;
|
4
|
+
export declare const load: (protoRegistry: Registry) => void;
|
5
|
+
export declare const MessageComposer: {
|
6
|
+
encoded: {
|
7
|
+
channelOpenInit(value: MsgChannelOpenInit): {
|
8
|
+
typeUrl: string;
|
9
|
+
value: Uint8Array;
|
10
|
+
};
|
11
|
+
channelOpenTry(value: MsgChannelOpenTry): {
|
12
|
+
typeUrl: string;
|
13
|
+
value: Uint8Array;
|
14
|
+
};
|
15
|
+
channelOpenAck(value: MsgChannelOpenAck): {
|
16
|
+
typeUrl: string;
|
17
|
+
value: Uint8Array;
|
18
|
+
};
|
19
|
+
channelOpenConfirm(value: MsgChannelOpenConfirm): {
|
20
|
+
typeUrl: string;
|
21
|
+
value: Uint8Array;
|
22
|
+
};
|
23
|
+
channelCloseInit(value: MsgChannelCloseInit): {
|
24
|
+
typeUrl: string;
|
25
|
+
value: Uint8Array;
|
26
|
+
};
|
27
|
+
channelCloseConfirm(value: MsgChannelCloseConfirm): {
|
28
|
+
typeUrl: string;
|
29
|
+
value: Uint8Array;
|
30
|
+
};
|
31
|
+
recvPacket(value: MsgRecvPacket): {
|
32
|
+
typeUrl: string;
|
33
|
+
value: Uint8Array;
|
34
|
+
};
|
35
|
+
timeout(value: MsgTimeout): {
|
36
|
+
typeUrl: string;
|
37
|
+
value: Uint8Array;
|
38
|
+
};
|
39
|
+
timeoutOnClose(value: MsgTimeoutOnClose): {
|
40
|
+
typeUrl: string;
|
41
|
+
value: Uint8Array;
|
42
|
+
};
|
43
|
+
acknowledgement(value: MsgAcknowledgement): {
|
44
|
+
typeUrl: string;
|
45
|
+
value: Uint8Array;
|
46
|
+
};
|
47
|
+
};
|
48
|
+
withTypeUrl: {
|
49
|
+
channelOpenInit(value: MsgChannelOpenInit): {
|
50
|
+
typeUrl: string;
|
51
|
+
value: MsgChannelOpenInit;
|
52
|
+
};
|
53
|
+
channelOpenTry(value: MsgChannelOpenTry): {
|
54
|
+
typeUrl: string;
|
55
|
+
value: MsgChannelOpenTry;
|
56
|
+
};
|
57
|
+
channelOpenAck(value: MsgChannelOpenAck): {
|
58
|
+
typeUrl: string;
|
59
|
+
value: MsgChannelOpenAck;
|
60
|
+
};
|
61
|
+
channelOpenConfirm(value: MsgChannelOpenConfirm): {
|
62
|
+
typeUrl: string;
|
63
|
+
value: MsgChannelOpenConfirm;
|
64
|
+
};
|
65
|
+
channelCloseInit(value: MsgChannelCloseInit): {
|
66
|
+
typeUrl: string;
|
67
|
+
value: MsgChannelCloseInit;
|
68
|
+
};
|
69
|
+
channelCloseConfirm(value: MsgChannelCloseConfirm): {
|
70
|
+
typeUrl: string;
|
71
|
+
value: MsgChannelCloseConfirm;
|
72
|
+
};
|
73
|
+
recvPacket(value: MsgRecvPacket): {
|
74
|
+
typeUrl: string;
|
75
|
+
value: MsgRecvPacket;
|
76
|
+
};
|
77
|
+
timeout(value: MsgTimeout): {
|
78
|
+
typeUrl: string;
|
79
|
+
value: MsgTimeout;
|
80
|
+
};
|
81
|
+
timeoutOnClose(value: MsgTimeoutOnClose): {
|
82
|
+
typeUrl: string;
|
83
|
+
value: MsgTimeoutOnClose;
|
84
|
+
};
|
85
|
+
acknowledgement(value: MsgAcknowledgement): {
|
86
|
+
typeUrl: string;
|
87
|
+
value: MsgAcknowledgement;
|
88
|
+
};
|
89
|
+
};
|
90
|
+
fromPartial: {
|
91
|
+
channelOpenInit(value: MsgChannelOpenInit): {
|
92
|
+
typeUrl: string;
|
93
|
+
value: MsgChannelOpenInit;
|
94
|
+
};
|
95
|
+
channelOpenTry(value: MsgChannelOpenTry): {
|
96
|
+
typeUrl: string;
|
97
|
+
value: MsgChannelOpenTry;
|
98
|
+
};
|
99
|
+
channelOpenAck(value: MsgChannelOpenAck): {
|
100
|
+
typeUrl: string;
|
101
|
+
value: MsgChannelOpenAck;
|
102
|
+
};
|
103
|
+
channelOpenConfirm(value: MsgChannelOpenConfirm): {
|
104
|
+
typeUrl: string;
|
105
|
+
value: MsgChannelOpenConfirm;
|
106
|
+
};
|
107
|
+
channelCloseInit(value: MsgChannelCloseInit): {
|
108
|
+
typeUrl: string;
|
109
|
+
value: MsgChannelCloseInit;
|
110
|
+
};
|
111
|
+
channelCloseConfirm(value: MsgChannelCloseConfirm): {
|
112
|
+
typeUrl: string;
|
113
|
+
value: MsgChannelCloseConfirm;
|
114
|
+
};
|
115
|
+
recvPacket(value: MsgRecvPacket): {
|
116
|
+
typeUrl: string;
|
117
|
+
value: MsgRecvPacket;
|
118
|
+
};
|
119
|
+
timeout(value: MsgTimeout): {
|
120
|
+
typeUrl: string;
|
121
|
+
value: MsgTimeout;
|
122
|
+
};
|
123
|
+
timeoutOnClose(value: MsgTimeoutOnClose): {
|
124
|
+
typeUrl: string;
|
125
|
+
value: MsgTimeoutOnClose;
|
126
|
+
};
|
127
|
+
acknowledgement(value: MsgAcknowledgement): {
|
128
|
+
typeUrl: string;
|
129
|
+
value: MsgAcknowledgement;
|
130
|
+
};
|
131
|
+
};
|
132
|
+
};
|
@@ -0,0 +1,29 @@
|
|
1
|
+
import { Rpc } from "@osmonauts/helpers";
|
2
|
+
import { MsgChannelOpenInit, MsgChannelOpenInitResponseSDKType, MsgChannelOpenTry, MsgChannelOpenTryResponseSDKType, MsgChannelOpenAck, MsgChannelOpenAckResponseSDKType, MsgChannelOpenConfirm, MsgChannelOpenConfirmResponseSDKType, MsgChannelCloseInit, MsgChannelCloseInitResponseSDKType, MsgChannelCloseConfirm, MsgChannelCloseConfirmResponseSDKType, MsgRecvPacket, MsgRecvPacketResponseSDKType, MsgTimeout, MsgTimeoutResponseSDKType, MsgTimeoutOnClose, MsgTimeoutOnCloseResponseSDKType, MsgAcknowledgement, MsgAcknowledgementResponseSDKType } from "./tx";
|
3
|
+
/** Msg defines the RPC service */
|
4
|
+
export interface Msg {
|
5
|
+
channelOpenInit(request: MsgChannelOpenInit): Promise<MsgChannelOpenInitResponseSDKType>;
|
6
|
+
channelOpenTry(request: MsgChannelOpenTry): Promise<MsgChannelOpenTryResponseSDKType>;
|
7
|
+
channelOpenAck(request: MsgChannelOpenAck): Promise<MsgChannelOpenAckResponseSDKType>;
|
8
|
+
channelOpenConfirm(request: MsgChannelOpenConfirm): Promise<MsgChannelOpenConfirmResponseSDKType>;
|
9
|
+
channelCloseInit(request: MsgChannelCloseInit): Promise<MsgChannelCloseInitResponseSDKType>;
|
10
|
+
channelCloseConfirm(request: MsgChannelCloseConfirm): Promise<MsgChannelCloseConfirmResponseSDKType>;
|
11
|
+
recvPacket(request: MsgRecvPacket): Promise<MsgRecvPacketResponseSDKType>;
|
12
|
+
timeout(request: MsgTimeout): Promise<MsgTimeoutResponseSDKType>;
|
13
|
+
timeoutOnClose(request: MsgTimeoutOnClose): Promise<MsgTimeoutOnCloseResponseSDKType>;
|
14
|
+
acknowledgement(request: MsgAcknowledgement): Promise<MsgAcknowledgementResponseSDKType>;
|
15
|
+
}
|
16
|
+
export declare class MsgClientImpl implements Msg {
|
17
|
+
private readonly rpc;
|
18
|
+
constructor(rpc: Rpc);
|
19
|
+
channelOpenInit(request: MsgChannelOpenInit): Promise<MsgChannelOpenInitResponseSDKType>;
|
20
|
+
channelOpenTry(request: MsgChannelOpenTry): Promise<MsgChannelOpenTryResponseSDKType>;
|
21
|
+
channelOpenAck(request: MsgChannelOpenAck): Promise<MsgChannelOpenAckResponseSDKType>;
|
22
|
+
channelOpenConfirm(request: MsgChannelOpenConfirm): Promise<MsgChannelOpenConfirmResponseSDKType>;
|
23
|
+
channelCloseInit(request: MsgChannelCloseInit): Promise<MsgChannelCloseInitResponseSDKType>;
|
24
|
+
channelCloseConfirm(request: MsgChannelCloseConfirm): Promise<MsgChannelCloseConfirmResponseSDKType>;
|
25
|
+
recvPacket(request: MsgRecvPacket): Promise<MsgRecvPacketResponseSDKType>;
|
26
|
+
timeout(request: MsgTimeout): Promise<MsgTimeoutResponseSDKType>;
|
27
|
+
timeoutOnClose(request: MsgTimeoutOnClose): Promise<MsgTimeoutOnCloseResponseSDKType>;
|
28
|
+
acknowledgement(request: MsgAcknowledgement): Promise<MsgAcknowledgementResponseSDKType>;
|
29
|
+
}
|
@@ -0,0 +1,219 @@
|
|
1
|
+
import { Any, AnySDKType } from "../../../../google/protobuf/any";
|
2
|
+
import { Plan, PlanSDKType } from "../../../../cosmos/upgrade/v1beta1/upgrade";
|
3
|
+
import * as _m0 from "protobufjs/minimal";
|
4
|
+
import { DeepPartial, Long } from "@osmonauts/helpers";
|
5
|
+
/**
|
6
|
+
* IdentifiedClientState defines a client state with an additional client
|
7
|
+
* identifier field.
|
8
|
+
*/
|
9
|
+
export interface IdentifiedClientState {
|
10
|
+
/** client identifier */
|
11
|
+
clientId: string;
|
12
|
+
/** client state */
|
13
|
+
clientState: Any;
|
14
|
+
}
|
15
|
+
/**
|
16
|
+
* IdentifiedClientState defines a client state with an additional client
|
17
|
+
* identifier field.
|
18
|
+
*/
|
19
|
+
export interface IdentifiedClientStateSDKType {
|
20
|
+
/** client identifier */
|
21
|
+
client_id: string;
|
22
|
+
/** client state */
|
23
|
+
client_state: AnySDKType;
|
24
|
+
}
|
25
|
+
/**
|
26
|
+
* ConsensusStateWithHeight defines a consensus state with an additional height
|
27
|
+
* field.
|
28
|
+
*/
|
29
|
+
export interface ConsensusStateWithHeight {
|
30
|
+
/** consensus state height */
|
31
|
+
height: Height;
|
32
|
+
/** consensus state */
|
33
|
+
consensusState: Any;
|
34
|
+
}
|
35
|
+
/**
|
36
|
+
* ConsensusStateWithHeight defines a consensus state with an additional height
|
37
|
+
* field.
|
38
|
+
*/
|
39
|
+
export interface ConsensusStateWithHeightSDKType {
|
40
|
+
/** consensus state height */
|
41
|
+
height: HeightSDKType;
|
42
|
+
/** consensus state */
|
43
|
+
consensus_state: AnySDKType;
|
44
|
+
}
|
45
|
+
/**
|
46
|
+
* ClientConsensusStates defines all the stored consensus states for a given
|
47
|
+
* client.
|
48
|
+
*/
|
49
|
+
export interface ClientConsensusStates {
|
50
|
+
/** client identifier */
|
51
|
+
clientId: string;
|
52
|
+
/** consensus states and their heights associated with the client */
|
53
|
+
consensusStates: ConsensusStateWithHeight[];
|
54
|
+
}
|
55
|
+
/**
|
56
|
+
* ClientConsensusStates defines all the stored consensus states for a given
|
57
|
+
* client.
|
58
|
+
*/
|
59
|
+
export interface ClientConsensusStatesSDKType {
|
60
|
+
/** client identifier */
|
61
|
+
client_id: string;
|
62
|
+
/** consensus states and their heights associated with the client */
|
63
|
+
consensus_states: ConsensusStateWithHeightSDKType[];
|
64
|
+
}
|
65
|
+
/**
|
66
|
+
* ClientUpdateProposal is a governance proposal. If it passes, the substitute
|
67
|
+
* client's latest consensus state is copied over to the subject client. The proposal
|
68
|
+
* handler may fail if the subject and the substitute do not match in client and
|
69
|
+
* chain parameters (with exception to latest height, frozen height, and chain-id).
|
70
|
+
*/
|
71
|
+
export interface ClientUpdateProposal {
|
72
|
+
/** the title of the update proposal */
|
73
|
+
title: string;
|
74
|
+
/** the description of the proposal */
|
75
|
+
description: string;
|
76
|
+
/** the client identifier for the client to be updated if the proposal passes */
|
77
|
+
subjectClientId: string;
|
78
|
+
/**
|
79
|
+
* the substitute client identifier for the client standing in for the subject
|
80
|
+
* client
|
81
|
+
*/
|
82
|
+
substituteClientId: string;
|
83
|
+
}
|
84
|
+
/**
|
85
|
+
* ClientUpdateProposal is a governance proposal. If it passes, the substitute
|
86
|
+
* client's latest consensus state is copied over to the subject client. The proposal
|
87
|
+
* handler may fail if the subject and the substitute do not match in client and
|
88
|
+
* chain parameters (with exception to latest height, frozen height, and chain-id).
|
89
|
+
*/
|
90
|
+
export interface ClientUpdateProposalSDKType {
|
91
|
+
/** the title of the update proposal */
|
92
|
+
title: string;
|
93
|
+
/** the description of the proposal */
|
94
|
+
description: string;
|
95
|
+
/** the client identifier for the client to be updated if the proposal passes */
|
96
|
+
subject_client_id: string;
|
97
|
+
/**
|
98
|
+
* the substitute client identifier for the client standing in for the subject
|
99
|
+
* client
|
100
|
+
*/
|
101
|
+
substitute_client_id: string;
|
102
|
+
}
|
103
|
+
/**
|
104
|
+
* UpgradeProposal is a gov Content type for initiating an IBC breaking
|
105
|
+
* upgrade.
|
106
|
+
*/
|
107
|
+
export interface UpgradeProposal {
|
108
|
+
title: string;
|
109
|
+
description: string;
|
110
|
+
plan: Plan;
|
111
|
+
/**
|
112
|
+
* An UpgradedClientState must be provided to perform an IBC breaking upgrade.
|
113
|
+
* This will make the chain commit to the correct upgraded (self) client state
|
114
|
+
* before the upgrade occurs, so that connecting chains can verify that the
|
115
|
+
* new upgraded client is valid by verifying a proof on the previous version
|
116
|
+
* of the chain. This will allow IBC connections to persist smoothly across
|
117
|
+
* planned chain upgrades
|
118
|
+
*/
|
119
|
+
upgradedClientState: Any;
|
120
|
+
}
|
121
|
+
/**
|
122
|
+
* UpgradeProposal is a gov Content type for initiating an IBC breaking
|
123
|
+
* upgrade.
|
124
|
+
*/
|
125
|
+
export interface UpgradeProposalSDKType {
|
126
|
+
title: string;
|
127
|
+
description: string;
|
128
|
+
plan: PlanSDKType;
|
129
|
+
/**
|
130
|
+
* An UpgradedClientState must be provided to perform an IBC breaking upgrade.
|
131
|
+
* This will make the chain commit to the correct upgraded (self) client state
|
132
|
+
* before the upgrade occurs, so that connecting chains can verify that the
|
133
|
+
* new upgraded client is valid by verifying a proof on the previous version
|
134
|
+
* of the chain. This will allow IBC connections to persist smoothly across
|
135
|
+
* planned chain upgrades
|
136
|
+
*/
|
137
|
+
upgraded_client_state: AnySDKType;
|
138
|
+
}
|
139
|
+
/**
|
140
|
+
* Height is a monotonically increasing data type
|
141
|
+
* that can be compared against another Height for the purposes of updating and
|
142
|
+
* freezing clients
|
143
|
+
*
|
144
|
+
* Normally the RevisionHeight is incremented at each height while keeping
|
145
|
+
* RevisionNumber the same. However some consensus algorithms may choose to
|
146
|
+
* reset the height in certain conditions e.g. hard forks, state-machine
|
147
|
+
* breaking changes In these cases, the RevisionNumber is incremented so that
|
148
|
+
* height continues to be monitonically increasing even as the RevisionHeight
|
149
|
+
* gets reset
|
150
|
+
*/
|
151
|
+
export interface Height {
|
152
|
+
/** the revision that the client is currently on */
|
153
|
+
revisionNumber: Long;
|
154
|
+
/** the height within the given revision */
|
155
|
+
revisionHeight: Long;
|
156
|
+
}
|
157
|
+
/**
|
158
|
+
* Height is a monotonically increasing data type
|
159
|
+
* that can be compared against another Height for the purposes of updating and
|
160
|
+
* freezing clients
|
161
|
+
*
|
162
|
+
* Normally the RevisionHeight is incremented at each height while keeping
|
163
|
+
* RevisionNumber the same. However some consensus algorithms may choose to
|
164
|
+
* reset the height in certain conditions e.g. hard forks, state-machine
|
165
|
+
* breaking changes In these cases, the RevisionNumber is incremented so that
|
166
|
+
* height continues to be monitonically increasing even as the RevisionHeight
|
167
|
+
* gets reset
|
168
|
+
*/
|
169
|
+
export interface HeightSDKType {
|
170
|
+
/** the revision that the client is currently on */
|
171
|
+
revision_number: Long;
|
172
|
+
/** the height within the given revision */
|
173
|
+
revision_height: Long;
|
174
|
+
}
|
175
|
+
/** Params defines the set of IBC light client parameters. */
|
176
|
+
export interface Params {
|
177
|
+
/** allowed_clients defines the list of allowed client state types. */
|
178
|
+
allowedClients: string[];
|
179
|
+
}
|
180
|
+
/** Params defines the set of IBC light client parameters. */
|
181
|
+
export interface ParamsSDKType {
|
182
|
+
/** allowed_clients defines the list of allowed client state types. */
|
183
|
+
allowed_clients: string[];
|
184
|
+
}
|
185
|
+
export declare const IdentifiedClientState: {
|
186
|
+
encode(message: IdentifiedClientState, writer?: _m0.Writer): _m0.Writer;
|
187
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): IdentifiedClientState;
|
188
|
+
fromPartial(object: DeepPartial<IdentifiedClientState>): IdentifiedClientState;
|
189
|
+
};
|
190
|
+
export declare const ConsensusStateWithHeight: {
|
191
|
+
encode(message: ConsensusStateWithHeight, writer?: _m0.Writer): _m0.Writer;
|
192
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ConsensusStateWithHeight;
|
193
|
+
fromPartial(object: DeepPartial<ConsensusStateWithHeight>): ConsensusStateWithHeight;
|
194
|
+
};
|
195
|
+
export declare const ClientConsensusStates: {
|
196
|
+
encode(message: ClientConsensusStates, writer?: _m0.Writer): _m0.Writer;
|
197
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ClientConsensusStates;
|
198
|
+
fromPartial(object: DeepPartial<ClientConsensusStates>): ClientConsensusStates;
|
199
|
+
};
|
200
|
+
export declare const ClientUpdateProposal: {
|
201
|
+
encode(message: ClientUpdateProposal, writer?: _m0.Writer): _m0.Writer;
|
202
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ClientUpdateProposal;
|
203
|
+
fromPartial(object: DeepPartial<ClientUpdateProposal>): ClientUpdateProposal;
|
204
|
+
};
|
205
|
+
export declare const UpgradeProposal: {
|
206
|
+
encode(message: UpgradeProposal, writer?: _m0.Writer): _m0.Writer;
|
207
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): UpgradeProposal;
|
208
|
+
fromPartial(object: DeepPartial<UpgradeProposal>): UpgradeProposal;
|
209
|
+
};
|
210
|
+
export declare const Height: {
|
211
|
+
encode(message: Height, writer?: _m0.Writer): _m0.Writer;
|
212
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Height;
|
213
|
+
fromPartial(object: DeepPartial<Height>): Height;
|
214
|
+
};
|
215
|
+
export declare const Params: {
|
216
|
+
encode(message: Params, writer?: _m0.Writer): _m0.Writer;
|
217
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Params;
|
218
|
+
fromPartial(object: DeepPartial<Params>): Params;
|
219
|
+
};
|
@@ -0,0 +1,82 @@
|
|
1
|
+
import { IdentifiedClientState, IdentifiedClientStateSDKType, ClientConsensusStates, ClientConsensusStatesSDKType, Params, ParamsSDKType } from "./client";
|
2
|
+
import * as _m0 from "protobufjs/minimal";
|
3
|
+
import { Long, DeepPartial } from "@osmonauts/helpers";
|
4
|
+
/** GenesisState defines the ibc client submodule's genesis state. */
|
5
|
+
export interface GenesisState {
|
6
|
+
/** client states with their corresponding identifiers */
|
7
|
+
clients: IdentifiedClientState[];
|
8
|
+
/** consensus states from each client */
|
9
|
+
clientsConsensus: ClientConsensusStates[];
|
10
|
+
/** metadata from each client */
|
11
|
+
clientsMetadata: IdentifiedGenesisMetadata[];
|
12
|
+
params: Params;
|
13
|
+
/** create localhost on initialization */
|
14
|
+
createLocalhost: boolean;
|
15
|
+
/** the sequence for the next generated client identifier */
|
16
|
+
nextClientSequence: Long;
|
17
|
+
}
|
18
|
+
/** GenesisState defines the ibc client submodule's genesis state. */
|
19
|
+
export interface GenesisStateSDKType {
|
20
|
+
/** client states with their corresponding identifiers */
|
21
|
+
clients: IdentifiedClientStateSDKType[];
|
22
|
+
/** consensus states from each client */
|
23
|
+
clients_consensus: ClientConsensusStatesSDKType[];
|
24
|
+
/** metadata from each client */
|
25
|
+
clients_metadata: IdentifiedGenesisMetadataSDKType[];
|
26
|
+
params: ParamsSDKType;
|
27
|
+
/** create localhost on initialization */
|
28
|
+
create_localhost: boolean;
|
29
|
+
/** the sequence for the next generated client identifier */
|
30
|
+
next_client_sequence: Long;
|
31
|
+
}
|
32
|
+
/**
|
33
|
+
* GenesisMetadata defines the genesis type for metadata that clients may return
|
34
|
+
* with ExportMetadata
|
35
|
+
*/
|
36
|
+
export interface GenesisMetadata {
|
37
|
+
/** store key of metadata without clientID-prefix */
|
38
|
+
key: Uint8Array;
|
39
|
+
/** metadata value */
|
40
|
+
value: Uint8Array;
|
41
|
+
}
|
42
|
+
/**
|
43
|
+
* GenesisMetadata defines the genesis type for metadata that clients may return
|
44
|
+
* with ExportMetadata
|
45
|
+
*/
|
46
|
+
export interface GenesisMetadataSDKType {
|
47
|
+
/** store key of metadata without clientID-prefix */
|
48
|
+
key: Uint8Array;
|
49
|
+
/** metadata value */
|
50
|
+
value: Uint8Array;
|
51
|
+
}
|
52
|
+
/**
|
53
|
+
* IdentifiedGenesisMetadata has the client metadata with the corresponding
|
54
|
+
* client id.
|
55
|
+
*/
|
56
|
+
export interface IdentifiedGenesisMetadata {
|
57
|
+
clientId: string;
|
58
|
+
clientMetadata: GenesisMetadata[];
|
59
|
+
}
|
60
|
+
/**
|
61
|
+
* IdentifiedGenesisMetadata has the client metadata with the corresponding
|
62
|
+
* client id.
|
63
|
+
*/
|
64
|
+
export interface IdentifiedGenesisMetadataSDKType {
|
65
|
+
client_id: string;
|
66
|
+
client_metadata: GenesisMetadataSDKType[];
|
67
|
+
}
|
68
|
+
export declare const GenesisState: {
|
69
|
+
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
70
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
71
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
72
|
+
};
|
73
|
+
export declare const GenesisMetadata: {
|
74
|
+
encode(message: GenesisMetadata, writer?: _m0.Writer): _m0.Writer;
|
75
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisMetadata;
|
76
|
+
fromPartial(object: DeepPartial<GenesisMetadata>): GenesisMetadata;
|
77
|
+
};
|
78
|
+
export declare const IdentifiedGenesisMetadata: {
|
79
|
+
encode(message: IdentifiedGenesisMetadata, writer?: _m0.Writer): _m0.Writer;
|
80
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): IdentifiedGenesisMetadata;
|
81
|
+
fromPartial(object: DeepPartial<IdentifiedGenesisMetadata>): IdentifiedGenesisMetadata;
|
82
|
+
};
|