@sparkdreamnft/sparkdreamjs 0.0.3 → 0.0.5
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 +2 -20
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +3 -18
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +2 -11
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +5 -39
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +3 -7
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +23 -139
- 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 +10 -10
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +3 -18
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +1 -3
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +8 -35
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +2 -12
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +2 -5
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +8 -34
- 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 +3 -3
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +8 -39
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +1 -6
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +2 -13
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +8 -59
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +4 -18
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +30 -199
- 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 +13 -13
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +10 -57
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +14 -101
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +4 -21
- 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 +2 -2
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -29
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +26 -128
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +4 -34
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +2 -18
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +1 -10
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +3 -11
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +669 -17
- package/cosmos/circuit/module/v1/module.d.ts +1 -4
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +8 -26
- 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 +3 -3
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +7 -29
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +3 -19
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +1 -4
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +3 -8
- 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 +1 -1
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +3 -15
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +1 -4
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +2 -7
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +1 -1
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +2 -9
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +1 -5
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +2 -17
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +1 -8
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +7 -28
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +2 -10
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -18
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +2 -14
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +2 -8
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +1 -5
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +13 -122
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +10 -64
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +23 -137
- 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 +10 -10
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +16 -112
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +1 -3
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +2 -9
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +3 -18
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +5 -28
- 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 +2 -2
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +1 -3
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +1 -3
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +7 -39
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +2 -5
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +8 -39
- 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 +3 -3
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +8 -37
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +1 -3
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +1 -5
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +2 -16
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +12 -95
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +20 -92
- 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 +9 -9
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +21 -101
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +2 -11
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +15 -81
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +18 -81
- 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 +8 -8
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +14 -54
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +2 -6
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +12 -51
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +2 -12
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +30 -140
- 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 +14 -14
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +30 -142
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.rpc.msg.d.ts +15 -14
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +13 -119
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +13 -157
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +1 -5
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +2 -6
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +2 -14
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +7 -31
- 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 +3 -3
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +3 -18
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +2 -1
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +1 -3
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +1 -7
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +10 -46
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +2 -2
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +1 -3
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +2 -17
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +6 -37
- 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 +2 -2
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +1 -4
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +2 -6
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +10 -49
- 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 +4 -4
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +12 -67
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +2 -11
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +3 -8
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +1 -4
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +1 -7
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +3 -19
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +3 -17
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +30 -185
- 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 +14 -14
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +26 -193
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +17 -102
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +2 -9
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +7 -59
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +6 -19
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +3 -25
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +3 -23
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +1 -5
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +7 -33
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +23 -170
- 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 +9 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +16 -123
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +1 -4
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +11 -77
- 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 +5 -5
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +5 -32
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +3 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +5 -47
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +1 -3
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +8 -54
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +8 -53
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +0 -1
- package/cosmos_proto/cosmos.d.ts +0 -23
- 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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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 +0 -20
- 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.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.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.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.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.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.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.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.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.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -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.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.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/google/api/http.d.ts +0 -292
- package/google/bundle.d.ts +0 -20
- package/google/protobuf/any.d.ts +0 -93
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +0 -336
- package/google/protobuf/descriptor.js +2 -22
- package/google/protobuf/duration.d.ts +0 -64
- package/google/protobuf/timestamp.d.ts +0 -95
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +1 -7
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +5 -17
- 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 +2 -2
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +8 -33
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +4 -3
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +5 -37
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +2 -16
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +3 -8
- 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 +1 -1
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +5 -19
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +3 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +2 -8
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +1 -12
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +3 -12
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +2 -28
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +3 -18
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +1 -9
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +4 -10
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +1 -12
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +16 -71
- 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 +6 -6
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +3 -15
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +1 -10
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +6 -33
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +3 -2
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +290 -8
- package/ibc/core/channel/v1/channel.d.ts +9 -88
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +3 -21
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +32 -245
- 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 +14 -14
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +22 -147
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +3 -24
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +4 -33
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +19 -101
- 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 +8 -8
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +10 -48
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +6 -48
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +4 -27
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +26 -169
- 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 +11 -11
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +19 -91
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +9 -8
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +1 -9
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +1 -5
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +3 -10
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +6 -24
- 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 +2 -2
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +5 -20
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +3 -2
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +4 -26
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +1 -36
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +8 -54
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +2 -8
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +16 -95
- 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 +6 -6
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +13 -97
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +19 -133
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +9 -67
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +11 -69
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +2 -8
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +5 -18
- 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 +2 -2
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +6 -27
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +4 -3
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +5 -25
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +1 -5
- package/sparkdream/blog/module/module.d.ts +0 -4
- package/sparkdream/blog/params.d.ts +1 -3
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +0 -6
- package/sparkdream/blog/query.d.ts +3 -23
- 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 +3 -3
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +2 -34
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.rpc.msg.d.ts +5 -4
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +6 -0
- package/sparkdream/sparkdream/genesis.d.ts +1 -5
- package/sparkdream/sparkdream/module/module.d.ts +0 -4
- package/sparkdream/sparkdream/params.d.ts +1 -3
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +1 -8
- 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 +1 -1
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +2 -12
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +2 -1
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +3 -309
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +0 -8
- package/tendermint/crypto/keys.d.ts +0 -5
- package/tendermint/crypto/proof.d.ts +0 -29
- package/tendermint/p2p/types.d.ts +0 -24
- package/tendermint/types/block.d.ts +2 -8
- package/tendermint/types/evidence.d.ts +2 -25
- package/tendermint/types/params.d.ts +1 -47
- package/tendermint/types/types.d.ts +3 -118
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +1 -17
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +0 -18
- package/types.d.ts +2 -55
|
@@ -12,6 +12,7 @@ function createBaseMsgSoftwareUpgrade() {
|
|
|
12
12
|
}
|
|
13
13
|
exports.MsgSoftwareUpgrade = {
|
|
14
14
|
typeUrl: "/cosmos.upgrade.v1beta1.MsgSoftwareUpgrade",
|
|
15
|
+
aminoType: "cosmos-sdk/MsgSoftwareUpgrade",
|
|
15
16
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
16
17
|
if (message.authority !== "") {
|
|
17
18
|
writer.uint32(10).string(message.authority);
|
|
@@ -90,6 +91,7 @@ function createBaseMsgSoftwareUpgradeResponse() {
|
|
|
90
91
|
}
|
|
91
92
|
exports.MsgSoftwareUpgradeResponse = {
|
|
92
93
|
typeUrl: "/cosmos.upgrade.v1beta1.MsgSoftwareUpgradeResponse",
|
|
94
|
+
aminoType: "cosmos-sdk/MsgSoftwareUpgradeResponse",
|
|
93
95
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
94
96
|
return writer;
|
|
95
97
|
},
|
|
@@ -148,6 +150,7 @@ function createBaseMsgCancelUpgrade() {
|
|
|
148
150
|
}
|
|
149
151
|
exports.MsgCancelUpgrade = {
|
|
150
152
|
typeUrl: "/cosmos.upgrade.v1beta1.MsgCancelUpgrade",
|
|
153
|
+
aminoType: "cosmos-sdk/MsgCancelUpgrade",
|
|
151
154
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
152
155
|
if (message.authority !== "") {
|
|
153
156
|
writer.uint32(10).string(message.authority);
|
|
@@ -215,6 +218,7 @@ function createBaseMsgCancelUpgradeResponse() {
|
|
|
215
218
|
}
|
|
216
219
|
exports.MsgCancelUpgradeResponse = {
|
|
217
220
|
typeUrl: "/cosmos.upgrade.v1beta1.MsgCancelUpgradeResponse",
|
|
221
|
+
aminoType: "cosmos-sdk/MsgCancelUpgradeResponse",
|
|
218
222
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
219
223
|
return writer;
|
|
220
224
|
},
|
|
@@ -19,6 +19,7 @@ export interface Msg {
|
|
|
19
19
|
export declare class MsgClientImpl implements Msg {
|
|
20
20
|
private readonly rpc;
|
|
21
21
|
constructor(rpc: TxRpc);
|
|
22
|
-
softwareUpgrade(request: MsgSoftwareUpgrade)
|
|
23
|
-
cancelUpgrade(request: MsgCancelUpgrade)
|
|
22
|
+
softwareUpgrade: (request: MsgSoftwareUpgrade) => Promise<MsgSoftwareUpgradeResponse>;
|
|
23
|
+
cancelUpgrade: (request: MsgCancelUpgrade) => Promise<MsgCancelUpgradeResponse>;
|
|
24
24
|
}
|
|
25
|
+
export declare const createClientImpl: (rpc: TxRpc) => MsgClientImpl;
|
|
@@ -1,24 +1,33 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MsgClientImpl = void 0;
|
|
3
|
+
exports.createClientImpl = exports.MsgClientImpl = void 0;
|
|
4
4
|
const binary_1 = require("../../../binary");
|
|
5
5
|
const tx_1 = require("./tx");
|
|
6
6
|
class MsgClientImpl {
|
|
7
7
|
rpc;
|
|
8
8
|
constructor(rpc) {
|
|
9
9
|
this.rpc = rpc;
|
|
10
|
-
this.softwareUpgrade = this.softwareUpgrade.bind(this);
|
|
11
|
-
this.cancelUpgrade = this.cancelUpgrade.bind(this);
|
|
12
10
|
}
|
|
13
|
-
|
|
11
|
+
/* SoftwareUpgrade is a governance operation for initiating a software upgrade.
|
|
12
|
+
|
|
13
|
+
Since: cosmos-sdk 0.46 */
|
|
14
|
+
softwareUpgrade = async (request) => {
|
|
14
15
|
const data = tx_1.MsgSoftwareUpgrade.encode(request).finish();
|
|
15
16
|
const promise = this.rpc.request("cosmos.upgrade.v1beta1.Msg", "SoftwareUpgrade", data);
|
|
16
17
|
return promise.then(data => tx_1.MsgSoftwareUpgradeResponse.decode(new binary_1.BinaryReader(data)));
|
|
17
|
-
}
|
|
18
|
-
|
|
18
|
+
};
|
|
19
|
+
/* CancelUpgrade is a governance operation for cancelling a previously
|
|
20
|
+
approved software upgrade.
|
|
21
|
+
|
|
22
|
+
Since: cosmos-sdk 0.46 */
|
|
23
|
+
cancelUpgrade = async (request) => {
|
|
19
24
|
const data = tx_1.MsgCancelUpgrade.encode(request).finish();
|
|
20
25
|
const promise = this.rpc.request("cosmos.upgrade.v1beta1.Msg", "CancelUpgrade", data);
|
|
21
26
|
return promise.then(data => tx_1.MsgCancelUpgradeResponse.decode(new binary_1.BinaryReader(data)));
|
|
22
|
-
}
|
|
27
|
+
};
|
|
23
28
|
}
|
|
24
29
|
exports.MsgClientImpl = MsgClientImpl;
|
|
30
|
+
const createClientImpl = (rpc) => {
|
|
31
|
+
return new MsgClientImpl(rpc);
|
|
32
|
+
};
|
|
33
|
+
exports.createClientImpl = createClientImpl;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Any, AnyAmino
|
|
1
|
+
import { Any, AnyAmino } from "../../../google/protobuf/any";
|
|
2
2
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
3
3
|
import { DeepPartial } from "../../../helpers";
|
|
4
4
|
/** Plan specifies information about a planned upgrade and when it should occur. */
|
|
@@ -77,16 +77,6 @@ export interface PlanAminoMsg {
|
|
|
77
77
|
type: "cosmos-sdk/Plan";
|
|
78
78
|
value: PlanAmino;
|
|
79
79
|
}
|
|
80
|
-
/** Plan specifies information about a planned upgrade and when it should occur. */
|
|
81
|
-
export interface PlanSDKType {
|
|
82
|
-
name: string;
|
|
83
|
-
/** @deprecated */
|
|
84
|
-
time: Date;
|
|
85
|
-
height: bigint;
|
|
86
|
-
info: string;
|
|
87
|
-
/** @deprecated */
|
|
88
|
-
upgraded_client_state?: AnySDKType;
|
|
89
|
-
}
|
|
90
80
|
/**
|
|
91
81
|
* SoftwareUpgradeProposal is a gov Content type for initiating a software
|
|
92
82
|
* upgrade.
|
|
@@ -95,7 +85,6 @@ export interface PlanSDKType {
|
|
|
95
85
|
*/
|
|
96
86
|
/** @deprecated */
|
|
97
87
|
export interface SoftwareUpgradeProposal {
|
|
98
|
-
$typeUrl?: "/cosmos.upgrade.v1beta1.SoftwareUpgradeProposal";
|
|
99
88
|
/** title of the proposal */
|
|
100
89
|
title: string;
|
|
101
90
|
/** description of the proposal */
|
|
@@ -126,19 +115,6 @@ export interface SoftwareUpgradeProposalAminoMsg {
|
|
|
126
115
|
type: "cosmos-sdk/SoftwareUpgradeProposal";
|
|
127
116
|
value: SoftwareUpgradeProposalAmino;
|
|
128
117
|
}
|
|
129
|
-
/**
|
|
130
|
-
* SoftwareUpgradeProposal is a gov Content type for initiating a software
|
|
131
|
-
* upgrade.
|
|
132
|
-
* Deprecated: This legacy proposal is deprecated in favor of Msg-based gov
|
|
133
|
-
* proposals, see MsgSoftwareUpgrade.
|
|
134
|
-
*/
|
|
135
|
-
/** @deprecated */
|
|
136
|
-
export interface SoftwareUpgradeProposalSDKType {
|
|
137
|
-
$typeUrl?: "/cosmos.upgrade.v1beta1.SoftwareUpgradeProposal";
|
|
138
|
-
title: string;
|
|
139
|
-
description: string;
|
|
140
|
-
plan: PlanSDKType;
|
|
141
|
-
}
|
|
142
118
|
/**
|
|
143
119
|
* CancelSoftwareUpgradeProposal is a gov Content type for cancelling a software
|
|
144
120
|
* upgrade.
|
|
@@ -147,7 +123,6 @@ export interface SoftwareUpgradeProposalSDKType {
|
|
|
147
123
|
*/
|
|
148
124
|
/** @deprecated */
|
|
149
125
|
export interface CancelSoftwareUpgradeProposal {
|
|
150
|
-
$typeUrl?: "/cosmos.upgrade.v1beta1.CancelSoftwareUpgradeProposal";
|
|
151
126
|
/** title of the proposal */
|
|
152
127
|
title: string;
|
|
153
128
|
/** description of the proposal */
|
|
@@ -174,18 +149,6 @@ export interface CancelSoftwareUpgradeProposalAminoMsg {
|
|
|
174
149
|
type: "cosmos-sdk/CancelSoftwareUpgradeProposal";
|
|
175
150
|
value: CancelSoftwareUpgradeProposalAmino;
|
|
176
151
|
}
|
|
177
|
-
/**
|
|
178
|
-
* CancelSoftwareUpgradeProposal is a gov Content type for cancelling a software
|
|
179
|
-
* upgrade.
|
|
180
|
-
* Deprecated: This legacy proposal is deprecated in favor of Msg-based gov
|
|
181
|
-
* proposals, see MsgCancelUpgrade.
|
|
182
|
-
*/
|
|
183
|
-
/** @deprecated */
|
|
184
|
-
export interface CancelSoftwareUpgradeProposalSDKType {
|
|
185
|
-
$typeUrl?: "/cosmos.upgrade.v1beta1.CancelSoftwareUpgradeProposal";
|
|
186
|
-
title: string;
|
|
187
|
-
description: string;
|
|
188
|
-
}
|
|
189
152
|
/**
|
|
190
153
|
* ModuleVersion specifies a module and its consensus version.
|
|
191
154
|
*
|
|
@@ -216,17 +179,9 @@ export interface ModuleVersionAminoMsg {
|
|
|
216
179
|
type: "cosmos-sdk/ModuleVersion";
|
|
217
180
|
value: ModuleVersionAmino;
|
|
218
181
|
}
|
|
219
|
-
/**
|
|
220
|
-
* ModuleVersion specifies a module and its consensus version.
|
|
221
|
-
*
|
|
222
|
-
* Since: cosmos-sdk 0.43
|
|
223
|
-
*/
|
|
224
|
-
export interface ModuleVersionSDKType {
|
|
225
|
-
name: string;
|
|
226
|
-
version: bigint;
|
|
227
|
-
}
|
|
228
182
|
export declare const Plan: {
|
|
229
183
|
typeUrl: string;
|
|
184
|
+
aminoType: string;
|
|
230
185
|
encode(message: Plan, writer?: BinaryWriter): BinaryWriter;
|
|
231
186
|
decode(input: BinaryReader | Uint8Array, length?: number): Plan;
|
|
232
187
|
fromPartial(object: DeepPartial<Plan>): Plan;
|
|
@@ -240,6 +195,7 @@ export declare const Plan: {
|
|
|
240
195
|
};
|
|
241
196
|
export declare const SoftwareUpgradeProposal: {
|
|
242
197
|
typeUrl: string;
|
|
198
|
+
aminoType: string;
|
|
243
199
|
encode(message: SoftwareUpgradeProposal, writer?: BinaryWriter): BinaryWriter;
|
|
244
200
|
decode(input: BinaryReader | Uint8Array, length?: number): SoftwareUpgradeProposal;
|
|
245
201
|
fromPartial(object: DeepPartial<SoftwareUpgradeProposal>): SoftwareUpgradeProposal;
|
|
@@ -253,6 +209,7 @@ export declare const SoftwareUpgradeProposal: {
|
|
|
253
209
|
};
|
|
254
210
|
export declare const CancelSoftwareUpgradeProposal: {
|
|
255
211
|
typeUrl: string;
|
|
212
|
+
aminoType: string;
|
|
256
213
|
encode(message: CancelSoftwareUpgradeProposal, writer?: BinaryWriter): BinaryWriter;
|
|
257
214
|
decode(input: BinaryReader | Uint8Array, length?: number): CancelSoftwareUpgradeProposal;
|
|
258
215
|
fromPartial(object: DeepPartial<CancelSoftwareUpgradeProposal>): CancelSoftwareUpgradeProposal;
|
|
@@ -266,6 +223,7 @@ export declare const CancelSoftwareUpgradeProposal: {
|
|
|
266
223
|
};
|
|
267
224
|
export declare const ModuleVersion: {
|
|
268
225
|
typeUrl: string;
|
|
226
|
+
aminoType: string;
|
|
269
227
|
encode(message: ModuleVersion, writer?: BinaryWriter): BinaryWriter;
|
|
270
228
|
decode(input: BinaryReader | Uint8Array, length?: number): ModuleVersion;
|
|
271
229
|
fromPartial(object: DeepPartial<ModuleVersion>): ModuleVersion;
|
|
@@ -17,6 +17,7 @@ function createBasePlan() {
|
|
|
17
17
|
}
|
|
18
18
|
exports.Plan = {
|
|
19
19
|
typeUrl: "/cosmos.upgrade.v1beta1.Plan",
|
|
20
|
+
aminoType: "cosmos-sdk/Plan",
|
|
20
21
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
21
22
|
if (message.name !== "") {
|
|
22
23
|
writer.uint32(10).string(message.name);
|
|
@@ -125,7 +126,6 @@ exports.Plan = {
|
|
|
125
126
|
};
|
|
126
127
|
function createBaseSoftwareUpgradeProposal() {
|
|
127
128
|
return {
|
|
128
|
-
$typeUrl: "/cosmos.upgrade.v1beta1.SoftwareUpgradeProposal",
|
|
129
129
|
title: "",
|
|
130
130
|
description: "",
|
|
131
131
|
plan: exports.Plan.fromPartial({})
|
|
@@ -133,6 +133,7 @@ function createBaseSoftwareUpgradeProposal() {
|
|
|
133
133
|
}
|
|
134
134
|
exports.SoftwareUpgradeProposal = {
|
|
135
135
|
typeUrl: "/cosmos.upgrade.v1beta1.SoftwareUpgradeProposal",
|
|
136
|
+
aminoType: "cosmos-sdk/SoftwareUpgradeProposal",
|
|
136
137
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
137
138
|
if (message.title !== "") {
|
|
138
139
|
writer.uint32(10).string(message.title);
|
|
@@ -219,13 +220,13 @@ exports.SoftwareUpgradeProposal = {
|
|
|
219
220
|
};
|
|
220
221
|
function createBaseCancelSoftwareUpgradeProposal() {
|
|
221
222
|
return {
|
|
222
|
-
$typeUrl: "/cosmos.upgrade.v1beta1.CancelSoftwareUpgradeProposal",
|
|
223
223
|
title: "",
|
|
224
224
|
description: ""
|
|
225
225
|
};
|
|
226
226
|
}
|
|
227
227
|
exports.CancelSoftwareUpgradeProposal = {
|
|
228
228
|
typeUrl: "/cosmos.upgrade.v1beta1.CancelSoftwareUpgradeProposal",
|
|
229
|
+
aminoType: "cosmos-sdk/CancelSoftwareUpgradeProposal",
|
|
229
230
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
230
231
|
if (message.title !== "") {
|
|
231
232
|
writer.uint32(10).string(message.title);
|
|
@@ -307,6 +308,7 @@ function createBaseModuleVersion() {
|
|
|
307
308
|
}
|
|
308
309
|
exports.ModuleVersion = {
|
|
309
310
|
typeUrl: "/cosmos.upgrade.v1beta1.ModuleVersion",
|
|
311
|
+
aminoType: "cosmos-sdk/ModuleVersion",
|
|
310
312
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
311
313
|
if (message.name !== "") {
|
|
312
314
|
writer.uint32(10).string(message.name);
|
|
@@ -14,11 +14,9 @@ export interface ModuleAminoMsg {
|
|
|
14
14
|
type: "cosmos-sdk/Module";
|
|
15
15
|
value: ModuleAmino;
|
|
16
16
|
}
|
|
17
|
-
/** Module is the config object of the vesting module. */
|
|
18
|
-
export interface ModuleSDKType {
|
|
19
|
-
}
|
|
20
17
|
export declare const Module: {
|
|
21
18
|
typeUrl: string;
|
|
19
|
+
aminoType: string;
|
|
22
20
|
encode(_: Module, writer?: BinaryWriter): BinaryWriter;
|
|
23
21
|
decode(input: BinaryReader | Uint8Array, length?: number): Module;
|
|
24
22
|
fromPartial(_: DeepPartial<Module>): Module;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { Coin, CoinAmino
|
|
2
|
-
import { Period, PeriodAmino
|
|
1
|
+
import { Coin, CoinAmino } from "../../base/v1beta1/coin";
|
|
2
|
+
import { Period, PeriodAmino } from "./vesting";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
4
|
import { DeepPartial } from "../../../helpers";
|
|
5
5
|
/**
|
|
@@ -34,17 +34,6 @@ export interface MsgCreateVestingAccountAminoMsg {
|
|
|
34
34
|
type: "cosmos-sdk/MsgCreateVestingAccount";
|
|
35
35
|
value: MsgCreateVestingAccountAmino;
|
|
36
36
|
}
|
|
37
|
-
/**
|
|
38
|
-
* MsgCreateVestingAccount defines a message that enables creating a vesting
|
|
39
|
-
* account.
|
|
40
|
-
*/
|
|
41
|
-
export interface MsgCreateVestingAccountSDKType {
|
|
42
|
-
from_address: string;
|
|
43
|
-
to_address: string;
|
|
44
|
-
amount: CoinSDKType[];
|
|
45
|
-
end_time: bigint;
|
|
46
|
-
delayed: boolean;
|
|
47
|
-
}
|
|
48
37
|
/** MsgCreateVestingAccountResponse defines the Msg/CreateVestingAccount response type. */
|
|
49
38
|
export interface MsgCreateVestingAccountResponse {
|
|
50
39
|
}
|
|
@@ -59,9 +48,6 @@ export interface MsgCreateVestingAccountResponseAminoMsg {
|
|
|
59
48
|
type: "cosmos-sdk/MsgCreateVestingAccountResponse";
|
|
60
49
|
value: MsgCreateVestingAccountResponseAmino;
|
|
61
50
|
}
|
|
62
|
-
/** MsgCreateVestingAccountResponse defines the Msg/CreateVestingAccount response type. */
|
|
63
|
-
export interface MsgCreateVestingAccountResponseSDKType {
|
|
64
|
-
}
|
|
65
51
|
/**
|
|
66
52
|
* MsgCreatePermanentLockedAccount defines a message that enables creating a permanent
|
|
67
53
|
* locked account.
|
|
@@ -92,17 +78,6 @@ export interface MsgCreatePermanentLockedAccountAminoMsg {
|
|
|
92
78
|
type: "cosmos-sdk/MsgCreatePermLockedAccount";
|
|
93
79
|
value: MsgCreatePermanentLockedAccountAmino;
|
|
94
80
|
}
|
|
95
|
-
/**
|
|
96
|
-
* MsgCreatePermanentLockedAccount defines a message that enables creating a permanent
|
|
97
|
-
* locked account.
|
|
98
|
-
*
|
|
99
|
-
* Since: cosmos-sdk 0.46
|
|
100
|
-
*/
|
|
101
|
-
export interface MsgCreatePermanentLockedAccountSDKType {
|
|
102
|
-
from_address: string;
|
|
103
|
-
to_address: string;
|
|
104
|
-
amount: CoinSDKType[];
|
|
105
|
-
}
|
|
106
81
|
/**
|
|
107
82
|
* MsgCreatePermanentLockedAccountResponse defines the Msg/CreatePermanentLockedAccount response type.
|
|
108
83
|
*
|
|
@@ -125,13 +100,6 @@ export interface MsgCreatePermanentLockedAccountResponseAminoMsg {
|
|
|
125
100
|
type: "cosmos-sdk/MsgCreatePermanentLockedAccountResponse";
|
|
126
101
|
value: MsgCreatePermanentLockedAccountResponseAmino;
|
|
127
102
|
}
|
|
128
|
-
/**
|
|
129
|
-
* MsgCreatePermanentLockedAccountResponse defines the Msg/CreatePermanentLockedAccount response type.
|
|
130
|
-
*
|
|
131
|
-
* Since: cosmos-sdk 0.46
|
|
132
|
-
*/
|
|
133
|
-
export interface MsgCreatePermanentLockedAccountResponseSDKType {
|
|
134
|
-
}
|
|
135
103
|
/**
|
|
136
104
|
* MsgCreateVestingAccount defines a message that enables creating a vesting
|
|
137
105
|
* account.
|
|
@@ -166,18 +134,6 @@ export interface MsgCreatePeriodicVestingAccountAminoMsg {
|
|
|
166
134
|
type: "cosmos-sdk/MsgCreatePeriodVestAccount";
|
|
167
135
|
value: MsgCreatePeriodicVestingAccountAmino;
|
|
168
136
|
}
|
|
169
|
-
/**
|
|
170
|
-
* MsgCreateVestingAccount defines a message that enables creating a vesting
|
|
171
|
-
* account.
|
|
172
|
-
*
|
|
173
|
-
* Since: cosmos-sdk 0.46
|
|
174
|
-
*/
|
|
175
|
-
export interface MsgCreatePeriodicVestingAccountSDKType {
|
|
176
|
-
from_address: string;
|
|
177
|
-
to_address: string;
|
|
178
|
-
start_time: bigint;
|
|
179
|
-
vesting_periods: PeriodSDKType[];
|
|
180
|
-
}
|
|
181
137
|
/**
|
|
182
138
|
* MsgCreateVestingAccountResponse defines the Msg/CreatePeriodicVestingAccount
|
|
183
139
|
* response type.
|
|
@@ -202,16 +158,9 @@ export interface MsgCreatePeriodicVestingAccountResponseAminoMsg {
|
|
|
202
158
|
type: "cosmos-sdk/MsgCreatePeriodicVestingAccountResponse";
|
|
203
159
|
value: MsgCreatePeriodicVestingAccountResponseAmino;
|
|
204
160
|
}
|
|
205
|
-
/**
|
|
206
|
-
* MsgCreateVestingAccountResponse defines the Msg/CreatePeriodicVestingAccount
|
|
207
|
-
* response type.
|
|
208
|
-
*
|
|
209
|
-
* Since: cosmos-sdk 0.46
|
|
210
|
-
*/
|
|
211
|
-
export interface MsgCreatePeriodicVestingAccountResponseSDKType {
|
|
212
|
-
}
|
|
213
161
|
export declare const MsgCreateVestingAccount: {
|
|
214
162
|
typeUrl: string;
|
|
163
|
+
aminoType: string;
|
|
215
164
|
encode(message: MsgCreateVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
216
165
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateVestingAccount;
|
|
217
166
|
fromPartial(object: DeepPartial<MsgCreateVestingAccount>): MsgCreateVestingAccount;
|
|
@@ -225,6 +174,7 @@ export declare const MsgCreateVestingAccount: {
|
|
|
225
174
|
};
|
|
226
175
|
export declare const MsgCreateVestingAccountResponse: {
|
|
227
176
|
typeUrl: string;
|
|
177
|
+
aminoType: string;
|
|
228
178
|
encode(_: MsgCreateVestingAccountResponse, writer?: BinaryWriter): BinaryWriter;
|
|
229
179
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreateVestingAccountResponse;
|
|
230
180
|
fromPartial(_: DeepPartial<MsgCreateVestingAccountResponse>): MsgCreateVestingAccountResponse;
|
|
@@ -238,6 +188,7 @@ export declare const MsgCreateVestingAccountResponse: {
|
|
|
238
188
|
};
|
|
239
189
|
export declare const MsgCreatePermanentLockedAccount: {
|
|
240
190
|
typeUrl: string;
|
|
191
|
+
aminoType: string;
|
|
241
192
|
encode(message: MsgCreatePermanentLockedAccount, writer?: BinaryWriter): BinaryWriter;
|
|
242
193
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreatePermanentLockedAccount;
|
|
243
194
|
fromPartial(object: DeepPartial<MsgCreatePermanentLockedAccount>): MsgCreatePermanentLockedAccount;
|
|
@@ -251,6 +202,7 @@ export declare const MsgCreatePermanentLockedAccount: {
|
|
|
251
202
|
};
|
|
252
203
|
export declare const MsgCreatePermanentLockedAccountResponse: {
|
|
253
204
|
typeUrl: string;
|
|
205
|
+
aminoType: string;
|
|
254
206
|
encode(_: MsgCreatePermanentLockedAccountResponse, writer?: BinaryWriter): BinaryWriter;
|
|
255
207
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreatePermanentLockedAccountResponse;
|
|
256
208
|
fromPartial(_: DeepPartial<MsgCreatePermanentLockedAccountResponse>): MsgCreatePermanentLockedAccountResponse;
|
|
@@ -264,6 +216,7 @@ export declare const MsgCreatePermanentLockedAccountResponse: {
|
|
|
264
216
|
};
|
|
265
217
|
export declare const MsgCreatePeriodicVestingAccount: {
|
|
266
218
|
typeUrl: string;
|
|
219
|
+
aminoType: string;
|
|
267
220
|
encode(message: MsgCreatePeriodicVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
268
221
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreatePeriodicVestingAccount;
|
|
269
222
|
fromPartial(object: DeepPartial<MsgCreatePeriodicVestingAccount>): MsgCreatePeriodicVestingAccount;
|
|
@@ -277,6 +230,7 @@ export declare const MsgCreatePeriodicVestingAccount: {
|
|
|
277
230
|
};
|
|
278
231
|
export declare const MsgCreatePeriodicVestingAccountResponse: {
|
|
279
232
|
typeUrl: string;
|
|
233
|
+
aminoType: string;
|
|
280
234
|
encode(_: MsgCreatePeriodicVestingAccountResponse, writer?: BinaryWriter): BinaryWriter;
|
|
281
235
|
decode(input: BinaryReader | Uint8Array, length?: number): MsgCreatePeriodicVestingAccountResponse;
|
|
282
236
|
fromPartial(_: DeepPartial<MsgCreatePeriodicVestingAccountResponse>): MsgCreatePeriodicVestingAccountResponse;
|
|
@@ -16,6 +16,7 @@ function createBaseMsgCreateVestingAccount() {
|
|
|
16
16
|
}
|
|
17
17
|
exports.MsgCreateVestingAccount = {
|
|
18
18
|
typeUrl: "/cosmos.vesting.v1beta1.MsgCreateVestingAccount",
|
|
19
|
+
aminoType: "cosmos-sdk/MsgCreateVestingAccount",
|
|
19
20
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
20
21
|
if (message.fromAddress !== "") {
|
|
21
22
|
writer.uint32(10).string(message.fromAddress);
|
|
@@ -130,6 +131,7 @@ function createBaseMsgCreateVestingAccountResponse() {
|
|
|
130
131
|
}
|
|
131
132
|
exports.MsgCreateVestingAccountResponse = {
|
|
132
133
|
typeUrl: "/cosmos.vesting.v1beta1.MsgCreateVestingAccountResponse",
|
|
134
|
+
aminoType: "cosmos-sdk/MsgCreateVestingAccountResponse",
|
|
133
135
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
134
136
|
return writer;
|
|
135
137
|
},
|
|
@@ -190,6 +192,7 @@ function createBaseMsgCreatePermanentLockedAccount() {
|
|
|
190
192
|
}
|
|
191
193
|
exports.MsgCreatePermanentLockedAccount = {
|
|
192
194
|
typeUrl: "/cosmos.vesting.v1beta1.MsgCreatePermanentLockedAccount",
|
|
195
|
+
aminoType: "cosmos-sdk/MsgCreatePermLockedAccount",
|
|
193
196
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
194
197
|
if (message.fromAddress !== "") {
|
|
195
198
|
writer.uint32(10).string(message.fromAddress);
|
|
@@ -282,6 +285,7 @@ function createBaseMsgCreatePermanentLockedAccountResponse() {
|
|
|
282
285
|
}
|
|
283
286
|
exports.MsgCreatePermanentLockedAccountResponse = {
|
|
284
287
|
typeUrl: "/cosmos.vesting.v1beta1.MsgCreatePermanentLockedAccountResponse",
|
|
288
|
+
aminoType: "cosmos-sdk/MsgCreatePermanentLockedAccountResponse",
|
|
285
289
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
286
290
|
return writer;
|
|
287
291
|
},
|
|
@@ -343,6 +347,7 @@ function createBaseMsgCreatePeriodicVestingAccount() {
|
|
|
343
347
|
}
|
|
344
348
|
exports.MsgCreatePeriodicVestingAccount = {
|
|
345
349
|
typeUrl: "/cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount",
|
|
350
|
+
aminoType: "cosmos-sdk/MsgCreatePeriodVestAccount",
|
|
346
351
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
347
352
|
if (message.fromAddress !== "") {
|
|
348
353
|
writer.uint32(10).string(message.fromAddress);
|
|
@@ -446,6 +451,7 @@ function createBaseMsgCreatePeriodicVestingAccountResponse() {
|
|
|
446
451
|
}
|
|
447
452
|
exports.MsgCreatePeriodicVestingAccountResponse = {
|
|
448
453
|
typeUrl: "/cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccountResponse",
|
|
454
|
+
aminoType: "cosmos-sdk/MsgCreatePeriodicVestingAccountResponse",
|
|
449
455
|
encode(_, writer = binary_1.BinaryWriter.create()) {
|
|
450
456
|
return writer;
|
|
451
457
|
},
|
|
@@ -25,7 +25,8 @@ export interface Msg {
|
|
|
25
25
|
export declare class MsgClientImpl implements Msg {
|
|
26
26
|
private readonly rpc;
|
|
27
27
|
constructor(rpc: TxRpc);
|
|
28
|
-
createVestingAccount(request: MsgCreateVestingAccount)
|
|
29
|
-
createPermanentLockedAccount(request: MsgCreatePermanentLockedAccount)
|
|
30
|
-
createPeriodicVestingAccount(request: MsgCreatePeriodicVestingAccount)
|
|
28
|
+
createVestingAccount: (request: MsgCreateVestingAccount) => Promise<MsgCreateVestingAccountResponse>;
|
|
29
|
+
createPermanentLockedAccount: (request: MsgCreatePermanentLockedAccount) => Promise<MsgCreatePermanentLockedAccountResponse>;
|
|
30
|
+
createPeriodicVestingAccount: (request: MsgCreatePeriodicVestingAccount) => Promise<MsgCreatePeriodicVestingAccountResponse>;
|
|
31
31
|
}
|
|
32
|
+
export declare const createClientImpl: (rpc: TxRpc) => MsgClientImpl;
|
|
@@ -1,30 +1,41 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.MsgClientImpl = void 0;
|
|
3
|
+
exports.createClientImpl = exports.MsgClientImpl = void 0;
|
|
4
4
|
const binary_1 = require("../../../binary");
|
|
5
5
|
const tx_1 = require("./tx");
|
|
6
6
|
class MsgClientImpl {
|
|
7
7
|
rpc;
|
|
8
8
|
constructor(rpc) {
|
|
9
9
|
this.rpc = rpc;
|
|
10
|
-
this.createVestingAccount = this.createVestingAccount.bind(this);
|
|
11
|
-
this.createPermanentLockedAccount = this.createPermanentLockedAccount.bind(this);
|
|
12
|
-
this.createPeriodicVestingAccount = this.createPeriodicVestingAccount.bind(this);
|
|
13
10
|
}
|
|
14
|
-
|
|
11
|
+
/* CreateVestingAccount defines a method that enables creating a vesting
|
|
12
|
+
account. */
|
|
13
|
+
createVestingAccount = async (request) => {
|
|
15
14
|
const data = tx_1.MsgCreateVestingAccount.encode(request).finish();
|
|
16
15
|
const promise = this.rpc.request("cosmos.vesting.v1beta1.Msg", "CreateVestingAccount", data);
|
|
17
16
|
return promise.then(data => tx_1.MsgCreateVestingAccountResponse.decode(new binary_1.BinaryReader(data)));
|
|
18
|
-
}
|
|
19
|
-
|
|
17
|
+
};
|
|
18
|
+
/* CreatePermanentLockedAccount defines a method that enables creating a permanent
|
|
19
|
+
locked account.
|
|
20
|
+
|
|
21
|
+
Since: cosmos-sdk 0.46 */
|
|
22
|
+
createPermanentLockedAccount = async (request) => {
|
|
20
23
|
const data = tx_1.MsgCreatePermanentLockedAccount.encode(request).finish();
|
|
21
24
|
const promise = this.rpc.request("cosmos.vesting.v1beta1.Msg", "CreatePermanentLockedAccount", data);
|
|
22
25
|
return promise.then(data => tx_1.MsgCreatePermanentLockedAccountResponse.decode(new binary_1.BinaryReader(data)));
|
|
23
|
-
}
|
|
24
|
-
|
|
26
|
+
};
|
|
27
|
+
/* CreatePeriodicVestingAccount defines a method that enables creating a
|
|
28
|
+
periodic vesting account.
|
|
29
|
+
|
|
30
|
+
Since: cosmos-sdk 0.46 */
|
|
31
|
+
createPeriodicVestingAccount = async (request) => {
|
|
25
32
|
const data = tx_1.MsgCreatePeriodicVestingAccount.encode(request).finish();
|
|
26
33
|
const promise = this.rpc.request("cosmos.vesting.v1beta1.Msg", "CreatePeriodicVestingAccount", data);
|
|
27
34
|
return promise.then(data => tx_1.MsgCreatePeriodicVestingAccountResponse.decode(new binary_1.BinaryReader(data)));
|
|
28
|
-
}
|
|
35
|
+
};
|
|
29
36
|
}
|
|
30
37
|
exports.MsgClientImpl = MsgClientImpl;
|
|
38
|
+
const createClientImpl = (rpc) => {
|
|
39
|
+
return new MsgClientImpl(rpc);
|
|
40
|
+
};
|
|
41
|
+
exports.createClientImpl = createClientImpl;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { BaseAccount, BaseAccountAmino
|
|
2
|
-
import { Coin, CoinAmino
|
|
1
|
+
import { BaseAccount, BaseAccountAmino } from "../../auth/v1beta1/auth";
|
|
2
|
+
import { Coin, CoinAmino } from "../../base/v1beta1/coin";
|
|
3
3
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
4
4
|
import { DeepPartial } from "../../../helpers";
|
|
5
5
|
/**
|
|
@@ -34,17 +34,6 @@ export interface BaseVestingAccountAminoMsg {
|
|
|
34
34
|
type: "cosmos-sdk/BaseVestingAccount";
|
|
35
35
|
value: BaseVestingAccountAmino;
|
|
36
36
|
}
|
|
37
|
-
/**
|
|
38
|
-
* BaseVestingAccount implements the VestingAccount interface. It contains all
|
|
39
|
-
* the necessary fields needed for any vesting account implementation.
|
|
40
|
-
*/
|
|
41
|
-
export interface BaseVestingAccountSDKType {
|
|
42
|
-
base_account?: BaseAccountSDKType;
|
|
43
|
-
original_vesting: CoinSDKType[];
|
|
44
|
-
delegated_free: CoinSDKType[];
|
|
45
|
-
delegated_vesting: CoinSDKType[];
|
|
46
|
-
end_time: bigint;
|
|
47
|
-
}
|
|
48
37
|
/**
|
|
49
38
|
* ContinuousVestingAccount implements the VestingAccount interface. It
|
|
50
39
|
* continuously vests by unlocking coins linearly with respect to time.
|
|
@@ -71,14 +60,6 @@ export interface ContinuousVestingAccountAminoMsg {
|
|
|
71
60
|
type: "cosmos-sdk/ContinuousVestingAccount";
|
|
72
61
|
value: ContinuousVestingAccountAmino;
|
|
73
62
|
}
|
|
74
|
-
/**
|
|
75
|
-
* ContinuousVestingAccount implements the VestingAccount interface. It
|
|
76
|
-
* continuously vests by unlocking coins linearly with respect to time.
|
|
77
|
-
*/
|
|
78
|
-
export interface ContinuousVestingAccountSDKType {
|
|
79
|
-
base_vesting_account?: BaseVestingAccountSDKType;
|
|
80
|
-
start_time: bigint;
|
|
81
|
-
}
|
|
82
63
|
/**
|
|
83
64
|
* DelayedVestingAccount implements the VestingAccount interface. It vests all
|
|
84
65
|
* coins after a specific time, but non prior. In other words, it keeps them
|
|
@@ -103,14 +84,6 @@ export interface DelayedVestingAccountAminoMsg {
|
|
|
103
84
|
type: "cosmos-sdk/DelayedVestingAccount";
|
|
104
85
|
value: DelayedVestingAccountAmino;
|
|
105
86
|
}
|
|
106
|
-
/**
|
|
107
|
-
* DelayedVestingAccount implements the VestingAccount interface. It vests all
|
|
108
|
-
* coins after a specific time, but non prior. In other words, it keeps them
|
|
109
|
-
* locked until a specified time.
|
|
110
|
-
*/
|
|
111
|
-
export interface DelayedVestingAccountSDKType {
|
|
112
|
-
base_vesting_account?: BaseVestingAccountSDKType;
|
|
113
|
-
}
|
|
114
87
|
/** Period defines a length of time and amount of coins that will vest. */
|
|
115
88
|
export interface Period {
|
|
116
89
|
/** Period duration in seconds. */
|
|
@@ -131,11 +104,6 @@ export interface PeriodAminoMsg {
|
|
|
131
104
|
type: "cosmos-sdk/Period";
|
|
132
105
|
value: PeriodAmino;
|
|
133
106
|
}
|
|
134
|
-
/** Period defines a length of time and amount of coins that will vest. */
|
|
135
|
-
export interface PeriodSDKType {
|
|
136
|
-
length: bigint;
|
|
137
|
-
amount: CoinSDKType[];
|
|
138
|
-
}
|
|
139
107
|
/**
|
|
140
108
|
* PeriodicVestingAccount implements the VestingAccount interface. It
|
|
141
109
|
* periodically vests by unlocking coins during each specified period.
|
|
@@ -162,15 +130,6 @@ export interface PeriodicVestingAccountAminoMsg {
|
|
|
162
130
|
type: "cosmos-sdk/PeriodicVestingAccount";
|
|
163
131
|
value: PeriodicVestingAccountAmino;
|
|
164
132
|
}
|
|
165
|
-
/**
|
|
166
|
-
* PeriodicVestingAccount implements the VestingAccount interface. It
|
|
167
|
-
* periodically vests by unlocking coins during each specified period.
|
|
168
|
-
*/
|
|
169
|
-
export interface PeriodicVestingAccountSDKType {
|
|
170
|
-
base_vesting_account?: BaseVestingAccountSDKType;
|
|
171
|
-
start_time: bigint;
|
|
172
|
-
vesting_periods: PeriodSDKType[];
|
|
173
|
-
}
|
|
174
133
|
/**
|
|
175
134
|
* PermanentLockedAccount implements the VestingAccount interface. It does
|
|
176
135
|
* not ever release coins, locking them indefinitely. Coins in this account can
|
|
@@ -199,18 +158,9 @@ export interface PermanentLockedAccountAminoMsg {
|
|
|
199
158
|
type: "cosmos-sdk/PermanentLockedAccount";
|
|
200
159
|
value: PermanentLockedAccountAmino;
|
|
201
160
|
}
|
|
202
|
-
/**
|
|
203
|
-
* PermanentLockedAccount implements the VestingAccount interface. It does
|
|
204
|
-
* not ever release coins, locking them indefinitely. Coins in this account can
|
|
205
|
-
* still be used for delegating and for governance votes even while locked.
|
|
206
|
-
*
|
|
207
|
-
* Since: cosmos-sdk 0.43
|
|
208
|
-
*/
|
|
209
|
-
export interface PermanentLockedAccountSDKType {
|
|
210
|
-
base_vesting_account?: BaseVestingAccountSDKType;
|
|
211
|
-
}
|
|
212
161
|
export declare const BaseVestingAccount: {
|
|
213
162
|
typeUrl: string;
|
|
163
|
+
aminoType: string;
|
|
214
164
|
encode(message: BaseVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
215
165
|
decode(input: BinaryReader | Uint8Array, length?: number): BaseVestingAccount;
|
|
216
166
|
fromPartial(object: DeepPartial<BaseVestingAccount>): BaseVestingAccount;
|
|
@@ -224,6 +174,7 @@ export declare const BaseVestingAccount: {
|
|
|
224
174
|
};
|
|
225
175
|
export declare const ContinuousVestingAccount: {
|
|
226
176
|
typeUrl: string;
|
|
177
|
+
aminoType: string;
|
|
227
178
|
encode(message: ContinuousVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
228
179
|
decode(input: BinaryReader | Uint8Array, length?: number): ContinuousVestingAccount;
|
|
229
180
|
fromPartial(object: DeepPartial<ContinuousVestingAccount>): ContinuousVestingAccount;
|
|
@@ -237,6 +188,7 @@ export declare const ContinuousVestingAccount: {
|
|
|
237
188
|
};
|
|
238
189
|
export declare const DelayedVestingAccount: {
|
|
239
190
|
typeUrl: string;
|
|
191
|
+
aminoType: string;
|
|
240
192
|
encode(message: DelayedVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
241
193
|
decode(input: BinaryReader | Uint8Array, length?: number): DelayedVestingAccount;
|
|
242
194
|
fromPartial(object: DeepPartial<DelayedVestingAccount>): DelayedVestingAccount;
|
|
@@ -250,6 +202,7 @@ export declare const DelayedVestingAccount: {
|
|
|
250
202
|
};
|
|
251
203
|
export declare const Period: {
|
|
252
204
|
typeUrl: string;
|
|
205
|
+
aminoType: string;
|
|
253
206
|
encode(message: Period, writer?: BinaryWriter): BinaryWriter;
|
|
254
207
|
decode(input: BinaryReader | Uint8Array, length?: number): Period;
|
|
255
208
|
fromPartial(object: DeepPartial<Period>): Period;
|
|
@@ -263,6 +216,7 @@ export declare const Period: {
|
|
|
263
216
|
};
|
|
264
217
|
export declare const PeriodicVestingAccount: {
|
|
265
218
|
typeUrl: string;
|
|
219
|
+
aminoType: string;
|
|
266
220
|
encode(message: PeriodicVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
267
221
|
decode(input: BinaryReader | Uint8Array, length?: number): PeriodicVestingAccount;
|
|
268
222
|
fromPartial(object: DeepPartial<PeriodicVestingAccount>): PeriodicVestingAccount;
|
|
@@ -276,6 +230,7 @@ export declare const PeriodicVestingAccount: {
|
|
|
276
230
|
};
|
|
277
231
|
export declare const PermanentLockedAccount: {
|
|
278
232
|
typeUrl: string;
|
|
233
|
+
aminoType: string;
|
|
279
234
|
encode(message: PermanentLockedAccount, writer?: BinaryWriter): BinaryWriter;
|
|
280
235
|
decode(input: BinaryReader | Uint8Array, length?: number): PermanentLockedAccount;
|
|
281
236
|
fromPartial(object: DeepPartial<PermanentLockedAccount>): PermanentLockedAccount;
|