@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,73 +1,5 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.registry = void 0;
|
|
4
4
|
const tx_1 = require("./tx");
|
|
5
5
|
exports.registry = [["/cosmos.vesting.v1beta1.MsgCreateVestingAccount", tx_1.MsgCreateVestingAccount], ["/cosmos.vesting.v1beta1.MsgCreatePermanentLockedAccount", tx_1.MsgCreatePermanentLockedAccount], ["/cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount", tx_1.MsgCreatePeriodicVestingAccount]];
|
|
6
|
-
const load = (protoRegistry) => {
|
|
7
|
-
exports.registry.forEach(([typeUrl, mod]) => {
|
|
8
|
-
protoRegistry.register(typeUrl, mod);
|
|
9
|
-
});
|
|
10
|
-
};
|
|
11
|
-
exports.load = load;
|
|
12
|
-
exports.MessageComposer = {
|
|
13
|
-
encoded: {
|
|
14
|
-
createVestingAccount(value) {
|
|
15
|
-
return {
|
|
16
|
-
typeUrl: "/cosmos.vesting.v1beta1.MsgCreateVestingAccount",
|
|
17
|
-
value: tx_1.MsgCreateVestingAccount.encode(value).finish()
|
|
18
|
-
};
|
|
19
|
-
},
|
|
20
|
-
createPermanentLockedAccount(value) {
|
|
21
|
-
return {
|
|
22
|
-
typeUrl: "/cosmos.vesting.v1beta1.MsgCreatePermanentLockedAccount",
|
|
23
|
-
value: tx_1.MsgCreatePermanentLockedAccount.encode(value).finish()
|
|
24
|
-
};
|
|
25
|
-
},
|
|
26
|
-
createPeriodicVestingAccount(value) {
|
|
27
|
-
return {
|
|
28
|
-
typeUrl: "/cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount",
|
|
29
|
-
value: tx_1.MsgCreatePeriodicVestingAccount.encode(value).finish()
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
withTypeUrl: {
|
|
34
|
-
createVestingAccount(value) {
|
|
35
|
-
return {
|
|
36
|
-
typeUrl: "/cosmos.vesting.v1beta1.MsgCreateVestingAccount",
|
|
37
|
-
value
|
|
38
|
-
};
|
|
39
|
-
},
|
|
40
|
-
createPermanentLockedAccount(value) {
|
|
41
|
-
return {
|
|
42
|
-
typeUrl: "/cosmos.vesting.v1beta1.MsgCreatePermanentLockedAccount",
|
|
43
|
-
value
|
|
44
|
-
};
|
|
45
|
-
},
|
|
46
|
-
createPeriodicVestingAccount(value) {
|
|
47
|
-
return {
|
|
48
|
-
typeUrl: "/cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount",
|
|
49
|
-
value
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
},
|
|
53
|
-
fromPartial: {
|
|
54
|
-
createVestingAccount(value) {
|
|
55
|
-
return {
|
|
56
|
-
typeUrl: "/cosmos.vesting.v1beta1.MsgCreateVestingAccount",
|
|
57
|
-
value: tx_1.MsgCreateVestingAccount.fromPartial(value)
|
|
58
|
-
};
|
|
59
|
-
},
|
|
60
|
-
createPermanentLockedAccount(value) {
|
|
61
|
-
return {
|
|
62
|
-
typeUrl: "/cosmos.vesting.v1beta1.MsgCreatePermanentLockedAccount",
|
|
63
|
-
value: tx_1.MsgCreatePermanentLockedAccount.fromPartial(value)
|
|
64
|
-
};
|
|
65
|
-
},
|
|
66
|
-
createPeriodicVestingAccount(value) {
|
|
67
|
-
return {
|
|
68
|
-
typeUrl: "/cosmos.vesting.v1beta1.MsgCreatePeriodicVestingAccount",
|
|
69
|
-
value: tx_1.MsgCreatePeriodicVestingAccount.fromPartial(value)
|
|
70
|
-
};
|
|
71
|
-
}
|
|
72
|
-
}
|
|
73
|
-
};
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {
|
|
1
|
+
import { TxRpc } from "../../../types";
|
|
2
2
|
import { MsgCreateVestingAccount, MsgCreateVestingAccountResponse, MsgCreatePermanentLockedAccount, MsgCreatePermanentLockedAccountResponse, MsgCreatePeriodicVestingAccount, MsgCreatePeriodicVestingAccountResponse } from "./tx";
|
|
3
3
|
/** Msg defines the bank Msg service. */
|
|
4
4
|
export interface Msg {
|
|
@@ -24,8 +24,9 @@ export interface Msg {
|
|
|
24
24
|
}
|
|
25
25
|
export declare class MsgClientImpl implements Msg {
|
|
26
26
|
private readonly rpc;
|
|
27
|
-
constructor(rpc:
|
|
28
|
-
createVestingAccount(request: MsgCreateVestingAccount)
|
|
29
|
-
createPermanentLockedAccount(request: MsgCreatePermanentLockedAccount)
|
|
30
|
-
createPeriodicVestingAccount(request: MsgCreatePeriodicVestingAccount)
|
|
27
|
+
constructor(rpc: TxRpc);
|
|
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,6 +1,7 @@
|
|
|
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
|
+
import { DeepPartial } from "../../../helpers";
|
|
4
5
|
/**
|
|
5
6
|
* BaseVestingAccount implements the VestingAccount interface. It contains all
|
|
6
7
|
* the necessary fields needed for any vesting account implementation.
|
|
@@ -33,17 +34,6 @@ export interface BaseVestingAccountAminoMsg {
|
|
|
33
34
|
type: "cosmos-sdk/BaseVestingAccount";
|
|
34
35
|
value: BaseVestingAccountAmino;
|
|
35
36
|
}
|
|
36
|
-
/**
|
|
37
|
-
* BaseVestingAccount implements the VestingAccount interface. It contains all
|
|
38
|
-
* the necessary fields needed for any vesting account implementation.
|
|
39
|
-
*/
|
|
40
|
-
export interface BaseVestingAccountSDKType {
|
|
41
|
-
base_account?: BaseAccountSDKType;
|
|
42
|
-
original_vesting: CoinSDKType[];
|
|
43
|
-
delegated_free: CoinSDKType[];
|
|
44
|
-
delegated_vesting: CoinSDKType[];
|
|
45
|
-
end_time: bigint;
|
|
46
|
-
}
|
|
47
37
|
/**
|
|
48
38
|
* ContinuousVestingAccount implements the VestingAccount interface. It
|
|
49
39
|
* continuously vests by unlocking coins linearly with respect to time.
|
|
@@ -70,14 +60,6 @@ export interface ContinuousVestingAccountAminoMsg {
|
|
|
70
60
|
type: "cosmos-sdk/ContinuousVestingAccount";
|
|
71
61
|
value: ContinuousVestingAccountAmino;
|
|
72
62
|
}
|
|
73
|
-
/**
|
|
74
|
-
* ContinuousVestingAccount implements the VestingAccount interface. It
|
|
75
|
-
* continuously vests by unlocking coins linearly with respect to time.
|
|
76
|
-
*/
|
|
77
|
-
export interface ContinuousVestingAccountSDKType {
|
|
78
|
-
base_vesting_account?: BaseVestingAccountSDKType;
|
|
79
|
-
start_time: bigint;
|
|
80
|
-
}
|
|
81
63
|
/**
|
|
82
64
|
* DelayedVestingAccount implements the VestingAccount interface. It vests all
|
|
83
65
|
* coins after a specific time, but non prior. In other words, it keeps them
|
|
@@ -102,14 +84,6 @@ export interface DelayedVestingAccountAminoMsg {
|
|
|
102
84
|
type: "cosmos-sdk/DelayedVestingAccount";
|
|
103
85
|
value: DelayedVestingAccountAmino;
|
|
104
86
|
}
|
|
105
|
-
/**
|
|
106
|
-
* DelayedVestingAccount implements the VestingAccount interface. It vests all
|
|
107
|
-
* coins after a specific time, but non prior. In other words, it keeps them
|
|
108
|
-
* locked until a specified time.
|
|
109
|
-
*/
|
|
110
|
-
export interface DelayedVestingAccountSDKType {
|
|
111
|
-
base_vesting_account?: BaseVestingAccountSDKType;
|
|
112
|
-
}
|
|
113
87
|
/** Period defines a length of time and amount of coins that will vest. */
|
|
114
88
|
export interface Period {
|
|
115
89
|
/** Period duration in seconds. */
|
|
@@ -130,11 +104,6 @@ export interface PeriodAminoMsg {
|
|
|
130
104
|
type: "cosmos-sdk/Period";
|
|
131
105
|
value: PeriodAmino;
|
|
132
106
|
}
|
|
133
|
-
/** Period defines a length of time and amount of coins that will vest. */
|
|
134
|
-
export interface PeriodSDKType {
|
|
135
|
-
length: bigint;
|
|
136
|
-
amount: CoinSDKType[];
|
|
137
|
-
}
|
|
138
107
|
/**
|
|
139
108
|
* PeriodicVestingAccount implements the VestingAccount interface. It
|
|
140
109
|
* periodically vests by unlocking coins during each specified period.
|
|
@@ -161,15 +130,6 @@ export interface PeriodicVestingAccountAminoMsg {
|
|
|
161
130
|
type: "cosmos-sdk/PeriodicVestingAccount";
|
|
162
131
|
value: PeriodicVestingAccountAmino;
|
|
163
132
|
}
|
|
164
|
-
/**
|
|
165
|
-
* PeriodicVestingAccount implements the VestingAccount interface. It
|
|
166
|
-
* periodically vests by unlocking coins during each specified period.
|
|
167
|
-
*/
|
|
168
|
-
export interface PeriodicVestingAccountSDKType {
|
|
169
|
-
base_vesting_account?: BaseVestingAccountSDKType;
|
|
170
|
-
start_time: bigint;
|
|
171
|
-
vesting_periods: PeriodSDKType[];
|
|
172
|
-
}
|
|
173
133
|
/**
|
|
174
134
|
* PermanentLockedAccount implements the VestingAccount interface. It does
|
|
175
135
|
* not ever release coins, locking them indefinitely. Coins in this account can
|
|
@@ -198,21 +158,12 @@ export interface PermanentLockedAccountAminoMsg {
|
|
|
198
158
|
type: "cosmos-sdk/PermanentLockedAccount";
|
|
199
159
|
value: PermanentLockedAccountAmino;
|
|
200
160
|
}
|
|
201
|
-
/**
|
|
202
|
-
* PermanentLockedAccount implements the VestingAccount interface. It does
|
|
203
|
-
* not ever release coins, locking them indefinitely. Coins in this account can
|
|
204
|
-
* still be used for delegating and for governance votes even while locked.
|
|
205
|
-
*
|
|
206
|
-
* Since: cosmos-sdk 0.43
|
|
207
|
-
*/
|
|
208
|
-
export interface PermanentLockedAccountSDKType {
|
|
209
|
-
base_vesting_account?: BaseVestingAccountSDKType;
|
|
210
|
-
}
|
|
211
161
|
export declare const BaseVestingAccount: {
|
|
212
162
|
typeUrl: string;
|
|
163
|
+
aminoType: string;
|
|
213
164
|
encode(message: BaseVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
214
165
|
decode(input: BinaryReader | Uint8Array, length?: number): BaseVestingAccount;
|
|
215
|
-
fromPartial(object:
|
|
166
|
+
fromPartial(object: DeepPartial<BaseVestingAccount>): BaseVestingAccount;
|
|
216
167
|
fromAmino(object: BaseVestingAccountAmino): BaseVestingAccount;
|
|
217
168
|
toAmino(message: BaseVestingAccount): BaseVestingAccountAmino;
|
|
218
169
|
fromAminoMsg(object: BaseVestingAccountAminoMsg): BaseVestingAccount;
|
|
@@ -223,9 +174,10 @@ export declare const BaseVestingAccount: {
|
|
|
223
174
|
};
|
|
224
175
|
export declare const ContinuousVestingAccount: {
|
|
225
176
|
typeUrl: string;
|
|
177
|
+
aminoType: string;
|
|
226
178
|
encode(message: ContinuousVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
227
179
|
decode(input: BinaryReader | Uint8Array, length?: number): ContinuousVestingAccount;
|
|
228
|
-
fromPartial(object:
|
|
180
|
+
fromPartial(object: DeepPartial<ContinuousVestingAccount>): ContinuousVestingAccount;
|
|
229
181
|
fromAmino(object: ContinuousVestingAccountAmino): ContinuousVestingAccount;
|
|
230
182
|
toAmino(message: ContinuousVestingAccount): ContinuousVestingAccountAmino;
|
|
231
183
|
fromAminoMsg(object: ContinuousVestingAccountAminoMsg): ContinuousVestingAccount;
|
|
@@ -236,9 +188,10 @@ export declare const ContinuousVestingAccount: {
|
|
|
236
188
|
};
|
|
237
189
|
export declare const DelayedVestingAccount: {
|
|
238
190
|
typeUrl: string;
|
|
191
|
+
aminoType: string;
|
|
239
192
|
encode(message: DelayedVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
240
193
|
decode(input: BinaryReader | Uint8Array, length?: number): DelayedVestingAccount;
|
|
241
|
-
fromPartial(object:
|
|
194
|
+
fromPartial(object: DeepPartial<DelayedVestingAccount>): DelayedVestingAccount;
|
|
242
195
|
fromAmino(object: DelayedVestingAccountAmino): DelayedVestingAccount;
|
|
243
196
|
toAmino(message: DelayedVestingAccount): DelayedVestingAccountAmino;
|
|
244
197
|
fromAminoMsg(object: DelayedVestingAccountAminoMsg): DelayedVestingAccount;
|
|
@@ -249,9 +202,10 @@ export declare const DelayedVestingAccount: {
|
|
|
249
202
|
};
|
|
250
203
|
export declare const Period: {
|
|
251
204
|
typeUrl: string;
|
|
205
|
+
aminoType: string;
|
|
252
206
|
encode(message: Period, writer?: BinaryWriter): BinaryWriter;
|
|
253
207
|
decode(input: BinaryReader | Uint8Array, length?: number): Period;
|
|
254
|
-
fromPartial(object:
|
|
208
|
+
fromPartial(object: DeepPartial<Period>): Period;
|
|
255
209
|
fromAmino(object: PeriodAmino): Period;
|
|
256
210
|
toAmino(message: Period): PeriodAmino;
|
|
257
211
|
fromAminoMsg(object: PeriodAminoMsg): Period;
|
|
@@ -262,9 +216,10 @@ export declare const Period: {
|
|
|
262
216
|
};
|
|
263
217
|
export declare const PeriodicVestingAccount: {
|
|
264
218
|
typeUrl: string;
|
|
219
|
+
aminoType: string;
|
|
265
220
|
encode(message: PeriodicVestingAccount, writer?: BinaryWriter): BinaryWriter;
|
|
266
221
|
decode(input: BinaryReader | Uint8Array, length?: number): PeriodicVestingAccount;
|
|
267
|
-
fromPartial(object:
|
|
222
|
+
fromPartial(object: DeepPartial<PeriodicVestingAccount>): PeriodicVestingAccount;
|
|
268
223
|
fromAmino(object: PeriodicVestingAccountAmino): PeriodicVestingAccount;
|
|
269
224
|
toAmino(message: PeriodicVestingAccount): PeriodicVestingAccountAmino;
|
|
270
225
|
fromAminoMsg(object: PeriodicVestingAccountAminoMsg): PeriodicVestingAccount;
|
|
@@ -275,9 +230,10 @@ export declare const PeriodicVestingAccount: {
|
|
|
275
230
|
};
|
|
276
231
|
export declare const PermanentLockedAccount: {
|
|
277
232
|
typeUrl: string;
|
|
233
|
+
aminoType: string;
|
|
278
234
|
encode(message: PermanentLockedAccount, writer?: BinaryWriter): BinaryWriter;
|
|
279
235
|
decode(input: BinaryReader | Uint8Array, length?: number): PermanentLockedAccount;
|
|
280
|
-
fromPartial(object:
|
|
236
|
+
fromPartial(object: DeepPartial<PermanentLockedAccount>): PermanentLockedAccount;
|
|
281
237
|
fromAmino(object: PermanentLockedAccountAmino): PermanentLockedAccount;
|
|
282
238
|
toAmino(message: PermanentLockedAccount): PermanentLockedAccountAmino;
|
|
283
239
|
fromAminoMsg(object: PermanentLockedAccountAminoMsg): PermanentLockedAccount;
|
|
@@ -16,6 +16,7 @@ function createBaseBaseVestingAccount() {
|
|
|
16
16
|
}
|
|
17
17
|
exports.BaseVestingAccount = {
|
|
18
18
|
typeUrl: "/cosmos.vesting.v1beta1.BaseVestingAccount",
|
|
19
|
+
aminoType: "cosmos-sdk/BaseVestingAccount",
|
|
19
20
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
20
21
|
if (message.baseAccount !== undefined) {
|
|
21
22
|
auth_1.BaseAccount.encode(message.baseAccount, writer.uint32(10).fork()).ldelim();
|
|
@@ -139,6 +140,7 @@ function createBaseContinuousVestingAccount() {
|
|
|
139
140
|
}
|
|
140
141
|
exports.ContinuousVestingAccount = {
|
|
141
142
|
typeUrl: "/cosmos.vesting.v1beta1.ContinuousVestingAccount",
|
|
143
|
+
aminoType: "cosmos-sdk/ContinuousVestingAccount",
|
|
142
144
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
143
145
|
if (message.baseVestingAccount !== undefined) {
|
|
144
146
|
exports.BaseVestingAccount.encode(message.baseVestingAccount, writer.uint32(10).fork()).ldelim();
|
|
@@ -219,6 +221,7 @@ function createBaseDelayedVestingAccount() {
|
|
|
219
221
|
}
|
|
220
222
|
exports.DelayedVestingAccount = {
|
|
221
223
|
typeUrl: "/cosmos.vesting.v1beta1.DelayedVestingAccount",
|
|
224
|
+
aminoType: "cosmos-sdk/DelayedVestingAccount",
|
|
222
225
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
223
226
|
if (message.baseVestingAccount !== undefined) {
|
|
224
227
|
exports.BaseVestingAccount.encode(message.baseVestingAccount, writer.uint32(10).fork()).ldelim();
|
|
@@ -289,6 +292,7 @@ function createBasePeriod() {
|
|
|
289
292
|
}
|
|
290
293
|
exports.Period = {
|
|
291
294
|
typeUrl: "/cosmos.vesting.v1beta1.Period",
|
|
295
|
+
aminoType: "cosmos-sdk/Period",
|
|
292
296
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
293
297
|
if (message.length !== BigInt(0)) {
|
|
294
298
|
writer.uint32(8).int64(message.length);
|
|
@@ -374,6 +378,7 @@ function createBasePeriodicVestingAccount() {
|
|
|
374
378
|
}
|
|
375
379
|
exports.PeriodicVestingAccount = {
|
|
376
380
|
typeUrl: "/cosmos.vesting.v1beta1.PeriodicVestingAccount",
|
|
381
|
+
aminoType: "cosmos-sdk/PeriodicVestingAccount",
|
|
377
382
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
378
383
|
if (message.baseVestingAccount !== undefined) {
|
|
379
384
|
exports.BaseVestingAccount.encode(message.baseVestingAccount, writer.uint32(10).fork()).ldelim();
|
|
@@ -468,6 +473,7 @@ function createBasePermanentLockedAccount() {
|
|
|
468
473
|
}
|
|
469
474
|
exports.PermanentLockedAccount = {
|
|
470
475
|
typeUrl: "/cosmos.vesting.v1beta1.PermanentLockedAccount",
|
|
476
|
+
aminoType: "cosmos-sdk/PermanentLockedAccount",
|
|
471
477
|
encode(message, writer = binary_1.BinaryWriter.create()) {
|
|
472
478
|
if (message.baseVestingAccount !== undefined) {
|
|
473
479
|
exports.BaseVestingAccount.encode(message.baseVestingAccount, writer.uint32(10).fork()).ldelim();
|
package/cosmos_proto/bundle.d.ts
CHANGED
|
@@ -3,13 +3,12 @@ export declare const cosmos_proto: {
|
|
|
3
3
|
scalarTypeFromJSON(object: any): _1.ScalarType;
|
|
4
4
|
scalarTypeToJSON(object: _1.ScalarType): string;
|
|
5
5
|
ScalarType: typeof _1.ScalarType;
|
|
6
|
-
ScalarTypeSDKType: typeof _1.ScalarType;
|
|
7
6
|
ScalarTypeAmino: typeof _1.ScalarType;
|
|
8
7
|
InterfaceDescriptor: {
|
|
9
8
|
typeUrl: string;
|
|
10
9
|
encode(message: _1.InterfaceDescriptor, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
11
10
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _1.InterfaceDescriptor;
|
|
12
|
-
fromPartial(object:
|
|
11
|
+
fromPartial(object: import("../helpers").DeepPartial<_1.InterfaceDescriptor>): _1.InterfaceDescriptor;
|
|
13
12
|
fromAmino(object: _1.InterfaceDescriptorAmino): _1.InterfaceDescriptor;
|
|
14
13
|
toAmino(message: _1.InterfaceDescriptor): _1.InterfaceDescriptorAmino;
|
|
15
14
|
fromAminoMsg(object: _1.InterfaceDescriptorAminoMsg): _1.InterfaceDescriptor;
|
|
@@ -21,7 +20,7 @@ export declare const cosmos_proto: {
|
|
|
21
20
|
typeUrl: string;
|
|
22
21
|
encode(message: _1.ScalarDescriptor, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
23
22
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _1.ScalarDescriptor;
|
|
24
|
-
fromPartial(object:
|
|
23
|
+
fromPartial(object: import("../helpers").DeepPartial<_1.ScalarDescriptor>): _1.ScalarDescriptor;
|
|
25
24
|
fromAmino(object: _1.ScalarDescriptorAmino): _1.ScalarDescriptor;
|
|
26
25
|
toAmino(message: _1.ScalarDescriptor): _1.ScalarDescriptorAmino;
|
|
27
26
|
fromAminoMsg(object: _1.ScalarDescriptorAminoMsg): _1.ScalarDescriptor;
|
package/cosmos_proto/cosmos.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../binary";
|
|
2
|
+
import { DeepPartial } from "../helpers";
|
|
2
3
|
export declare enum ScalarType {
|
|
3
4
|
SCALAR_TYPE_UNSPECIFIED = 0,
|
|
4
5
|
SCALAR_TYPE_STRING = 1,
|
|
5
6
|
SCALAR_TYPE_BYTES = 2,
|
|
6
7
|
UNRECOGNIZED = -1
|
|
7
8
|
}
|
|
8
|
-
export declare const ScalarTypeSDKType: typeof ScalarType;
|
|
9
9
|
export declare const ScalarTypeAmino: typeof ScalarType;
|
|
10
10
|
export declare function scalarTypeFromJSON(object: any): ScalarType;
|
|
11
11
|
export declare function scalarTypeToJSON(object: ScalarType): string;
|
|
@@ -53,14 +53,6 @@ export interface InterfaceDescriptorAminoMsg {
|
|
|
53
53
|
type: "/cosmos_proto.InterfaceDescriptor";
|
|
54
54
|
value: InterfaceDescriptorAmino;
|
|
55
55
|
}
|
|
56
|
-
/**
|
|
57
|
-
* InterfaceDescriptor describes an interface type to be used with
|
|
58
|
-
* accepts_interface and implements_interface and declared by declare_interface.
|
|
59
|
-
*/
|
|
60
|
-
export interface InterfaceDescriptorSDKType {
|
|
61
|
-
name: string;
|
|
62
|
-
description: string;
|
|
63
|
-
}
|
|
64
56
|
/**
|
|
65
57
|
* ScalarDescriptor describes an scalar type to be used with
|
|
66
58
|
* the scalar field option and declared by declare_scalar.
|
|
@@ -131,25 +123,11 @@ export interface ScalarDescriptorAminoMsg {
|
|
|
131
123
|
type: "/cosmos_proto.ScalarDescriptor";
|
|
132
124
|
value: ScalarDescriptorAmino;
|
|
133
125
|
}
|
|
134
|
-
/**
|
|
135
|
-
* ScalarDescriptor describes an scalar type to be used with
|
|
136
|
-
* the scalar field option and declared by declare_scalar.
|
|
137
|
-
* Scalars extend simple protobuf built-in types with additional
|
|
138
|
-
* syntax and semantics, for instance to represent big integers.
|
|
139
|
-
* Scalars should ideally define an encoding such that there is only one
|
|
140
|
-
* valid syntactical representation for a given semantic meaning,
|
|
141
|
-
* i.e. the encoding should be deterministic.
|
|
142
|
-
*/
|
|
143
|
-
export interface ScalarDescriptorSDKType {
|
|
144
|
-
name: string;
|
|
145
|
-
description: string;
|
|
146
|
-
field_type: ScalarType[];
|
|
147
|
-
}
|
|
148
126
|
export declare const InterfaceDescriptor: {
|
|
149
127
|
typeUrl: string;
|
|
150
128
|
encode(message: InterfaceDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
151
129
|
decode(input: BinaryReader | Uint8Array, length?: number): InterfaceDescriptor;
|
|
152
|
-
fromPartial(object:
|
|
130
|
+
fromPartial(object: DeepPartial<InterfaceDescriptor>): InterfaceDescriptor;
|
|
153
131
|
fromAmino(object: InterfaceDescriptorAmino): InterfaceDescriptor;
|
|
154
132
|
toAmino(message: InterfaceDescriptor): InterfaceDescriptorAmino;
|
|
155
133
|
fromAminoMsg(object: InterfaceDescriptorAminoMsg): InterfaceDescriptor;
|
|
@@ -161,7 +139,7 @@ export declare const ScalarDescriptor: {
|
|
|
161
139
|
typeUrl: string;
|
|
162
140
|
encode(message: ScalarDescriptor, writer?: BinaryWriter): BinaryWriter;
|
|
163
141
|
decode(input: BinaryReader | Uint8Array, length?: number): ScalarDescriptor;
|
|
164
|
-
fromPartial(object:
|
|
142
|
+
fromPartial(object: DeepPartial<ScalarDescriptor>): ScalarDescriptor;
|
|
165
143
|
fromAmino(object: ScalarDescriptorAmino): ScalarDescriptor;
|
|
166
144
|
toAmino(message: ScalarDescriptor): ScalarDescriptorAmino;
|
|
167
145
|
fromAminoMsg(object: ScalarDescriptorAminoMsg): ScalarDescriptor;
|
package/cosmos_proto/cosmos.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ScalarDescriptor = exports.InterfaceDescriptor = exports.ScalarTypeAmino = exports.
|
|
3
|
+
exports.ScalarDescriptor = exports.InterfaceDescriptor = exports.ScalarTypeAmino = exports.ScalarType = void 0;
|
|
4
4
|
exports.scalarTypeFromJSON = scalarTypeFromJSON;
|
|
5
5
|
exports.scalarTypeToJSON = scalarTypeToJSON;
|
|
6
6
|
//@ts-nocheck
|
|
@@ -12,7 +12,6 @@ var ScalarType;
|
|
|
12
12
|
ScalarType[ScalarType["SCALAR_TYPE_BYTES"] = 2] = "SCALAR_TYPE_BYTES";
|
|
13
13
|
ScalarType[ScalarType["UNRECOGNIZED"] = -1] = "UNRECOGNIZED";
|
|
14
14
|
})(ScalarType || (exports.ScalarType = ScalarType = {}));
|
|
15
|
-
exports.ScalarTypeSDKType = ScalarType;
|
|
16
15
|
exports.ScalarTypeAmino = ScalarType;
|
|
17
16
|
function scalarTypeFromJSON(object) {
|
|
18
17
|
switch (object) {
|
|
@@ -15,6 +15,7 @@ function createBaseModule() {
|
|
|
15
15
|
}
|
|
16
16
|
export const Module = {
|
|
17
17
|
typeUrl: "/cosmos.app.runtime.v1alpha1.Module",
|
|
18
|
+
aminoType: "cosmos-sdk/Module",
|
|
18
19
|
encode(message, writer = BinaryWriter.create()) {
|
|
19
20
|
if (message.appName !== "") {
|
|
20
21
|
writer.uint32(10).string(message.appName);
|
|
@@ -197,6 +198,7 @@ function createBaseStoreKeyConfig() {
|
|
|
197
198
|
}
|
|
198
199
|
export const StoreKeyConfig = {
|
|
199
200
|
typeUrl: "/cosmos.app.runtime.v1alpha1.StoreKeyConfig",
|
|
201
|
+
aminoType: "cosmos-sdk/StoreKeyConfig",
|
|
200
202
|
encode(message, writer = BinaryWriter.create()) {
|
|
201
203
|
if (message.moduleName !== "") {
|
|
202
204
|
writer.uint32(10).string(message.moduleName);
|
|
@@ -9,6 +9,7 @@ function createBaseModuleDescriptor() {
|
|
|
9
9
|
}
|
|
10
10
|
export const ModuleDescriptor = {
|
|
11
11
|
typeUrl: "/cosmos.app.v1alpha1.ModuleDescriptor",
|
|
12
|
+
aminoType: "cosmos-sdk/ModuleDescriptor",
|
|
12
13
|
encode(message, writer = BinaryWriter.create()) {
|
|
13
14
|
if (message.goImport !== "") {
|
|
14
15
|
writer.uint32(10).string(message.goImport);
|
|
@@ -107,6 +108,7 @@ function createBasePackageReference() {
|
|
|
107
108
|
}
|
|
108
109
|
export const PackageReference = {
|
|
109
110
|
typeUrl: "/cosmos.app.v1alpha1.PackageReference",
|
|
111
|
+
aminoType: "cosmos-sdk/PackageReference",
|
|
110
112
|
encode(message, writer = BinaryWriter.create()) {
|
|
111
113
|
if (message.name !== "") {
|
|
112
114
|
writer.uint32(10).string(message.name);
|
|
@@ -187,6 +189,7 @@ function createBaseMigrateFromInfo() {
|
|
|
187
189
|
}
|
|
188
190
|
export const MigrateFromInfo = {
|
|
189
191
|
typeUrl: "/cosmos.app.v1alpha1.MigrateFromInfo",
|
|
192
|
+
aminoType: "cosmos-sdk/MigrateFromInfo",
|
|
190
193
|
encode(message, writer = BinaryWriter.create()) {
|
|
191
194
|
if (message.module !== "") {
|
|
192
195
|
writer.uint32(10).string(message.module);
|
|
@@ -9,6 +9,7 @@ function createBaseModule() {
|
|
|
9
9
|
}
|
|
10
10
|
export const Module = {
|
|
11
11
|
typeUrl: "/cosmos.auth.module.v1.Module",
|
|
12
|
+
aminoType: "cosmos-sdk/Module",
|
|
12
13
|
encode(message, writer = BinaryWriter.create()) {
|
|
13
14
|
if (message.bech32Prefix !== "") {
|
|
14
15
|
writer.uint32(10).string(message.bech32Prefix);
|
|
@@ -104,6 +105,7 @@ function createBaseModuleAccountPermission() {
|
|
|
104
105
|
}
|
|
105
106
|
export const ModuleAccountPermission = {
|
|
106
107
|
typeUrl: "/cosmos.auth.module.v1.ModuleAccountPermission",
|
|
108
|
+
aminoType: "cosmos-sdk/ModuleAccountPermission",
|
|
107
109
|
encode(message, writer = BinaryWriter.create()) {
|
|
108
110
|
if (message.account !== "") {
|
|
109
111
|
writer.uint32(10).string(message.account);
|
|
@@ -4,7 +4,6 @@ import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
|
4
4
|
import { bytesFromBase64, base64FromBytes } from "../../../helpers";
|
|
5
5
|
function createBaseBaseAccount() {
|
|
6
6
|
return {
|
|
7
|
-
$typeUrl: "/cosmos.auth.v1beta1.BaseAccount",
|
|
8
7
|
address: "",
|
|
9
8
|
pubKey: undefined,
|
|
10
9
|
accountNumber: BigInt(0),
|
|
@@ -13,6 +12,7 @@ function createBaseBaseAccount() {
|
|
|
13
12
|
}
|
|
14
13
|
export const BaseAccount = {
|
|
15
14
|
typeUrl: "/cosmos.auth.v1beta1.BaseAccount",
|
|
15
|
+
aminoType: "cosmos-sdk/BaseAccount",
|
|
16
16
|
encode(message, writer = BinaryWriter.create()) {
|
|
17
17
|
if (message.address !== "") {
|
|
18
18
|
writer.uint32(10).string(message.address);
|
|
@@ -110,7 +110,6 @@ export const BaseAccount = {
|
|
|
110
110
|
};
|
|
111
111
|
function createBaseModuleAccount() {
|
|
112
112
|
return {
|
|
113
|
-
$typeUrl: "/cosmos.auth.v1beta1.ModuleAccount",
|
|
114
113
|
baseAccount: undefined,
|
|
115
114
|
name: "",
|
|
116
115
|
permissions: []
|
|
@@ -118,6 +117,7 @@ function createBaseModuleAccount() {
|
|
|
118
117
|
}
|
|
119
118
|
export const ModuleAccount = {
|
|
120
119
|
typeUrl: "/cosmos.auth.v1beta1.ModuleAccount",
|
|
120
|
+
aminoType: "cosmos-sdk/ModuleAccount",
|
|
121
121
|
encode(message, writer = BinaryWriter.create()) {
|
|
122
122
|
if (message.baseAccount !== undefined) {
|
|
123
123
|
BaseAccount.encode(message.baseAccount, writer.uint32(10).fork()).ldelim();
|
|
@@ -213,6 +213,7 @@ function createBaseModuleCredential() {
|
|
|
213
213
|
}
|
|
214
214
|
export const ModuleCredential = {
|
|
215
215
|
typeUrl: "/cosmos.auth.v1beta1.ModuleCredential",
|
|
216
|
+
aminoType: "cosmos-sdk/GroupAccountCredential",
|
|
216
217
|
encode(message, writer = BinaryWriter.create()) {
|
|
217
218
|
if (message.moduleName !== "") {
|
|
218
219
|
writer.uint32(10).string(message.moduleName);
|
|
@@ -300,6 +301,7 @@ function createBaseParams() {
|
|
|
300
301
|
}
|
|
301
302
|
export const Params = {
|
|
302
303
|
typeUrl: "/cosmos.auth.v1beta1.Params",
|
|
304
|
+
aminoType: "cosmos-sdk/x/auth/Params",
|
|
303
305
|
encode(message, writer = BinaryWriter.create()) {
|
|
304
306
|
if (message.maxMemoCharacters !== BigInt(0)) {
|
|
305
307
|
writer.uint32(8).uint64(message.maxMemoCharacters);
|
|
@@ -10,6 +10,7 @@ function createBaseGenesisState() {
|
|
|
10
10
|
}
|
|
11
11
|
export const GenesisState = {
|
|
12
12
|
typeUrl: "/cosmos.auth.v1beta1.GenesisState",
|
|
13
|
+
aminoType: "cosmos-sdk/GenesisState",
|
|
13
14
|
encode(message, writer = BinaryWriter.create()) {
|
|
14
15
|
if (message.params !== undefined) {
|
|
15
16
|
Params.encode(message.params, writer.uint32(10).fork()).ldelim();
|