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,60 @@
|
|
1
|
+
import { GeneratedType, Registry } from "@cosmjs/proto-signing";
|
2
|
+
import { MsgConnectionOpenInit, MsgConnectionOpenTry, MsgConnectionOpenAck, MsgConnectionOpenConfirm } 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
|
+
connectionOpenInit(value: MsgConnectionOpenInit): {
|
8
|
+
typeUrl: string;
|
9
|
+
value: Uint8Array;
|
10
|
+
};
|
11
|
+
connectionOpenTry(value: MsgConnectionOpenTry): {
|
12
|
+
typeUrl: string;
|
13
|
+
value: Uint8Array;
|
14
|
+
};
|
15
|
+
connectionOpenAck(value: MsgConnectionOpenAck): {
|
16
|
+
typeUrl: string;
|
17
|
+
value: Uint8Array;
|
18
|
+
};
|
19
|
+
connectionOpenConfirm(value: MsgConnectionOpenConfirm): {
|
20
|
+
typeUrl: string;
|
21
|
+
value: Uint8Array;
|
22
|
+
};
|
23
|
+
};
|
24
|
+
withTypeUrl: {
|
25
|
+
connectionOpenInit(value: MsgConnectionOpenInit): {
|
26
|
+
typeUrl: string;
|
27
|
+
value: MsgConnectionOpenInit;
|
28
|
+
};
|
29
|
+
connectionOpenTry(value: MsgConnectionOpenTry): {
|
30
|
+
typeUrl: string;
|
31
|
+
value: MsgConnectionOpenTry;
|
32
|
+
};
|
33
|
+
connectionOpenAck(value: MsgConnectionOpenAck): {
|
34
|
+
typeUrl: string;
|
35
|
+
value: MsgConnectionOpenAck;
|
36
|
+
};
|
37
|
+
connectionOpenConfirm(value: MsgConnectionOpenConfirm): {
|
38
|
+
typeUrl: string;
|
39
|
+
value: MsgConnectionOpenConfirm;
|
40
|
+
};
|
41
|
+
};
|
42
|
+
fromPartial: {
|
43
|
+
connectionOpenInit(value: MsgConnectionOpenInit): {
|
44
|
+
typeUrl: string;
|
45
|
+
value: MsgConnectionOpenInit;
|
46
|
+
};
|
47
|
+
connectionOpenTry(value: MsgConnectionOpenTry): {
|
48
|
+
typeUrl: string;
|
49
|
+
value: MsgConnectionOpenTry;
|
50
|
+
};
|
51
|
+
connectionOpenAck(value: MsgConnectionOpenAck): {
|
52
|
+
typeUrl: string;
|
53
|
+
value: MsgConnectionOpenAck;
|
54
|
+
};
|
55
|
+
connectionOpenConfirm(value: MsgConnectionOpenConfirm): {
|
56
|
+
typeUrl: string;
|
57
|
+
value: MsgConnectionOpenConfirm;
|
58
|
+
};
|
59
|
+
};
|
60
|
+
};
|
@@ -0,0 +1,17 @@
|
|
1
|
+
import { Rpc } from "@osmonauts/helpers";
|
2
|
+
import { MsgConnectionOpenInit, MsgConnectionOpenInitResponseSDKType, MsgConnectionOpenTry, MsgConnectionOpenTryResponseSDKType, MsgConnectionOpenAck, MsgConnectionOpenAckResponseSDKType, MsgConnectionOpenConfirm, MsgConnectionOpenConfirmResponseSDKType } from "./tx";
|
3
|
+
/** Msg defines the RPC service */
|
4
|
+
export interface Msg {
|
5
|
+
connectionOpenInit(request: MsgConnectionOpenInit): Promise<MsgConnectionOpenInitResponseSDKType>;
|
6
|
+
connectionOpenTry(request: MsgConnectionOpenTry): Promise<MsgConnectionOpenTryResponseSDKType>;
|
7
|
+
connectionOpenAck(request: MsgConnectionOpenAck): Promise<MsgConnectionOpenAckResponseSDKType>;
|
8
|
+
connectionOpenConfirm(request: MsgConnectionOpenConfirm): Promise<MsgConnectionOpenConfirmResponseSDKType>;
|
9
|
+
}
|
10
|
+
export declare class MsgClientImpl implements Msg {
|
11
|
+
private readonly rpc;
|
12
|
+
constructor(rpc: Rpc);
|
13
|
+
connectionOpenInit(request: MsgConnectionOpenInit): Promise<MsgConnectionOpenInitResponseSDKType>;
|
14
|
+
connectionOpenTry(request: MsgConnectionOpenTry): Promise<MsgConnectionOpenTryResponseSDKType>;
|
15
|
+
connectionOpenAck(request: MsgConnectionOpenAck): Promise<MsgConnectionOpenAckResponseSDKType>;
|
16
|
+
connectionOpenConfirm(request: MsgConnectionOpenConfirm): Promise<MsgConnectionOpenConfirmResponseSDKType>;
|
17
|
+
}
|
@@ -0,0 +1,37 @@
|
|
1
|
+
import { Order, Counterparty } from "../../channel/v1/channel";
|
2
|
+
import * as _m0 from "protobufjs/minimal";
|
3
|
+
import { DeepPartial } from "@osmonauts/helpers";
|
4
|
+
/** QueryAppVersionRequest is the request type for the Query/AppVersion RPC method */
|
5
|
+
export interface QueryAppVersionRequest {
|
6
|
+
/** port unique identifier */
|
7
|
+
port_id: string;
|
8
|
+
/** connection unique identifier */
|
9
|
+
connection_id: string;
|
10
|
+
/** whether the channel is ordered or unordered */
|
11
|
+
ordering: Order;
|
12
|
+
/** counterparty channel end */
|
13
|
+
counterparty: Counterparty;
|
14
|
+
/** proposed version */
|
15
|
+
proposed_version: string;
|
16
|
+
}
|
17
|
+
/** QueryAppVersionResponse is the response type for the Query/AppVersion RPC method. */
|
18
|
+
export interface QueryAppVersionResponse {
|
19
|
+
/** port id associated with the request identifiers */
|
20
|
+
port_id: string;
|
21
|
+
/** supported app version */
|
22
|
+
version: string;
|
23
|
+
}
|
24
|
+
export declare const QueryAppVersionRequest: {
|
25
|
+
encode(message: QueryAppVersionRequest, writer?: _m0.Writer): _m0.Writer;
|
26
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryAppVersionRequest;
|
27
|
+
fromJSON(object: any): QueryAppVersionRequest;
|
28
|
+
toJSON(message: QueryAppVersionRequest): unknown;
|
29
|
+
fromPartial(object: DeepPartial<QueryAppVersionRequest>): QueryAppVersionRequest;
|
30
|
+
};
|
31
|
+
export declare const QueryAppVersionResponse: {
|
32
|
+
encode(message: QueryAppVersionResponse, writer?: _m0.Writer): _m0.Writer;
|
33
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): QueryAppVersionResponse;
|
34
|
+
fromJSON(object: any): QueryAppVersionResponse;
|
35
|
+
toJSON(message: QueryAppVersionResponse): unknown;
|
36
|
+
fromPartial(object: DeepPartial<QueryAppVersionResponse>): QueryAppVersionResponse;
|
37
|
+
};
|
@@ -0,0 +1,11 @@
|
|
1
|
+
import { Rpc } from "@osmonauts/helpers";
|
2
|
+
import { QueryAppVersionRequest, QueryAppVersionResponse } from "./query";
|
3
|
+
/** Query defines the RPC service */
|
4
|
+
export interface Query {
|
5
|
+
appVersion(request: QueryAppVersionRequest): Promise<QueryAppVersionResponse>;
|
6
|
+
}
|
7
|
+
export declare class QueryClientImpl implements Query {
|
8
|
+
private readonly rpc;
|
9
|
+
constructor(rpc: Rpc);
|
10
|
+
appVersion(request: QueryAppVersionRequest): Promise<QueryAppVersionResponse>;
|
11
|
+
}
|
@@ -0,0 +1,21 @@
|
|
1
|
+
import { GenesisState as GenesisState1 } from "../../client/v1/genesis";
|
2
|
+
import { GenesisState as GenesisState2 } from "../../connection/v1/genesis";
|
3
|
+
import { GenesisState as GenesisState3 } from "../../channel/v1/genesis";
|
4
|
+
import * as _m0 from "protobufjs/minimal";
|
5
|
+
import { DeepPartial } from "@osmonauts/helpers";
|
6
|
+
/** GenesisState defines the ibc module's genesis state. */
|
7
|
+
export interface GenesisState {
|
8
|
+
/** ICS002 - Clients genesis state */
|
9
|
+
client_genesis: GenesisState1;
|
10
|
+
/** ICS003 - Connections genesis state */
|
11
|
+
connection_genesis: GenesisState2;
|
12
|
+
/** ICS004 - Channel genesis state */
|
13
|
+
channel_genesis: GenesisState3;
|
14
|
+
}
|
15
|
+
export declare const GenesisState: {
|
16
|
+
encode(message: GenesisState, writer?: _m0.Writer): _m0.Writer;
|
17
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): GenesisState;
|
18
|
+
fromJSON(object: any): GenesisState;
|
19
|
+
toJSON(message: GenesisState): unknown;
|
20
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
21
|
+
};
|
@@ -0,0 +1,46 @@
|
|
1
|
+
export declare const createLCDClient: ({ restEndpoint }: {
|
2
|
+
restEndpoint: string;
|
3
|
+
}) => Promise<{
|
4
|
+
cosmos: {
|
5
|
+
authz: {
|
6
|
+
v1beta1: import("../cosmos/authz/v1beta1/query.lcd").LCDQueryClient;
|
7
|
+
};
|
8
|
+
bank: {
|
9
|
+
v1beta1: import("../cosmos/bank/v1beta1/query.lcd").LCDQueryClient;
|
10
|
+
};
|
11
|
+
distribution: {
|
12
|
+
v1beta1: import("../cosmos/distribution/v1beta1/query.lcd").LCDQueryClient;
|
13
|
+
};
|
14
|
+
gov: {
|
15
|
+
v1: import("../cosmos/gov/v1/query.lcd").LCDQueryClient;
|
16
|
+
v1beta1: import("../cosmos/gov/v1beta1/query.lcd").LCDQueryClient;
|
17
|
+
};
|
18
|
+
staking: {
|
19
|
+
v1beta1: import("../cosmos/staking/v1beta1/query.lcd").LCDQueryClient;
|
20
|
+
};
|
21
|
+
tx: {
|
22
|
+
v1beta1: import("../cosmos/tx/v1beta1/service.lcd").LCDQueryClient;
|
23
|
+
};
|
24
|
+
upgrade: {
|
25
|
+
v1beta1: import("../cosmos/upgrade/v1beta1/query.lcd").LCDQueryClient;
|
26
|
+
};
|
27
|
+
};
|
28
|
+
ibc: {
|
29
|
+
applications: {
|
30
|
+
transfer: {
|
31
|
+
v1: import("./applications/transfer/v1/query.lcd").LCDQueryClient;
|
32
|
+
};
|
33
|
+
};
|
34
|
+
core: {
|
35
|
+
channel: {
|
36
|
+
v1: import("./core/channel/v1/query.lcd").LCDQueryClient;
|
37
|
+
};
|
38
|
+
client: {
|
39
|
+
v1: import("./core/client/v1/query.lcd").LCDQueryClient;
|
40
|
+
};
|
41
|
+
connection: {
|
42
|
+
v1: import("./core/connection/v1/query.lcd").LCDQueryClient;
|
43
|
+
};
|
44
|
+
};
|
45
|
+
};
|
46
|
+
}>;
|
@@ -0,0 +1,28 @@
|
|
1
|
+
import { Height, HeightSDKType } from "../../../core/client/v1/client";
|
2
|
+
import * as _m0 from "protobufjs/minimal";
|
3
|
+
import { DeepPartial } from "@osmonauts/helpers";
|
4
|
+
/**
|
5
|
+
* ClientState defines a loopback (localhost) client. It requires (read-only)
|
6
|
+
* access to keys outside the client prefix.
|
7
|
+
*/
|
8
|
+
export interface ClientState {
|
9
|
+
/** self chain ID */
|
10
|
+
chainId: string;
|
11
|
+
/** self latest block height */
|
12
|
+
height: Height;
|
13
|
+
}
|
14
|
+
/**
|
15
|
+
* ClientState defines a loopback (localhost) client. It requires (read-only)
|
16
|
+
* access to keys outside the client prefix.
|
17
|
+
*/
|
18
|
+
export interface ClientStateSDKType {
|
19
|
+
/** self chain ID */
|
20
|
+
chain_id: string;
|
21
|
+
/** self latest block height */
|
22
|
+
height: HeightSDKType;
|
23
|
+
}
|
24
|
+
export declare const ClientState: {
|
25
|
+
encode(message: ClientState, writer?: _m0.Writer): _m0.Writer;
|
26
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ClientState;
|
27
|
+
fromPartial(object: DeepPartial<ClientState>): ClientState;
|
28
|
+
};
|
@@ -0,0 +1,433 @@
|
|
1
|
+
import { Any, AnySDKType } from "../../../../google/protobuf/any";
|
2
|
+
import { ConnectionEnd, ConnectionEndSDKType } from "../../../core/connection/v1/connection";
|
3
|
+
import { Channel, ChannelSDKType } from "../../../core/channel/v1/channel";
|
4
|
+
import * as _m0 from "protobufjs/minimal";
|
5
|
+
import { Long, DeepPartial } from "@osmonauts/helpers";
|
6
|
+
/**
|
7
|
+
* DataType defines the type of solo machine proof being created. This is done
|
8
|
+
* to preserve uniqueness of different data sign byte encodings.
|
9
|
+
*/
|
10
|
+
export declare enum DataType {
|
11
|
+
/** DATA_TYPE_UNINITIALIZED_UNSPECIFIED - Default State */
|
12
|
+
DATA_TYPE_UNINITIALIZED_UNSPECIFIED = 0,
|
13
|
+
/** DATA_TYPE_CLIENT_STATE - Data type for client state verification */
|
14
|
+
DATA_TYPE_CLIENT_STATE = 1,
|
15
|
+
/** DATA_TYPE_CONSENSUS_STATE - Data type for consensus state verification */
|
16
|
+
DATA_TYPE_CONSENSUS_STATE = 2,
|
17
|
+
/** DATA_TYPE_CONNECTION_STATE - Data type for connection state verification */
|
18
|
+
DATA_TYPE_CONNECTION_STATE = 3,
|
19
|
+
/** DATA_TYPE_CHANNEL_STATE - Data type for channel state verification */
|
20
|
+
DATA_TYPE_CHANNEL_STATE = 4,
|
21
|
+
/** DATA_TYPE_PACKET_COMMITMENT - Data type for packet commitment verification */
|
22
|
+
DATA_TYPE_PACKET_COMMITMENT = 5,
|
23
|
+
/** DATA_TYPE_PACKET_ACKNOWLEDGEMENT - Data type for packet acknowledgement verification */
|
24
|
+
DATA_TYPE_PACKET_ACKNOWLEDGEMENT = 6,
|
25
|
+
/** DATA_TYPE_PACKET_RECEIPT_ABSENCE - Data type for packet receipt absence verification */
|
26
|
+
DATA_TYPE_PACKET_RECEIPT_ABSENCE = 7,
|
27
|
+
/** DATA_TYPE_NEXT_SEQUENCE_RECV - Data type for next sequence recv verification */
|
28
|
+
DATA_TYPE_NEXT_SEQUENCE_RECV = 8,
|
29
|
+
/** DATA_TYPE_HEADER - Data type for header verification */
|
30
|
+
DATA_TYPE_HEADER = 9,
|
31
|
+
UNRECOGNIZED = -1
|
32
|
+
}
|
33
|
+
/**
|
34
|
+
* DataType defines the type of solo machine proof being created. This is done
|
35
|
+
* to preserve uniqueness of different data sign byte encodings.
|
36
|
+
*/
|
37
|
+
export declare enum DataTypeSDKType {
|
38
|
+
/** DATA_TYPE_UNINITIALIZED_UNSPECIFIED - Default State */
|
39
|
+
DATA_TYPE_UNINITIALIZED_UNSPECIFIED = 0,
|
40
|
+
/** DATA_TYPE_CLIENT_STATE - Data type for client state verification */
|
41
|
+
DATA_TYPE_CLIENT_STATE = 1,
|
42
|
+
/** DATA_TYPE_CONSENSUS_STATE - Data type for consensus state verification */
|
43
|
+
DATA_TYPE_CONSENSUS_STATE = 2,
|
44
|
+
/** DATA_TYPE_CONNECTION_STATE - Data type for connection state verification */
|
45
|
+
DATA_TYPE_CONNECTION_STATE = 3,
|
46
|
+
/** DATA_TYPE_CHANNEL_STATE - Data type for channel state verification */
|
47
|
+
DATA_TYPE_CHANNEL_STATE = 4,
|
48
|
+
/** DATA_TYPE_PACKET_COMMITMENT - Data type for packet commitment verification */
|
49
|
+
DATA_TYPE_PACKET_COMMITMENT = 5,
|
50
|
+
/** DATA_TYPE_PACKET_ACKNOWLEDGEMENT - Data type for packet acknowledgement verification */
|
51
|
+
DATA_TYPE_PACKET_ACKNOWLEDGEMENT = 6,
|
52
|
+
/** DATA_TYPE_PACKET_RECEIPT_ABSENCE - Data type for packet receipt absence verification */
|
53
|
+
DATA_TYPE_PACKET_RECEIPT_ABSENCE = 7,
|
54
|
+
/** DATA_TYPE_NEXT_SEQUENCE_RECV - Data type for next sequence recv verification */
|
55
|
+
DATA_TYPE_NEXT_SEQUENCE_RECV = 8,
|
56
|
+
/** DATA_TYPE_HEADER - Data type for header verification */
|
57
|
+
DATA_TYPE_HEADER = 9,
|
58
|
+
UNRECOGNIZED = -1
|
59
|
+
}
|
60
|
+
export declare function dataTypeFromJSON(object: any): DataType;
|
61
|
+
export declare function dataTypeToJSON(object: DataType): string;
|
62
|
+
/**
|
63
|
+
* ClientState defines a solo machine client that tracks the current consensus
|
64
|
+
* state and if the client is frozen.
|
65
|
+
*/
|
66
|
+
export interface ClientState {
|
67
|
+
/** latest sequence of the client state */
|
68
|
+
sequence: Long;
|
69
|
+
/** frozen sequence of the solo machine */
|
70
|
+
frozenSequence: Long;
|
71
|
+
consensusState: ConsensusState;
|
72
|
+
/**
|
73
|
+
* when set to true, will allow governance to update a solo machine client.
|
74
|
+
* The client will be unfrozen if it is frozen.
|
75
|
+
*/
|
76
|
+
allowUpdateAfterProposal: boolean;
|
77
|
+
}
|
78
|
+
/**
|
79
|
+
* ClientState defines a solo machine client that tracks the current consensus
|
80
|
+
* state and if the client is frozen.
|
81
|
+
*/
|
82
|
+
export interface ClientStateSDKType {
|
83
|
+
/** latest sequence of the client state */
|
84
|
+
sequence: Long;
|
85
|
+
/** frozen sequence of the solo machine */
|
86
|
+
frozen_sequence: Long;
|
87
|
+
consensus_state: ConsensusStateSDKType;
|
88
|
+
/**
|
89
|
+
* when set to true, will allow governance to update a solo machine client.
|
90
|
+
* The client will be unfrozen if it is frozen.
|
91
|
+
*/
|
92
|
+
allow_update_after_proposal: boolean;
|
93
|
+
}
|
94
|
+
/**
|
95
|
+
* ConsensusState defines a solo machine consensus state. The sequence of a
|
96
|
+
* consensus state is contained in the "height" key used in storing the
|
97
|
+
* consensus state.
|
98
|
+
*/
|
99
|
+
export interface ConsensusState {
|
100
|
+
/** public key of the solo machine */
|
101
|
+
publicKey: Any;
|
102
|
+
/**
|
103
|
+
* diversifier allows the same public key to be re-used across different solo
|
104
|
+
* machine clients (potentially on different chains) without being considered
|
105
|
+
* misbehaviour.
|
106
|
+
*/
|
107
|
+
diversifier: string;
|
108
|
+
timestamp: Long;
|
109
|
+
}
|
110
|
+
/**
|
111
|
+
* ConsensusState defines a solo machine consensus state. The sequence of a
|
112
|
+
* consensus state is contained in the "height" key used in storing the
|
113
|
+
* consensus state.
|
114
|
+
*/
|
115
|
+
export interface ConsensusStateSDKType {
|
116
|
+
/** public key of the solo machine */
|
117
|
+
public_key: AnySDKType;
|
118
|
+
/**
|
119
|
+
* diversifier allows the same public key to be re-used across different solo
|
120
|
+
* machine clients (potentially on different chains) without being considered
|
121
|
+
* misbehaviour.
|
122
|
+
*/
|
123
|
+
diversifier: string;
|
124
|
+
timestamp: Long;
|
125
|
+
}
|
126
|
+
/** Header defines a solo machine consensus header */
|
127
|
+
export interface Header {
|
128
|
+
/** sequence to update solo machine public key at */
|
129
|
+
sequence: Long;
|
130
|
+
timestamp: Long;
|
131
|
+
signature: Uint8Array;
|
132
|
+
newPublicKey: Any;
|
133
|
+
newDiversifier: string;
|
134
|
+
}
|
135
|
+
/** Header defines a solo machine consensus header */
|
136
|
+
export interface HeaderSDKType {
|
137
|
+
/** sequence to update solo machine public key at */
|
138
|
+
sequence: Long;
|
139
|
+
timestamp: Long;
|
140
|
+
signature: Uint8Array;
|
141
|
+
new_public_key: AnySDKType;
|
142
|
+
new_diversifier: string;
|
143
|
+
}
|
144
|
+
/**
|
145
|
+
* Misbehaviour defines misbehaviour for a solo machine which consists
|
146
|
+
* of a sequence and two signatures over different messages at that sequence.
|
147
|
+
*/
|
148
|
+
export interface Misbehaviour {
|
149
|
+
clientId: string;
|
150
|
+
sequence: Long;
|
151
|
+
signatureOne: SignatureAndData;
|
152
|
+
signatureTwo: SignatureAndData;
|
153
|
+
}
|
154
|
+
/**
|
155
|
+
* Misbehaviour defines misbehaviour for a solo machine which consists
|
156
|
+
* of a sequence and two signatures over different messages at that sequence.
|
157
|
+
*/
|
158
|
+
export interface MisbehaviourSDKType {
|
159
|
+
client_id: string;
|
160
|
+
sequence: Long;
|
161
|
+
signature_one: SignatureAndDataSDKType;
|
162
|
+
signature_two: SignatureAndDataSDKType;
|
163
|
+
}
|
164
|
+
/**
|
165
|
+
* SignatureAndData contains a signature and the data signed over to create that
|
166
|
+
* signature.
|
167
|
+
*/
|
168
|
+
export interface SignatureAndData {
|
169
|
+
signature: Uint8Array;
|
170
|
+
dataType: DataType;
|
171
|
+
data: Uint8Array;
|
172
|
+
timestamp: Long;
|
173
|
+
}
|
174
|
+
/**
|
175
|
+
* SignatureAndData contains a signature and the data signed over to create that
|
176
|
+
* signature.
|
177
|
+
*/
|
178
|
+
export interface SignatureAndDataSDKType {
|
179
|
+
signature: Uint8Array;
|
180
|
+
data_type: DataTypeSDKType;
|
181
|
+
data: Uint8Array;
|
182
|
+
timestamp: Long;
|
183
|
+
}
|
184
|
+
/**
|
185
|
+
* TimestampedSignatureData contains the signature data and the timestamp of the
|
186
|
+
* signature.
|
187
|
+
*/
|
188
|
+
export interface TimestampedSignatureData {
|
189
|
+
signatureData: Uint8Array;
|
190
|
+
timestamp: Long;
|
191
|
+
}
|
192
|
+
/**
|
193
|
+
* TimestampedSignatureData contains the signature data and the timestamp of the
|
194
|
+
* signature.
|
195
|
+
*/
|
196
|
+
export interface TimestampedSignatureDataSDKType {
|
197
|
+
signature_data: Uint8Array;
|
198
|
+
timestamp: Long;
|
199
|
+
}
|
200
|
+
/** SignBytes defines the signed bytes used for signature verification. */
|
201
|
+
export interface SignBytes {
|
202
|
+
sequence: Long;
|
203
|
+
timestamp: Long;
|
204
|
+
diversifier: string;
|
205
|
+
/** type of the data used */
|
206
|
+
dataType: DataType;
|
207
|
+
/** marshaled data */
|
208
|
+
data: Uint8Array;
|
209
|
+
}
|
210
|
+
/** SignBytes defines the signed bytes used for signature verification. */
|
211
|
+
export interface SignBytesSDKType {
|
212
|
+
sequence: Long;
|
213
|
+
timestamp: Long;
|
214
|
+
diversifier: string;
|
215
|
+
/** type of the data used */
|
216
|
+
data_type: DataTypeSDKType;
|
217
|
+
/** marshaled data */
|
218
|
+
data: Uint8Array;
|
219
|
+
}
|
220
|
+
/** HeaderData returns the SignBytes data for update verification. */
|
221
|
+
export interface HeaderData {
|
222
|
+
/** header public key */
|
223
|
+
newPubKey: Any;
|
224
|
+
/** header diversifier */
|
225
|
+
newDiversifier: string;
|
226
|
+
}
|
227
|
+
/** HeaderData returns the SignBytes data for update verification. */
|
228
|
+
export interface HeaderDataSDKType {
|
229
|
+
/** header public key */
|
230
|
+
new_pub_key: AnySDKType;
|
231
|
+
/** header diversifier */
|
232
|
+
new_diversifier: string;
|
233
|
+
}
|
234
|
+
/** ClientStateData returns the SignBytes data for client state verification. */
|
235
|
+
export interface ClientStateData {
|
236
|
+
path: Uint8Array;
|
237
|
+
clientState: Any;
|
238
|
+
}
|
239
|
+
/** ClientStateData returns the SignBytes data for client state verification. */
|
240
|
+
export interface ClientStateDataSDKType {
|
241
|
+
path: Uint8Array;
|
242
|
+
client_state: AnySDKType;
|
243
|
+
}
|
244
|
+
/**
|
245
|
+
* ConsensusStateData returns the SignBytes data for consensus state
|
246
|
+
* verification.
|
247
|
+
*/
|
248
|
+
export interface ConsensusStateData {
|
249
|
+
path: Uint8Array;
|
250
|
+
consensusState: Any;
|
251
|
+
}
|
252
|
+
/**
|
253
|
+
* ConsensusStateData returns the SignBytes data for consensus state
|
254
|
+
* verification.
|
255
|
+
*/
|
256
|
+
export interface ConsensusStateDataSDKType {
|
257
|
+
path: Uint8Array;
|
258
|
+
consensus_state: AnySDKType;
|
259
|
+
}
|
260
|
+
/**
|
261
|
+
* ConnectionStateData returns the SignBytes data for connection state
|
262
|
+
* verification.
|
263
|
+
*/
|
264
|
+
export interface ConnectionStateData {
|
265
|
+
path: Uint8Array;
|
266
|
+
connection: ConnectionEnd;
|
267
|
+
}
|
268
|
+
/**
|
269
|
+
* ConnectionStateData returns the SignBytes data for connection state
|
270
|
+
* verification.
|
271
|
+
*/
|
272
|
+
export interface ConnectionStateDataSDKType {
|
273
|
+
path: Uint8Array;
|
274
|
+
connection: ConnectionEndSDKType;
|
275
|
+
}
|
276
|
+
/**
|
277
|
+
* ChannelStateData returns the SignBytes data for channel state
|
278
|
+
* verification.
|
279
|
+
*/
|
280
|
+
export interface ChannelStateData {
|
281
|
+
path: Uint8Array;
|
282
|
+
channel: Channel;
|
283
|
+
}
|
284
|
+
/**
|
285
|
+
* ChannelStateData returns the SignBytes data for channel state
|
286
|
+
* verification.
|
287
|
+
*/
|
288
|
+
export interface ChannelStateDataSDKType {
|
289
|
+
path: Uint8Array;
|
290
|
+
channel: ChannelSDKType;
|
291
|
+
}
|
292
|
+
/**
|
293
|
+
* PacketCommitmentData returns the SignBytes data for packet commitment
|
294
|
+
* verification.
|
295
|
+
*/
|
296
|
+
export interface PacketCommitmentData {
|
297
|
+
path: Uint8Array;
|
298
|
+
commitment: Uint8Array;
|
299
|
+
}
|
300
|
+
/**
|
301
|
+
* PacketCommitmentData returns the SignBytes data for packet commitment
|
302
|
+
* verification.
|
303
|
+
*/
|
304
|
+
export interface PacketCommitmentDataSDKType {
|
305
|
+
path: Uint8Array;
|
306
|
+
commitment: Uint8Array;
|
307
|
+
}
|
308
|
+
/**
|
309
|
+
* PacketAcknowledgementData returns the SignBytes data for acknowledgement
|
310
|
+
* verification.
|
311
|
+
*/
|
312
|
+
export interface PacketAcknowledgementData {
|
313
|
+
path: Uint8Array;
|
314
|
+
acknowledgement: Uint8Array;
|
315
|
+
}
|
316
|
+
/**
|
317
|
+
* PacketAcknowledgementData returns the SignBytes data for acknowledgement
|
318
|
+
* verification.
|
319
|
+
*/
|
320
|
+
export interface PacketAcknowledgementDataSDKType {
|
321
|
+
path: Uint8Array;
|
322
|
+
acknowledgement: Uint8Array;
|
323
|
+
}
|
324
|
+
/**
|
325
|
+
* PacketReceiptAbsenceData returns the SignBytes data for
|
326
|
+
* packet receipt absence verification.
|
327
|
+
*/
|
328
|
+
export interface PacketReceiptAbsenceData {
|
329
|
+
path: Uint8Array;
|
330
|
+
}
|
331
|
+
/**
|
332
|
+
* PacketReceiptAbsenceData returns the SignBytes data for
|
333
|
+
* packet receipt absence verification.
|
334
|
+
*/
|
335
|
+
export interface PacketReceiptAbsenceDataSDKType {
|
336
|
+
path: Uint8Array;
|
337
|
+
}
|
338
|
+
/**
|
339
|
+
* NextSequenceRecvData returns the SignBytes data for verification of the next
|
340
|
+
* sequence to be received.
|
341
|
+
*/
|
342
|
+
export interface NextSequenceRecvData {
|
343
|
+
path: Uint8Array;
|
344
|
+
nextSeqRecv: Long;
|
345
|
+
}
|
346
|
+
/**
|
347
|
+
* NextSequenceRecvData returns the SignBytes data for verification of the next
|
348
|
+
* sequence to be received.
|
349
|
+
*/
|
350
|
+
export interface NextSequenceRecvDataSDKType {
|
351
|
+
path: Uint8Array;
|
352
|
+
next_seq_recv: Long;
|
353
|
+
}
|
354
|
+
export declare const ClientState: {
|
355
|
+
encode(message: ClientState, writer?: _m0.Writer): _m0.Writer;
|
356
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ClientState;
|
357
|
+
fromPartial(object: DeepPartial<ClientState>): ClientState;
|
358
|
+
};
|
359
|
+
export declare const ConsensusState: {
|
360
|
+
encode(message: ConsensusState, writer?: _m0.Writer): _m0.Writer;
|
361
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ConsensusState;
|
362
|
+
fromPartial(object: DeepPartial<ConsensusState>): ConsensusState;
|
363
|
+
};
|
364
|
+
export declare const Header: {
|
365
|
+
encode(message: Header, writer?: _m0.Writer): _m0.Writer;
|
366
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Header;
|
367
|
+
fromPartial(object: DeepPartial<Header>): Header;
|
368
|
+
};
|
369
|
+
export declare const Misbehaviour: {
|
370
|
+
encode(message: Misbehaviour, writer?: _m0.Writer): _m0.Writer;
|
371
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): Misbehaviour;
|
372
|
+
fromPartial(object: DeepPartial<Misbehaviour>): Misbehaviour;
|
373
|
+
};
|
374
|
+
export declare const SignatureAndData: {
|
375
|
+
encode(message: SignatureAndData, writer?: _m0.Writer): _m0.Writer;
|
376
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): SignatureAndData;
|
377
|
+
fromPartial(object: DeepPartial<SignatureAndData>): SignatureAndData;
|
378
|
+
};
|
379
|
+
export declare const TimestampedSignatureData: {
|
380
|
+
encode(message: TimestampedSignatureData, writer?: _m0.Writer): _m0.Writer;
|
381
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): TimestampedSignatureData;
|
382
|
+
fromPartial(object: DeepPartial<TimestampedSignatureData>): TimestampedSignatureData;
|
383
|
+
};
|
384
|
+
export declare const SignBytes: {
|
385
|
+
encode(message: SignBytes, writer?: _m0.Writer): _m0.Writer;
|
386
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): SignBytes;
|
387
|
+
fromPartial(object: DeepPartial<SignBytes>): SignBytes;
|
388
|
+
};
|
389
|
+
export declare const HeaderData: {
|
390
|
+
encode(message: HeaderData, writer?: _m0.Writer): _m0.Writer;
|
391
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): HeaderData;
|
392
|
+
fromPartial(object: DeepPartial<HeaderData>): HeaderData;
|
393
|
+
};
|
394
|
+
export declare const ClientStateData: {
|
395
|
+
encode(message: ClientStateData, writer?: _m0.Writer): _m0.Writer;
|
396
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ClientStateData;
|
397
|
+
fromPartial(object: DeepPartial<ClientStateData>): ClientStateData;
|
398
|
+
};
|
399
|
+
export declare const ConsensusStateData: {
|
400
|
+
encode(message: ConsensusStateData, writer?: _m0.Writer): _m0.Writer;
|
401
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ConsensusStateData;
|
402
|
+
fromPartial(object: DeepPartial<ConsensusStateData>): ConsensusStateData;
|
403
|
+
};
|
404
|
+
export declare const ConnectionStateData: {
|
405
|
+
encode(message: ConnectionStateData, writer?: _m0.Writer): _m0.Writer;
|
406
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ConnectionStateData;
|
407
|
+
fromPartial(object: DeepPartial<ConnectionStateData>): ConnectionStateData;
|
408
|
+
};
|
409
|
+
export declare const ChannelStateData: {
|
410
|
+
encode(message: ChannelStateData, writer?: _m0.Writer): _m0.Writer;
|
411
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): ChannelStateData;
|
412
|
+
fromPartial(object: DeepPartial<ChannelStateData>): ChannelStateData;
|
413
|
+
};
|
414
|
+
export declare const PacketCommitmentData: {
|
415
|
+
encode(message: PacketCommitmentData, writer?: _m0.Writer): _m0.Writer;
|
416
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PacketCommitmentData;
|
417
|
+
fromPartial(object: DeepPartial<PacketCommitmentData>): PacketCommitmentData;
|
418
|
+
};
|
419
|
+
export declare const PacketAcknowledgementData: {
|
420
|
+
encode(message: PacketAcknowledgementData, writer?: _m0.Writer): _m0.Writer;
|
421
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PacketAcknowledgementData;
|
422
|
+
fromPartial(object: DeepPartial<PacketAcknowledgementData>): PacketAcknowledgementData;
|
423
|
+
};
|
424
|
+
export declare const PacketReceiptAbsenceData: {
|
425
|
+
encode(message: PacketReceiptAbsenceData, writer?: _m0.Writer): _m0.Writer;
|
426
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): PacketReceiptAbsenceData;
|
427
|
+
fromPartial(object: DeepPartial<PacketReceiptAbsenceData>): PacketReceiptAbsenceData;
|
428
|
+
};
|
429
|
+
export declare const NextSequenceRecvData: {
|
430
|
+
encode(message: NextSequenceRecvData, writer?: _m0.Writer): _m0.Writer;
|
431
|
+
decode(input: _m0.Reader | Uint8Array, length?: number): NextSequenceRecvData;
|
432
|
+
fromPartial(object: DeepPartial<NextSequenceRecvData>): NextSequenceRecvData;
|
433
|
+
};
|