juno-network 0.0.4 → 0.1.1
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/README.md +21 -0
- package/main/codegen/cosmos/bundle.js +55 -143
- package/main/codegen/cosmos/client.js +2 -34
- package/main/codegen/cosmos/lcd.js +33 -168
- package/main/codegen/cosmos/rpc.query.js +34 -164
- package/main/codegen/cosmos/rpc.tx.js +33 -137
- package/main/codegen/cosmwasm/bundle.js +10 -10
- package/main/codegen/cosmwasm/lcd.js +42 -177
- package/main/codegen/cosmwasm/rpc.query.js +42 -172
- package/main/codegen/cosmwasm/rpc.tx.js +42 -146
- package/main/codegen/ibc/bundle.js +19 -41
- package/main/codegen/ibc/client.js +2 -10
- package/main/codegen/ibc/lcd.js +54 -219
- package/main/codegen/ibc/rpc.query.js +54 -223
- package/main/codegen/ibc/rpc.tx.js +54 -184
- package/main/codegen/juno/bundle.js +6 -6
- package/main/codegen/juno/lcd.js +40 -175
- package/main/codegen/juno/rpc.query.js +40 -170
- package/module/codegen/cosmos/bundle.js +55 -99
- package/module/codegen/cosmos/client.js +2 -18
- package/module/codegen/cosmos/lcd.js +0 -45
- package/module/codegen/cosmos/rpc.query.js +0 -30
- package/module/codegen/cosmos/rpc.tx.js +0 -24
- package/module/codegen/cosmwasm/bundle.js +10 -10
- package/module/codegen/cosmwasm/lcd.js +0 -45
- package/module/codegen/cosmwasm/rpc.query.js +0 -30
- package/module/codegen/cosmwasm/rpc.tx.js +0 -24
- package/module/codegen/ibc/bundle.js +19 -30
- package/module/codegen/ibc/client.js +2 -6
- package/module/codegen/ibc/lcd.js +0 -55
- package/module/codegen/ibc/rpc.query.js +0 -39
- package/module/codegen/ibc/rpc.tx.js +0 -30
- package/module/codegen/juno/bundle.js +6 -6
- package/module/codegen/juno/lcd.js +0 -45
- package/module/codegen/juno/rpc.query.js +0 -30
- package/package.json +7 -6
- package/types/codegen/JunoSwap.react-query.d.ts +10 -10
- package/types/codegen/contracts.d.ts +11 -10
- package/types/codegen/cosmos/bundle.d.ts +5486 -10208
- package/types/codegen/cosmos/lcd.d.ts +0 -27
- package/types/codegen/cosmos/rpc.query.d.ts +0 -30
- package/types/codegen/cosmos/rpc.tx.d.ts +0 -24
- package/types/codegen/cosmwasm/bundle.d.ts +27 -177
- package/types/codegen/cosmwasm/lcd.d.ts +0 -27
- package/types/codegen/cosmwasm/rpc.query.d.ts +0 -30
- package/types/codegen/cosmwasm/rpc.tx.d.ts +0 -24
- package/types/codegen/google/bundle.d.ts +1 -58
- package/types/codegen/ibc/bundle.d.ts +146 -2097
- package/types/codegen/ibc/lcd.d.ts +0 -33
- package/types/codegen/ibc/rpc.query.d.ts +0 -39
- package/types/codegen/ibc/rpc.tx.d.ts +0 -30
- package/types/codegen/ics23/bundle.d.ts +1 -569
- package/types/codegen/juno/bundle.d.ts +6 -63
- package/types/codegen/juno/lcd.d.ts +0 -27
- package/types/codegen/juno/rpc.query.d.ts +0 -30
- package/main/codegen/confio/proofs.js +0 -1471
- package/main/codegen/cosmos/app/v1alpha1/config.js +0 -172
- package/main/codegen/cosmos/app/v1alpha1/module.js +0 -272
- package/main/codegen/cosmos/app/v1alpha1/query.js +0 -113
- package/main/codegen/cosmos/app/v1alpha1/query.rpc.query.js +0 -48
- package/main/codegen/cosmos/auth/v1beta1/auth.js +0 -323
- package/main/codegen/cosmos/auth/v1beta1/genesis.js +0 -118
- package/main/codegen/cosmos/auth/v1beta1/query.js +0 -827
- package/main/codegen/cosmos/auth/v1beta1/query.lcd.js +0 -297
- package/main/codegen/cosmos/auth/v1beta1/query.rpc.query.js +0 -114
- package/main/codegen/cosmos/authz/v1beta1/authz.js +0 -324
- package/main/codegen/cosmos/authz/v1beta1/event.js +0 -178
- package/main/codegen/cosmos/authz/v1beta1/genesis.js +0 -102
- package/main/codegen/cosmos/authz/v1beta1/query.js +0 -533
- package/main/codegen/cosmos/authz/v1beta1/query.lcd.js +0 -183
- package/main/codegen/cosmos/authz/v1beta1/query.rpc.query.js +0 -70
- package/main/codegen/cosmos/authz/v1beta1/tx.amino.js +0 -96
- package/main/codegen/cosmos/authz/v1beta1/tx.js +0 -439
- package/main/codegen/cosmos/authz/v1beta1/tx.registry.js +0 -130
- package/main/codegen/cosmos/authz/v1beta1/tx.rpc.msg.js +0 -70
- package/main/codegen/cosmos/base/abci/v1beta1/abci.js +0 -1128
- package/main/codegen/cosmos/base/kv/v1beta1/kv.js +0 -170
- package/main/codegen/cosmos/base/query/v1beta1/pagination.js +0 -190
- package/main/codegen/cosmos/base/reflection/v1beta1/reflection.js +0 -277
- package/main/codegen/cosmos/base/snapshots/v1beta1/snapshot.js +0 -745
- package/main/codegen/cosmos/base/store/v1beta1/commit_info.js +0 -251
- package/main/codegen/cosmos/base/store/v1beta1/listening.js +0 -109
- package/main/codegen/cosmos/base/tendermint/v1beta1/query.js +0 -1130
- package/main/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.js +0 -103
- package/main/codegen/cosmos/base/v1beta1/coin.js +0 -268
- package/main/codegen/cosmos/crisis/v1beta1/genesis.js +0 -73
- package/main/codegen/cosmos/crisis/v1beta1/tx.amino.js +0 -32
- package/main/codegen/cosmos/crisis/v1beta1/tx.js +0 -137
- package/main/codegen/cosmos/crisis/v1beta1/tx.registry.js +0 -70
- package/main/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.js +0 -48
- package/main/codegen/cosmos/evidence/v1beta1/evidence.js +0 -111
- package/main/codegen/cosmos/evidence/v1beta1/genesis.js +0 -102
- package/main/codegen/cosmos/evidence/v1beta1/query.js +0 -285
- package/main/codegen/cosmos/evidence/v1beta1/query.lcd.js +0 -127
- package/main/codegen/cosmos/evidence/v1beta1/query.rpc.query.js +0 -59
- package/main/codegen/cosmos/evidence/v1beta1/tx.amino.js +0 -34
- package/main/codegen/cosmos/evidence/v1beta1/tx.js +0 -144
- package/main/codegen/cosmos/evidence/v1beta1/tx.registry.js +0 -70
- package/main/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.js +0 -48
- package/main/codegen/cosmos/feegrant/v1beta1/feegrant.js +0 -444
- package/main/codegen/cosmos/feegrant/v1beta1/genesis.js +0 -102
- package/main/codegen/cosmos/feegrant/v1beta1/query.js +0 -472
- package/main/codegen/cosmos/feegrant/v1beta1/query.lcd.js +0 -160
- package/main/codegen/cosmos/feegrant/v1beta1/query.rpc.query.js +0 -70
- package/main/codegen/cosmos/feegrant/v1beta1/tx.amino.js +0 -57
- package/main/codegen/cosmos/feegrant/v1beta1/tx.js +0 -248
- package/main/codegen/cosmos/feegrant/v1beta1/tx.registry.js +0 -100
- package/main/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js +0 -59
- package/main/codegen/cosmos/genutil/v1beta1/genesis.js +0 -101
- package/main/codegen/cosmos/mint/v1beta1/genesis.js +0 -85
- package/main/codegen/cosmos/mint/v1beta1/mint.js +0 -202
- package/main/codegen/cosmos/mint/v1beta1/query.js +0 -307
- package/main/codegen/cosmos/mint/v1beta1/query.lcd.js +0 -143
- package/main/codegen/cosmos/mint/v1beta1/query.rpc.query.js +0 -70
- package/main/codegen/cosmos/nft/v1beta1/event.js +0 -271
- package/main/codegen/cosmos/nft/v1beta1/genesis.js +0 -229
- package/main/codegen/cosmos/nft/v1beta1/nft.js +0 -252
- package/main/codegen/cosmos/nft/v1beta1/query.js +0 -944
- package/main/codegen/cosmos/nft/v1beta1/query.lcd.js +0 -336
- package/main/codegen/cosmos/nft/v1beta1/query.rpc.query.js +0 -114
- package/main/codegen/cosmos/nft/v1beta1/tx.amino.js +0 -36
- package/main/codegen/cosmos/nft/v1beta1/tx.js +0 -149
- package/main/codegen/cosmos/nft/v1beta1/tx.registry.js +0 -70
- package/main/codegen/cosmos/nft/v1beta1/tx.rpc.msg.js +0 -48
- package/main/codegen/cosmos/orm/v1/orm.js +0 -332
- package/main/codegen/cosmos/params/v1beta1/params.js +0 -206
- package/main/codegen/cosmos/params/v1beta1/query.js +0 -358
- package/main/codegen/cosmos/params/v1beta1/query.lcd.js +0 -124
- package/main/codegen/cosmos/params/v1beta1/query.rpc.query.js +0 -59
- package/main/codegen/cosmos/slashing/v1beta1/genesis.js +0 -377
- package/main/codegen/cosmos/slashing/v1beta1/query.js +0 -380
- package/main/codegen/cosmos/slashing/v1beta1/query.lcd.js +0 -159
- package/main/codegen/cosmos/slashing/v1beta1/query.rpc.query.js +0 -70
- package/main/codegen/cosmos/slashing/v1beta1/slashing.js +0 -242
- package/main/codegen/cosmos/slashing/v1beta1/tx.amino.js +0 -24
- package/main/codegen/cosmos/slashing/v1beta1/tx.js +0 -113
- package/main/codegen/cosmos/slashing/v1beta1/tx.registry.js +0 -70
- package/main/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.js +0 -48
- package/main/codegen/cosmos/upgrade/v1beta1/query.js +0 -577
- package/main/codegen/cosmos/upgrade/v1beta1/query.lcd.js +0 -230
- package/main/codegen/cosmos/upgrade/v1beta1/query.rpc.query.js +0 -92
- package/main/codegen/cosmos/upgrade/v1beta1/tx.amino.js +0 -64
- package/main/codegen/cosmos/upgrade/v1beta1/tx.js +0 -224
- package/main/codegen/cosmos/upgrade/v1beta1/tx.registry.js +0 -100
- package/main/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.js +0 -59
- package/main/codegen/cosmos/upgrade/v1beta1/upgrade.js +0 -344
- package/main/codegen/cosmos/vesting/v1beta1/tx.amino.js +0 -133
- package/main/codegen/cosmos/vesting/v1beta1/tx.js +0 -494
- package/main/codegen/cosmos/vesting/v1beta1/tx.registry.js +0 -130
- package/main/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.js +0 -70
- package/main/codegen/cosmos/vesting/v1beta1/vesting.js +0 -570
- package/main/codegen/google/api/annotations.js +0 -5
- package/main/codegen/google/api/http.js +0 -369
- package/main/codegen/ibc/core/client/v1/client.js +0 -585
- package/main/codegen/ibc/core/client/v1/genesis.js +0 -367
- package/main/codegen/ibc/core/client/v1/query.js +0 -1047
- package/main/codegen/ibc/core/client/v1/query.lcd.js +0 -361
- package/main/codegen/ibc/core/client/v1/query.rpc.query.js +0 -125
- package/main/codegen/ibc/core/client/v1/tx.amino.js +0 -149
- package/main/codegen/ibc/core/client/v1/tx.js +0 -538
- package/main/codegen/ibc/core/client/v1/tx.registry.js +0 -160
- package/main/codegen/ibc/core/client/v1/tx.rpc.msg.js +0 -81
- package/main/codegen/ibc/core/connection/v1/connection.js +0 -755
- package/main/codegen/ibc/core/connection/v1/genesis.js +0 -162
- package/main/codegen/ibc/core/connection/v1/query.js +0 -799
- package/main/codegen/ibc/core/connection/v1/query.lcd.js +0 -258
- package/main/codegen/ibc/core/connection/v1/query.rpc.query.js +0 -92
- package/main/codegen/ibc/core/connection/v1/tx.amino.js +0 -274
- package/main/codegen/ibc/core/connection/v1/tx.js +0 -763
- package/main/codegen/ibc/core/connection/v1/tx.registry.js +0 -160
- package/main/codegen/ibc/core/connection/v1/tx.rpc.msg.js +0 -81
- package/main/codegen/ibc/core/port/v1/query.js +0 -192
- package/main/codegen/ibc/core/port/v1/query.rpc.query.js +0 -48
- package/main/codegen/ibc/core/types/v1/genesis.js +0 -101
- package/module/codegen/confio/proofs.js +0 -1371
- package/module/codegen/cosmos/app/v1alpha1/config.js +0 -148
- package/module/codegen/cosmos/app/v1alpha1/module.js +0 -227
- package/module/codegen/cosmos/app/v1alpha1/query.js +0 -104
- package/module/codegen/cosmos/app/v1alpha1/query.rpc.query.js +0 -20
- package/module/codegen/cosmos/auth/v1beta1/auth.js +0 -297
- package/module/codegen/cosmos/auth/v1beta1/genesis.js +0 -82
- package/module/codegen/cosmos/auth/v1beta1/query.js +0 -806
- package/module/codegen/cosmos/auth/v1beta1/query.lcd.js +0 -86
- package/module/codegen/cosmos/auth/v1beta1/query.rpc.query.js +0 -62
- package/module/codegen/cosmos/authz/v1beta1/authz.js +0 -298
- package/module/codegen/cosmos/authz/v1beta1/event.js +0 -169
- package/module/codegen/cosmos/authz/v1beta1/genesis.js +0 -67
- package/module/codegen/cosmos/authz/v1beta1/query.js +0 -473
- package/module/codegen/cosmos/authz/v1beta1/query.lcd.js +0 -72
- package/module/codegen/cosmos/authz/v1beta1/query.rpc.query.js +0 -34
- package/module/codegen/cosmos/authz/v1beta1/tx.amino.js +0 -91
- package/module/codegen/cosmos/authz/v1beta1/tx.js +0 -402
- package/module/codegen/cosmos/authz/v1beta1/tx.registry.js +0 -124
- package/module/codegen/cosmos/authz/v1beta1/tx.rpc.msg.js +0 -34
- package/module/codegen/cosmos/base/abci/v1beta1/abci.js +0 -982
- package/module/codegen/cosmos/base/kv/v1beta1/kv.js +0 -139
- package/module/codegen/cosmos/base/query/v1beta1/pagination.js +0 -189
- package/module/codegen/cosmos/base/reflection/v1beta1/reflection.js +0 -235
- package/module/codegen/cosmos/base/snapshots/v1beta1/snapshot.js +0 -712
- package/module/codegen/cosmos/base/store/v1beta1/commit_info.js +0 -225
- package/module/codegen/cosmos/base/store/v1beta1/listening.js +0 -104
- package/module/codegen/cosmos/base/tendermint/v1beta1/query.js +0 -1091
- package/module/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.js +0 -55
- package/module/codegen/cosmos/base/v1beta1/coin.js +0 -268
- package/module/codegen/cosmos/crisis/v1beta1/genesis.js +0 -61
- package/module/codegen/cosmos/crisis/v1beta1/tx.amino.js +0 -27
- package/module/codegen/cosmos/crisis/v1beta1/tx.js +0 -129
- package/module/codegen/cosmos/crisis/v1beta1/tx.registry.js +0 -54
- package/module/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.js +0 -20
- package/module/codegen/cosmos/evidence/v1beta1/evidence.js +0 -102
- package/module/codegen/cosmos/evidence/v1beta1/genesis.js +0 -67
- package/module/codegen/cosmos/evidence/v1beta1/query.js +0 -255
- package/module/codegen/cosmos/evidence/v1beta1/query.lcd.js +0 -41
- package/module/codegen/cosmos/evidence/v1beta1/query.rpc.query.js +0 -27
- package/module/codegen/cosmos/evidence/v1beta1/tx.amino.js +0 -29
- package/module/codegen/cosmos/evidence/v1beta1/tx.js +0 -137
- package/module/codegen/cosmos/evidence/v1beta1/tx.registry.js +0 -54
- package/module/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.js +0 -20
- package/module/codegen/cosmos/feegrant/v1beta1/feegrant.js +0 -365
- package/module/codegen/cosmos/feegrant/v1beta1/genesis.js +0 -67
- package/module/codegen/cosmos/feegrant/v1beta1/query.js +0 -429
- package/module/codegen/cosmos/feegrant/v1beta1/query.lcd.js +0 -49
- package/module/codegen/cosmos/feegrant/v1beta1/query.rpc.query.js +0 -34
- package/module/codegen/cosmos/feegrant/v1beta1/tx.amino.js +0 -54
- package/module/codegen/cosmos/feegrant/v1beta1/tx.js +0 -247
- package/module/codegen/cosmos/feegrant/v1beta1/tx.registry.js +0 -89
- package/module/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.js +0 -27
- package/module/codegen/cosmos/genutil/v1beta1/genesis.js +0 -68
- package/module/codegen/cosmos/mint/v1beta1/genesis.js +0 -73
- package/module/codegen/cosmos/mint/v1beta1/mint.js +0 -193
- package/module/codegen/cosmos/mint/v1beta1/query.js +0 -308
- package/module/codegen/cosmos/mint/v1beta1/query.lcd.js +0 -32
- package/module/codegen/cosmos/mint/v1beta1/query.rpc.query.js +0 -34
- package/module/codegen/cosmos/nft/v1beta1/event.js +0 -264
- package/module/codegen/cosmos/nft/v1beta1/genesis.js +0 -163
- package/module/codegen/cosmos/nft/v1beta1/nft.js +0 -242
- package/module/codegen/cosmos/nft/v1beta1/query.js +0 -917
- package/module/codegen/cosmos/nft/v1beta1/query.lcd.js +0 -125
- package/module/codegen/cosmos/nft/v1beta1/query.rpc.query.js +0 -62
- package/module/codegen/cosmos/nft/v1beta1/tx.amino.js +0 -31
- package/module/codegen/cosmos/nft/v1beta1/tx.js +0 -141
- package/module/codegen/cosmos/nft/v1beta1/tx.registry.js +0 -54
- package/module/codegen/cosmos/nft/v1beta1/tx.rpc.msg.js +0 -20
- package/module/codegen/cosmos/orm/v1/orm.js +0 -305
- package/module/codegen/cosmos/params/v1beta1/params.js +0 -175
- package/module/codegen/cosmos/params/v1beta1/query.js +0 -317
- package/module/codegen/cosmos/params/v1beta1/query.lcd.js +0 -38
- package/module/codegen/cosmos/params/v1beta1/query.rpc.query.js +0 -27
- package/module/codegen/cosmos/slashing/v1beta1/genesis.js +0 -317
- package/module/codegen/cosmos/slashing/v1beta1/query.js +0 -355
- package/module/codegen/cosmos/slashing/v1beta1/query.lcd.js +0 -48
- package/module/codegen/cosmos/slashing/v1beta1/query.rpc.query.js +0 -34
- package/module/codegen/cosmos/slashing/v1beta1/slashing.js +0 -234
- package/module/codegen/cosmos/slashing/v1beta1/tx.amino.js +0 -19
- package/module/codegen/cosmos/slashing/v1beta1/tx.js +0 -105
- package/module/codegen/cosmos/slashing/v1beta1/tx.registry.js +0 -54
- package/module/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.js +0 -20
- package/module/codegen/cosmos/upgrade/v1beta1/query.js +0 -565
- package/module/codegen/cosmos/upgrade/v1beta1/query.lcd.js +0 -69
- package/module/codegen/cosmos/upgrade/v1beta1/query.rpc.query.js +0 -48
- package/module/codegen/cosmos/upgrade/v1beta1/tx.amino.js +0 -59
- package/module/codegen/cosmos/upgrade/v1beta1/tx.js +0 -224
- package/module/codegen/cosmos/upgrade/v1beta1/tx.registry.js +0 -89
- package/module/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.js +0 -27
- package/module/codegen/cosmos/upgrade/v1beta1/upgrade.js +0 -337
- package/module/codegen/cosmos/vesting/v1beta1/tx.amino.js +0 -114
- package/module/codegen/cosmos/vesting/v1beta1/tx.js +0 -440
- package/module/codegen/cosmos/vesting/v1beta1/tx.registry.js +0 -124
- package/module/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.js +0 -34
- package/module/codegen/cosmos/vesting/v1beta1/vesting.js +0 -480
- package/module/codegen/google/api/annotations.js +0 -1
- package/module/codegen/google/api/http.js +0 -328
- package/module/codegen/ibc/core/client/v1/client.js +0 -549
- package/module/codegen/ibc/core/client/v1/genesis.js +0 -287
- package/module/codegen/ibc/core/client/v1/query.js +0 -1029
- package/module/codegen/ibc/core/client/v1/query.lcd.js +0 -125
- package/module/codegen/ibc/core/client/v1/query.rpc.query.js +0 -69
- package/module/codegen/ibc/core/client/v1/tx.amino.js +0 -150
- package/module/codegen/ibc/core/client/v1/tx.js +0 -544
- package/module/codegen/ibc/core/client/v1/tx.registry.js +0 -159
- package/module/codegen/ibc/core/client/v1/tx.rpc.msg.js +0 -41
- package/module/codegen/ibc/core/connection/v1/connection.js +0 -663
- package/module/codegen/ibc/core/connection/v1/genesis.js +0 -110
- package/module/codegen/ibc/core/connection/v1/query.js +0 -766
- package/module/codegen/ibc/core/connection/v1/query.lcd.js +0 -97
- package/module/codegen/ibc/core/connection/v1/query.rpc.query.js +0 -48
- package/module/codegen/ibc/core/connection/v1/tx.amino.js +0 -269
- package/module/codegen/ibc/core/connection/v1/tx.js +0 -747
- package/module/codegen/ibc/core/connection/v1/tx.registry.js +0 -159
- package/module/codegen/ibc/core/connection/v1/tx.rpc.msg.js +0 -41
- package/module/codegen/ibc/core/port/v1/query.js +0 -182
- package/module/codegen/ibc/core/port/v1/query.rpc.query.js +0 -20
- package/module/codegen/ibc/core/types/v1/genesis.js +0 -87
- package/types/codegen/confio/proofs.d.ts +0 -309
- package/types/codegen/cosmos/app/v1alpha1/config.d.ts +0 -51
- package/types/codegen/cosmos/app/v1alpha1/module.d.ts +0 -105
- package/types/codegen/cosmos/app/v1alpha1/query.d.ts +0 -25
- package/types/codegen/cosmos/app/v1alpha1/query.rpc.query.d.ts +0 -11
- package/types/codegen/cosmos/auth/v1beta1/auth.d.ts +0 -49
- package/types/codegen/cosmos/auth/v1beta1/genesis.d.ts +0 -18
- package/types/codegen/cosmos/auth/v1beta1/query.d.ts +0 -171
- package/types/codegen/cosmos/auth/v1beta1/query.lcd.d.ts +0 -14
- package/types/codegen/cosmos/auth/v1beta1/query.rpc.query.d.ts +0 -23
- package/types/codegen/cosmos/authz/v1beta1/authz.d.ts +0 -67
- package/types/codegen/cosmos/authz/v1beta1/event.d.ts +0 -34
- package/types/codegen/cosmos/authz/v1beta1/genesis.d.ts +0 -14
- package/types/codegen/cosmos/authz/v1beta1/query.d.ts +0 -88
- package/types/codegen/cosmos/authz/v1beta1/query.lcd.d.ts +0 -10
- package/types/codegen/cosmos/authz/v1beta1/query.rpc.query.d.ts +0 -15
- package/types/codegen/cosmos/authz/v1beta1/tx.amino.d.ts +0 -54
- package/types/codegen/cosmos/authz/v1beta1/tx.d.ts +0 -88
- package/types/codegen/cosmos/authz/v1beta1/tx.registry.d.ts +0 -76
- package/types/codegen/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +0 -15
- package/types/codegen/cosmos/base/abci/v1beta1/abci.d.ts +0 -224
- package/types/codegen/cosmos/base/kv/v1beta1/kv.d.ts +0 -25
- package/types/codegen/cosmos/base/query/v1beta1/pagination.d.ts +0 -79
- package/types/codegen/cosmos/base/reflection/v1beta1/reflection.d.ts +0 -53
- package/types/codegen/cosmos/base/snapshots/v1beta1/snapshot.d.ts +0 -118
- package/types/codegen/cosmos/base/store/v1beta1/commit_info.d.ts +0 -47
- package/types/codegen/cosmos/base/store/v1beta1/listening.d.ts +0 -24
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.d.ts +0 -197
- package/types/codegen/cosmos/base/tendermint/v1beta1/query.rpc.svc.d.ts +0 -21
- package/types/codegen/cosmos/base/v1beta1/coin.d.ts +0 -58
- package/types/codegen/cosmos/crisis/v1beta1/genesis.d.ts +0 -18
- package/types/codegen/cosmos/crisis/v1beta1/tx.amino.d.ts +0 -17
- package/types/codegen/cosmos/crisis/v1beta1/tx.d.ts +0 -25
- package/types/codegen/cosmos/crisis/v1beta1/tx.registry.d.ts +0 -36
- package/types/codegen/cosmos/crisis/v1beta1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/cosmos/evidence/v1beta1/evidence.d.ts +0 -19
- package/types/codegen/cosmos/evidence/v1beta1/genesis.d.ts +0 -15
- package/types/codegen/cosmos/evidence/v1beta1/query.d.ts +0 -60
- package/types/codegen/cosmos/evidence/v1beta1/query.lcd.d.ts +0 -9
- package/types/codegen/cosmos/evidence/v1beta1/query.rpc.query.d.ts +0 -13
- package/types/codegen/cosmos/evidence/v1beta1/tx.amino.d.ts +0 -19
- package/types/codegen/cosmos/evidence/v1beta1/tx.d.ts +0 -30
- package/types/codegen/cosmos/evidence/v1beta1/tx.registry.d.ts +0 -36
- package/types/codegen/cosmos/evidence/v1beta1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/cosmos/feegrant/v1beta1/feegrant.d.ts +0 -89
- package/types/codegen/cosmos/feegrant/v1beta1/genesis.d.ts +0 -14
- package/types/codegen/cosmos/feegrant/v1beta1/query.d.ts +0 -84
- package/types/codegen/cosmos/feegrant/v1beta1/query.lcd.d.ts +0 -10
- package/types/codegen/cosmos/feegrant/v1beta1/query.rpc.query.d.ts +0 -15
- package/types/codegen/cosmos/feegrant/v1beta1/tx.amino.d.ts +0 -32
- package/types/codegen/cosmos/feegrant/v1beta1/tx.d.ts +0 -56
- package/types/codegen/cosmos/feegrant/v1beta1/tx.registry.d.ts +0 -56
- package/types/codegen/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +0 -13
- package/types/codegen/cosmos/genutil/v1beta1/genesis.d.ts +0 -14
- package/types/codegen/cosmos/mint/v1beta1/genesis.d.ts +0 -17
- package/types/codegen/cosmos/mint/v1beta1/mint.d.ts +0 -38
- package/types/codegen/cosmos/mint/v1beta1/query.d.ts +0 -78
- package/types/codegen/cosmos/mint/v1beta1/query.lcd.d.ts +0 -10
- package/types/codegen/cosmos/mint/v1beta1/query.rpc.query.d.ts +0 -15
- package/types/codegen/cosmos/nft/v1beta1/event.d.ts +0 -42
- package/types/codegen/cosmos/nft/v1beta1/genesis.d.ts +0 -30
- package/types/codegen/cosmos/nft/v1beta1/nft.d.ts +0 -47
- package/types/codegen/cosmos/nft/v1beta1/query.d.ts +0 -166
- package/types/codegen/cosmos/nft/v1beta1/query.lcd.d.ts +0 -14
- package/types/codegen/cosmos/nft/v1beta1/query.rpc.query.d.ts +0 -23
- package/types/codegen/cosmos/nft/v1beta1/tx.amino.d.ts +0 -18
- package/types/codegen/cosmos/nft/v1beta1/tx.d.ts +0 -30
- package/types/codegen/cosmos/nft/v1beta1/tx.registry.d.ts +0 -36
- package/types/codegen/cosmos/nft/v1beta1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/cosmos/orm/v1/orm.d.ts +0 -117
- package/types/codegen/cosmos/params/v1beta1/params.d.ts +0 -31
- package/types/codegen/cosmos/params/v1beta1/query.d.ts +0 -71
- package/types/codegen/cosmos/params/v1beta1/query.lcd.d.ts +0 -9
- package/types/codegen/cosmos/params/v1beta1/query.rpc.query.d.ts +0 -13
- package/types/codegen/cosmos/slashing/v1beta1/genesis.d.ts +0 -70
- package/types/codegen/cosmos/slashing/v1beta1/query.d.ts +0 -85
- package/types/codegen/cosmos/slashing/v1beta1/query.lcd.d.ts +0 -10
- package/types/codegen/cosmos/slashing/v1beta1/query.rpc.query.d.ts +0 -15
- package/types/codegen/cosmos/slashing/v1beta1/slashing.d.ts +0 -52
- package/types/codegen/cosmos/slashing/v1beta1/tx.amino.d.ts +0 -15
- package/types/codegen/cosmos/slashing/v1beta1/tx.d.ts +0 -23
- package/types/codegen/cosmos/slashing/v1beta1/tx.registry.d.ts +0 -36
- package/types/codegen/cosmos/slashing/v1beta1/tx.rpc.msg.d.ts +0 -11
- package/types/codegen/cosmos/upgrade/v1beta1/query.d.ts +0 -163
- package/types/codegen/cosmos/upgrade/v1beta1/query.lcd.d.ts +0 -12
- package/types/codegen/cosmos/upgrade/v1beta1/query.rpc.query.d.ts +0 -19
- package/types/codegen/cosmos/upgrade/v1beta1/tx.amino.d.ts +0 -39
- package/types/codegen/cosmos/upgrade/v1beta1/tx.d.ts +0 -65
- package/types/codegen/cosmos/upgrade/v1beta1/tx.registry.d.ts +0 -56
- package/types/codegen/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +0 -13
- package/types/codegen/cosmos/upgrade/v1beta1/upgrade.d.ts +0 -102
- package/types/codegen/cosmos/vesting/v1beta1/tx.amino.d.ts +0 -58
- package/types/codegen/cosmos/vesting/v1beta1/tx.d.ts +0 -88
- package/types/codegen/cosmos/vesting/v1beta1/tx.registry.d.ts +0 -76
- package/types/codegen/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +0 -15
- package/types/codegen/cosmos/vesting/v1beta1/vesting.d.ts +0 -97
- package/types/codegen/google/api/annotations.d.ts +0 -1
- package/types/codegen/google/api/http.d.ts +0 -375
- package/types/codegen/ibc/core/client/v1/client.d.ts +0 -143
- package/types/codegen/ibc/core/client/v1/genesis.d.ts +0 -56
- package/types/codegen/ibc/core/client/v1/query.d.ts +0 -263
- package/types/codegen/ibc/core/client/v1/query.lcd.d.ts +0 -15
- package/types/codegen/ibc/core/client/v1/query.rpc.query.d.ts +0 -25
- package/types/codegen/ibc/core/client/v1/tx.amino.d.ts +0 -77
- package/types/codegen/ibc/core/client/v1/tx.d.ts +0 -131
- package/types/codegen/ibc/core/client/v1/tx.registry.d.ts +0 -96
- package/types/codegen/ibc/core/client/v1/tx.rpc.msg.d.ts +0 -17
- package/types/codegen/ibc/core/connection/v1/connection.d.ts +0 -164
- package/types/codegen/ibc/core/connection/v1/genesis.d.ts +0 -18
- package/types/codegen/ibc/core/connection/v1/query.d.ts +0 -180
- package/types/codegen/ibc/core/connection/v1/query.lcd.d.ts +0 -12
- package/types/codegen/ibc/core/connection/v1/query.rpc.query.d.ts +0 -19
- package/types/codegen/ibc/core/connection/v1/tx.amino.d.ts +0 -103
- package/types/codegen/ibc/core/connection/v1/tx.d.ts +0 -151
- package/types/codegen/ibc/core/connection/v1/tx.registry.d.ts +0 -96
- package/types/codegen/ibc/core/connection/v1/tx.rpc.msg.d.ts +0 -17
- package/types/codegen/ibc/core/port/v1/query.d.ts +0 -37
- package/types/codegen/ibc/core/port/v1/query.rpc.query.d.ts +0 -11
- package/types/codegen/ibc/core/types/v1/genesis.d.ts +0 -21
@@ -7,41 +7,24 @@ import * as _116 from "./core/channel/v1/channel";
|
|
7
7
|
import * as _117 from "./core/channel/v1/genesis";
|
8
8
|
import * as _118 from "./core/channel/v1/query";
|
9
9
|
import * as _119 from "./core/channel/v1/tx";
|
10
|
-
import * as _120 from "./core/client/v1/client";
|
11
|
-
import * as _121 from "./core/client/v1/genesis";
|
12
|
-
import * as _122 from "./core/client/v1/query";
|
13
|
-
import * as _123 from "./core/client/v1/tx";
|
14
10
|
import * as _124 from "./core/commitment/v1/commitment";
|
15
|
-
import * as _125 from "./core/connection/v1/connection";
|
16
|
-
import * as _126 from "./core/connection/v1/genesis";
|
17
|
-
import * as _127 from "./core/connection/v1/query";
|
18
|
-
import * as _128 from "./core/connection/v1/tx";
|
19
|
-
import * as _129 from "./core/port/v1/query";
|
20
|
-
import * as _130 from "./core/types/v1/genesis";
|
21
11
|
import * as _131 from "./lightclients/localhost/v1/localhost";
|
22
12
|
import * as _132 from "./lightclients/solomachine/v1/solomachine";
|
23
13
|
import * as _133 from "./lightclients/solomachine/v2/solomachine";
|
24
14
|
import * as _134 from "./lightclients/tendermint/v1/tendermint";
|
25
|
-
import * as
|
26
|
-
import * as
|
27
|
-
import * as
|
28
|
-
import * as
|
29
|
-
import * as
|
30
|
-
import * as
|
31
|
-
import * as _243 from "./core/client/v1/query.rpc.query";
|
32
|
-
import * as _244 from "./core/connection/v1/query.rpc.query";
|
33
|
-
import * as _245 from "./core/port/v1/query.rpc.query";
|
34
|
-
import * as _246 from "./applications/transfer/v1/tx.rpc.msg";
|
35
|
-
import * as _247 from "./core/channel/v1/tx.rpc.msg";
|
36
|
-
import * as _248 from "./core/client/v1/tx.rpc.msg";
|
37
|
-
import * as _249 from "./core/connection/v1/tx.rpc.msg";
|
15
|
+
import * as _189 from "./applications/transfer/v1/query.lcd";
|
16
|
+
import * as _190 from "./core/channel/v1/query.lcd";
|
17
|
+
import * as _191 from "./applications/transfer/v1/query.rpc.query";
|
18
|
+
import * as _192 from "./core/channel/v1/query.rpc.query";
|
19
|
+
import * as _193 from "./applications/transfer/v1/tx.rpc.msg";
|
20
|
+
import * as _194 from "./core/channel/v1/tx.rpc.msg";
|
38
21
|
export declare namespace ibc {
|
39
22
|
namespace applications {
|
40
23
|
namespace transfer {
|
41
24
|
const v1: {
|
42
|
-
MsgClientImpl: typeof
|
43
|
-
QueryClientImpl: typeof
|
44
|
-
LCDQueryClient: typeof
|
25
|
+
MsgClientImpl: typeof _193.MsgClientImpl;
|
26
|
+
QueryClientImpl: typeof _191.QueryClientImpl;
|
27
|
+
LCDQueryClient: typeof _189.LCDQueryClient;
|
45
28
|
registry: readonly [string, import("@cosmjs/proto-signing").GeneratedType][];
|
46
29
|
load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
|
47
30
|
MessageComposer: {
|
@@ -113,16 +96,10 @@ export declare namespace ibc {
|
|
113
96
|
fromPartial(object: {
|
114
97
|
sourcePort?: string;
|
115
98
|
sourceChannel?: string;
|
116
|
-
token?:
|
117
|
-
denom?: string;
|
118
|
-
amount?: string;
|
119
|
-
};
|
99
|
+
token?: any;
|
120
100
|
sender?: string;
|
121
101
|
receiver?: string;
|
122
|
-
timeoutHeight?:
|
123
|
-
revisionNumber?: any;
|
124
|
-
revisionHeight?: any;
|
125
|
-
};
|
102
|
+
timeoutHeight?: any;
|
126
103
|
timeoutTimestamp?: any;
|
127
104
|
}): _114.MsgTransfer;
|
128
105
|
};
|
@@ -180,13 +157,7 @@ export declare namespace ibc {
|
|
180
157
|
fromJSON(object: any): _112.QueryDenomTracesRequest;
|
181
158
|
toJSON(message: _112.QueryDenomTracesRequest): unknown;
|
182
159
|
fromPartial(object: {
|
183
|
-
pagination?:
|
184
|
-
key?: Uint8Array;
|
185
|
-
offset?: any;
|
186
|
-
limit?: any;
|
187
|
-
countTotal?: boolean;
|
188
|
-
reverse?: boolean;
|
189
|
-
};
|
160
|
+
pagination?: any;
|
190
161
|
}): _112.QueryDenomTracesRequest;
|
191
162
|
};
|
192
163
|
QueryDenomTracesResponse: {
|
@@ -199,10 +170,7 @@ export declare namespace ibc {
|
|
199
170
|
path?: string;
|
200
171
|
baseDenom?: string;
|
201
172
|
}[];
|
202
|
-
pagination?:
|
203
|
-
nextKey?: Uint8Array;
|
204
|
-
total?: any;
|
205
|
-
};
|
173
|
+
pagination?: any;
|
206
174
|
}): _112.QueryDenomTracesResponse;
|
207
175
|
};
|
208
176
|
QueryParamsRequest: {
|
@@ -261,9 +229,9 @@ export declare namespace ibc {
|
|
261
229
|
namespace core {
|
262
230
|
namespace channel {
|
263
231
|
const v1: {
|
264
|
-
MsgClientImpl: typeof
|
265
|
-
QueryClientImpl: typeof
|
266
|
-
LCDQueryClient: typeof
|
232
|
+
MsgClientImpl: typeof _194.MsgClientImpl;
|
233
|
+
QueryClientImpl: typeof _192.QueryClientImpl;
|
234
|
+
LCDQueryClient: typeof _190.LCDQueryClient;
|
267
235
|
registry: readonly [string, import("@cosmjs/proto-signing").GeneratedType][];
|
268
236
|
load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
|
269
237
|
MessageComposer: {
|
@@ -805,10 +773,7 @@ export declare namespace ibc {
|
|
805
773
|
};
|
806
774
|
counterpartyVersion?: string;
|
807
775
|
proofInit?: Uint8Array;
|
808
|
-
proofHeight?:
|
809
|
-
revisionNumber?: any;
|
810
|
-
revisionHeight?: any;
|
811
|
-
};
|
776
|
+
proofHeight?: any;
|
812
777
|
signer?: string;
|
813
778
|
}): _119.MsgChannelOpenTry;
|
814
779
|
};
|
@@ -830,10 +795,7 @@ export declare namespace ibc {
|
|
830
795
|
counterpartyChannelId?: string;
|
831
796
|
counterpartyVersion?: string;
|
832
797
|
proofTry?: Uint8Array;
|
833
|
-
proofHeight?:
|
834
|
-
revisionNumber?: any;
|
835
|
-
revisionHeight?: any;
|
836
|
-
};
|
798
|
+
proofHeight?: any;
|
837
799
|
signer?: string;
|
838
800
|
}): _119.MsgChannelOpenAck;
|
839
801
|
};
|
@@ -853,10 +815,7 @@ export declare namespace ibc {
|
|
853
815
|
portId?: string;
|
854
816
|
channelId?: string;
|
855
817
|
proofAck?: Uint8Array;
|
856
|
-
proofHeight?:
|
857
|
-
revisionNumber?: any;
|
858
|
-
revisionHeight?: any;
|
859
|
-
};
|
818
|
+
proofHeight?: any;
|
860
819
|
signer?: string;
|
861
820
|
}): _119.MsgChannelOpenConfirm;
|
862
821
|
};
|
@@ -894,10 +853,7 @@ export declare namespace ibc {
|
|
894
853
|
portId?: string;
|
895
854
|
channelId?: string;
|
896
855
|
proofInit?: Uint8Array;
|
897
|
-
proofHeight?:
|
898
|
-
revisionNumber?: any;
|
899
|
-
revisionHeight?: any;
|
900
|
-
};
|
856
|
+
proofHeight?: any;
|
901
857
|
signer?: string;
|
902
858
|
}): _119.MsgChannelCloseConfirm;
|
903
859
|
};
|
@@ -921,17 +877,11 @@ export declare namespace ibc {
|
|
921
877
|
destinationPort?: string;
|
922
878
|
destinationChannel?: string;
|
923
879
|
data?: Uint8Array;
|
924
|
-
timeoutHeight?:
|
925
|
-
revisionNumber?: any;
|
926
|
-
revisionHeight?: any;
|
927
|
-
};
|
880
|
+
timeoutHeight?: any;
|
928
881
|
timeoutTimestamp?: any;
|
929
882
|
};
|
930
883
|
proofCommitment?: Uint8Array;
|
931
|
-
proofHeight?:
|
932
|
-
revisionNumber?: any;
|
933
|
-
revisionHeight?: any;
|
934
|
-
};
|
884
|
+
proofHeight?: any;
|
935
885
|
signer?: string;
|
936
886
|
}): _119.MsgRecvPacket;
|
937
887
|
};
|
@@ -955,17 +905,11 @@ export declare namespace ibc {
|
|
955
905
|
destinationPort?: string;
|
956
906
|
destinationChannel?: string;
|
957
907
|
data?: Uint8Array;
|
958
|
-
timeoutHeight?:
|
959
|
-
revisionNumber?: any;
|
960
|
-
revisionHeight?: any;
|
961
|
-
};
|
908
|
+
timeoutHeight?: any;
|
962
909
|
timeoutTimestamp?: any;
|
963
910
|
};
|
964
911
|
proofUnreceived?: Uint8Array;
|
965
|
-
proofHeight?:
|
966
|
-
revisionNumber?: any;
|
967
|
-
revisionHeight?: any;
|
968
|
-
};
|
912
|
+
proofHeight?: any;
|
969
913
|
nextSequenceRecv?: any;
|
970
914
|
signer?: string;
|
971
915
|
}): _119.MsgTimeout;
|
@@ -990,18 +934,12 @@ export declare namespace ibc {
|
|
990
934
|
destinationPort?: string;
|
991
935
|
destinationChannel?: string;
|
992
936
|
data?: Uint8Array;
|
993
|
-
timeoutHeight?:
|
994
|
-
revisionNumber?: any;
|
995
|
-
revisionHeight?: any;
|
996
|
-
};
|
937
|
+
timeoutHeight?: any;
|
997
938
|
timeoutTimestamp?: any;
|
998
939
|
};
|
999
940
|
proofUnreceived?: Uint8Array;
|
1000
941
|
proofClose?: Uint8Array;
|
1001
|
-
proofHeight?:
|
1002
|
-
revisionNumber?: any;
|
1003
|
-
revisionHeight?: any;
|
1004
|
-
};
|
942
|
+
proofHeight?: any;
|
1005
943
|
nextSequenceRecv?: any;
|
1006
944
|
signer?: string;
|
1007
945
|
}): _119.MsgTimeoutOnClose;
|
@@ -1026,18 +964,12 @@ export declare namespace ibc {
|
|
1026
964
|
destinationPort?: string;
|
1027
965
|
destinationChannel?: string;
|
1028
966
|
data?: Uint8Array;
|
1029
|
-
timeoutHeight?:
|
1030
|
-
revisionNumber?: any;
|
1031
|
-
revisionHeight?: any;
|
1032
|
-
};
|
967
|
+
timeoutHeight?: any;
|
1033
968
|
timeoutTimestamp?: any;
|
1034
969
|
};
|
1035
970
|
acknowledgement?: Uint8Array;
|
1036
971
|
proofAcked?: Uint8Array;
|
1037
|
-
proofHeight?:
|
1038
|
-
revisionNumber?: any;
|
1039
|
-
revisionHeight?: any;
|
1040
|
-
};
|
972
|
+
proofHeight?: any;
|
1041
973
|
signer?: string;
|
1042
974
|
}): _119.MsgAcknowledgement;
|
1043
975
|
};
|
@@ -1075,10 +1007,7 @@ export declare namespace ibc {
|
|
1075
1007
|
version?: string;
|
1076
1008
|
};
|
1077
1009
|
proof?: Uint8Array;
|
1078
|
-
proofHeight?:
|
1079
|
-
revisionNumber?: any;
|
1080
|
-
revisionHeight?: any;
|
1081
|
-
};
|
1010
|
+
proofHeight?: any;
|
1082
1011
|
}): _118.QueryChannelResponse;
|
1083
1012
|
};
|
1084
1013
|
QueryChannelsRequest: {
|
@@ -1087,13 +1016,7 @@ export declare namespace ibc {
|
|
1087
1016
|
fromJSON(object: any): _118.QueryChannelsRequest;
|
1088
1017
|
toJSON(message: _118.QueryChannelsRequest): unknown;
|
1089
1018
|
fromPartial(object: {
|
1090
|
-
pagination?:
|
1091
|
-
key?: Uint8Array;
|
1092
|
-
offset?: any;
|
1093
|
-
limit?: any;
|
1094
|
-
countTotal?: boolean;
|
1095
|
-
reverse?: boolean;
|
1096
|
-
};
|
1019
|
+
pagination?: any;
|
1097
1020
|
}): _118.QueryChannelsRequest;
|
1098
1021
|
};
|
1099
1022
|
QueryChannelsResponse: {
|
@@ -1114,14 +1037,8 @@ export declare namespace ibc {
|
|
1114
1037
|
portId?: string;
|
1115
1038
|
channelId?: string;
|
1116
1039
|
}[];
|
1117
|
-
pagination?:
|
1118
|
-
|
1119
|
-
total?: any;
|
1120
|
-
};
|
1121
|
-
height?: {
|
1122
|
-
revisionNumber?: any;
|
1123
|
-
revisionHeight?: any;
|
1124
|
-
};
|
1040
|
+
pagination?: any;
|
1041
|
+
height?: any;
|
1125
1042
|
}): _118.QueryChannelsResponse;
|
1126
1043
|
};
|
1127
1044
|
QueryConnectionChannelsRequest: {
|
@@ -1131,13 +1048,7 @@ export declare namespace ibc {
|
|
1131
1048
|
toJSON(message: _118.QueryConnectionChannelsRequest): unknown;
|
1132
1049
|
fromPartial(object: {
|
1133
1050
|
connection?: string;
|
1134
|
-
pagination?:
|
1135
|
-
key?: Uint8Array;
|
1136
|
-
offset?: any;
|
1137
|
-
limit?: any;
|
1138
|
-
countTotal?: boolean;
|
1139
|
-
reverse?: boolean;
|
1140
|
-
};
|
1051
|
+
pagination?: any;
|
1141
1052
|
}): _118.QueryConnectionChannelsRequest;
|
1142
1053
|
};
|
1143
1054
|
QueryConnectionChannelsResponse: {
|
@@ -1158,14 +1069,8 @@ export declare namespace ibc {
|
|
1158
1069
|
portId?: string;
|
1159
1070
|
channelId?: string;
|
1160
1071
|
}[];
|
1161
|
-
pagination?:
|
1162
|
-
|
1163
|
-
total?: any;
|
1164
|
-
};
|
1165
|
-
height?: {
|
1166
|
-
revisionNumber?: any;
|
1167
|
-
revisionHeight?: any;
|
1168
|
-
};
|
1072
|
+
pagination?: any;
|
1073
|
+
height?: any;
|
1169
1074
|
}): _118.QueryConnectionChannelsResponse;
|
1170
1075
|
};
|
1171
1076
|
QueryChannelClientStateRequest: {
|
@@ -1184,18 +1089,9 @@ export declare namespace ibc {
|
|
1184
1089
|
fromJSON(object: any): _118.QueryChannelClientStateResponse;
|
1185
1090
|
toJSON(message: _118.QueryChannelClientStateResponse): unknown;
|
1186
1091
|
fromPartial(object: {
|
1187
|
-
identifiedClientState?:
|
1188
|
-
clientId?: string;
|
1189
|
-
clientState?: {
|
1190
|
-
typeUrl?: string;
|
1191
|
-
value?: Uint8Array;
|
1192
|
-
};
|
1193
|
-
};
|
1092
|
+
identifiedClientState?: any;
|
1194
1093
|
proof?: Uint8Array;
|
1195
|
-
proofHeight?:
|
1196
|
-
revisionNumber?: any;
|
1197
|
-
revisionHeight?: any;
|
1198
|
-
};
|
1094
|
+
proofHeight?: any;
|
1199
1095
|
}): _118.QueryChannelClientStateResponse;
|
1200
1096
|
};
|
1201
1097
|
QueryChannelConsensusStateRequest: {
|
@@ -1222,10 +1118,7 @@ export declare namespace ibc {
|
|
1222
1118
|
};
|
1223
1119
|
clientId?: string;
|
1224
1120
|
proof?: Uint8Array;
|
1225
|
-
proofHeight?:
|
1226
|
-
revisionNumber?: any;
|
1227
|
-
revisionHeight?: any;
|
1228
|
-
};
|
1121
|
+
proofHeight?: any;
|
1229
1122
|
}): _118.QueryChannelConsensusStateResponse;
|
1230
1123
|
};
|
1231
1124
|
QueryPacketCommitmentRequest: {
|
@@ -1247,10 +1140,7 @@ export declare namespace ibc {
|
|
1247
1140
|
fromPartial(object: {
|
1248
1141
|
commitment?: Uint8Array;
|
1249
1142
|
proof?: Uint8Array;
|
1250
|
-
proofHeight?:
|
1251
|
-
revisionNumber?: any;
|
1252
|
-
revisionHeight?: any;
|
1253
|
-
};
|
1143
|
+
proofHeight?: any;
|
1254
1144
|
}): _118.QueryPacketCommitmentResponse;
|
1255
1145
|
};
|
1256
1146
|
QueryPacketCommitmentsRequest: {
|
@@ -1261,13 +1151,7 @@ export declare namespace ibc {
|
|
1261
1151
|
fromPartial(object: {
|
1262
1152
|
portId?: string;
|
1263
1153
|
channelId?: string;
|
1264
|
-
pagination?:
|
1265
|
-
key?: Uint8Array;
|
1266
|
-
offset?: any;
|
1267
|
-
limit?: any;
|
1268
|
-
countTotal?: boolean;
|
1269
|
-
reverse?: boolean;
|
1270
|
-
};
|
1154
|
+
pagination?: any;
|
1271
1155
|
}): _118.QueryPacketCommitmentsRequest;
|
1272
1156
|
};
|
1273
1157
|
QueryPacketCommitmentsResponse: {
|
@@ -1282,14 +1166,8 @@ export declare namespace ibc {
|
|
1282
1166
|
sequence?: any;
|
1283
1167
|
data?: Uint8Array;
|
1284
1168
|
}[];
|
1285
|
-
pagination?:
|
1286
|
-
|
1287
|
-
total?: any;
|
1288
|
-
};
|
1289
|
-
height?: {
|
1290
|
-
revisionNumber?: any;
|
1291
|
-
revisionHeight?: any;
|
1292
|
-
};
|
1169
|
+
pagination?: any;
|
1170
|
+
height?: any;
|
1293
1171
|
}): _118.QueryPacketCommitmentsResponse;
|
1294
1172
|
};
|
1295
1173
|
QueryPacketReceiptRequest: {
|
@@ -1311,10 +1189,7 @@ export declare namespace ibc {
|
|
1311
1189
|
fromPartial(object: {
|
1312
1190
|
received?: boolean;
|
1313
1191
|
proof?: Uint8Array;
|
1314
|
-
proofHeight?:
|
1315
|
-
revisionNumber?: any;
|
1316
|
-
revisionHeight?: any;
|
1317
|
-
};
|
1192
|
+
proofHeight?: any;
|
1318
1193
|
}): _118.QueryPacketReceiptResponse;
|
1319
1194
|
};
|
1320
1195
|
QueryPacketAcknowledgementRequest: {
|
@@ -1336,10 +1211,7 @@ export declare namespace ibc {
|
|
1336
1211
|
fromPartial(object: {
|
1337
1212
|
acknowledgement?: Uint8Array;
|
1338
1213
|
proof?: Uint8Array;
|
1339
|
-
proofHeight?:
|
1340
|
-
revisionNumber?: any;
|
1341
|
-
revisionHeight?: any;
|
1342
|
-
};
|
1214
|
+
proofHeight?: any;
|
1343
1215
|
}): _118.QueryPacketAcknowledgementResponse;
|
1344
1216
|
};
|
1345
1217
|
QueryPacketAcknowledgementsRequest: {
|
@@ -1350,13 +1222,7 @@ export declare namespace ibc {
|
|
1350
1222
|
fromPartial(object: {
|
1351
1223
|
portId?: string;
|
1352
1224
|
channelId?: string;
|
1353
|
-
pagination?:
|
1354
|
-
key?: Uint8Array;
|
1355
|
-
offset?: any;
|
1356
|
-
limit?: any;
|
1357
|
-
countTotal?: boolean;
|
1358
|
-
reverse?: boolean;
|
1359
|
-
};
|
1225
|
+
pagination?: any;
|
1360
1226
|
packetCommitmentSequences?: any[];
|
1361
1227
|
}): _118.QueryPacketAcknowledgementsRequest;
|
1362
1228
|
};
|
@@ -1372,14 +1238,8 @@ export declare namespace ibc {
|
|
1372
1238
|
sequence?: any;
|
1373
1239
|
data?: Uint8Array;
|
1374
1240
|
}[];
|
1375
|
-
pagination?:
|
1376
|
-
|
1377
|
-
total?: any;
|
1378
|
-
};
|
1379
|
-
height?: {
|
1380
|
-
revisionNumber?: any;
|
1381
|
-
revisionHeight?: any;
|
1382
|
-
};
|
1241
|
+
pagination?: any;
|
1242
|
+
height?: any;
|
1383
1243
|
}): _118.QueryPacketAcknowledgementsResponse;
|
1384
1244
|
};
|
1385
1245
|
QueryUnreceivedPacketsRequest: {
|
@@ -1400,10 +1260,7 @@ export declare namespace ibc {
|
|
1400
1260
|
toJSON(message: _118.QueryUnreceivedPacketsResponse): unknown;
|
1401
1261
|
fromPartial(object: {
|
1402
1262
|
sequences?: any[];
|
1403
|
-
height?:
|
1404
|
-
revisionNumber?: any;
|
1405
|
-
revisionHeight?: any;
|
1406
|
-
};
|
1263
|
+
height?: any;
|
1407
1264
|
}): _118.QueryUnreceivedPacketsResponse;
|
1408
1265
|
};
|
1409
1266
|
QueryUnreceivedAcksRequest: {
|
@@ -1424,10 +1281,7 @@ export declare namespace ibc {
|
|
1424
1281
|
toJSON(message: _118.QueryUnreceivedAcksResponse): unknown;
|
1425
1282
|
fromPartial(object: {
|
1426
1283
|
sequences?: any[];
|
1427
|
-
height?:
|
1428
|
-
revisionNumber?: any;
|
1429
|
-
revisionHeight?: any;
|
1430
|
-
};
|
1284
|
+
height?: any;
|
1431
1285
|
}): _118.QueryUnreceivedAcksResponse;
|
1432
1286
|
};
|
1433
1287
|
QueryNextSequenceReceiveRequest: {
|
@@ -1448,10 +1302,7 @@ export declare namespace ibc {
|
|
1448
1302
|
fromPartial(object: {
|
1449
1303
|
nextSequenceReceive?: any;
|
1450
1304
|
proof?: Uint8Array;
|
1451
|
-
proofHeight?:
|
1452
|
-
revisionNumber?: any;
|
1453
|
-
revisionHeight?: any;
|
1454
|
-
};
|
1305
|
+
proofHeight?: any;
|
1455
1306
|
}): _118.QueryNextSequenceReceiveResponse;
|
1456
1307
|
};
|
1457
1308
|
GenesisState: {
|
@@ -1581,10 +1432,7 @@ export declare namespace ibc {
|
|
1581
1432
|
destinationPort?: string;
|
1582
1433
|
destinationChannel?: string;
|
1583
1434
|
data?: Uint8Array;
|
1584
|
-
timeoutHeight?:
|
1585
|
-
revisionNumber?: any;
|
1586
|
-
revisionHeight?: any;
|
1587
|
-
};
|
1435
|
+
timeoutHeight?: any;
|
1588
1436
|
timeoutTimestamp?: any;
|
1589
1437
|
}): _116.Packet;
|
1590
1438
|
};
|
@@ -1613,1736 +1461,102 @@ export declare namespace ibc {
|
|
1613
1461
|
};
|
1614
1462
|
}
|
1615
1463
|
namespace client {
|
1464
|
+
const v1: any;
|
1465
|
+
}
|
1466
|
+
namespace commitment {
|
1616
1467
|
const v1: {
|
1617
|
-
|
1618
|
-
|
1619
|
-
|
1620
|
-
|
1621
|
-
|
1622
|
-
MessageComposer: {
|
1623
|
-
encoded: {
|
1624
|
-
createClient(value: _123.MsgCreateClient): {
|
1625
|
-
typeUrl: string;
|
1626
|
-
value: Uint8Array;
|
1627
|
-
};
|
1628
|
-
updateClient(value: _123.MsgUpdateClient): {
|
1629
|
-
typeUrl: string;
|
1630
|
-
value: Uint8Array;
|
1631
|
-
};
|
1632
|
-
upgradeClient(value: _123.MsgUpgradeClient): {
|
1633
|
-
typeUrl: string;
|
1634
|
-
value: Uint8Array;
|
1635
|
-
};
|
1636
|
-
submitMisbehaviour(value: _123.MsgSubmitMisbehaviour): {
|
1637
|
-
typeUrl: string;
|
1638
|
-
value: Uint8Array;
|
1639
|
-
};
|
1640
|
-
};
|
1641
|
-
withTypeUrl: {
|
1642
|
-
createClient(value: _123.MsgCreateClient): {
|
1643
|
-
typeUrl: string;
|
1644
|
-
value: _123.MsgCreateClient;
|
1645
|
-
};
|
1646
|
-
updateClient(value: _123.MsgUpdateClient): {
|
1647
|
-
typeUrl: string;
|
1648
|
-
value: _123.MsgUpdateClient;
|
1649
|
-
};
|
1650
|
-
upgradeClient(value: _123.MsgUpgradeClient): {
|
1651
|
-
typeUrl: string;
|
1652
|
-
value: _123.MsgUpgradeClient;
|
1653
|
-
};
|
1654
|
-
submitMisbehaviour(value: _123.MsgSubmitMisbehaviour): {
|
1655
|
-
typeUrl: string;
|
1656
|
-
value: _123.MsgSubmitMisbehaviour;
|
1657
|
-
};
|
1658
|
-
};
|
1659
|
-
toJSON: {
|
1660
|
-
createClient(value: _123.MsgCreateClient): {
|
1661
|
-
typeUrl: string;
|
1662
|
-
value: unknown;
|
1663
|
-
};
|
1664
|
-
updateClient(value: _123.MsgUpdateClient): {
|
1665
|
-
typeUrl: string;
|
1666
|
-
value: unknown;
|
1667
|
-
};
|
1668
|
-
upgradeClient(value: _123.MsgUpgradeClient): {
|
1669
|
-
typeUrl: string;
|
1670
|
-
value: unknown;
|
1671
|
-
};
|
1672
|
-
submitMisbehaviour(value: _123.MsgSubmitMisbehaviour): {
|
1673
|
-
typeUrl: string;
|
1674
|
-
value: unknown;
|
1675
|
-
};
|
1676
|
-
};
|
1677
|
-
fromJSON: {
|
1678
|
-
createClient(value: any): {
|
1679
|
-
typeUrl: string;
|
1680
|
-
value: _123.MsgCreateClient;
|
1681
|
-
};
|
1682
|
-
updateClient(value: any): {
|
1683
|
-
typeUrl: string;
|
1684
|
-
value: _123.MsgUpdateClient;
|
1685
|
-
};
|
1686
|
-
upgradeClient(value: any): {
|
1687
|
-
typeUrl: string;
|
1688
|
-
value: _123.MsgUpgradeClient;
|
1689
|
-
};
|
1690
|
-
submitMisbehaviour(value: any): {
|
1691
|
-
typeUrl: string;
|
1692
|
-
value: _123.MsgSubmitMisbehaviour;
|
1693
|
-
};
|
1694
|
-
};
|
1695
|
-
fromPartial: {
|
1696
|
-
createClient(value: _123.MsgCreateClient): {
|
1697
|
-
typeUrl: string;
|
1698
|
-
value: _123.MsgCreateClient;
|
1699
|
-
};
|
1700
|
-
updateClient(value: _123.MsgUpdateClient): {
|
1701
|
-
typeUrl: string;
|
1702
|
-
value: _123.MsgUpdateClient;
|
1703
|
-
};
|
1704
|
-
upgradeClient(value: _123.MsgUpgradeClient): {
|
1705
|
-
typeUrl: string;
|
1706
|
-
value: _123.MsgUpgradeClient;
|
1707
|
-
};
|
1708
|
-
submitMisbehaviour(value: _123.MsgSubmitMisbehaviour): {
|
1709
|
-
typeUrl: string;
|
1710
|
-
value: _123.MsgSubmitMisbehaviour;
|
1711
|
-
};
|
1712
|
-
};
|
1713
|
-
};
|
1714
|
-
AminoConverter: {
|
1715
|
-
"/ibc.core.client.v1.MsgCreateClient": {
|
1716
|
-
aminoType: string;
|
1717
|
-
toAmino: ({ clientState, consensusState, signer }: _123.MsgCreateClient) => {
|
1718
|
-
client_state: {
|
1719
|
-
type_url: string;
|
1720
|
-
value: Uint8Array;
|
1721
|
-
};
|
1722
|
-
consensus_state: {
|
1723
|
-
type_url: string;
|
1724
|
-
value: Uint8Array;
|
1725
|
-
};
|
1726
|
-
signer: string;
|
1727
|
-
};
|
1728
|
-
fromAmino: ({ client_state, consensus_state, signer }: {
|
1729
|
-
client_state: {
|
1730
|
-
type_url: string;
|
1731
|
-
value: Uint8Array;
|
1732
|
-
};
|
1733
|
-
consensus_state: {
|
1734
|
-
type_url: string;
|
1735
|
-
value: Uint8Array;
|
1736
|
-
};
|
1737
|
-
signer: string;
|
1738
|
-
}) => _123.MsgCreateClient;
|
1739
|
-
};
|
1740
|
-
"/ibc.core.client.v1.MsgUpdateClient": {
|
1741
|
-
aminoType: string;
|
1742
|
-
toAmino: ({ clientId, header, signer }: _123.MsgUpdateClient) => {
|
1743
|
-
client_id: string;
|
1744
|
-
header: {
|
1745
|
-
type_url: string;
|
1746
|
-
value: Uint8Array;
|
1747
|
-
};
|
1748
|
-
signer: string;
|
1749
|
-
};
|
1750
|
-
fromAmino: ({ client_id, header, signer }: {
|
1751
|
-
client_id: string;
|
1752
|
-
header: {
|
1753
|
-
type_url: string;
|
1754
|
-
value: Uint8Array;
|
1755
|
-
};
|
1756
|
-
signer: string;
|
1757
|
-
}) => _123.MsgUpdateClient;
|
1758
|
-
};
|
1759
|
-
"/ibc.core.client.v1.MsgUpgradeClient": {
|
1760
|
-
aminoType: string;
|
1761
|
-
toAmino: ({ clientId, clientState, consensusState, proofUpgradeClient, proofUpgradeConsensusState, signer }: _123.MsgUpgradeClient) => {
|
1762
|
-
client_id: string;
|
1763
|
-
client_state: {
|
1764
|
-
type_url: string;
|
1765
|
-
value: Uint8Array;
|
1766
|
-
};
|
1767
|
-
consensus_state: {
|
1768
|
-
type_url: string;
|
1769
|
-
value: Uint8Array;
|
1770
|
-
};
|
1771
|
-
proof_upgrade_client: Uint8Array;
|
1772
|
-
proof_upgrade_consensus_state: Uint8Array;
|
1773
|
-
signer: string;
|
1774
|
-
};
|
1775
|
-
fromAmino: ({ client_id, client_state, consensus_state, proof_upgrade_client, proof_upgrade_consensus_state, signer }: {
|
1776
|
-
client_id: string;
|
1777
|
-
client_state: {
|
1778
|
-
type_url: string;
|
1779
|
-
value: Uint8Array;
|
1780
|
-
};
|
1781
|
-
consensus_state: {
|
1782
|
-
type_url: string;
|
1783
|
-
value: Uint8Array;
|
1784
|
-
};
|
1785
|
-
proof_upgrade_client: Uint8Array;
|
1786
|
-
proof_upgrade_consensus_state: Uint8Array;
|
1787
|
-
signer: string;
|
1788
|
-
}) => _123.MsgUpgradeClient;
|
1789
|
-
};
|
1790
|
-
"/ibc.core.client.v1.MsgSubmitMisbehaviour": {
|
1791
|
-
aminoType: string;
|
1792
|
-
toAmino: ({ clientId, misbehaviour, signer }: _123.MsgSubmitMisbehaviour) => {
|
1793
|
-
client_id: string;
|
1794
|
-
misbehaviour: {
|
1795
|
-
type_url: string;
|
1796
|
-
value: Uint8Array;
|
1797
|
-
};
|
1798
|
-
signer: string;
|
1799
|
-
};
|
1800
|
-
fromAmino: ({ client_id, misbehaviour, signer }: {
|
1801
|
-
client_id: string;
|
1802
|
-
misbehaviour: {
|
1803
|
-
type_url: string;
|
1804
|
-
value: Uint8Array;
|
1805
|
-
};
|
1806
|
-
signer: string;
|
1807
|
-
}) => _123.MsgSubmitMisbehaviour;
|
1808
|
-
};
|
1809
|
-
};
|
1810
|
-
MsgCreateClient: {
|
1811
|
-
encode(message: _123.MsgCreateClient, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1812
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _123.MsgCreateClient;
|
1813
|
-
fromJSON(object: any): _123.MsgCreateClient;
|
1814
|
-
toJSON(message: _123.MsgCreateClient): unknown;
|
1815
|
-
fromPartial(object: {
|
1816
|
-
clientState?: {
|
1817
|
-
typeUrl?: string;
|
1818
|
-
value?: Uint8Array;
|
1819
|
-
};
|
1820
|
-
consensusState?: {
|
1821
|
-
typeUrl?: string;
|
1822
|
-
value?: Uint8Array;
|
1823
|
-
};
|
1824
|
-
signer?: string;
|
1825
|
-
}): _123.MsgCreateClient;
|
1826
|
-
};
|
1827
|
-
MsgCreateClientResponse: {
|
1828
|
-
encode(_: _123.MsgCreateClientResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1829
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _123.MsgCreateClientResponse;
|
1830
|
-
fromJSON(_: any): _123.MsgCreateClientResponse;
|
1831
|
-
toJSON(_: _123.MsgCreateClientResponse): unknown;
|
1832
|
-
fromPartial(_: {}): _123.MsgCreateClientResponse;
|
1833
|
-
};
|
1834
|
-
MsgUpdateClient: {
|
1835
|
-
encode(message: _123.MsgUpdateClient, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1836
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _123.MsgUpdateClient;
|
1837
|
-
fromJSON(object: any): _123.MsgUpdateClient;
|
1838
|
-
toJSON(message: _123.MsgUpdateClient): unknown;
|
1839
|
-
fromPartial(object: {
|
1840
|
-
clientId?: string;
|
1841
|
-
header?: {
|
1842
|
-
typeUrl?: string;
|
1843
|
-
value?: Uint8Array;
|
1844
|
-
};
|
1845
|
-
signer?: string;
|
1846
|
-
}): _123.MsgUpdateClient;
|
1847
|
-
};
|
1848
|
-
MsgUpdateClientResponse: {
|
1849
|
-
encode(_: _123.MsgUpdateClientResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1850
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _123.MsgUpdateClientResponse;
|
1851
|
-
fromJSON(_: any): _123.MsgUpdateClientResponse;
|
1852
|
-
toJSON(_: _123.MsgUpdateClientResponse): unknown;
|
1853
|
-
fromPartial(_: {}): _123.MsgUpdateClientResponse;
|
1854
|
-
};
|
1855
|
-
MsgUpgradeClient: {
|
1856
|
-
encode(message: _123.MsgUpgradeClient, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1857
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _123.MsgUpgradeClient;
|
1858
|
-
fromJSON(object: any): _123.MsgUpgradeClient;
|
1859
|
-
toJSON(message: _123.MsgUpgradeClient): unknown;
|
1468
|
+
MerkleRoot: {
|
1469
|
+
encode(message: _124.MerkleRoot, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1470
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _124.MerkleRoot;
|
1471
|
+
fromJSON(object: any): _124.MerkleRoot;
|
1472
|
+
toJSON(message: _124.MerkleRoot): unknown;
|
1860
1473
|
fromPartial(object: {
|
1861
|
-
|
1862
|
-
|
1863
|
-
|
1864
|
-
|
1865
|
-
|
1866
|
-
|
1867
|
-
|
1868
|
-
|
1869
|
-
};
|
1870
|
-
proofUpgradeClient?: Uint8Array;
|
1871
|
-
proofUpgradeConsensusState?: Uint8Array;
|
1872
|
-
signer?: string;
|
1873
|
-
}): _123.MsgUpgradeClient;
|
1874
|
-
};
|
1875
|
-
MsgUpgradeClientResponse: {
|
1876
|
-
encode(_: _123.MsgUpgradeClientResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1877
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _123.MsgUpgradeClientResponse;
|
1878
|
-
fromJSON(_: any): _123.MsgUpgradeClientResponse;
|
1879
|
-
toJSON(_: _123.MsgUpgradeClientResponse): unknown;
|
1880
|
-
fromPartial(_: {}): _123.MsgUpgradeClientResponse;
|
1881
|
-
};
|
1882
|
-
MsgSubmitMisbehaviour: {
|
1883
|
-
encode(message: _123.MsgSubmitMisbehaviour, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1884
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _123.MsgSubmitMisbehaviour;
|
1885
|
-
fromJSON(object: any): _123.MsgSubmitMisbehaviour;
|
1886
|
-
toJSON(message: _123.MsgSubmitMisbehaviour): unknown;
|
1474
|
+
hash?: Uint8Array;
|
1475
|
+
}): _124.MerkleRoot;
|
1476
|
+
};
|
1477
|
+
MerklePrefix: {
|
1478
|
+
encode(message: _124.MerklePrefix, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1479
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _124.MerklePrefix;
|
1480
|
+
fromJSON(object: any): _124.MerklePrefix;
|
1481
|
+
toJSON(message: _124.MerklePrefix): unknown;
|
1887
1482
|
fromPartial(object: {
|
1888
|
-
|
1889
|
-
|
1890
|
-
|
1891
|
-
|
1892
|
-
|
1893
|
-
|
1894
|
-
|
1895
|
-
|
1896
|
-
MsgSubmitMisbehaviourResponse: {
|
1897
|
-
encode(_: _123.MsgSubmitMisbehaviourResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1898
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _123.MsgSubmitMisbehaviourResponse;
|
1899
|
-
fromJSON(_: any): _123.MsgSubmitMisbehaviourResponse;
|
1900
|
-
toJSON(_: _123.MsgSubmitMisbehaviourResponse): unknown;
|
1901
|
-
fromPartial(_: {}): _123.MsgSubmitMisbehaviourResponse;
|
1902
|
-
};
|
1903
|
-
QueryClientStateRequest: {
|
1904
|
-
encode(message: _122.QueryClientStateRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1905
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _122.QueryClientStateRequest;
|
1906
|
-
fromJSON(object: any): _122.QueryClientStateRequest;
|
1907
|
-
toJSON(message: _122.QueryClientStateRequest): unknown;
|
1483
|
+
keyPrefix?: Uint8Array;
|
1484
|
+
}): _124.MerklePrefix;
|
1485
|
+
};
|
1486
|
+
MerklePath: {
|
1487
|
+
encode(message: _124.MerklePath, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1488
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _124.MerklePath;
|
1489
|
+
fromJSON(object: any): _124.MerklePath;
|
1490
|
+
toJSON(message: _124.MerklePath): unknown;
|
1908
1491
|
fromPartial(object: {
|
1909
|
-
|
1910
|
-
}):
|
1492
|
+
keyPath?: string[];
|
1493
|
+
}): _124.MerklePath;
|
1911
1494
|
};
|
1912
|
-
|
1913
|
-
encode(message:
|
1914
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number):
|
1915
|
-
fromJSON(object: any):
|
1916
|
-
toJSON(message:
|
1495
|
+
MerkleProof: {
|
1496
|
+
encode(message: _124.MerkleProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1497
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _124.MerkleProof;
|
1498
|
+
fromJSON(object: any): _124.MerkleProof;
|
1499
|
+
toJSON(message: _124.MerkleProof): unknown;
|
1917
1500
|
fromPartial(object: {
|
1918
|
-
|
1919
|
-
|
1920
|
-
value?: Uint8Array;
|
1921
|
-
};
|
1922
|
-
proof?: Uint8Array;
|
1923
|
-
proofHeight?: {
|
1924
|
-
revisionNumber?: any;
|
1925
|
-
revisionHeight?: any;
|
1926
|
-
};
|
1927
|
-
}): _122.QueryClientStateResponse;
|
1501
|
+
proofs?: any[];
|
1502
|
+
}): _124.MerkleProof;
|
1928
1503
|
};
|
1929
|
-
|
1930
|
-
|
1931
|
-
|
1932
|
-
|
1933
|
-
|
1504
|
+
};
|
1505
|
+
}
|
1506
|
+
namespace connection {
|
1507
|
+
const v1: any;
|
1508
|
+
}
|
1509
|
+
namespace port {
|
1510
|
+
const v1: any;
|
1511
|
+
}
|
1512
|
+
namespace types {
|
1513
|
+
const v1: any;
|
1514
|
+
}
|
1515
|
+
}
|
1516
|
+
namespace lightclients {
|
1517
|
+
namespace localhost {
|
1518
|
+
const v1: {
|
1519
|
+
ClientState: {
|
1520
|
+
encode(message: _131.ClientState, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1521
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _131.ClientState;
|
1522
|
+
fromJSON(object: any): _131.ClientState;
|
1523
|
+
toJSON(message: _131.ClientState): unknown;
|
1934
1524
|
fromPartial(object: {
|
1935
|
-
|
1936
|
-
|
1937
|
-
|
1938
|
-
limit?: any;
|
1939
|
-
countTotal?: boolean;
|
1940
|
-
reverse?: boolean;
|
1941
|
-
};
|
1942
|
-
}): _122.QueryClientStatesRequest;
|
1525
|
+
chainId?: string;
|
1526
|
+
height?: any;
|
1527
|
+
}): _131.ClientState;
|
1943
1528
|
};
|
1944
|
-
|
1945
|
-
|
1946
|
-
|
1947
|
-
|
1948
|
-
|
1529
|
+
};
|
1530
|
+
}
|
1531
|
+
namespace solomachine {
|
1532
|
+
const v1: {
|
1533
|
+
dataTypeFromJSON(object: any): _132.DataType;
|
1534
|
+
dataTypeToJSON(object: _132.DataType): string;
|
1535
|
+
DataType: typeof _132.DataType;
|
1536
|
+
ClientState: {
|
1537
|
+
encode(message: _132.ClientState, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1538
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _132.ClientState;
|
1539
|
+
fromJSON(object: any): _132.ClientState;
|
1540
|
+
toJSON(message: _132.ClientState): unknown;
|
1949
1541
|
fromPartial(object: {
|
1950
|
-
|
1951
|
-
|
1952
|
-
|
1542
|
+
sequence?: any;
|
1543
|
+
frozenSequence?: any;
|
1544
|
+
consensusState?: {
|
1545
|
+
publicKey?: {
|
1953
1546
|
typeUrl?: string;
|
1954
1547
|
value?: Uint8Array;
|
1955
1548
|
};
|
1956
|
-
|
1957
|
-
|
1958
|
-
nextKey?: Uint8Array;
|
1959
|
-
total?: any;
|
1549
|
+
diversifier?: string;
|
1550
|
+
timestamp?: any;
|
1960
1551
|
};
|
1961
|
-
|
1552
|
+
allowUpdateAfterProposal?: boolean;
|
1553
|
+
}): _132.ClientState;
|
1962
1554
|
};
|
1963
|
-
|
1964
|
-
encode(message:
|
1965
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number):
|
1966
|
-
fromJSON(object: any):
|
1967
|
-
toJSON(message:
|
1968
|
-
fromPartial(object: {
|
1969
|
-
clientId?: string;
|
1970
|
-
revisionNumber?: any;
|
1971
|
-
revisionHeight?: any;
|
1972
|
-
latestHeight?: boolean;
|
1973
|
-
}): _122.QueryConsensusStateRequest;
|
1974
|
-
};
|
1975
|
-
QueryConsensusStateResponse: {
|
1976
|
-
encode(message: _122.QueryConsensusStateResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1977
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _122.QueryConsensusStateResponse;
|
1978
|
-
fromJSON(object: any): _122.QueryConsensusStateResponse;
|
1979
|
-
toJSON(message: _122.QueryConsensusStateResponse): unknown;
|
1980
|
-
fromPartial(object: {
|
1981
|
-
consensusState?: {
|
1982
|
-
typeUrl?: string;
|
1983
|
-
value?: Uint8Array;
|
1984
|
-
};
|
1985
|
-
proof?: Uint8Array;
|
1986
|
-
proofHeight?: {
|
1987
|
-
revisionNumber?: any;
|
1988
|
-
revisionHeight?: any;
|
1989
|
-
};
|
1990
|
-
}): _122.QueryConsensusStateResponse;
|
1991
|
-
};
|
1992
|
-
QueryConsensusStatesRequest: {
|
1993
|
-
encode(message: _122.QueryConsensusStatesRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1994
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _122.QueryConsensusStatesRequest;
|
1995
|
-
fromJSON(object: any): _122.QueryConsensusStatesRequest;
|
1996
|
-
toJSON(message: _122.QueryConsensusStatesRequest): unknown;
|
1997
|
-
fromPartial(object: {
|
1998
|
-
clientId?: string;
|
1999
|
-
pagination?: {
|
2000
|
-
key?: Uint8Array;
|
2001
|
-
offset?: any;
|
2002
|
-
limit?: any;
|
2003
|
-
countTotal?: boolean;
|
2004
|
-
reverse?: boolean;
|
2005
|
-
};
|
2006
|
-
}): _122.QueryConsensusStatesRequest;
|
2007
|
-
};
|
2008
|
-
QueryConsensusStatesResponse: {
|
2009
|
-
encode(message: _122.QueryConsensusStatesResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2010
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _122.QueryConsensusStatesResponse;
|
2011
|
-
fromJSON(object: any): _122.QueryConsensusStatesResponse;
|
2012
|
-
toJSON(message: _122.QueryConsensusStatesResponse): unknown;
|
2013
|
-
fromPartial(object: {
|
2014
|
-
consensusStates?: {
|
2015
|
-
height?: {
|
2016
|
-
revisionNumber?: any;
|
2017
|
-
revisionHeight?: any;
|
2018
|
-
};
|
2019
|
-
consensusState?: {
|
2020
|
-
typeUrl?: string;
|
2021
|
-
value?: Uint8Array;
|
2022
|
-
};
|
2023
|
-
}[];
|
2024
|
-
pagination?: {
|
2025
|
-
nextKey?: Uint8Array;
|
2026
|
-
total?: any;
|
2027
|
-
};
|
2028
|
-
}): _122.QueryConsensusStatesResponse;
|
2029
|
-
};
|
2030
|
-
QueryClientStatusRequest: {
|
2031
|
-
encode(message: _122.QueryClientStatusRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2032
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _122.QueryClientStatusRequest;
|
2033
|
-
fromJSON(object: any): _122.QueryClientStatusRequest;
|
2034
|
-
toJSON(message: _122.QueryClientStatusRequest): unknown;
|
2035
|
-
fromPartial(object: {
|
2036
|
-
clientId?: string;
|
2037
|
-
}): _122.QueryClientStatusRequest;
|
2038
|
-
};
|
2039
|
-
QueryClientStatusResponse: {
|
2040
|
-
encode(message: _122.QueryClientStatusResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2041
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _122.QueryClientStatusResponse;
|
2042
|
-
fromJSON(object: any): _122.QueryClientStatusResponse;
|
2043
|
-
toJSON(message: _122.QueryClientStatusResponse): unknown;
|
2044
|
-
fromPartial(object: {
|
2045
|
-
status?: string;
|
2046
|
-
}): _122.QueryClientStatusResponse;
|
2047
|
-
};
|
2048
|
-
QueryClientParamsRequest: {
|
2049
|
-
encode(_: _122.QueryClientParamsRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2050
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _122.QueryClientParamsRequest;
|
2051
|
-
fromJSON(_: any): _122.QueryClientParamsRequest;
|
2052
|
-
toJSON(_: _122.QueryClientParamsRequest): unknown;
|
2053
|
-
fromPartial(_: {}): _122.QueryClientParamsRequest;
|
2054
|
-
};
|
2055
|
-
QueryClientParamsResponse: {
|
2056
|
-
encode(message: _122.QueryClientParamsResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2057
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _122.QueryClientParamsResponse;
|
2058
|
-
fromJSON(object: any): _122.QueryClientParamsResponse;
|
2059
|
-
toJSON(message: _122.QueryClientParamsResponse): unknown;
|
2060
|
-
fromPartial(object: {
|
2061
|
-
params?: {
|
2062
|
-
allowedClients?: string[];
|
2063
|
-
};
|
2064
|
-
}): _122.QueryClientParamsResponse;
|
2065
|
-
};
|
2066
|
-
QueryUpgradedClientStateRequest: {
|
2067
|
-
encode(_: _122.QueryUpgradedClientStateRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2068
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _122.QueryUpgradedClientStateRequest;
|
2069
|
-
fromJSON(_: any): _122.QueryUpgradedClientStateRequest;
|
2070
|
-
toJSON(_: _122.QueryUpgradedClientStateRequest): unknown;
|
2071
|
-
fromPartial(_: {}): _122.QueryUpgradedClientStateRequest;
|
2072
|
-
};
|
2073
|
-
QueryUpgradedClientStateResponse: {
|
2074
|
-
encode(message: _122.QueryUpgradedClientStateResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2075
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _122.QueryUpgradedClientStateResponse;
|
2076
|
-
fromJSON(object: any): _122.QueryUpgradedClientStateResponse;
|
2077
|
-
toJSON(message: _122.QueryUpgradedClientStateResponse): unknown;
|
2078
|
-
fromPartial(object: {
|
2079
|
-
upgradedClientState?: {
|
2080
|
-
typeUrl?: string;
|
2081
|
-
value?: Uint8Array;
|
2082
|
-
};
|
2083
|
-
}): _122.QueryUpgradedClientStateResponse;
|
2084
|
-
};
|
2085
|
-
QueryUpgradedConsensusStateRequest: {
|
2086
|
-
encode(_: _122.QueryUpgradedConsensusStateRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2087
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _122.QueryUpgradedConsensusStateRequest;
|
2088
|
-
fromJSON(_: any): _122.QueryUpgradedConsensusStateRequest;
|
2089
|
-
toJSON(_: _122.QueryUpgradedConsensusStateRequest): unknown;
|
2090
|
-
fromPartial(_: {}): _122.QueryUpgradedConsensusStateRequest;
|
2091
|
-
};
|
2092
|
-
QueryUpgradedConsensusStateResponse: {
|
2093
|
-
encode(message: _122.QueryUpgradedConsensusStateResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2094
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _122.QueryUpgradedConsensusStateResponse;
|
2095
|
-
fromJSON(object: any): _122.QueryUpgradedConsensusStateResponse;
|
2096
|
-
toJSON(message: _122.QueryUpgradedConsensusStateResponse): unknown;
|
2097
|
-
fromPartial(object: {
|
2098
|
-
upgradedConsensusState?: {
|
2099
|
-
typeUrl?: string;
|
2100
|
-
value?: Uint8Array;
|
2101
|
-
};
|
2102
|
-
}): _122.QueryUpgradedConsensusStateResponse;
|
2103
|
-
};
|
2104
|
-
GenesisState: {
|
2105
|
-
encode(message: _121.GenesisState, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2106
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _121.GenesisState;
|
2107
|
-
fromJSON(object: any): _121.GenesisState;
|
2108
|
-
toJSON(message: _121.GenesisState): unknown;
|
2109
|
-
fromPartial(object: {
|
2110
|
-
clients?: {
|
2111
|
-
clientId?: string;
|
2112
|
-
clientState?: {
|
2113
|
-
typeUrl?: string;
|
2114
|
-
value?: Uint8Array;
|
2115
|
-
};
|
2116
|
-
}[];
|
2117
|
-
clientsConsensus?: {
|
2118
|
-
clientId?: string;
|
2119
|
-
consensusStates?: {
|
2120
|
-
height?: {
|
2121
|
-
revisionNumber?: any;
|
2122
|
-
revisionHeight?: any;
|
2123
|
-
};
|
2124
|
-
consensusState?: {
|
2125
|
-
typeUrl?: string;
|
2126
|
-
value?: Uint8Array;
|
2127
|
-
};
|
2128
|
-
}[];
|
2129
|
-
}[];
|
2130
|
-
clientsMetadata?: {
|
2131
|
-
clientId?: string;
|
2132
|
-
clientMetadata?: {
|
2133
|
-
key?: Uint8Array;
|
2134
|
-
value?: Uint8Array;
|
2135
|
-
}[];
|
2136
|
-
}[];
|
2137
|
-
params?: {
|
2138
|
-
allowedClients?: string[];
|
2139
|
-
};
|
2140
|
-
createLocalhost?: boolean;
|
2141
|
-
nextClientSequence?: any;
|
2142
|
-
}): _121.GenesisState;
|
2143
|
-
};
|
2144
|
-
GenesisMetadata: {
|
2145
|
-
encode(message: _121.GenesisMetadata, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2146
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _121.GenesisMetadata;
|
2147
|
-
fromJSON(object: any): _121.GenesisMetadata;
|
2148
|
-
toJSON(message: _121.GenesisMetadata): unknown;
|
2149
|
-
fromPartial(object: {
|
2150
|
-
key?: Uint8Array;
|
2151
|
-
value?: Uint8Array;
|
2152
|
-
}): _121.GenesisMetadata;
|
2153
|
-
};
|
2154
|
-
IdentifiedGenesisMetadata: {
|
2155
|
-
encode(message: _121.IdentifiedGenesisMetadata, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2156
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _121.IdentifiedGenesisMetadata;
|
2157
|
-
fromJSON(object: any): _121.IdentifiedGenesisMetadata;
|
2158
|
-
toJSON(message: _121.IdentifiedGenesisMetadata): unknown;
|
2159
|
-
fromPartial(object: {
|
2160
|
-
clientId?: string;
|
2161
|
-
clientMetadata?: {
|
2162
|
-
key?: Uint8Array;
|
2163
|
-
value?: Uint8Array;
|
2164
|
-
}[];
|
2165
|
-
}): _121.IdentifiedGenesisMetadata;
|
2166
|
-
};
|
2167
|
-
IdentifiedClientState: {
|
2168
|
-
encode(message: _120.IdentifiedClientState, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2169
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _120.IdentifiedClientState;
|
2170
|
-
fromJSON(object: any): _120.IdentifiedClientState;
|
2171
|
-
toJSON(message: _120.IdentifiedClientState): unknown;
|
2172
|
-
fromPartial(object: {
|
2173
|
-
clientId?: string;
|
2174
|
-
clientState?: {
|
2175
|
-
typeUrl?: string;
|
2176
|
-
value?: Uint8Array;
|
2177
|
-
};
|
2178
|
-
}): _120.IdentifiedClientState;
|
2179
|
-
};
|
2180
|
-
ConsensusStateWithHeight: {
|
2181
|
-
encode(message: _120.ConsensusStateWithHeight, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2182
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _120.ConsensusStateWithHeight;
|
2183
|
-
fromJSON(object: any): _120.ConsensusStateWithHeight;
|
2184
|
-
toJSON(message: _120.ConsensusStateWithHeight): unknown;
|
2185
|
-
fromPartial(object: {
|
2186
|
-
height?: {
|
2187
|
-
revisionNumber?: any;
|
2188
|
-
revisionHeight?: any;
|
2189
|
-
};
|
2190
|
-
consensusState?: {
|
2191
|
-
typeUrl?: string;
|
2192
|
-
value?: Uint8Array;
|
2193
|
-
};
|
2194
|
-
}): _120.ConsensusStateWithHeight;
|
2195
|
-
};
|
2196
|
-
ClientConsensusStates: {
|
2197
|
-
encode(message: _120.ClientConsensusStates, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2198
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _120.ClientConsensusStates;
|
2199
|
-
fromJSON(object: any): _120.ClientConsensusStates;
|
2200
|
-
toJSON(message: _120.ClientConsensusStates): unknown;
|
2201
|
-
fromPartial(object: {
|
2202
|
-
clientId?: string;
|
2203
|
-
consensusStates?: {
|
2204
|
-
height?: {
|
2205
|
-
revisionNumber?: any;
|
2206
|
-
revisionHeight?: any;
|
2207
|
-
};
|
2208
|
-
consensusState?: {
|
2209
|
-
typeUrl?: string;
|
2210
|
-
value?: Uint8Array;
|
2211
|
-
};
|
2212
|
-
}[];
|
2213
|
-
}): _120.ClientConsensusStates;
|
2214
|
-
};
|
2215
|
-
ClientUpdateProposal: {
|
2216
|
-
encode(message: _120.ClientUpdateProposal, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2217
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _120.ClientUpdateProposal;
|
2218
|
-
fromJSON(object: any): _120.ClientUpdateProposal;
|
2219
|
-
toJSON(message: _120.ClientUpdateProposal): unknown;
|
2220
|
-
fromPartial(object: {
|
2221
|
-
title?: string;
|
2222
|
-
description?: string;
|
2223
|
-
subjectClientId?: string;
|
2224
|
-
substituteClientId?: string;
|
2225
|
-
}): _120.ClientUpdateProposal;
|
2226
|
-
};
|
2227
|
-
UpgradeProposal: {
|
2228
|
-
encode(message: _120.UpgradeProposal, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2229
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _120.UpgradeProposal;
|
2230
|
-
fromJSON(object: any): _120.UpgradeProposal;
|
2231
|
-
toJSON(message: _120.UpgradeProposal): unknown;
|
2232
|
-
fromPartial(object: {
|
2233
|
-
title?: string;
|
2234
|
-
description?: string;
|
2235
|
-
plan?: {
|
2236
|
-
name?: string;
|
2237
|
-
time?: Date;
|
2238
|
-
height?: any;
|
2239
|
-
info?: string;
|
2240
|
-
upgradedClientState?: {
|
2241
|
-
typeUrl?: string;
|
2242
|
-
value?: Uint8Array;
|
2243
|
-
};
|
2244
|
-
};
|
2245
|
-
upgradedClientState?: {
|
2246
|
-
typeUrl?: string;
|
2247
|
-
value?: Uint8Array;
|
2248
|
-
};
|
2249
|
-
}): _120.UpgradeProposal;
|
2250
|
-
};
|
2251
|
-
Height: {
|
2252
|
-
encode(message: _120.Height, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2253
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _120.Height;
|
2254
|
-
fromJSON(object: any): _120.Height;
|
2255
|
-
toJSON(message: _120.Height): unknown;
|
2256
|
-
fromPartial(object: {
|
2257
|
-
revisionNumber?: any;
|
2258
|
-
revisionHeight?: any;
|
2259
|
-
}): _120.Height;
|
2260
|
-
};
|
2261
|
-
Params: {
|
2262
|
-
encode(message: _120.Params, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2263
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _120.Params;
|
2264
|
-
fromJSON(object: any): _120.Params;
|
2265
|
-
toJSON(message: _120.Params): unknown;
|
2266
|
-
fromPartial(object: {
|
2267
|
-
allowedClients?: string[];
|
2268
|
-
}): _120.Params;
|
2269
|
-
};
|
2270
|
-
};
|
2271
|
-
}
|
2272
|
-
namespace commitment {
|
2273
|
-
const v1: {
|
2274
|
-
MerkleRoot: {
|
2275
|
-
encode(message: _124.MerkleRoot, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2276
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _124.MerkleRoot;
|
2277
|
-
fromJSON(object: any): _124.MerkleRoot;
|
2278
|
-
toJSON(message: _124.MerkleRoot): unknown;
|
2279
|
-
fromPartial(object: {
|
2280
|
-
hash?: Uint8Array;
|
2281
|
-
}): _124.MerkleRoot;
|
2282
|
-
};
|
2283
|
-
MerklePrefix: {
|
2284
|
-
encode(message: _124.MerklePrefix, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2285
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _124.MerklePrefix;
|
2286
|
-
fromJSON(object: any): _124.MerklePrefix;
|
2287
|
-
toJSON(message: _124.MerklePrefix): unknown;
|
2288
|
-
fromPartial(object: {
|
2289
|
-
keyPrefix?: Uint8Array;
|
2290
|
-
}): _124.MerklePrefix;
|
2291
|
-
};
|
2292
|
-
MerklePath: {
|
2293
|
-
encode(message: _124.MerklePath, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2294
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _124.MerklePath;
|
2295
|
-
fromJSON(object: any): _124.MerklePath;
|
2296
|
-
toJSON(message: _124.MerklePath): unknown;
|
2297
|
-
fromPartial(object: {
|
2298
|
-
keyPath?: string[];
|
2299
|
-
}): _124.MerklePath;
|
2300
|
-
};
|
2301
|
-
MerkleProof: {
|
2302
|
-
encode(message: _124.MerkleProof, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2303
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _124.MerkleProof;
|
2304
|
-
fromJSON(object: any): _124.MerkleProof;
|
2305
|
-
toJSON(message: _124.MerkleProof): unknown;
|
2306
|
-
fromPartial(object: {
|
2307
|
-
proofs?: {
|
2308
|
-
exist?: {
|
2309
|
-
key?: Uint8Array;
|
2310
|
-
value?: Uint8Array;
|
2311
|
-
leaf?: {
|
2312
|
-
hash?: import("../confio/proofs").HashOp;
|
2313
|
-
prehashKey?: import("../confio/proofs").HashOp;
|
2314
|
-
prehashValue?: import("../confio/proofs").HashOp;
|
2315
|
-
length?: import("../confio/proofs").LengthOp;
|
2316
|
-
prefix?: Uint8Array;
|
2317
|
-
};
|
2318
|
-
path?: {
|
2319
|
-
hash?: import("../confio/proofs").HashOp;
|
2320
|
-
prefix?: Uint8Array;
|
2321
|
-
suffix?: Uint8Array;
|
2322
|
-
}[];
|
2323
|
-
};
|
2324
|
-
nonexist?: {
|
2325
|
-
key?: Uint8Array;
|
2326
|
-
left?: {
|
2327
|
-
key?: Uint8Array;
|
2328
|
-
value?: Uint8Array;
|
2329
|
-
leaf?: {
|
2330
|
-
hash?: import("../confio/proofs").HashOp;
|
2331
|
-
prehashKey?: import("../confio/proofs").HashOp;
|
2332
|
-
prehashValue?: import("../confio/proofs").HashOp;
|
2333
|
-
length?: import("../confio/proofs").LengthOp;
|
2334
|
-
prefix?: Uint8Array;
|
2335
|
-
};
|
2336
|
-
path?: {
|
2337
|
-
hash?: import("../confio/proofs").HashOp;
|
2338
|
-
prefix?: Uint8Array;
|
2339
|
-
suffix?: Uint8Array;
|
2340
|
-
}[];
|
2341
|
-
};
|
2342
|
-
right?: {
|
2343
|
-
key?: Uint8Array;
|
2344
|
-
value?: Uint8Array;
|
2345
|
-
leaf?: {
|
2346
|
-
hash?: import("../confio/proofs").HashOp;
|
2347
|
-
prehashKey?: import("../confio/proofs").HashOp;
|
2348
|
-
prehashValue?: import("../confio/proofs").HashOp;
|
2349
|
-
length?: import("../confio/proofs").LengthOp;
|
2350
|
-
prefix?: Uint8Array;
|
2351
|
-
};
|
2352
|
-
path?: {
|
2353
|
-
hash?: import("../confio/proofs").HashOp;
|
2354
|
-
prefix?: Uint8Array;
|
2355
|
-
suffix?: Uint8Array;
|
2356
|
-
}[];
|
2357
|
-
};
|
2358
|
-
};
|
2359
|
-
batch?: {
|
2360
|
-
entries?: {
|
2361
|
-
exist?: {
|
2362
|
-
key?: Uint8Array;
|
2363
|
-
value?: Uint8Array;
|
2364
|
-
leaf?: {
|
2365
|
-
hash?: import("../confio/proofs").HashOp;
|
2366
|
-
prehashKey?: import("../confio/proofs").HashOp;
|
2367
|
-
prehashValue?: import("../confio/proofs").HashOp;
|
2368
|
-
length?: import("../confio/proofs").LengthOp;
|
2369
|
-
prefix?: Uint8Array;
|
2370
|
-
};
|
2371
|
-
path?: {
|
2372
|
-
hash?: import("../confio/proofs").HashOp;
|
2373
|
-
prefix?: Uint8Array;
|
2374
|
-
suffix?: Uint8Array;
|
2375
|
-
}[];
|
2376
|
-
};
|
2377
|
-
nonexist?: {
|
2378
|
-
key?: Uint8Array;
|
2379
|
-
left?: {
|
2380
|
-
key?: Uint8Array;
|
2381
|
-
value?: Uint8Array;
|
2382
|
-
leaf?: {
|
2383
|
-
hash?: import("../confio/proofs").HashOp;
|
2384
|
-
prehashKey?: import("../confio/proofs").HashOp;
|
2385
|
-
prehashValue?: import("../confio/proofs").HashOp;
|
2386
|
-
length?: import("../confio/proofs").LengthOp;
|
2387
|
-
prefix?: Uint8Array;
|
2388
|
-
};
|
2389
|
-
path?: {
|
2390
|
-
hash?: import("../confio/proofs").HashOp;
|
2391
|
-
prefix?: Uint8Array;
|
2392
|
-
suffix?: Uint8Array;
|
2393
|
-
}[];
|
2394
|
-
};
|
2395
|
-
right?: {
|
2396
|
-
key?: Uint8Array;
|
2397
|
-
value?: Uint8Array;
|
2398
|
-
leaf?: {
|
2399
|
-
hash?: import("../confio/proofs").HashOp;
|
2400
|
-
prehashKey?: import("../confio/proofs").HashOp;
|
2401
|
-
prehashValue?: import("../confio/proofs").HashOp;
|
2402
|
-
length?: import("../confio/proofs").LengthOp;
|
2403
|
-
prefix?: Uint8Array;
|
2404
|
-
};
|
2405
|
-
path?: {
|
2406
|
-
hash?: import("../confio/proofs").HashOp;
|
2407
|
-
prefix?: Uint8Array;
|
2408
|
-
suffix?: Uint8Array;
|
2409
|
-
}[];
|
2410
|
-
};
|
2411
|
-
};
|
2412
|
-
}[];
|
2413
|
-
};
|
2414
|
-
compressed?: {
|
2415
|
-
entries?: {
|
2416
|
-
exist?: {
|
2417
|
-
key?: Uint8Array;
|
2418
|
-
value?: Uint8Array;
|
2419
|
-
leaf?: {
|
2420
|
-
hash?: import("../confio/proofs").HashOp;
|
2421
|
-
prehashKey?: import("../confio/proofs").HashOp;
|
2422
|
-
prehashValue?: import("../confio/proofs").HashOp;
|
2423
|
-
length?: import("../confio/proofs").LengthOp;
|
2424
|
-
prefix?: Uint8Array;
|
2425
|
-
};
|
2426
|
-
path?: number[];
|
2427
|
-
};
|
2428
|
-
nonexist?: {
|
2429
|
-
key?: Uint8Array;
|
2430
|
-
left?: {
|
2431
|
-
key?: Uint8Array;
|
2432
|
-
value?: Uint8Array;
|
2433
|
-
leaf?: {
|
2434
|
-
hash?: import("../confio/proofs").HashOp;
|
2435
|
-
prehashKey?: import("../confio/proofs").HashOp;
|
2436
|
-
prehashValue?: import("../confio/proofs").HashOp;
|
2437
|
-
length?: import("../confio/proofs").LengthOp;
|
2438
|
-
prefix?: Uint8Array;
|
2439
|
-
};
|
2440
|
-
path?: number[];
|
2441
|
-
};
|
2442
|
-
right?: {
|
2443
|
-
key?: Uint8Array;
|
2444
|
-
value?: Uint8Array;
|
2445
|
-
leaf?: {
|
2446
|
-
hash?: import("../confio/proofs").HashOp;
|
2447
|
-
prehashKey?: import("../confio/proofs").HashOp;
|
2448
|
-
prehashValue?: import("../confio/proofs").HashOp;
|
2449
|
-
length?: import("../confio/proofs").LengthOp;
|
2450
|
-
prefix?: Uint8Array;
|
2451
|
-
};
|
2452
|
-
path?: number[];
|
2453
|
-
};
|
2454
|
-
};
|
2455
|
-
}[];
|
2456
|
-
lookupInners?: {
|
2457
|
-
hash?: import("../confio/proofs").HashOp;
|
2458
|
-
prefix?: Uint8Array;
|
2459
|
-
suffix?: Uint8Array;
|
2460
|
-
}[];
|
2461
|
-
};
|
2462
|
-
}[];
|
2463
|
-
}): _124.MerkleProof;
|
2464
|
-
};
|
2465
|
-
};
|
2466
|
-
}
|
2467
|
-
namespace connection {
|
2468
|
-
const v1: {
|
2469
|
-
MsgClientImpl: typeof _249.MsgClientImpl;
|
2470
|
-
QueryClientImpl: typeof _244.QueryClientImpl;
|
2471
|
-
LCDQueryClient: typeof _240.LCDQueryClient;
|
2472
|
-
registry: readonly [string, import("@cosmjs/proto-signing").GeneratedType][];
|
2473
|
-
load: (protoRegistry: import("@cosmjs/proto-signing").Registry) => void;
|
2474
|
-
MessageComposer: {
|
2475
|
-
encoded: {
|
2476
|
-
connectionOpenInit(value: _128.MsgConnectionOpenInit): {
|
2477
|
-
typeUrl: string;
|
2478
|
-
value: Uint8Array;
|
2479
|
-
};
|
2480
|
-
connectionOpenTry(value: _128.MsgConnectionOpenTry): {
|
2481
|
-
typeUrl: string;
|
2482
|
-
value: Uint8Array;
|
2483
|
-
};
|
2484
|
-
connectionOpenAck(value: _128.MsgConnectionOpenAck): {
|
2485
|
-
typeUrl: string;
|
2486
|
-
value: Uint8Array;
|
2487
|
-
};
|
2488
|
-
connectionOpenConfirm(value: _128.MsgConnectionOpenConfirm): {
|
2489
|
-
typeUrl: string;
|
2490
|
-
value: Uint8Array;
|
2491
|
-
};
|
2492
|
-
};
|
2493
|
-
withTypeUrl: {
|
2494
|
-
connectionOpenInit(value: _128.MsgConnectionOpenInit): {
|
2495
|
-
typeUrl: string;
|
2496
|
-
value: _128.MsgConnectionOpenInit;
|
2497
|
-
};
|
2498
|
-
connectionOpenTry(value: _128.MsgConnectionOpenTry): {
|
2499
|
-
typeUrl: string;
|
2500
|
-
value: _128.MsgConnectionOpenTry;
|
2501
|
-
};
|
2502
|
-
connectionOpenAck(value: _128.MsgConnectionOpenAck): {
|
2503
|
-
typeUrl: string;
|
2504
|
-
value: _128.MsgConnectionOpenAck;
|
2505
|
-
};
|
2506
|
-
connectionOpenConfirm(value: _128.MsgConnectionOpenConfirm): {
|
2507
|
-
typeUrl: string;
|
2508
|
-
value: _128.MsgConnectionOpenConfirm;
|
2509
|
-
};
|
2510
|
-
};
|
2511
|
-
toJSON: {
|
2512
|
-
connectionOpenInit(value: _128.MsgConnectionOpenInit): {
|
2513
|
-
typeUrl: string;
|
2514
|
-
value: unknown;
|
2515
|
-
};
|
2516
|
-
connectionOpenTry(value: _128.MsgConnectionOpenTry): {
|
2517
|
-
typeUrl: string;
|
2518
|
-
value: unknown;
|
2519
|
-
};
|
2520
|
-
connectionOpenAck(value: _128.MsgConnectionOpenAck): {
|
2521
|
-
typeUrl: string;
|
2522
|
-
value: unknown;
|
2523
|
-
};
|
2524
|
-
connectionOpenConfirm(value: _128.MsgConnectionOpenConfirm): {
|
2525
|
-
typeUrl: string;
|
2526
|
-
value: unknown;
|
2527
|
-
};
|
2528
|
-
};
|
2529
|
-
fromJSON: {
|
2530
|
-
connectionOpenInit(value: any): {
|
2531
|
-
typeUrl: string;
|
2532
|
-
value: _128.MsgConnectionOpenInit;
|
2533
|
-
};
|
2534
|
-
connectionOpenTry(value: any): {
|
2535
|
-
typeUrl: string;
|
2536
|
-
value: _128.MsgConnectionOpenTry;
|
2537
|
-
};
|
2538
|
-
connectionOpenAck(value: any): {
|
2539
|
-
typeUrl: string;
|
2540
|
-
value: _128.MsgConnectionOpenAck;
|
2541
|
-
};
|
2542
|
-
connectionOpenConfirm(value: any): {
|
2543
|
-
typeUrl: string;
|
2544
|
-
value: _128.MsgConnectionOpenConfirm;
|
2545
|
-
};
|
2546
|
-
};
|
2547
|
-
fromPartial: {
|
2548
|
-
connectionOpenInit(value: _128.MsgConnectionOpenInit): {
|
2549
|
-
typeUrl: string;
|
2550
|
-
value: _128.MsgConnectionOpenInit;
|
2551
|
-
};
|
2552
|
-
connectionOpenTry(value: _128.MsgConnectionOpenTry): {
|
2553
|
-
typeUrl: string;
|
2554
|
-
value: _128.MsgConnectionOpenTry;
|
2555
|
-
};
|
2556
|
-
connectionOpenAck(value: _128.MsgConnectionOpenAck): {
|
2557
|
-
typeUrl: string;
|
2558
|
-
value: _128.MsgConnectionOpenAck;
|
2559
|
-
};
|
2560
|
-
connectionOpenConfirm(value: _128.MsgConnectionOpenConfirm): {
|
2561
|
-
typeUrl: string;
|
2562
|
-
value: _128.MsgConnectionOpenConfirm;
|
2563
|
-
};
|
2564
|
-
};
|
2565
|
-
};
|
2566
|
-
AminoConverter: {
|
2567
|
-
"/ibc.core.connection.v1.MsgConnectionOpenInit": {
|
2568
|
-
aminoType: string;
|
2569
|
-
toAmino: ({ clientId, counterparty, version, delayPeriod, signer }: _128.MsgConnectionOpenInit) => {
|
2570
|
-
client_id: string;
|
2571
|
-
counterparty: {
|
2572
|
-
client_id: string;
|
2573
|
-
connection_id: string;
|
2574
|
-
prefix: {
|
2575
|
-
key_prefix: Uint8Array;
|
2576
|
-
};
|
2577
|
-
};
|
2578
|
-
version: {
|
2579
|
-
identifier: string;
|
2580
|
-
features: string[];
|
2581
|
-
};
|
2582
|
-
delay_period: string;
|
2583
|
-
signer: string;
|
2584
|
-
};
|
2585
|
-
fromAmino: ({ client_id, counterparty, version, delay_period, signer }: {
|
2586
|
-
client_id: string;
|
2587
|
-
counterparty: {
|
2588
|
-
client_id: string;
|
2589
|
-
connection_id: string;
|
2590
|
-
prefix: {
|
2591
|
-
key_prefix: Uint8Array;
|
2592
|
-
};
|
2593
|
-
};
|
2594
|
-
version: {
|
2595
|
-
identifier: string;
|
2596
|
-
features: string[];
|
2597
|
-
};
|
2598
|
-
delay_period: string;
|
2599
|
-
signer: string;
|
2600
|
-
}) => _128.MsgConnectionOpenInit;
|
2601
|
-
};
|
2602
|
-
"/ibc.core.connection.v1.MsgConnectionOpenTry": {
|
2603
|
-
aminoType: string;
|
2604
|
-
toAmino: ({ clientId, previousConnectionId, clientState, counterparty, delayPeriod, counterpartyVersions, proofHeight, proofInit, proofClient, proofConsensus, consensusHeight, signer }: _128.MsgConnectionOpenTry) => {
|
2605
|
-
client_id: string;
|
2606
|
-
previous_connection_id: string;
|
2607
|
-
client_state: {
|
2608
|
-
type_url: string;
|
2609
|
-
value: Uint8Array;
|
2610
|
-
};
|
2611
|
-
counterparty: {
|
2612
|
-
client_id: string;
|
2613
|
-
connection_id: string;
|
2614
|
-
prefix: {
|
2615
|
-
key_prefix: Uint8Array;
|
2616
|
-
};
|
2617
|
-
};
|
2618
|
-
delay_period: string;
|
2619
|
-
counterparty_versions: {
|
2620
|
-
identifier: string;
|
2621
|
-
features: string[];
|
2622
|
-
}[];
|
2623
|
-
proof_height: import("@osmonauts/helpers").AminoHeight;
|
2624
|
-
proof_init: Uint8Array;
|
2625
|
-
proof_client: Uint8Array;
|
2626
|
-
proof_consensus: Uint8Array;
|
2627
|
-
consensus_height: import("@osmonauts/helpers").AminoHeight;
|
2628
|
-
signer: string;
|
2629
|
-
};
|
2630
|
-
fromAmino: ({ client_id, previous_connection_id, client_state, counterparty, delay_period, counterparty_versions, proof_height, proof_init, proof_client, proof_consensus, consensus_height, signer }: {
|
2631
|
-
client_id: string;
|
2632
|
-
previous_connection_id: string;
|
2633
|
-
client_state: {
|
2634
|
-
type_url: string;
|
2635
|
-
value: Uint8Array;
|
2636
|
-
};
|
2637
|
-
counterparty: {
|
2638
|
-
client_id: string;
|
2639
|
-
connection_id: string;
|
2640
|
-
prefix: {
|
2641
|
-
key_prefix: Uint8Array;
|
2642
|
-
};
|
2643
|
-
};
|
2644
|
-
delay_period: string;
|
2645
|
-
counterparty_versions: {
|
2646
|
-
identifier: string;
|
2647
|
-
features: string[];
|
2648
|
-
}[];
|
2649
|
-
proof_height: import("@osmonauts/helpers").AminoHeight;
|
2650
|
-
proof_init: Uint8Array;
|
2651
|
-
proof_client: Uint8Array;
|
2652
|
-
proof_consensus: Uint8Array;
|
2653
|
-
consensus_height: import("@osmonauts/helpers").AminoHeight;
|
2654
|
-
signer: string;
|
2655
|
-
}) => _128.MsgConnectionOpenTry;
|
2656
|
-
};
|
2657
|
-
"/ibc.core.connection.v1.MsgConnectionOpenAck": {
|
2658
|
-
aminoType: string;
|
2659
|
-
toAmino: ({ connectionId, counterpartyConnectionId, version, clientState, proofHeight, proofTry, proofClient, proofConsensus, consensusHeight, signer }: _128.MsgConnectionOpenAck) => {
|
2660
|
-
connection_id: string;
|
2661
|
-
counterparty_connection_id: string;
|
2662
|
-
version: {
|
2663
|
-
identifier: string;
|
2664
|
-
features: string[];
|
2665
|
-
};
|
2666
|
-
client_state: {
|
2667
|
-
type_url: string;
|
2668
|
-
value: Uint8Array;
|
2669
|
-
};
|
2670
|
-
proof_height: import("@osmonauts/helpers").AminoHeight;
|
2671
|
-
proof_try: Uint8Array;
|
2672
|
-
proof_client: Uint8Array;
|
2673
|
-
proof_consensus: Uint8Array;
|
2674
|
-
consensus_height: import("@osmonauts/helpers").AminoHeight;
|
2675
|
-
signer: string;
|
2676
|
-
};
|
2677
|
-
fromAmino: ({ connection_id, counterparty_connection_id, version, client_state, proof_height, proof_try, proof_client, proof_consensus, consensus_height, signer }: {
|
2678
|
-
connection_id: string;
|
2679
|
-
counterparty_connection_id: string;
|
2680
|
-
version: {
|
2681
|
-
identifier: string;
|
2682
|
-
features: string[];
|
2683
|
-
};
|
2684
|
-
client_state: {
|
2685
|
-
type_url: string;
|
2686
|
-
value: Uint8Array;
|
2687
|
-
};
|
2688
|
-
proof_height: import("@osmonauts/helpers").AminoHeight;
|
2689
|
-
proof_try: Uint8Array;
|
2690
|
-
proof_client: Uint8Array;
|
2691
|
-
proof_consensus: Uint8Array;
|
2692
|
-
consensus_height: import("@osmonauts/helpers").AminoHeight;
|
2693
|
-
signer: string;
|
2694
|
-
}) => _128.MsgConnectionOpenAck;
|
2695
|
-
};
|
2696
|
-
"/ibc.core.connection.v1.MsgConnectionOpenConfirm": {
|
2697
|
-
aminoType: string;
|
2698
|
-
toAmino: ({ connectionId, proofAck, proofHeight, signer }: _128.MsgConnectionOpenConfirm) => {
|
2699
|
-
connection_id: string;
|
2700
|
-
proof_ack: Uint8Array;
|
2701
|
-
proof_height: import("@osmonauts/helpers").AminoHeight;
|
2702
|
-
signer: string;
|
2703
|
-
};
|
2704
|
-
fromAmino: ({ connection_id, proof_ack, proof_height, signer }: {
|
2705
|
-
connection_id: string;
|
2706
|
-
proof_ack: Uint8Array;
|
2707
|
-
proof_height: import("@osmonauts/helpers").AminoHeight;
|
2708
|
-
signer: string;
|
2709
|
-
}) => _128.MsgConnectionOpenConfirm;
|
2710
|
-
};
|
2711
|
-
};
|
2712
|
-
MsgConnectionOpenInit: {
|
2713
|
-
encode(message: _128.MsgConnectionOpenInit, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2714
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _128.MsgConnectionOpenInit;
|
2715
|
-
fromJSON(object: any): _128.MsgConnectionOpenInit;
|
2716
|
-
toJSON(message: _128.MsgConnectionOpenInit): unknown;
|
2717
|
-
fromPartial(object: {
|
2718
|
-
clientId?: string;
|
2719
|
-
counterparty?: {
|
2720
|
-
clientId?: string;
|
2721
|
-
connectionId?: string;
|
2722
|
-
prefix?: {
|
2723
|
-
keyPrefix?: Uint8Array;
|
2724
|
-
};
|
2725
|
-
};
|
2726
|
-
version?: {
|
2727
|
-
identifier?: string;
|
2728
|
-
features?: string[];
|
2729
|
-
};
|
2730
|
-
delayPeriod?: any;
|
2731
|
-
signer?: string;
|
2732
|
-
}): _128.MsgConnectionOpenInit;
|
2733
|
-
};
|
2734
|
-
MsgConnectionOpenInitResponse: {
|
2735
|
-
encode(_: _128.MsgConnectionOpenInitResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2736
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _128.MsgConnectionOpenInitResponse;
|
2737
|
-
fromJSON(_: any): _128.MsgConnectionOpenInitResponse;
|
2738
|
-
toJSON(_: _128.MsgConnectionOpenInitResponse): unknown;
|
2739
|
-
fromPartial(_: {}): _128.MsgConnectionOpenInitResponse;
|
2740
|
-
};
|
2741
|
-
MsgConnectionOpenTry: {
|
2742
|
-
encode(message: _128.MsgConnectionOpenTry, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2743
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _128.MsgConnectionOpenTry;
|
2744
|
-
fromJSON(object: any): _128.MsgConnectionOpenTry;
|
2745
|
-
toJSON(message: _128.MsgConnectionOpenTry): unknown;
|
2746
|
-
fromPartial(object: {
|
2747
|
-
clientId?: string;
|
2748
|
-
previousConnectionId?: string;
|
2749
|
-
clientState?: {
|
2750
|
-
typeUrl?: string;
|
2751
|
-
value?: Uint8Array;
|
2752
|
-
};
|
2753
|
-
counterparty?: {
|
2754
|
-
clientId?: string;
|
2755
|
-
connectionId?: string;
|
2756
|
-
prefix?: {
|
2757
|
-
keyPrefix?: Uint8Array;
|
2758
|
-
};
|
2759
|
-
};
|
2760
|
-
delayPeriod?: any;
|
2761
|
-
counterpartyVersions?: {
|
2762
|
-
identifier?: string;
|
2763
|
-
features?: string[];
|
2764
|
-
}[];
|
2765
|
-
proofHeight?: {
|
2766
|
-
revisionNumber?: any;
|
2767
|
-
revisionHeight?: any;
|
2768
|
-
};
|
2769
|
-
proofInit?: Uint8Array;
|
2770
|
-
proofClient?: Uint8Array;
|
2771
|
-
proofConsensus?: Uint8Array;
|
2772
|
-
consensusHeight?: {
|
2773
|
-
revisionNumber?: any;
|
2774
|
-
revisionHeight?: any;
|
2775
|
-
};
|
2776
|
-
signer?: string;
|
2777
|
-
}): _128.MsgConnectionOpenTry;
|
2778
|
-
};
|
2779
|
-
MsgConnectionOpenTryResponse: {
|
2780
|
-
encode(_: _128.MsgConnectionOpenTryResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2781
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _128.MsgConnectionOpenTryResponse;
|
2782
|
-
fromJSON(_: any): _128.MsgConnectionOpenTryResponse;
|
2783
|
-
toJSON(_: _128.MsgConnectionOpenTryResponse): unknown;
|
2784
|
-
fromPartial(_: {}): _128.MsgConnectionOpenTryResponse;
|
2785
|
-
};
|
2786
|
-
MsgConnectionOpenAck: {
|
2787
|
-
encode(message: _128.MsgConnectionOpenAck, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2788
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _128.MsgConnectionOpenAck;
|
2789
|
-
fromJSON(object: any): _128.MsgConnectionOpenAck;
|
2790
|
-
toJSON(message: _128.MsgConnectionOpenAck): unknown;
|
2791
|
-
fromPartial(object: {
|
2792
|
-
connectionId?: string;
|
2793
|
-
counterpartyConnectionId?: string;
|
2794
|
-
version?: {
|
2795
|
-
identifier?: string;
|
2796
|
-
features?: string[];
|
2797
|
-
};
|
2798
|
-
clientState?: {
|
2799
|
-
typeUrl?: string;
|
2800
|
-
value?: Uint8Array;
|
2801
|
-
};
|
2802
|
-
proofHeight?: {
|
2803
|
-
revisionNumber?: any;
|
2804
|
-
revisionHeight?: any;
|
2805
|
-
};
|
2806
|
-
proofTry?: Uint8Array;
|
2807
|
-
proofClient?: Uint8Array;
|
2808
|
-
proofConsensus?: Uint8Array;
|
2809
|
-
consensusHeight?: {
|
2810
|
-
revisionNumber?: any;
|
2811
|
-
revisionHeight?: any;
|
2812
|
-
};
|
2813
|
-
signer?: string;
|
2814
|
-
}): _128.MsgConnectionOpenAck;
|
2815
|
-
};
|
2816
|
-
MsgConnectionOpenAckResponse: {
|
2817
|
-
encode(_: _128.MsgConnectionOpenAckResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2818
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _128.MsgConnectionOpenAckResponse;
|
2819
|
-
fromJSON(_: any): _128.MsgConnectionOpenAckResponse;
|
2820
|
-
toJSON(_: _128.MsgConnectionOpenAckResponse): unknown;
|
2821
|
-
fromPartial(_: {}): _128.MsgConnectionOpenAckResponse;
|
2822
|
-
};
|
2823
|
-
MsgConnectionOpenConfirm: {
|
2824
|
-
encode(message: _128.MsgConnectionOpenConfirm, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2825
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _128.MsgConnectionOpenConfirm;
|
2826
|
-
fromJSON(object: any): _128.MsgConnectionOpenConfirm;
|
2827
|
-
toJSON(message: _128.MsgConnectionOpenConfirm): unknown;
|
2828
|
-
fromPartial(object: {
|
2829
|
-
connectionId?: string;
|
2830
|
-
proofAck?: Uint8Array;
|
2831
|
-
proofHeight?: {
|
2832
|
-
revisionNumber?: any;
|
2833
|
-
revisionHeight?: any;
|
2834
|
-
};
|
2835
|
-
signer?: string;
|
2836
|
-
}): _128.MsgConnectionOpenConfirm;
|
2837
|
-
};
|
2838
|
-
MsgConnectionOpenConfirmResponse: {
|
2839
|
-
encode(_: _128.MsgConnectionOpenConfirmResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2840
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _128.MsgConnectionOpenConfirmResponse;
|
2841
|
-
fromJSON(_: any): _128.MsgConnectionOpenConfirmResponse;
|
2842
|
-
toJSON(_: _128.MsgConnectionOpenConfirmResponse): unknown;
|
2843
|
-
fromPartial(_: {}): _128.MsgConnectionOpenConfirmResponse;
|
2844
|
-
};
|
2845
|
-
QueryConnectionRequest: {
|
2846
|
-
encode(message: _127.QueryConnectionRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2847
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _127.QueryConnectionRequest;
|
2848
|
-
fromJSON(object: any): _127.QueryConnectionRequest;
|
2849
|
-
toJSON(message: _127.QueryConnectionRequest): unknown;
|
2850
|
-
fromPartial(object: {
|
2851
|
-
connectionId?: string;
|
2852
|
-
}): _127.QueryConnectionRequest;
|
2853
|
-
};
|
2854
|
-
QueryConnectionResponse: {
|
2855
|
-
encode(message: _127.QueryConnectionResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2856
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _127.QueryConnectionResponse;
|
2857
|
-
fromJSON(object: any): _127.QueryConnectionResponse;
|
2858
|
-
toJSON(message: _127.QueryConnectionResponse): unknown;
|
2859
|
-
fromPartial(object: {
|
2860
|
-
connection?: {
|
2861
|
-
clientId?: string;
|
2862
|
-
versions?: {
|
2863
|
-
identifier?: string;
|
2864
|
-
features?: string[];
|
2865
|
-
}[];
|
2866
|
-
state?: _125.State;
|
2867
|
-
counterparty?: {
|
2868
|
-
clientId?: string;
|
2869
|
-
connectionId?: string;
|
2870
|
-
prefix?: {
|
2871
|
-
keyPrefix?: Uint8Array;
|
2872
|
-
};
|
2873
|
-
};
|
2874
|
-
delayPeriod?: any;
|
2875
|
-
};
|
2876
|
-
proof?: Uint8Array;
|
2877
|
-
proofHeight?: {
|
2878
|
-
revisionNumber?: any;
|
2879
|
-
revisionHeight?: any;
|
2880
|
-
};
|
2881
|
-
}): _127.QueryConnectionResponse;
|
2882
|
-
};
|
2883
|
-
QueryConnectionsRequest: {
|
2884
|
-
encode(message: _127.QueryConnectionsRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2885
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _127.QueryConnectionsRequest;
|
2886
|
-
fromJSON(object: any): _127.QueryConnectionsRequest;
|
2887
|
-
toJSON(message: _127.QueryConnectionsRequest): unknown;
|
2888
|
-
fromPartial(object: {
|
2889
|
-
pagination?: {
|
2890
|
-
key?: Uint8Array;
|
2891
|
-
offset?: any;
|
2892
|
-
limit?: any;
|
2893
|
-
countTotal?: boolean;
|
2894
|
-
reverse?: boolean;
|
2895
|
-
};
|
2896
|
-
}): _127.QueryConnectionsRequest;
|
2897
|
-
};
|
2898
|
-
QueryConnectionsResponse: {
|
2899
|
-
encode(message: _127.QueryConnectionsResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2900
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _127.QueryConnectionsResponse;
|
2901
|
-
fromJSON(object: any): _127.QueryConnectionsResponse;
|
2902
|
-
toJSON(message: _127.QueryConnectionsResponse): unknown;
|
2903
|
-
fromPartial(object: {
|
2904
|
-
connections?: {
|
2905
|
-
id?: string;
|
2906
|
-
clientId?: string;
|
2907
|
-
versions?: {
|
2908
|
-
identifier?: string;
|
2909
|
-
features?: string[];
|
2910
|
-
}[];
|
2911
|
-
state?: _125.State;
|
2912
|
-
counterparty?: {
|
2913
|
-
clientId?: string;
|
2914
|
-
connectionId?: string;
|
2915
|
-
prefix?: {
|
2916
|
-
keyPrefix?: Uint8Array;
|
2917
|
-
};
|
2918
|
-
};
|
2919
|
-
delayPeriod?: any;
|
2920
|
-
}[];
|
2921
|
-
pagination?: {
|
2922
|
-
nextKey?: Uint8Array;
|
2923
|
-
total?: any;
|
2924
|
-
};
|
2925
|
-
height?: {
|
2926
|
-
revisionNumber?: any;
|
2927
|
-
revisionHeight?: any;
|
2928
|
-
};
|
2929
|
-
}): _127.QueryConnectionsResponse;
|
2930
|
-
};
|
2931
|
-
QueryClientConnectionsRequest: {
|
2932
|
-
encode(message: _127.QueryClientConnectionsRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2933
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _127.QueryClientConnectionsRequest;
|
2934
|
-
fromJSON(object: any): _127.QueryClientConnectionsRequest;
|
2935
|
-
toJSON(message: _127.QueryClientConnectionsRequest): unknown;
|
2936
|
-
fromPartial(object: {
|
2937
|
-
clientId?: string;
|
2938
|
-
}): _127.QueryClientConnectionsRequest;
|
2939
|
-
};
|
2940
|
-
QueryClientConnectionsResponse: {
|
2941
|
-
encode(message: _127.QueryClientConnectionsResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2942
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _127.QueryClientConnectionsResponse;
|
2943
|
-
fromJSON(object: any): _127.QueryClientConnectionsResponse;
|
2944
|
-
toJSON(message: _127.QueryClientConnectionsResponse): unknown;
|
2945
|
-
fromPartial(object: {
|
2946
|
-
connectionPaths?: string[];
|
2947
|
-
proof?: Uint8Array;
|
2948
|
-
proofHeight?: {
|
2949
|
-
revisionNumber?: any;
|
2950
|
-
revisionHeight?: any;
|
2951
|
-
};
|
2952
|
-
}): _127.QueryClientConnectionsResponse;
|
2953
|
-
};
|
2954
|
-
QueryConnectionClientStateRequest: {
|
2955
|
-
encode(message: _127.QueryConnectionClientStateRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2956
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _127.QueryConnectionClientStateRequest;
|
2957
|
-
fromJSON(object: any): _127.QueryConnectionClientStateRequest;
|
2958
|
-
toJSON(message: _127.QueryConnectionClientStateRequest): unknown;
|
2959
|
-
fromPartial(object: {
|
2960
|
-
connectionId?: string;
|
2961
|
-
}): _127.QueryConnectionClientStateRequest;
|
2962
|
-
};
|
2963
|
-
QueryConnectionClientStateResponse: {
|
2964
|
-
encode(message: _127.QueryConnectionClientStateResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2965
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _127.QueryConnectionClientStateResponse;
|
2966
|
-
fromJSON(object: any): _127.QueryConnectionClientStateResponse;
|
2967
|
-
toJSON(message: _127.QueryConnectionClientStateResponse): unknown;
|
2968
|
-
fromPartial(object: {
|
2969
|
-
identifiedClientState?: {
|
2970
|
-
clientId?: string;
|
2971
|
-
clientState?: {
|
2972
|
-
typeUrl?: string;
|
2973
|
-
value?: Uint8Array;
|
2974
|
-
};
|
2975
|
-
};
|
2976
|
-
proof?: Uint8Array;
|
2977
|
-
proofHeight?: {
|
2978
|
-
revisionNumber?: any;
|
2979
|
-
revisionHeight?: any;
|
2980
|
-
};
|
2981
|
-
}): _127.QueryConnectionClientStateResponse;
|
2982
|
-
};
|
2983
|
-
QueryConnectionConsensusStateRequest: {
|
2984
|
-
encode(message: _127.QueryConnectionConsensusStateRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2985
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _127.QueryConnectionConsensusStateRequest;
|
2986
|
-
fromJSON(object: any): _127.QueryConnectionConsensusStateRequest;
|
2987
|
-
toJSON(message: _127.QueryConnectionConsensusStateRequest): unknown;
|
2988
|
-
fromPartial(object: {
|
2989
|
-
connectionId?: string;
|
2990
|
-
revisionNumber?: any;
|
2991
|
-
revisionHeight?: any;
|
2992
|
-
}): _127.QueryConnectionConsensusStateRequest;
|
2993
|
-
};
|
2994
|
-
QueryConnectionConsensusStateResponse: {
|
2995
|
-
encode(message: _127.QueryConnectionConsensusStateResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
2996
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _127.QueryConnectionConsensusStateResponse;
|
2997
|
-
fromJSON(object: any): _127.QueryConnectionConsensusStateResponse;
|
2998
|
-
toJSON(message: _127.QueryConnectionConsensusStateResponse): unknown;
|
2999
|
-
fromPartial(object: {
|
3000
|
-
consensusState?: {
|
3001
|
-
typeUrl?: string;
|
3002
|
-
value?: Uint8Array;
|
3003
|
-
};
|
3004
|
-
clientId?: string;
|
3005
|
-
proof?: Uint8Array;
|
3006
|
-
proofHeight?: {
|
3007
|
-
revisionNumber?: any;
|
3008
|
-
revisionHeight?: any;
|
3009
|
-
};
|
3010
|
-
}): _127.QueryConnectionConsensusStateResponse;
|
3011
|
-
};
|
3012
|
-
GenesisState: {
|
3013
|
-
encode(message: _126.GenesisState, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
3014
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _126.GenesisState;
|
3015
|
-
fromJSON(object: any): _126.GenesisState;
|
3016
|
-
toJSON(message: _126.GenesisState): unknown;
|
3017
|
-
fromPartial(object: {
|
3018
|
-
connections?: {
|
3019
|
-
id?: string;
|
3020
|
-
clientId?: string;
|
3021
|
-
versions?: {
|
3022
|
-
identifier?: string;
|
3023
|
-
features?: string[];
|
3024
|
-
}[];
|
3025
|
-
state?: _125.State;
|
3026
|
-
counterparty?: {
|
3027
|
-
clientId?: string;
|
3028
|
-
connectionId?: string;
|
3029
|
-
prefix?: {
|
3030
|
-
keyPrefix?: Uint8Array;
|
3031
|
-
};
|
3032
|
-
};
|
3033
|
-
delayPeriod?: any;
|
3034
|
-
}[];
|
3035
|
-
clientConnectionPaths?: {
|
3036
|
-
clientId?: string;
|
3037
|
-
paths?: string[];
|
3038
|
-
}[];
|
3039
|
-
nextConnectionSequence?: any;
|
3040
|
-
params?: {
|
3041
|
-
maxExpectedTimePerBlock?: any;
|
3042
|
-
};
|
3043
|
-
}): _126.GenesisState;
|
3044
|
-
};
|
3045
|
-
stateFromJSON(object: any): _125.State;
|
3046
|
-
stateToJSON(object: _125.State): string;
|
3047
|
-
State: typeof _125.State;
|
3048
|
-
ConnectionEnd: {
|
3049
|
-
encode(message: _125.ConnectionEnd, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
3050
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _125.ConnectionEnd;
|
3051
|
-
fromJSON(object: any): _125.ConnectionEnd;
|
3052
|
-
toJSON(message: _125.ConnectionEnd): unknown;
|
3053
|
-
fromPartial(object: {
|
3054
|
-
clientId?: string;
|
3055
|
-
versions?: {
|
3056
|
-
identifier?: string;
|
3057
|
-
features?: string[];
|
3058
|
-
}[];
|
3059
|
-
state?: _125.State;
|
3060
|
-
counterparty?: {
|
3061
|
-
clientId?: string;
|
3062
|
-
connectionId?: string;
|
3063
|
-
prefix?: {
|
3064
|
-
keyPrefix?: Uint8Array;
|
3065
|
-
};
|
3066
|
-
};
|
3067
|
-
delayPeriod?: any;
|
3068
|
-
}): _125.ConnectionEnd;
|
3069
|
-
};
|
3070
|
-
IdentifiedConnection: {
|
3071
|
-
encode(message: _125.IdentifiedConnection, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
3072
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _125.IdentifiedConnection;
|
3073
|
-
fromJSON(object: any): _125.IdentifiedConnection;
|
3074
|
-
toJSON(message: _125.IdentifiedConnection): unknown;
|
3075
|
-
fromPartial(object: {
|
3076
|
-
id?: string;
|
3077
|
-
clientId?: string;
|
3078
|
-
versions?: {
|
3079
|
-
identifier?: string;
|
3080
|
-
features?: string[];
|
3081
|
-
}[];
|
3082
|
-
state?: _125.State;
|
3083
|
-
counterparty?: {
|
3084
|
-
clientId?: string;
|
3085
|
-
connectionId?: string;
|
3086
|
-
prefix?: {
|
3087
|
-
keyPrefix?: Uint8Array;
|
3088
|
-
};
|
3089
|
-
};
|
3090
|
-
delayPeriod?: any;
|
3091
|
-
}): _125.IdentifiedConnection;
|
3092
|
-
};
|
3093
|
-
Counterparty: {
|
3094
|
-
encode(message: _125.Counterparty, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
3095
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _125.Counterparty;
|
3096
|
-
fromJSON(object: any): _125.Counterparty;
|
3097
|
-
toJSON(message: _125.Counterparty): unknown;
|
3098
|
-
fromPartial(object: {
|
3099
|
-
clientId?: string;
|
3100
|
-
connectionId?: string;
|
3101
|
-
prefix?: {
|
3102
|
-
keyPrefix?: Uint8Array;
|
3103
|
-
};
|
3104
|
-
}): _125.Counterparty;
|
3105
|
-
};
|
3106
|
-
ClientPaths: {
|
3107
|
-
encode(message: _125.ClientPaths, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
3108
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _125.ClientPaths;
|
3109
|
-
fromJSON(object: any): _125.ClientPaths;
|
3110
|
-
toJSON(message: _125.ClientPaths): unknown;
|
3111
|
-
fromPartial(object: {
|
3112
|
-
paths?: string[];
|
3113
|
-
}): _125.ClientPaths;
|
3114
|
-
};
|
3115
|
-
ConnectionPaths: {
|
3116
|
-
encode(message: _125.ConnectionPaths, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
3117
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _125.ConnectionPaths;
|
3118
|
-
fromJSON(object: any): _125.ConnectionPaths;
|
3119
|
-
toJSON(message: _125.ConnectionPaths): unknown;
|
3120
|
-
fromPartial(object: {
|
3121
|
-
clientId?: string;
|
3122
|
-
paths?: string[];
|
3123
|
-
}): _125.ConnectionPaths;
|
3124
|
-
};
|
3125
|
-
Version: {
|
3126
|
-
encode(message: _125.Version, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
3127
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _125.Version;
|
3128
|
-
fromJSON(object: any): _125.Version;
|
3129
|
-
toJSON(message: _125.Version): unknown;
|
3130
|
-
fromPartial(object: {
|
3131
|
-
identifier?: string;
|
3132
|
-
features?: string[];
|
3133
|
-
}): _125.Version;
|
3134
|
-
};
|
3135
|
-
Params: {
|
3136
|
-
encode(message: _125.Params, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
3137
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _125.Params;
|
3138
|
-
fromJSON(object: any): _125.Params;
|
3139
|
-
toJSON(message: _125.Params): unknown;
|
3140
|
-
fromPartial(object: {
|
3141
|
-
maxExpectedTimePerBlock?: any;
|
3142
|
-
}): _125.Params;
|
3143
|
-
};
|
3144
|
-
};
|
3145
|
-
}
|
3146
|
-
namespace port {
|
3147
|
-
const v1: {
|
3148
|
-
QueryClientImpl: typeof _245.QueryClientImpl;
|
3149
|
-
QueryAppVersionRequest: {
|
3150
|
-
encode(message: _129.QueryAppVersionRequest, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
3151
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _129.QueryAppVersionRequest;
|
3152
|
-
fromJSON(object: any): _129.QueryAppVersionRequest;
|
3153
|
-
toJSON(message: _129.QueryAppVersionRequest): unknown;
|
3154
|
-
fromPartial(object: {
|
3155
|
-
portId?: string;
|
3156
|
-
connectionId?: string;
|
3157
|
-
ordering?: _116.Order;
|
3158
|
-
counterparty?: {
|
3159
|
-
portId?: string;
|
3160
|
-
channelId?: string;
|
3161
|
-
};
|
3162
|
-
proposedVersion?: string;
|
3163
|
-
}): _129.QueryAppVersionRequest;
|
3164
|
-
};
|
3165
|
-
QueryAppVersionResponse: {
|
3166
|
-
encode(message: _129.QueryAppVersionResponse, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
3167
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _129.QueryAppVersionResponse;
|
3168
|
-
fromJSON(object: any): _129.QueryAppVersionResponse;
|
3169
|
-
toJSON(message: _129.QueryAppVersionResponse): unknown;
|
3170
|
-
fromPartial(object: {
|
3171
|
-
portId?: string;
|
3172
|
-
version?: string;
|
3173
|
-
}): _129.QueryAppVersionResponse;
|
3174
|
-
};
|
3175
|
-
};
|
3176
|
-
}
|
3177
|
-
namespace types {
|
3178
|
-
const v1: {
|
3179
|
-
GenesisState: {
|
3180
|
-
encode(message: _130.GenesisState, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
3181
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _130.GenesisState;
|
3182
|
-
fromJSON(object: any): _130.GenesisState;
|
3183
|
-
toJSON(message: _130.GenesisState): unknown;
|
3184
|
-
fromPartial(object: {
|
3185
|
-
clientGenesis?: {
|
3186
|
-
clients?: {
|
3187
|
-
clientId?: string;
|
3188
|
-
clientState?: {
|
3189
|
-
typeUrl?: string;
|
3190
|
-
value?: Uint8Array;
|
3191
|
-
};
|
3192
|
-
}[];
|
3193
|
-
clientsConsensus?: {
|
3194
|
-
clientId?: string;
|
3195
|
-
consensusStates?: {
|
3196
|
-
height?: {
|
3197
|
-
revisionNumber?: any;
|
3198
|
-
revisionHeight?: any;
|
3199
|
-
};
|
3200
|
-
consensusState?: {
|
3201
|
-
typeUrl?: string;
|
3202
|
-
value?: Uint8Array;
|
3203
|
-
};
|
3204
|
-
}[];
|
3205
|
-
}[];
|
3206
|
-
clientsMetadata?: {
|
3207
|
-
clientId?: string;
|
3208
|
-
clientMetadata?: {
|
3209
|
-
key?: Uint8Array;
|
3210
|
-
value?: Uint8Array;
|
3211
|
-
}[];
|
3212
|
-
}[];
|
3213
|
-
params?: {
|
3214
|
-
allowedClients?: string[];
|
3215
|
-
};
|
3216
|
-
createLocalhost?: boolean;
|
3217
|
-
nextClientSequence?: any;
|
3218
|
-
};
|
3219
|
-
connectionGenesis?: {
|
3220
|
-
connections?: {
|
3221
|
-
id?: string;
|
3222
|
-
clientId?: string;
|
3223
|
-
versions?: {
|
3224
|
-
identifier?: string;
|
3225
|
-
features?: string[];
|
3226
|
-
}[];
|
3227
|
-
state?: _125.State;
|
3228
|
-
counterparty?: {
|
3229
|
-
clientId?: string;
|
3230
|
-
connectionId?: string;
|
3231
|
-
prefix?: {
|
3232
|
-
keyPrefix?: Uint8Array;
|
3233
|
-
};
|
3234
|
-
};
|
3235
|
-
delayPeriod?: any;
|
3236
|
-
}[];
|
3237
|
-
clientConnectionPaths?: {
|
3238
|
-
clientId?: string;
|
3239
|
-
paths?: string[];
|
3240
|
-
}[];
|
3241
|
-
nextConnectionSequence?: any;
|
3242
|
-
params?: {
|
3243
|
-
maxExpectedTimePerBlock?: any;
|
3244
|
-
};
|
3245
|
-
};
|
3246
|
-
channelGenesis?: {
|
3247
|
-
channels?: {
|
3248
|
-
state?: _116.State;
|
3249
|
-
ordering?: _116.Order;
|
3250
|
-
counterparty?: {
|
3251
|
-
portId?: string;
|
3252
|
-
channelId?: string;
|
3253
|
-
};
|
3254
|
-
connectionHops?: string[];
|
3255
|
-
version?: string;
|
3256
|
-
portId?: string;
|
3257
|
-
channelId?: string;
|
3258
|
-
}[];
|
3259
|
-
acknowledgements?: {
|
3260
|
-
portId?: string;
|
3261
|
-
channelId?: string;
|
3262
|
-
sequence?: any;
|
3263
|
-
data?: Uint8Array;
|
3264
|
-
}[];
|
3265
|
-
commitments?: {
|
3266
|
-
portId?: string;
|
3267
|
-
channelId?: string;
|
3268
|
-
sequence?: any;
|
3269
|
-
data?: Uint8Array;
|
3270
|
-
}[];
|
3271
|
-
receipts?: {
|
3272
|
-
portId?: string;
|
3273
|
-
channelId?: string;
|
3274
|
-
sequence?: any;
|
3275
|
-
data?: Uint8Array;
|
3276
|
-
}[];
|
3277
|
-
sendSequences?: {
|
3278
|
-
portId?: string;
|
3279
|
-
channelId?: string;
|
3280
|
-
sequence?: any;
|
3281
|
-
}[];
|
3282
|
-
recvSequences?: {
|
3283
|
-
portId?: string;
|
3284
|
-
channelId?: string;
|
3285
|
-
sequence?: any;
|
3286
|
-
}[];
|
3287
|
-
ackSequences?: {
|
3288
|
-
portId?: string;
|
3289
|
-
channelId?: string;
|
3290
|
-
sequence?: any;
|
3291
|
-
}[];
|
3292
|
-
nextChannelSequence?: any;
|
3293
|
-
};
|
3294
|
-
}): _130.GenesisState;
|
3295
|
-
};
|
3296
|
-
};
|
3297
|
-
}
|
3298
|
-
}
|
3299
|
-
namespace lightclients {
|
3300
|
-
namespace localhost {
|
3301
|
-
const v1: {
|
3302
|
-
ClientState: {
|
3303
|
-
encode(message: _131.ClientState, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
3304
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _131.ClientState;
|
3305
|
-
fromJSON(object: any): _131.ClientState;
|
3306
|
-
toJSON(message: _131.ClientState): unknown;
|
3307
|
-
fromPartial(object: {
|
3308
|
-
chainId?: string;
|
3309
|
-
height?: {
|
3310
|
-
revisionNumber?: any;
|
3311
|
-
revisionHeight?: any;
|
3312
|
-
};
|
3313
|
-
}): _131.ClientState;
|
3314
|
-
};
|
3315
|
-
};
|
3316
|
-
}
|
3317
|
-
namespace solomachine {
|
3318
|
-
const v1: {
|
3319
|
-
dataTypeFromJSON(object: any): _132.DataType;
|
3320
|
-
dataTypeToJSON(object: _132.DataType): string;
|
3321
|
-
DataType: typeof _132.DataType;
|
3322
|
-
ClientState: {
|
3323
|
-
encode(message: _132.ClientState, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
3324
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _132.ClientState;
|
3325
|
-
fromJSON(object: any): _132.ClientState;
|
3326
|
-
toJSON(message: _132.ClientState): unknown;
|
3327
|
-
fromPartial(object: {
|
3328
|
-
sequence?: any;
|
3329
|
-
frozenSequence?: any;
|
3330
|
-
consensusState?: {
|
3331
|
-
publicKey?: {
|
3332
|
-
typeUrl?: string;
|
3333
|
-
value?: Uint8Array;
|
3334
|
-
};
|
3335
|
-
diversifier?: string;
|
3336
|
-
timestamp?: any;
|
3337
|
-
};
|
3338
|
-
allowUpdateAfterProposal?: boolean;
|
3339
|
-
}): _132.ClientState;
|
3340
|
-
};
|
3341
|
-
ConsensusState: {
|
3342
|
-
encode(message: _132.ConsensusState, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
3343
|
-
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _132.ConsensusState;
|
3344
|
-
fromJSON(object: any): _132.ConsensusState;
|
3345
|
-
toJSON(message: _132.ConsensusState): unknown;
|
1555
|
+
ConsensusState: {
|
1556
|
+
encode(message: _132.ConsensusState, writer?: import("protobufjs").Writer): import("protobufjs").Writer;
|
1557
|
+
decode(input: Uint8Array | import("protobufjs").Reader, length?: number): _132.ConsensusState;
|
1558
|
+
fromJSON(object: any): _132.ConsensusState;
|
1559
|
+
toJSON(message: _132.ConsensusState): unknown;
|
3346
1560
|
fromPartial(object: {
|
3347
1561
|
publicKey?: {
|
3348
1562
|
typeUrl?: string;
|
@@ -3471,22 +1685,7 @@ export declare namespace ibc {
|
|
3471
1685
|
toJSON(message: _132.ConnectionStateData): unknown;
|
3472
1686
|
fromPartial(object: {
|
3473
1687
|
path?: Uint8Array;
|
3474
|
-
connection?:
|
3475
|
-
clientId?: string;
|
3476
|
-
versions?: {
|
3477
|
-
identifier?: string;
|
3478
|
-
features?: string[];
|
3479
|
-
}[];
|
3480
|
-
state?: _125.State;
|
3481
|
-
counterparty?: {
|
3482
|
-
clientId?: string;
|
3483
|
-
connectionId?: string;
|
3484
|
-
prefix?: {
|
3485
|
-
keyPrefix?: Uint8Array;
|
3486
|
-
};
|
3487
|
-
};
|
3488
|
-
delayPeriod?: any;
|
3489
|
-
};
|
1688
|
+
connection?: any;
|
3490
1689
|
}): _132.ConnectionStateData;
|
3491
1690
|
};
|
3492
1691
|
ChannelStateData: {
|
@@ -3704,22 +1903,7 @@ export declare namespace ibc {
|
|
3704
1903
|
toJSON(message: _133.ConnectionStateData): unknown;
|
3705
1904
|
fromPartial(object: {
|
3706
1905
|
path?: Uint8Array;
|
3707
|
-
connection?:
|
3708
|
-
clientId?: string;
|
3709
|
-
versions?: {
|
3710
|
-
identifier?: string;
|
3711
|
-
features?: string[];
|
3712
|
-
}[];
|
3713
|
-
state?: _125.State;
|
3714
|
-
counterparty?: {
|
3715
|
-
clientId?: string;
|
3716
|
-
connectionId?: string;
|
3717
|
-
prefix?: {
|
3718
|
-
keyPrefix?: Uint8Array;
|
3719
|
-
};
|
3720
|
-
};
|
3721
|
-
delayPeriod?: any;
|
3722
|
-
};
|
1906
|
+
connection?: any;
|
3723
1907
|
}): _133.ConnectionStateData;
|
3724
1908
|
};
|
3725
1909
|
ChannelStateData: {
|
@@ -3807,33 +1991,9 @@ export declare namespace ibc {
|
|
3807
1991
|
seconds?: any;
|
3808
1992
|
nanos?: number;
|
3809
1993
|
};
|
3810
|
-
frozenHeight?:
|
3811
|
-
|
3812
|
-
|
3813
|
-
};
|
3814
|
-
latestHeight?: {
|
3815
|
-
revisionNumber?: any;
|
3816
|
-
revisionHeight?: any;
|
3817
|
-
};
|
3818
|
-
proofSpecs?: {
|
3819
|
-
leafSpec?: {
|
3820
|
-
hash?: import("../confio/proofs").HashOp;
|
3821
|
-
prehashKey?: import("../confio/proofs").HashOp;
|
3822
|
-
prehashValue?: import("../confio/proofs").HashOp;
|
3823
|
-
length?: import("../confio/proofs").LengthOp;
|
3824
|
-
prefix?: Uint8Array;
|
3825
|
-
};
|
3826
|
-
innerSpec?: {
|
3827
|
-
childOrder?: number[];
|
3828
|
-
childSize?: number;
|
3829
|
-
minPrefixLength?: number;
|
3830
|
-
maxPrefixLength?: number;
|
3831
|
-
emptyChild?: Uint8Array;
|
3832
|
-
hash?: import("../confio/proofs").HashOp;
|
3833
|
-
};
|
3834
|
-
maxDepth?: number;
|
3835
|
-
minDepth?: number;
|
3836
|
-
}[];
|
1994
|
+
frozenHeight?: any;
|
1995
|
+
latestHeight?: any;
|
1996
|
+
proofSpecs?: any[];
|
3837
1997
|
upgradePath?: string[];
|
3838
1998
|
allowUpdateAfterExpiry?: boolean;
|
3839
1999
|
allowUpdateAfterMisbehaviour?: boolean;
|
@@ -3925,10 +2085,7 @@ export declare namespace ibc {
|
|
3925
2085
|
};
|
3926
2086
|
totalVotingPower?: any;
|
3927
2087
|
};
|
3928
|
-
trustedHeight?:
|
3929
|
-
revisionNumber?: any;
|
3930
|
-
revisionHeight?: any;
|
3931
|
-
};
|
2088
|
+
trustedHeight?: any;
|
3932
2089
|
trustedValidators?: {
|
3933
2090
|
validators?: {
|
3934
2091
|
address?: Uint8Array;
|
@@ -4017,10 +2174,7 @@ export declare namespace ibc {
|
|
4017
2174
|
};
|
4018
2175
|
totalVotingPower?: any;
|
4019
2176
|
};
|
4020
|
-
trustedHeight?:
|
4021
|
-
revisionNumber?: any;
|
4022
|
-
revisionHeight?: any;
|
4023
|
-
};
|
2177
|
+
trustedHeight?: any;
|
4024
2178
|
trustedValidators?: {
|
4025
2179
|
validators?: {
|
4026
2180
|
address?: Uint8Array;
|
@@ -4116,10 +2270,7 @@ export declare namespace ibc {
|
|
4116
2270
|
};
|
4117
2271
|
totalVotingPower?: any;
|
4118
2272
|
};
|
4119
|
-
trustedHeight?:
|
4120
|
-
revisionNumber?: any;
|
4121
|
-
revisionHeight?: any;
|
4122
|
-
};
|
2273
|
+
trustedHeight?: any;
|
4123
2274
|
trustedValidators?: {
|
4124
2275
|
validators?: {
|
4125
2276
|
address?: Uint8Array;
|
@@ -4161,24 +2312,12 @@ export declare namespace ibc {
|
|
4161
2312
|
rpc: import("@osmonauts/helpers").Rpc;
|
4162
2313
|
}) => Promise<{
|
4163
2314
|
cosmos: {
|
4164
|
-
authz: {
|
4165
|
-
v1beta1: import("../cosmos/authz/v1beta1/tx.rpc.msg").MsgClientImpl;
|
4166
|
-
};
|
4167
2315
|
bank: {
|
4168
2316
|
v1beta1: import("../cosmos/bank/v1beta1/tx.rpc.msg").MsgClientImpl;
|
4169
2317
|
};
|
4170
|
-
crisis: {
|
4171
|
-
v1beta1: import("../cosmos/crisis/v1beta1/tx.rpc.msg").MsgClientImpl;
|
4172
|
-
};
|
4173
2318
|
distribution: {
|
4174
2319
|
v1beta1: import("../cosmos/distribution/v1beta1/tx.rpc.msg").MsgClientImpl;
|
4175
2320
|
};
|
4176
|
-
evidence: {
|
4177
|
-
v1beta1: import("../cosmos/evidence/v1beta1/tx.rpc.msg").MsgClientImpl;
|
4178
|
-
};
|
4179
|
-
feegrant: {
|
4180
|
-
v1beta1: import("../cosmos/feegrant/v1beta1/tx.rpc.msg").MsgClientImpl;
|
4181
|
-
};
|
4182
2321
|
gov: {
|
4183
2322
|
v1: import("../cosmos/gov/v1/tx.rpc.msg").MsgClientImpl;
|
4184
2323
|
v1beta1: import("../cosmos/gov/v1beta1/tx.rpc.msg").MsgClientImpl;
|
@@ -4186,37 +2325,19 @@ export declare namespace ibc {
|
|
4186
2325
|
group: {
|
4187
2326
|
v1: import("../cosmos/group/v1/tx.rpc.msg").MsgClientImpl;
|
4188
2327
|
};
|
4189
|
-
nft: {
|
4190
|
-
v1beta1: import("../cosmos/nft/v1beta1/tx.rpc.msg").MsgClientImpl;
|
4191
|
-
};
|
4192
|
-
slashing: {
|
4193
|
-
v1beta1: import("../cosmos/slashing/v1beta1/tx.rpc.msg").MsgClientImpl;
|
4194
|
-
};
|
4195
2328
|
staking: {
|
4196
2329
|
v1beta1: import("../cosmos/staking/v1beta1/tx.rpc.msg").MsgClientImpl;
|
4197
2330
|
};
|
4198
|
-
upgrade: {
|
4199
|
-
v1beta1: import("../cosmos/upgrade/v1beta1/tx.rpc.msg").MsgClientImpl;
|
4200
|
-
};
|
4201
|
-
vesting: {
|
4202
|
-
v1beta1: import("../cosmos/vesting/v1beta1/tx.rpc.msg").MsgClientImpl;
|
4203
|
-
};
|
4204
2331
|
};
|
4205
2332
|
ibc: {
|
4206
2333
|
applications: {
|
4207
2334
|
transfer: {
|
4208
|
-
v1:
|
2335
|
+
v1: _193.MsgClientImpl;
|
4209
2336
|
};
|
4210
2337
|
};
|
4211
2338
|
core: {
|
4212
2339
|
channel: {
|
4213
|
-
v1:
|
4214
|
-
};
|
4215
|
-
client: {
|
4216
|
-
v1: _248.MsgClientImpl;
|
4217
|
-
};
|
4218
|
-
connection: {
|
4219
|
-
v1: _249.MsgClientImpl;
|
2340
|
+
v1: _194.MsgClientImpl;
|
4220
2341
|
};
|
4221
2342
|
};
|
4222
2343
|
};
|
@@ -4225,27 +2346,12 @@ export declare namespace ibc {
|
|
4225
2346
|
rpc: import("@osmonauts/helpers").Rpc;
|
4226
2347
|
}) => Promise<{
|
4227
2348
|
cosmos: {
|
4228
|
-
app: {
|
4229
|
-
v1alpha1: import("../cosmos/app/v1alpha1/query.rpc.query").QueryClientImpl;
|
4230
|
-
};
|
4231
|
-
auth: {
|
4232
|
-
v1beta1: import("../cosmos/auth/v1beta1/query.rpc.query").QueryClientImpl;
|
4233
|
-
};
|
4234
|
-
authz: {
|
4235
|
-
v1beta1: import("../cosmos/authz/v1beta1/query.rpc.query").QueryClientImpl;
|
4236
|
-
};
|
4237
2349
|
bank: {
|
4238
2350
|
v1beta1: import("../cosmos/bank/v1beta1/query.rpc.query").QueryClientImpl;
|
4239
2351
|
};
|
4240
2352
|
distribution: {
|
4241
2353
|
v1beta1: import("../cosmos/distribution/v1beta1/query.rpc.query").QueryClientImpl;
|
4242
2354
|
};
|
4243
|
-
evidence: {
|
4244
|
-
v1beta1: import("../cosmos/evidence/v1beta1/query.rpc.query").QueryClientImpl;
|
4245
|
-
};
|
4246
|
-
feegrant: {
|
4247
|
-
v1beta1: import("../cosmos/feegrant/v1beta1/query.rpc.query").QueryClientImpl;
|
4248
|
-
};
|
4249
2355
|
gov: {
|
4250
2356
|
v1: import("../cosmos/gov/v1/query.rpc.query").QueryClientImpl;
|
4251
2357
|
v1beta1: import("../cosmos/gov/v1beta1/query.rpc.query").QueryClientImpl;
|
@@ -4253,43 +2359,19 @@ export declare namespace ibc {
|
|
4253
2359
|
group: {
|
4254
2360
|
v1: import("../cosmos/group/v1/query.rpc.query").QueryClientImpl;
|
4255
2361
|
};
|
4256
|
-
mint: {
|
4257
|
-
v1beta1: import("../cosmos/mint/v1beta1/query.rpc.query").QueryClientImpl;
|
4258
|
-
};
|
4259
|
-
nft: {
|
4260
|
-
v1beta1: import("../cosmos/nft/v1beta1/query.rpc.query").QueryClientImpl;
|
4261
|
-
};
|
4262
|
-
params: {
|
4263
|
-
v1beta1: import("../cosmos/params/v1beta1/query.rpc.query").QueryClientImpl;
|
4264
|
-
};
|
4265
|
-
slashing: {
|
4266
|
-
v1beta1: import("../cosmos/slashing/v1beta1/query.rpc.query").QueryClientImpl;
|
4267
|
-
};
|
4268
2362
|
staking: {
|
4269
2363
|
v1beta1: import("../cosmos/staking/v1beta1/query.rpc.query").QueryClientImpl;
|
4270
2364
|
};
|
4271
|
-
upgrade: {
|
4272
|
-
v1beta1: import("../cosmos/upgrade/v1beta1/query.rpc.query").QueryClientImpl;
|
4273
|
-
};
|
4274
2365
|
};
|
4275
2366
|
ibc: {
|
4276
2367
|
applications: {
|
4277
2368
|
transfer: {
|
4278
|
-
v1:
|
2369
|
+
v1: _191.QueryClientImpl;
|
4279
2370
|
};
|
4280
2371
|
};
|
4281
2372
|
core: {
|
4282
2373
|
channel: {
|
4283
|
-
v1:
|
4284
|
-
};
|
4285
|
-
client: {
|
4286
|
-
v1: _243.QueryClientImpl;
|
4287
|
-
};
|
4288
|
-
connection: {
|
4289
|
-
v1: _244.QueryClientImpl;
|
4290
|
-
};
|
4291
|
-
port: {
|
4292
|
-
v1: _245.QueryClientImpl;
|
2374
|
+
v1: _192.QueryClientImpl;
|
4293
2375
|
};
|
4294
2376
|
};
|
4295
2377
|
};
|
@@ -4298,24 +2380,12 @@ export declare namespace ibc {
|
|
4298
2380
|
restEndpoint: any;
|
4299
2381
|
}) => Promise<{
|
4300
2382
|
cosmos: {
|
4301
|
-
auth: {
|
4302
|
-
v1beta1: import("../cosmos/auth/v1beta1/query.lcd").LCDQueryClient;
|
4303
|
-
};
|
4304
|
-
authz: {
|
4305
|
-
v1beta1: import("../cosmos/authz/v1beta1/query.lcd").LCDQueryClient;
|
4306
|
-
};
|
4307
2383
|
bank: {
|
4308
2384
|
v1beta1: import("../cosmos/bank/v1beta1/query.lcd").LCDQueryClient;
|
4309
2385
|
};
|
4310
2386
|
distribution: {
|
4311
2387
|
v1beta1: import("../cosmos/distribution/v1beta1/query.lcd").LCDQueryClient;
|
4312
2388
|
};
|
4313
|
-
evidence: {
|
4314
|
-
v1beta1: import("../cosmos/evidence/v1beta1/query.lcd").LCDQueryClient;
|
4315
|
-
};
|
4316
|
-
feegrant: {
|
4317
|
-
v1beta1: import("../cosmos/feegrant/v1beta1/query.lcd").LCDQueryClient;
|
4318
|
-
};
|
4319
2389
|
gov: {
|
4320
2390
|
v1: import("../cosmos/gov/v1/query.lcd").LCDQueryClient;
|
4321
2391
|
v1beta1: import("../cosmos/gov/v1beta1/query.lcd").LCDQueryClient;
|
@@ -4323,40 +2393,19 @@ export declare namespace ibc {
|
|
4323
2393
|
group: {
|
4324
2394
|
v1: import("../cosmos/group/v1/query.lcd").LCDQueryClient;
|
4325
2395
|
};
|
4326
|
-
mint: {
|
4327
|
-
v1beta1: import("../cosmos/mint/v1beta1/query.lcd").LCDQueryClient;
|
4328
|
-
};
|
4329
|
-
nft: {
|
4330
|
-
v1beta1: import("../cosmos/nft/v1beta1/query.lcd").LCDQueryClient;
|
4331
|
-
};
|
4332
|
-
params: {
|
4333
|
-
v1beta1: import("../cosmos/params/v1beta1/query.lcd").LCDQueryClient;
|
4334
|
-
};
|
4335
|
-
slashing: {
|
4336
|
-
v1beta1: import("../cosmos/slashing/v1beta1/query.lcd").LCDQueryClient;
|
4337
|
-
};
|
4338
2396
|
staking: {
|
4339
2397
|
v1beta1: import("../cosmos/staking/v1beta1/query.lcd").LCDQueryClient;
|
4340
2398
|
};
|
4341
|
-
upgrade: {
|
4342
|
-
v1beta1: import("../cosmos/upgrade/v1beta1/query.lcd").LCDQueryClient;
|
4343
|
-
};
|
4344
2399
|
};
|
4345
2400
|
ibc: {
|
4346
2401
|
applications: {
|
4347
2402
|
transfer: {
|
4348
|
-
v1:
|
2403
|
+
v1: _189.LCDQueryClient;
|
4349
2404
|
};
|
4350
2405
|
};
|
4351
2406
|
core: {
|
4352
2407
|
channel: {
|
4353
|
-
v1:
|
4354
|
-
};
|
4355
|
-
client: {
|
4356
|
-
v1: _239.LCDQueryClient;
|
4357
|
-
};
|
4358
|
-
connection: {
|
4359
|
-
v1: _240.LCDQueryClient;
|
2408
|
+
v1: _190.LCDQueryClient;
|
4360
2409
|
};
|
4361
2410
|
};
|
4362
2411
|
};
|