@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.4
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/cosmos/app/runtime/v1alpha1/module.d.ts +5 -22
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +7 -21
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +5 -13
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +10 -43
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +5 -8
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +44 -159
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +6 -20
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +3 -4
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +13 -39
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +5 -14
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +4 -6
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +15 -40
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +15 -45
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +3 -7
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +4 -14
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +16 -66
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +7 -20
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +58 -226
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +15 -15
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +19 -65
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +26 -112
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +9 -25
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +4 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +5 -31
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +53 -154
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +9 -38
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +5 -20
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +3 -11
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +6 -13
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +2 -24
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +1344 -1649
- package/cosmos/circuit/module/v1/module.d.ts +3 -5
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +15 -32
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +5 -5
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +14 -35
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +2 -48
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +7 -22
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +3 -5
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +6 -10
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +6 -17
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +2 -24
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +3 -5
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +5 -9
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +5 -11
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +2 -24
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +3 -6
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +5 -19
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +3 -9
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +13 -33
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +4 -11
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +5 -20
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +5 -16
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +5 -10
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +3 -6
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +26 -134
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +19 -72
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +44 -157
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +31 -126
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +3 -4
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +5 -11
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +6 -20
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +10 -32
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +3 -4
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +3 -4
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +12 -43
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +4 -6
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +15 -45
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +15 -43
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +3 -4
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +3 -6
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +4 -17
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +22 -104
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +39 -110
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +11 -11
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +36 -115
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +2 -96
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +4 -12
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +25 -90
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +35 -97
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +23 -62
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +4 -7
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +24 -62
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +4 -13
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +59 -168
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +16 -16
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +59 -170
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +2 -180
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +17 -16
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +25 -130
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +27 -170
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +3 -6
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +4 -7
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +5 -16
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +14 -37
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +6 -20
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +3 -4
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +3 -8
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +18 -53
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +4 -4
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +3 -4
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +5 -19
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +12 -42
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +3 -5
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +4 -7
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +19 -57
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +6 -6
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +23 -77
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +2 -72
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +5 -13
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +6 -10
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +3 -5
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +3 -8
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +6 -21
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +6 -19
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +59 -213
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +16 -16
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +48 -214
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +32 -116
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +5 -11
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +15 -66
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +11 -23
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +7 -28
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +6 -25
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +3 -6
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +13 -38
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +42 -188
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +11 -11
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +30 -136
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +3 -5
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +22 -87
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +7 -7
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +10 -36
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -36
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +10 -51
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +3 -4
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +15 -60
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +15 -59
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +2 -3
- package/cosmos_proto/cosmos.d.ts +3 -25
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/authz/module/v1/module.js +1 -0
- package/esm/cosmos/authz/v1beta1/authz.js +4 -1
- package/esm/cosmos/authz/v1beta1/event.js +2 -0
- package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
- package/esm/cosmos/authz/v1beta1/query.js +6 -0
- package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/esm/cosmos/authz/v1beta1/tx.js +6 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
- package/esm/cosmos/bank/module/v1/module.js +1 -0
- package/esm/cosmos/bank/v1beta1/authz.js +1 -1
- package/esm/cosmos/bank/v1beta1/bank.js +7 -1
- package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
- package/esm/cosmos/bank/v1beta1/query.js +27 -0
- package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/esm/cosmos/bank/v1beta1/tx.js +8 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
- package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/esm/cosmos/base/node/v1beta1/query.js +4 -0
- package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/esm/cosmos/base/v1beta1/coin.js +5 -1
- package/esm/cosmos/benchmark/module/v1/module.js +2 -0
- package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
- package/esm/cosmos/benchmark/v1/tx.js +2 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +0 -31
- package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/circuit/module/v1/module.js +1 -0
- package/esm/cosmos/circuit/v1/query.js +6 -0
- package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
- package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/esm/cosmos/circuit/v1/tx.js +6 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +0 -67
- package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
- package/esm/cosmos/circuit/v1/types.js +3 -1
- package/esm/cosmos/consensus/module/v1/module.js +1 -0
- package/esm/cosmos/consensus/v1/query.js +2 -0
- package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/consensus/v1/tx.js +2 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -31
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/counter/module/v1/module.js +1 -0
- package/esm/cosmos/counter/v1/query.js +2 -0
- package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/counter/v1/tx.js +2 -0
- package/esm/cosmos/counter/v1/tx.registry.js +0 -31
- package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/crisis/module/v1/module.js +1 -0
- package/esm/cosmos/crypto/ed25519/keys.js +2 -0
- package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
- package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
- package/esm/cosmos/crypto/multisig/keys.js +1 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
- package/esm/cosmos/distribution/module/v1/module.js +1 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/esm/cosmos/distribution/v1beta1/query.js +20 -0
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
- package/esm/cosmos/epochs/module/v1/module.js +1 -0
- package/esm/cosmos/epochs/v1beta1/events.js +2 -0
- package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/esm/cosmos/epochs/v1beta1/query.js +4 -0
- package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/esm/cosmos/evidence/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
- package/esm/cosmos/genutil/module/v1/module.js +1 -0
- package/esm/cosmos/gov/module/v1/module.js +1 -0
- package/esm/cosmos/gov/v1/genesis.js +1 -0
- package/esm/cosmos/gov/v1/gov.js +9 -2
- package/esm/cosmos/gov/v1/query.js +18 -0
- package/esm/cosmos/gov/v1/query.lcd.js +18 -27
- package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/esm/cosmos/gov/v1/tx.js +14 -0
- package/esm/cosmos/gov/v1/tx.registry.js +0 -139
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
- package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
- package/esm/cosmos/gov/v1beta1/gov.js +10 -4
- package/esm/cosmos/gov/v1beta1/query.js +16 -0
- package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/esm/cosmos/gov/v1beta1/tx.js +8 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
- package/esm/cosmos/group/module/v1/module.js +1 -0
- package/esm/cosmos/group/v1/events.js +11 -0
- package/esm/cosmos/group/v1/genesis.js +1 -0
- package/esm/cosmos/group/v1/query.js +28 -0
- package/esm/cosmos/group/v1/query.lcd.js +29 -43
- package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/esm/cosmos/group/v1/tx.js +28 -1
- package/esm/cosmos/group/v1/tx.registry.js +0 -265
- package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
- package/esm/cosmos/group/v1/types.js +11 -5
- package/esm/cosmos/ics23/v1/proofs.js +13 -2
- package/esm/cosmos/mint/module/v1/module.js +1 -0
- package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
- package/esm/cosmos/mint/v1beta1/mint.js +3 -1
- package/esm/cosmos/mint/v1beta1/query.js +6 -0
- package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/esm/cosmos/mint/v1beta1/tx.js +2 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/nft/module/v1/module.js +1 -0
- package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/esm/cosmos/params/module/v1/module.js +1 -0
- package/esm/cosmos/params/v1beta1/params.js +2 -1
- package/esm/cosmos/params/v1beta1/query.js +5 -0
- package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
- package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
- package/esm/cosmos/protocolpool/v1/query.js +8 -0
- package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/esm/cosmos/protocolpool/v1/tx.js +11 -1
- package/esm/cosmos/protocolpool/v1/tx.registry.js +0 -103
- package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
- package/esm/cosmos/protocolpool/v1/types.js +3 -1
- package/esm/cosmos/reflection/v1/reflection.js +2 -0
- package/esm/cosmos/slashing/module/v1/module.js +1 -0
- package/esm/cosmos/staking/module/v1/module.js +1 -0
- package/esm/cosmos/staking/v1beta1/authz.js +2 -2
- package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
- package/esm/cosmos/staking/v1beta1/query.js +28 -0
- package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/esm/cosmos/staking/v1beta1/staking.js +23 -4
- package/esm/cosmos/staking/v1beta1/tx.js +16 -2
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
- package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
- package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
- package/esm/cosmos/store/v1beta1/listening.js +2 -0
- package/esm/cosmos/tx/config/v1/config.js +1 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
- package/esm/cosmos/tx/v1beta1/service.js +18 -2
- package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/esm/cosmos/tx/v1beta1/tx.js +13 -0
- package/esm/cosmos/upgrade/module/v1/module.js +1 -0
- package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
- package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/esm/cosmos/vesting/module/v1/module.js +1 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +4 -24
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/esm/ibc/applications/transfer/v1/authz.js +2 -1
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
- package/esm/ibc/applications/transfer/v1/packet.js +1 -0
- package/esm/ibc/applications/transfer/v1/query.js +12 -0
- package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/esm/ibc/applications/transfer/v1/token.js +3 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
- package/esm/ibc/applications/transfer/v1/tx.js +4 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/channel/v1/channel.js +8 -2
- package/esm/ibc/core/channel/v1/genesis.js +2 -0
- package/esm/ibc/core/channel/v1/query.js +28 -0
- package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/esm/ibc/core/channel/v1/tx.js +20 -1
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -193
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
- package/esm/ibc/core/channel/v2/genesis.js +3 -0
- package/esm/ibc/core/channel/v2/packet.js +4 -1
- package/esm/ibc/core/channel/v2/query.js +16 -0
- package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/esm/ibc/core/channel/v2/tx.js +8 -1
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -85
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
- package/esm/ibc/core/client/v1/client.js +5 -0
- package/esm/ibc/core/client/v1/genesis.js +3 -0
- package/esm/ibc/core/client/v1/query.js +22 -0
- package/esm/ibc/core/client/v1/query.lcd.js +21 -31
- package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/esm/ibc/core/client/v1/tx.js +16 -0
- package/esm/ibc/core/client/v1/tx.registry.js +0 -157
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
- package/esm/ibc/core/client/v2/config.js +1 -0
- package/esm/ibc/core/client/v2/counterparty.js +1 -0
- package/esm/ibc/core/client/v2/genesis.js +2 -0
- package/esm/ibc/core/client/v2/query.js +4 -0
- package/esm/ibc/core/client/v2/query.lcd.js +4 -6
- package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/esm/ibc/core/client/v2/tx.js +4 -0
- package/esm/ibc/core/client/v2/tx.registry.js +0 -49
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/commitment/v1/commitment.js +3 -0
- package/esm/ibc/core/commitment/v2/commitment.js +1 -0
- package/esm/ibc/core/connection/v1/connection.js +7 -1
- package/esm/ibc/core/connection/v1/genesis.js +1 -0
- package/esm/ibc/core/connection/v1/query.js +12 -0
- package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/esm/ibc/core/connection/v1/tx.js +10 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -103
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/index.js +1 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.registry.js +0 -85
- package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
- package/esm/sparkdream/sparkdream/params.js +1 -0
- package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
- package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/esm/sparkdream/sparkdream/tx.js +1 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +0 -31
- package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -295
- package/google/bundle.d.ts +37 -57
- package/google/protobuf/any.d.ts +2 -94
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +35 -370
- package/google/protobuf/descriptor.js +6 -26
- package/google/protobuf/duration.d.ts +2 -65
- package/google/protobuf/timestamp.d.ts +2 -96
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +3 -8
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +10 -21
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +15 -39
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +2 -48
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +11 -42
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +5 -18
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +6 -10
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +3 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +10 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +4 -9
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +3 -13
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +6 -14
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +6 -31
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +6 -20
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +3 -10
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +6 -11
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +3 -13
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +29 -83
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +7 -18
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -11
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +11 -37
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +581 -848
- package/ibc/core/channel/v1/channel.d.ts +18 -96
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +6 -23
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +61 -273
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +16 -16
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +43 -167
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +2 -132
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +13 -12
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +7 -27
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +9 -37
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +36 -117
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +10 -10
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +19 -56
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +2 -60
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +7 -6
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +12 -53
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +8 -30
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +49 -191
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +13 -13
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +36 -107
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +2 -108
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +3 -10
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +3 -6
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +6 -12
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +11 -28
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +4 -4
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +10 -24
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +2 -36
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +8 -29
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +3 -37
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +16 -61
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +4 -9
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +29 -107
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +24 -107
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +2 -72
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +8 -7
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +36 -149
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +18 -75
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +17 -74
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +5 -10
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +10 -22
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +13 -33
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +2 -48
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +10 -29
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +3 -6
- package/sparkdream/blog/module/module.d.ts +2 -5
- package/sparkdream/blog/params.d.ts +3 -4
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +2 -7
- package/sparkdream/blog/query.d.ts +10 -29
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +5 -5
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +11 -42
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +2 -60
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +7 -6
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +31 -103
- package/sparkdream/sparkdream/genesis.d.ts +3 -6
- package/sparkdream/sparkdream/module/module.d.ts +2 -5
- package/sparkdream/sparkdream/params.d.ts +3 -4
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +4 -10
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +3 -3
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +5 -14
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +2 -24
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +4 -3
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +51 -356
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +89 -97
- package/tendermint/crypto/keys.d.ts +2 -6
- package/tendermint/crypto/proof.d.ts +6 -34
- package/tendermint/p2p/types.d.ts +5 -28
- package/tendermint/types/block.d.ts +4 -9
- package/tendermint/types/evidence.d.ts +7 -29
- package/tendermint/types/params.d.ts +9 -54
- package/tendermint/types/types.d.ts +19 -133
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +5 -20
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +3 -20
- package/types.d.ts +74 -0
- package/types.js +8 -0
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
export interface GenesisState_InFlightPacketsEntry {
|
|
3
4
|
key: string;
|
|
4
5
|
value?: InFlightPacket;
|
|
@@ -15,10 +16,6 @@ export interface GenesisState_InFlightPacketsEntryAminoMsg {
|
|
|
15
16
|
type: string;
|
|
16
17
|
value: GenesisState_InFlightPacketsEntryAmino;
|
|
17
18
|
}
|
|
18
|
-
export interface GenesisState_InFlightPacketsEntrySDKType {
|
|
19
|
-
key: string;
|
|
20
|
-
value?: InFlightPacketSDKType;
|
|
21
|
-
}
|
|
22
19
|
/** GenesisState defines the packetforward genesis state */
|
|
23
20
|
export interface GenesisState {
|
|
24
21
|
/**
|
|
@@ -51,12 +48,6 @@ export interface GenesisStateAminoMsg {
|
|
|
51
48
|
type: "cosmos-sdk/GenesisState";
|
|
52
49
|
value: GenesisStateAmino;
|
|
53
50
|
}
|
|
54
|
-
/** GenesisState defines the packetforward genesis state */
|
|
55
|
-
export interface GenesisStateSDKType {
|
|
56
|
-
in_flight_packets: {
|
|
57
|
-
[key: string]: InFlightPacketSDKType;
|
|
58
|
-
};
|
|
59
|
-
}
|
|
60
51
|
/**
|
|
61
52
|
* InFlightPacket contains information about original packet for
|
|
62
53
|
* writing the acknowledgement and refunding if necessary.
|
|
@@ -101,28 +92,10 @@ export interface InFlightPacketAminoMsg {
|
|
|
101
92
|
type: "cosmos-sdk/InFlightPacket";
|
|
102
93
|
value: InFlightPacketAmino;
|
|
103
94
|
}
|
|
104
|
-
/**
|
|
105
|
-
* InFlightPacket contains information about original packet for
|
|
106
|
-
* writing the acknowledgement and refunding if necessary.
|
|
107
|
-
*/
|
|
108
|
-
export interface InFlightPacketSDKType {
|
|
109
|
-
original_sender_address: string;
|
|
110
|
-
refund_channel_id: string;
|
|
111
|
-
refund_port_id: string;
|
|
112
|
-
packet_src_channel_id: string;
|
|
113
|
-
packet_src_port_id: string;
|
|
114
|
-
packet_timeout_timestamp: bigint;
|
|
115
|
-
packet_timeout_height: string;
|
|
116
|
-
packet_data: Uint8Array;
|
|
117
|
-
refund_sequence: bigint;
|
|
118
|
-
retries_remaining: number;
|
|
119
|
-
timeout: bigint;
|
|
120
|
-
nonrefundable: boolean;
|
|
121
|
-
}
|
|
122
95
|
export declare const GenesisState_InFlightPacketsEntry: {
|
|
123
96
|
encode(message: GenesisState_InFlightPacketsEntry, writer?: BinaryWriter): BinaryWriter;
|
|
124
97
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState_InFlightPacketsEntry;
|
|
125
|
-
fromPartial(object:
|
|
98
|
+
fromPartial(object: DeepPartial<GenesisState_InFlightPacketsEntry>): GenesisState_InFlightPacketsEntry;
|
|
126
99
|
fromAmino(object: GenesisState_InFlightPacketsEntryAmino): GenesisState_InFlightPacketsEntry;
|
|
127
100
|
toAmino(message: GenesisState_InFlightPacketsEntry): GenesisState_InFlightPacketsEntryAmino;
|
|
128
101
|
fromAminoMsg(object: GenesisState_InFlightPacketsEntryAminoMsg): GenesisState_InFlightPacketsEntry;
|
|
@@ -131,9 +104,10 @@ export declare const GenesisState_InFlightPacketsEntry: {
|
|
|
131
104
|
};
|
|
132
105
|
export declare const GenesisState: {
|
|
133
106
|
typeUrl: string;
|
|
107
|
+
aminoType: string;
|
|
134
108
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
135
109
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
136
|
-
fromPartial(object:
|
|
110
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
137
111
|
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
138
112
|
toAmino(message: GenesisState): GenesisStateAmino;
|
|
139
113
|
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
@@ -144,9 +118,10 @@ export declare const GenesisState: {
|
|
|
144
118
|
};
|
|
145
119
|
export declare const InFlightPacket: {
|
|
146
120
|
typeUrl: string;
|
|
121
|
+
aminoType: string;
|
|
147
122
|
encode(message: InFlightPacket, writer?: BinaryWriter): BinaryWriter;
|
|
148
123
|
decode(input: BinaryReader | Uint8Array, length?: number): InFlightPacket;
|
|
149
|
-
fromPartial(object:
|
|
124
|
+
fromPartial(object: DeepPartial<InFlightPacket>): InFlightPacket;
|
|
150
125
|
fromAmino(object: InFlightPacketAmino): InFlightPacket;
|
|
151
126
|
toAmino(message: InFlightPacket): InFlightPacketAmino;
|
|
152
127
|
fromAminoMsg(object: InFlightPacketAminoMsg): InFlightPacket;
|
|
@@ -79,6 +79,7 @@ function createBaseGenesisState() {
|
|
|
79
79
|
}
|
|
80
80
|
exports.GenesisState = {
|
|
81
81
|
typeUrl: "/ibc.applications.packet_forward_middleware.v1.GenesisState",
|
|
82
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
82
83
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
83
84
|
Object.entries(message.inFlightPackets).forEach(([key, value]) => {
|
|
84
85
|
exports.GenesisState_InFlightPacketsEntry.encode({
|
|
@@ -178,6 +179,7 @@ function createBaseInFlightPacket() {
|
|
|
178
179
|
}
|
|
179
180
|
exports.InFlightPacket = {
|
|
180
181
|
typeUrl: "/ibc.applications.packet_forward_middleware.v1.InFlightPacket",
|
|
182
|
+
aminoType: "cosmos-sdk/InFlightPacket",
|
|
181
183
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
182
184
|
if (message.originalSenderAddress !== "") {
|
|
183
185
|
writer.uint32(10).string(message.originalSenderAddress);
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { Coin, CoinAmino
|
|
1
|
+
import { Coin, CoinAmino } from "../../../../cosmos/base/v1beta1/coin";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
3
|
+
import { DeepPartial } from "../../../../helpers";
|
|
3
4
|
/** Allocation defines the spend limit for a particular port and channel */
|
|
4
5
|
export interface Allocation {
|
|
5
6
|
/** the port on which the packet will be sent */
|
|
@@ -40,20 +41,11 @@ export interface AllocationAminoMsg {
|
|
|
40
41
|
type: "cosmos-sdk/Allocation";
|
|
41
42
|
value: AllocationAmino;
|
|
42
43
|
}
|
|
43
|
-
/** Allocation defines the spend limit for a particular port and channel */
|
|
44
|
-
export interface AllocationSDKType {
|
|
45
|
-
source_port: string;
|
|
46
|
-
source_channel: string;
|
|
47
|
-
spend_limit: CoinSDKType[];
|
|
48
|
-
allow_list: string[];
|
|
49
|
-
allowed_packet_data: string[];
|
|
50
|
-
}
|
|
51
44
|
/**
|
|
52
45
|
* TransferAuthorization allows the grantee to spend up to spend_limit coins from
|
|
53
46
|
* the granter's account for ibc transfer on a specific channel
|
|
54
47
|
*/
|
|
55
48
|
export interface TransferAuthorization {
|
|
56
|
-
$typeUrl?: "/ibc.applications.transfer.v1.TransferAuthorization";
|
|
57
49
|
/** port and channel amounts */
|
|
58
50
|
allocations: Allocation[];
|
|
59
51
|
}
|
|
@@ -73,19 +65,12 @@ export interface TransferAuthorizationAminoMsg {
|
|
|
73
65
|
type: "cosmos-sdk/TransferAuthorization";
|
|
74
66
|
value: TransferAuthorizationAmino;
|
|
75
67
|
}
|
|
76
|
-
/**
|
|
77
|
-
* TransferAuthorization allows the grantee to spend up to spend_limit coins from
|
|
78
|
-
* the granter's account for ibc transfer on a specific channel
|
|
79
|
-
*/
|
|
80
|
-
export interface TransferAuthorizationSDKType {
|
|
81
|
-
$typeUrl?: "/ibc.applications.transfer.v1.TransferAuthorization";
|
|
82
|
-
allocations: AllocationSDKType[];
|
|
83
|
-
}
|
|
84
68
|
export declare const Allocation: {
|
|
85
69
|
typeUrl: string;
|
|
70
|
+
aminoType: string;
|
|
86
71
|
encode(message: Allocation, writer?: BinaryWriter): BinaryWriter;
|
|
87
72
|
decode(input: BinaryReader | Uint8Array, length?: number): Allocation;
|
|
88
|
-
fromPartial(object:
|
|
73
|
+
fromPartial(object: DeepPartial<Allocation>): Allocation;
|
|
89
74
|
fromAmino(object: AllocationAmino): Allocation;
|
|
90
75
|
toAmino(message: Allocation): AllocationAmino;
|
|
91
76
|
fromAminoMsg(object: AllocationAminoMsg): Allocation;
|
|
@@ -96,9 +81,10 @@ export declare const Allocation: {
|
|
|
96
81
|
};
|
|
97
82
|
export declare const TransferAuthorization: {
|
|
98
83
|
typeUrl: string;
|
|
84
|
+
aminoType: string;
|
|
99
85
|
encode(message: TransferAuthorization, writer?: BinaryWriter): BinaryWriter;
|
|
100
86
|
decode(input: BinaryReader | Uint8Array, length?: number): TransferAuthorization;
|
|
101
|
-
fromPartial(object:
|
|
87
|
+
fromPartial(object: DeepPartial<TransferAuthorization>): TransferAuthorization;
|
|
102
88
|
fromAmino(object: TransferAuthorizationAmino): TransferAuthorization;
|
|
103
89
|
toAmino(message: TransferAuthorization): TransferAuthorizationAmino;
|
|
104
90
|
fromAminoMsg(object: TransferAuthorizationAminoMsg): TransferAuthorization;
|
|
@@ -15,6 +15,7 @@ function createBaseAllocation() {
|
|
|
15
15
|
}
|
|
16
16
|
exports.Allocation = {
|
|
17
17
|
typeUrl: "/ibc.applications.transfer.v1.Allocation",
|
|
18
|
+
aminoType: "cosmos-sdk/Allocation",
|
|
18
19
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
19
20
|
if (message.sourcePort !== "") {
|
|
20
21
|
writer.uint32(10).string(message.sourcePort);
|
|
@@ -132,12 +133,12 @@ exports.Allocation = {
|
|
|
132
133
|
};
|
|
133
134
|
function createBaseTransferAuthorization() {
|
|
134
135
|
return {
|
|
135
|
-
$typeUrl: "/ibc.applications.transfer.v1.TransferAuthorization",
|
|
136
136
|
allocations: []
|
|
137
137
|
};
|
|
138
138
|
}
|
|
139
139
|
exports.TransferAuthorization = {
|
|
140
140
|
typeUrl: "/ibc.applications.transfer.v1.TransferAuthorization",
|
|
141
|
+
aminoType: "cosmos-sdk/TransferAuthorization",
|
|
141
142
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
142
143
|
for (const v of message.allocations) {
|
|
143
144
|
exports.Allocation.encode(v, writer.uint32(10).fork()).ldelim();
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* DenomTrace contains the base denomination for ICS20 fungible tokens and the
|
|
4
5
|
* source tracing information path.
|
|
@@ -35,20 +36,12 @@ export interface DenomTraceAminoMsg {
|
|
|
35
36
|
type: "cosmos-sdk/DenomTrace";
|
|
36
37
|
value: DenomTraceAmino;
|
|
37
38
|
}
|
|
38
|
-
/**
|
|
39
|
-
* DenomTrace contains the base denomination for ICS20 fungible tokens and the
|
|
40
|
-
* source tracing information path.
|
|
41
|
-
*/
|
|
42
|
-
/** @deprecated */
|
|
43
|
-
export interface DenomTraceSDKType {
|
|
44
|
-
path: string;
|
|
45
|
-
base_denom: string;
|
|
46
|
-
}
|
|
47
39
|
export declare const DenomTrace: {
|
|
48
40
|
typeUrl: string;
|
|
41
|
+
aminoType: string;
|
|
49
42
|
encode(message: DenomTrace, writer?: BinaryWriter): BinaryWriter;
|
|
50
43
|
decode(input: BinaryReader | Uint8Array, length?: number): DenomTrace;
|
|
51
|
-
fromPartial(object:
|
|
44
|
+
fromPartial(object: DeepPartial<DenomTrace>): DenomTrace;
|
|
52
45
|
fromAmino(object: DenomTraceAmino): DenomTrace;
|
|
53
46
|
toAmino(message: DenomTrace): DenomTraceAmino;
|
|
54
47
|
fromAminoMsg(object: DenomTraceAminoMsg): DenomTrace;
|
|
@@ -11,6 +11,7 @@ function createBaseDenomTrace() {
|
|
|
11
11
|
}
|
|
12
12
|
exports.DenomTrace = {
|
|
13
13
|
typeUrl: "/ibc.applications.transfer.v1.DenomTrace",
|
|
14
|
+
aminoType: "cosmos-sdk/DenomTrace",
|
|
14
15
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
15
16
|
if (message.path !== "") {
|
|
16
17
|
writer.uint32(10).string(message.path);
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { Denom, DenomAmino
|
|
2
|
-
import { Params, ParamsAmino
|
|
3
|
-
import { Coin, CoinAmino
|
|
1
|
+
import { Denom, DenomAmino } from "./token";
|
|
2
|
+
import { Params, ParamsAmino } from "./transfer";
|
|
3
|
+
import { Coin, CoinAmino } from "../../../../cosmos/base/v1beta1/coin";
|
|
4
4
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
5
|
+
import { DeepPartial } from "../../../../helpers";
|
|
5
6
|
/** GenesisState defines the ibc-transfer genesis state */
|
|
6
7
|
export interface GenesisState {
|
|
7
8
|
portId: string;
|
|
@@ -32,18 +33,12 @@ export interface GenesisStateAminoMsg {
|
|
|
32
33
|
type: "cosmos-sdk/GenesisState";
|
|
33
34
|
value: GenesisStateAmino;
|
|
34
35
|
}
|
|
35
|
-
/** GenesisState defines the ibc-transfer genesis state */
|
|
36
|
-
export interface GenesisStateSDKType {
|
|
37
|
-
port_id: string;
|
|
38
|
-
denoms: DenomSDKType[];
|
|
39
|
-
params: ParamsSDKType;
|
|
40
|
-
total_escrowed: CoinSDKType[];
|
|
41
|
-
}
|
|
42
36
|
export declare const GenesisState: {
|
|
43
37
|
typeUrl: string;
|
|
38
|
+
aminoType: string;
|
|
44
39
|
encode(message: GenesisState, writer?: BinaryWriter): BinaryWriter;
|
|
45
40
|
decode(input: BinaryReader | Uint8Array, length?: number): GenesisState;
|
|
46
|
-
fromPartial(object:
|
|
41
|
+
fromPartial(object: DeepPartial<GenesisState>): GenesisState;
|
|
47
42
|
fromAmino(object: GenesisStateAmino): GenesisState;
|
|
48
43
|
toAmino(message: GenesisState): GenesisStateAmino;
|
|
49
44
|
fromAminoMsg(object: GenesisStateAminoMsg): GenesisState;
|
|
@@ -16,6 +16,7 @@ function createBaseGenesisState() {
|
|
|
16
16
|
}
|
|
17
17
|
exports.GenesisState = {
|
|
18
18
|
typeUrl: "/ibc.applications.transfer.v1.GenesisState",
|
|
19
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
19
20
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
20
21
|
if (message.portId !== "") {
|
|
21
22
|
writer.uint32(10).string(message.portId);
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
2
|
+
import { DeepPartial } from "../../../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* FungibleTokenPacketData defines a struct for the packet payload
|
|
4
5
|
* See FungibleTokenPacketData spec:
|
|
@@ -41,23 +42,12 @@ export interface FungibleTokenPacketDataAminoMsg {
|
|
|
41
42
|
type: "cosmos-sdk/FungibleTokenPacketData";
|
|
42
43
|
value: FungibleTokenPacketDataAmino;
|
|
43
44
|
}
|
|
44
|
-
/**
|
|
45
|
-
* FungibleTokenPacketData defines a struct for the packet payload
|
|
46
|
-
* See FungibleTokenPacketData spec:
|
|
47
|
-
* https://github.com/cosmos/ibc/tree/master/spec/app/ics-020-fungible-token-transfer#data-structures
|
|
48
|
-
*/
|
|
49
|
-
export interface FungibleTokenPacketDataSDKType {
|
|
50
|
-
denom: string;
|
|
51
|
-
amount: string;
|
|
52
|
-
sender: string;
|
|
53
|
-
receiver: string;
|
|
54
|
-
memo: string;
|
|
55
|
-
}
|
|
56
45
|
export declare const FungibleTokenPacketData: {
|
|
57
46
|
typeUrl: string;
|
|
47
|
+
aminoType: string;
|
|
58
48
|
encode(message: FungibleTokenPacketData, writer?: BinaryWriter): BinaryWriter;
|
|
59
49
|
decode(input: BinaryReader | Uint8Array, length?: number): FungibleTokenPacketData;
|
|
60
|
-
fromPartial(object:
|
|
50
|
+
fromPartial(object: DeepPartial<FungibleTokenPacketData>): FungibleTokenPacketData;
|
|
61
51
|
fromAmino(object: FungibleTokenPacketDataAmino): FungibleTokenPacketData;
|
|
62
52
|
toAmino(message: FungibleTokenPacketData): FungibleTokenPacketDataAmino;
|
|
63
53
|
fromAminoMsg(object: FungibleTokenPacketDataAminoMsg): FungibleTokenPacketData;
|
|
@@ -14,6 +14,7 @@ function createBaseFungibleTokenPacketData() {
|
|
|
14
14
|
}
|
|
15
15
|
exports.FungibleTokenPacketData = {
|
|
16
16
|
typeUrl: "/ibc.applications.transfer.v1.FungibleTokenPacketData",
|
|
17
|
+
aminoType: "cosmos-sdk/FungibleTokenPacketData",
|
|
17
18
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
18
19
|
if (message.denom !== "") {
|
|
19
20
|
writer.uint32(10).string(message.denom);
|
|
@@ -1,8 +1,9 @@
|
|
|
1
|
-
import { PageRequest, PageRequestAmino,
|
|
2
|
-
import { Params, ParamsAmino
|
|
3
|
-
import { Denom, DenomAmino
|
|
4
|
-
import { Coin, CoinAmino
|
|
1
|
+
import { PageRequest, PageRequestAmino, PageResponse, PageResponseAmino } from "../../../../cosmos/base/query/v1beta1/pagination";
|
|
2
|
+
import { Params, ParamsAmino } from "./transfer";
|
|
3
|
+
import { Denom, DenomAmino } from "./token";
|
|
4
|
+
import { Coin, CoinAmino } from "../../../../cosmos/base/v1beta1/coin";
|
|
5
5
|
import { BinaryReader, BinaryWriter } from "../../../../binary";
|
|
6
|
+
import { DeepPartial } from "../../../../helpers";
|
|
6
7
|
/** QueryParamsRequest is the request type for the Query/Params RPC method. */
|
|
7
8
|
export interface QueryParamsRequest {
|
|
8
9
|
}
|
|
@@ -17,9 +18,6 @@ export interface QueryParamsRequestAminoMsg {
|
|
|
17
18
|
type: "cosmos-sdk/QueryParamsRequest";
|
|
18
19
|
value: QueryParamsRequestAmino;
|
|
19
20
|
}
|
|
20
|
-
/** QueryParamsRequest is the request type for the Query/Params RPC method. */
|
|
21
|
-
export interface QueryParamsRequestSDKType {
|
|
22
|
-
}
|
|
23
21
|
/** QueryParamsResponse is the response type for the Query/Params RPC method. */
|
|
24
22
|
export interface QueryParamsResponse {
|
|
25
23
|
/** params defines the parameters of the module. */
|
|
@@ -38,10 +36,6 @@ export interface QueryParamsResponseAminoMsg {
|
|
|
38
36
|
type: "cosmos-sdk/QueryParamsResponse";
|
|
39
37
|
value: QueryParamsResponseAmino;
|
|
40
38
|
}
|
|
41
|
-
/** QueryParamsResponse is the response type for the Query/Params RPC method. */
|
|
42
|
-
export interface QueryParamsResponseSDKType {
|
|
43
|
-
params?: ParamsSDKType;
|
|
44
|
-
}
|
|
45
39
|
/**
|
|
46
40
|
* QueryDenomRequest is the request type for the Query/Denom RPC
|
|
47
41
|
* method
|
|
@@ -66,13 +60,6 @@ export interface QueryDenomRequestAminoMsg {
|
|
|
66
60
|
type: "cosmos-sdk/QueryDenomRequest";
|
|
67
61
|
value: QueryDenomRequestAmino;
|
|
68
62
|
}
|
|
69
|
-
/**
|
|
70
|
-
* QueryDenomRequest is the request type for the Query/Denom RPC
|
|
71
|
-
* method
|
|
72
|
-
*/
|
|
73
|
-
export interface QueryDenomRequestSDKType {
|
|
74
|
-
hash: string;
|
|
75
|
-
}
|
|
76
63
|
/**
|
|
77
64
|
* QueryDenomResponse is the response type for the Query/Denom RPC
|
|
78
65
|
* method.
|
|
@@ -97,13 +84,6 @@ export interface QueryDenomResponseAminoMsg {
|
|
|
97
84
|
type: "cosmos-sdk/QueryDenomResponse";
|
|
98
85
|
value: QueryDenomResponseAmino;
|
|
99
86
|
}
|
|
100
|
-
/**
|
|
101
|
-
* QueryDenomResponse is the response type for the Query/Denom RPC
|
|
102
|
-
* method.
|
|
103
|
-
*/
|
|
104
|
-
export interface QueryDenomResponseSDKType {
|
|
105
|
-
denom?: DenomSDKType;
|
|
106
|
-
}
|
|
107
87
|
/**
|
|
108
88
|
* QueryDenomsRequest is the request type for the Query/Denoms RPC
|
|
109
89
|
* method
|
|
@@ -128,13 +108,6 @@ export interface QueryDenomsRequestAminoMsg {
|
|
|
128
108
|
type: "cosmos-sdk/QueryDenomsRequest";
|
|
129
109
|
value: QueryDenomsRequestAmino;
|
|
130
110
|
}
|
|
131
|
-
/**
|
|
132
|
-
* QueryDenomsRequest is the request type for the Query/Denoms RPC
|
|
133
|
-
* method
|
|
134
|
-
*/
|
|
135
|
-
export interface QueryDenomsRequestSDKType {
|
|
136
|
-
pagination?: PageRequestSDKType;
|
|
137
|
-
}
|
|
138
111
|
/**
|
|
139
112
|
* QueryDenomsResponse is the response type for the Query/Denoms RPC
|
|
140
113
|
* method.
|
|
@@ -163,14 +136,6 @@ export interface QueryDenomsResponseAminoMsg {
|
|
|
163
136
|
type: "cosmos-sdk/QueryDenomsResponse";
|
|
164
137
|
value: QueryDenomsResponseAmino;
|
|
165
138
|
}
|
|
166
|
-
/**
|
|
167
|
-
* QueryDenomsResponse is the response type for the Query/Denoms RPC
|
|
168
|
-
* method.
|
|
169
|
-
*/
|
|
170
|
-
export interface QueryDenomsResponseSDKType {
|
|
171
|
-
denoms: DenomSDKType[];
|
|
172
|
-
pagination?: PageResponseSDKType;
|
|
173
|
-
}
|
|
174
139
|
/**
|
|
175
140
|
* QueryDenomHashRequest is the request type for the Query/DenomHash RPC
|
|
176
141
|
* method
|
|
@@ -195,13 +160,6 @@ export interface QueryDenomHashRequestAminoMsg {
|
|
|
195
160
|
type: "cosmos-sdk/QueryDenomHashRequest";
|
|
196
161
|
value: QueryDenomHashRequestAmino;
|
|
197
162
|
}
|
|
198
|
-
/**
|
|
199
|
-
* QueryDenomHashRequest is the request type for the Query/DenomHash RPC
|
|
200
|
-
* method
|
|
201
|
-
*/
|
|
202
|
-
export interface QueryDenomHashRequestSDKType {
|
|
203
|
-
trace: string;
|
|
204
|
-
}
|
|
205
163
|
/**
|
|
206
164
|
* QueryDenomHashResponse is the response type for the Query/DenomHash RPC
|
|
207
165
|
* method.
|
|
@@ -226,13 +184,6 @@ export interface QueryDenomHashResponseAminoMsg {
|
|
|
226
184
|
type: "cosmos-sdk/QueryDenomHashResponse";
|
|
227
185
|
value: QueryDenomHashResponseAmino;
|
|
228
186
|
}
|
|
229
|
-
/**
|
|
230
|
-
* QueryDenomHashResponse is the response type for the Query/DenomHash RPC
|
|
231
|
-
* method.
|
|
232
|
-
*/
|
|
233
|
-
export interface QueryDenomHashResponseSDKType {
|
|
234
|
-
hash: string;
|
|
235
|
-
}
|
|
236
187
|
/** QueryEscrowAddressRequest is the request type for the EscrowAddress RPC method. */
|
|
237
188
|
export interface QueryEscrowAddressRequest {
|
|
238
189
|
/** unique port identifier */
|
|
@@ -255,11 +206,6 @@ export interface QueryEscrowAddressRequestAminoMsg {
|
|
|
255
206
|
type: "cosmos-sdk/QueryEscrowAddressRequest";
|
|
256
207
|
value: QueryEscrowAddressRequestAmino;
|
|
257
208
|
}
|
|
258
|
-
/** QueryEscrowAddressRequest is the request type for the EscrowAddress RPC method. */
|
|
259
|
-
export interface QueryEscrowAddressRequestSDKType {
|
|
260
|
-
port_id: string;
|
|
261
|
-
channel_id: string;
|
|
262
|
-
}
|
|
263
209
|
/** QueryEscrowAddressResponse is the response type of the EscrowAddress RPC method. */
|
|
264
210
|
export interface QueryEscrowAddressResponse {
|
|
265
211
|
/** the escrow account address */
|
|
@@ -278,10 +224,6 @@ export interface QueryEscrowAddressResponseAminoMsg {
|
|
|
278
224
|
type: "cosmos-sdk/QueryEscrowAddressResponse";
|
|
279
225
|
value: QueryEscrowAddressResponseAmino;
|
|
280
226
|
}
|
|
281
|
-
/** QueryEscrowAddressResponse is the response type of the EscrowAddress RPC method. */
|
|
282
|
-
export interface QueryEscrowAddressResponseSDKType {
|
|
283
|
-
escrow_address: string;
|
|
284
|
-
}
|
|
285
227
|
/** QueryTotalEscrowForDenomRequest is the request type for TotalEscrowForDenom RPC method. */
|
|
286
228
|
export interface QueryTotalEscrowForDenomRequest {
|
|
287
229
|
denom: string;
|
|
@@ -298,10 +240,6 @@ export interface QueryTotalEscrowForDenomRequestAminoMsg {
|
|
|
298
240
|
type: "cosmos-sdk/QueryTotalEscrowForDenomRequest";
|
|
299
241
|
value: QueryTotalEscrowForDenomRequestAmino;
|
|
300
242
|
}
|
|
301
|
-
/** QueryTotalEscrowForDenomRequest is the request type for TotalEscrowForDenom RPC method. */
|
|
302
|
-
export interface QueryTotalEscrowForDenomRequestSDKType {
|
|
303
|
-
denom: string;
|
|
304
|
-
}
|
|
305
243
|
/** QueryTotalEscrowForDenomResponse is the response type for TotalEscrowForDenom RPC method. */
|
|
306
244
|
export interface QueryTotalEscrowForDenomResponse {
|
|
307
245
|
amount: Coin;
|
|
@@ -318,15 +256,12 @@ export interface QueryTotalEscrowForDenomResponseAminoMsg {
|
|
|
318
256
|
type: "cosmos-sdk/QueryTotalEscrowForDenomResponse";
|
|
319
257
|
value: QueryTotalEscrowForDenomResponseAmino;
|
|
320
258
|
}
|
|
321
|
-
/** QueryTotalEscrowForDenomResponse is the response type for TotalEscrowForDenom RPC method. */
|
|
322
|
-
export interface QueryTotalEscrowForDenomResponseSDKType {
|
|
323
|
-
amount: CoinSDKType;
|
|
324
|
-
}
|
|
325
259
|
export declare const QueryParamsRequest: {
|
|
326
260
|
typeUrl: string;
|
|
261
|
+
aminoType: string;
|
|
327
262
|
encode(_: QueryParamsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
328
263
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsRequest;
|
|
329
|
-
fromPartial(_:
|
|
264
|
+
fromPartial(_: DeepPartial<QueryParamsRequest>): QueryParamsRequest;
|
|
330
265
|
fromAmino(_: QueryParamsRequestAmino): QueryParamsRequest;
|
|
331
266
|
toAmino(_: QueryParamsRequest): QueryParamsRequestAmino;
|
|
332
267
|
fromAminoMsg(object: QueryParamsRequestAminoMsg): QueryParamsRequest;
|
|
@@ -337,9 +272,10 @@ export declare const QueryParamsRequest: {
|
|
|
337
272
|
};
|
|
338
273
|
export declare const QueryParamsResponse: {
|
|
339
274
|
typeUrl: string;
|
|
275
|
+
aminoType: string;
|
|
340
276
|
encode(message: QueryParamsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
341
277
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryParamsResponse;
|
|
342
|
-
fromPartial(object:
|
|
278
|
+
fromPartial(object: DeepPartial<QueryParamsResponse>): QueryParamsResponse;
|
|
343
279
|
fromAmino(object: QueryParamsResponseAmino): QueryParamsResponse;
|
|
344
280
|
toAmino(message: QueryParamsResponse): QueryParamsResponseAmino;
|
|
345
281
|
fromAminoMsg(object: QueryParamsResponseAminoMsg): QueryParamsResponse;
|
|
@@ -350,9 +286,10 @@ export declare const QueryParamsResponse: {
|
|
|
350
286
|
};
|
|
351
287
|
export declare const QueryDenomRequest: {
|
|
352
288
|
typeUrl: string;
|
|
289
|
+
aminoType: string;
|
|
353
290
|
encode(message: QueryDenomRequest, writer?: BinaryWriter): BinaryWriter;
|
|
354
291
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDenomRequest;
|
|
355
|
-
fromPartial(object:
|
|
292
|
+
fromPartial(object: DeepPartial<QueryDenomRequest>): QueryDenomRequest;
|
|
356
293
|
fromAmino(object: QueryDenomRequestAmino): QueryDenomRequest;
|
|
357
294
|
toAmino(message: QueryDenomRequest): QueryDenomRequestAmino;
|
|
358
295
|
fromAminoMsg(object: QueryDenomRequestAminoMsg): QueryDenomRequest;
|
|
@@ -363,9 +300,10 @@ export declare const QueryDenomRequest: {
|
|
|
363
300
|
};
|
|
364
301
|
export declare const QueryDenomResponse: {
|
|
365
302
|
typeUrl: string;
|
|
303
|
+
aminoType: string;
|
|
366
304
|
encode(message: QueryDenomResponse, writer?: BinaryWriter): BinaryWriter;
|
|
367
305
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDenomResponse;
|
|
368
|
-
fromPartial(object:
|
|
306
|
+
fromPartial(object: DeepPartial<QueryDenomResponse>): QueryDenomResponse;
|
|
369
307
|
fromAmino(object: QueryDenomResponseAmino): QueryDenomResponse;
|
|
370
308
|
toAmino(message: QueryDenomResponse): QueryDenomResponseAmino;
|
|
371
309
|
fromAminoMsg(object: QueryDenomResponseAminoMsg): QueryDenomResponse;
|
|
@@ -376,9 +314,10 @@ export declare const QueryDenomResponse: {
|
|
|
376
314
|
};
|
|
377
315
|
export declare const QueryDenomsRequest: {
|
|
378
316
|
typeUrl: string;
|
|
317
|
+
aminoType: string;
|
|
379
318
|
encode(message: QueryDenomsRequest, writer?: BinaryWriter): BinaryWriter;
|
|
380
319
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDenomsRequest;
|
|
381
|
-
fromPartial(object:
|
|
320
|
+
fromPartial(object: DeepPartial<QueryDenomsRequest>): QueryDenomsRequest;
|
|
382
321
|
fromAmino(object: QueryDenomsRequestAmino): QueryDenomsRequest;
|
|
383
322
|
toAmino(message: QueryDenomsRequest): QueryDenomsRequestAmino;
|
|
384
323
|
fromAminoMsg(object: QueryDenomsRequestAminoMsg): QueryDenomsRequest;
|
|
@@ -389,9 +328,10 @@ export declare const QueryDenomsRequest: {
|
|
|
389
328
|
};
|
|
390
329
|
export declare const QueryDenomsResponse: {
|
|
391
330
|
typeUrl: string;
|
|
331
|
+
aminoType: string;
|
|
392
332
|
encode(message: QueryDenomsResponse, writer?: BinaryWriter): BinaryWriter;
|
|
393
333
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDenomsResponse;
|
|
394
|
-
fromPartial(object:
|
|
334
|
+
fromPartial(object: DeepPartial<QueryDenomsResponse>): QueryDenomsResponse;
|
|
395
335
|
fromAmino(object: QueryDenomsResponseAmino): QueryDenomsResponse;
|
|
396
336
|
toAmino(message: QueryDenomsResponse): QueryDenomsResponseAmino;
|
|
397
337
|
fromAminoMsg(object: QueryDenomsResponseAminoMsg): QueryDenomsResponse;
|
|
@@ -402,9 +342,10 @@ export declare const QueryDenomsResponse: {
|
|
|
402
342
|
};
|
|
403
343
|
export declare const QueryDenomHashRequest: {
|
|
404
344
|
typeUrl: string;
|
|
345
|
+
aminoType: string;
|
|
405
346
|
encode(message: QueryDenomHashRequest, writer?: BinaryWriter): BinaryWriter;
|
|
406
347
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDenomHashRequest;
|
|
407
|
-
fromPartial(object:
|
|
348
|
+
fromPartial(object: DeepPartial<QueryDenomHashRequest>): QueryDenomHashRequest;
|
|
408
349
|
fromAmino(object: QueryDenomHashRequestAmino): QueryDenomHashRequest;
|
|
409
350
|
toAmino(message: QueryDenomHashRequest): QueryDenomHashRequestAmino;
|
|
410
351
|
fromAminoMsg(object: QueryDenomHashRequestAminoMsg): QueryDenomHashRequest;
|
|
@@ -415,9 +356,10 @@ export declare const QueryDenomHashRequest: {
|
|
|
415
356
|
};
|
|
416
357
|
export declare const QueryDenomHashResponse: {
|
|
417
358
|
typeUrl: string;
|
|
359
|
+
aminoType: string;
|
|
418
360
|
encode(message: QueryDenomHashResponse, writer?: BinaryWriter): BinaryWriter;
|
|
419
361
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryDenomHashResponse;
|
|
420
|
-
fromPartial(object:
|
|
362
|
+
fromPartial(object: DeepPartial<QueryDenomHashResponse>): QueryDenomHashResponse;
|
|
421
363
|
fromAmino(object: QueryDenomHashResponseAmino): QueryDenomHashResponse;
|
|
422
364
|
toAmino(message: QueryDenomHashResponse): QueryDenomHashResponseAmino;
|
|
423
365
|
fromAminoMsg(object: QueryDenomHashResponseAminoMsg): QueryDenomHashResponse;
|
|
@@ -428,9 +370,10 @@ export declare const QueryDenomHashResponse: {
|
|
|
428
370
|
};
|
|
429
371
|
export declare const QueryEscrowAddressRequest: {
|
|
430
372
|
typeUrl: string;
|
|
373
|
+
aminoType: string;
|
|
431
374
|
encode(message: QueryEscrowAddressRequest, writer?: BinaryWriter): BinaryWriter;
|
|
432
375
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryEscrowAddressRequest;
|
|
433
|
-
fromPartial(object:
|
|
376
|
+
fromPartial(object: DeepPartial<QueryEscrowAddressRequest>): QueryEscrowAddressRequest;
|
|
434
377
|
fromAmino(object: QueryEscrowAddressRequestAmino): QueryEscrowAddressRequest;
|
|
435
378
|
toAmino(message: QueryEscrowAddressRequest): QueryEscrowAddressRequestAmino;
|
|
436
379
|
fromAminoMsg(object: QueryEscrowAddressRequestAminoMsg): QueryEscrowAddressRequest;
|
|
@@ -441,9 +384,10 @@ export declare const QueryEscrowAddressRequest: {
|
|
|
441
384
|
};
|
|
442
385
|
export declare const QueryEscrowAddressResponse: {
|
|
443
386
|
typeUrl: string;
|
|
387
|
+
aminoType: string;
|
|
444
388
|
encode(message: QueryEscrowAddressResponse, writer?: BinaryWriter): BinaryWriter;
|
|
445
389
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryEscrowAddressResponse;
|
|
446
|
-
fromPartial(object:
|
|
390
|
+
fromPartial(object: DeepPartial<QueryEscrowAddressResponse>): QueryEscrowAddressResponse;
|
|
447
391
|
fromAmino(object: QueryEscrowAddressResponseAmino): QueryEscrowAddressResponse;
|
|
448
392
|
toAmino(message: QueryEscrowAddressResponse): QueryEscrowAddressResponseAmino;
|
|
449
393
|
fromAminoMsg(object: QueryEscrowAddressResponseAminoMsg): QueryEscrowAddressResponse;
|
|
@@ -454,9 +398,10 @@ export declare const QueryEscrowAddressResponse: {
|
|
|
454
398
|
};
|
|
455
399
|
export declare const QueryTotalEscrowForDenomRequest: {
|
|
456
400
|
typeUrl: string;
|
|
401
|
+
aminoType: string;
|
|
457
402
|
encode(message: QueryTotalEscrowForDenomRequest, writer?: BinaryWriter): BinaryWriter;
|
|
458
403
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryTotalEscrowForDenomRequest;
|
|
459
|
-
fromPartial(object:
|
|
404
|
+
fromPartial(object: DeepPartial<QueryTotalEscrowForDenomRequest>): QueryTotalEscrowForDenomRequest;
|
|
460
405
|
fromAmino(object: QueryTotalEscrowForDenomRequestAmino): QueryTotalEscrowForDenomRequest;
|
|
461
406
|
toAmino(message: QueryTotalEscrowForDenomRequest): QueryTotalEscrowForDenomRequestAmino;
|
|
462
407
|
fromAminoMsg(object: QueryTotalEscrowForDenomRequestAminoMsg): QueryTotalEscrowForDenomRequest;
|
|
@@ -467,9 +412,10 @@ export declare const QueryTotalEscrowForDenomRequest: {
|
|
|
467
412
|
};
|
|
468
413
|
export declare const QueryTotalEscrowForDenomResponse: {
|
|
469
414
|
typeUrl: string;
|
|
415
|
+
aminoType: string;
|
|
470
416
|
encode(message: QueryTotalEscrowForDenomResponse, writer?: BinaryWriter): BinaryWriter;
|
|
471
417
|
decode(input: BinaryReader | Uint8Array, length?: number): QueryTotalEscrowForDenomResponse;
|
|
472
|
-
fromPartial(object:
|
|
418
|
+
fromPartial(object: DeepPartial<QueryTotalEscrowForDenomResponse>): QueryTotalEscrowForDenomResponse;
|
|
473
419
|
fromAmino(object: QueryTotalEscrowForDenomResponseAmino): QueryTotalEscrowForDenomResponse;
|
|
474
420
|
toAmino(message: QueryTotalEscrowForDenomResponse): QueryTotalEscrowForDenomResponseAmino;
|
|
475
421
|
fromAminoMsg(object: QueryTotalEscrowForDenomResponseAminoMsg): QueryTotalEscrowForDenomResponse;
|