@xpla/xplajs 1.7.0-beta.8 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +3 -3
- package/binary.d.ts +1 -1
- package/binary.js +2 -2
- package/cosmos/app/runtime/v1alpha1/module.d.ts +2 -0
- package/cosmos/app/runtime/v1alpha1/module.js +5 -6
- package/cosmos/app/runtime/v2/module.d.ts +3 -0
- package/cosmos/app/runtime/v2/module.js +8 -9
- package/cosmos/app/v1alpha1/config.d.ts +3 -0
- package/cosmos/app/v1alpha1/config.js +9 -8
- package/cosmos/app/v1alpha1/module.d.ts +3 -0
- package/cosmos/app/v1alpha1/module.js +8 -9
- package/cosmos/app/v1alpha1/query.d.ts +2 -0
- package/cosmos/app/v1alpha1/query.js +5 -6
- package/cosmos/app/v1alpha1/query.rpc.func.js +2 -1
- package/cosmos/auth/module/v1/module.d.ts +2 -0
- package/cosmos/auth/module/v1/module.js +5 -6
- package/cosmos/auth/v1beta1/accounts.d.ts +2 -0
- package/cosmos/auth/v1beta1/accounts.js +5 -6
- package/cosmos/auth/v1beta1/auth.d.ts +4 -0
- package/cosmos/auth/v1beta1/auth.js +14 -11
- package/cosmos/auth/v1beta1/genesis.d.ts +1 -0
- package/cosmos/auth/v1beta1/genesis.js +2 -4
- package/cosmos/auth/v1beta1/query.d.ts +20 -0
- package/cosmos/auth/v1beta1/query.js +51 -54
- package/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
- package/cosmos/auth/v1beta1/tx.d.ts +2 -0
- package/cosmos/auth/v1beta1/tx.js +5 -6
- package/cosmos/auth/v1beta1/tx.registry.d.ts +21 -0
- package/cosmos/auth/v1beta1/tx.registry.js +27 -1
- package/cosmos/auth/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/auth/v1beta1/tx.rpc.func.js +2 -1
- package/cosmos/authz/module/v1/module.d.ts +1 -0
- package/cosmos/authz/module/v1/module.js +2 -4
- package/cosmos/authz/v1beta1/authz.d.ts +11 -7
- package/cosmos/authz/v1beta1/authz.js +28 -9
- package/cosmos/authz/v1beta1/event.d.ts +2 -0
- package/cosmos/authz/v1beta1/event.js +4 -7
- package/cosmos/authz/v1beta1/genesis.d.ts +1 -0
- package/cosmos/authz/v1beta1/genesis.js +3 -3
- package/cosmos/authz/v1beta1/query.d.ts +6 -0
- package/cosmos/authz/v1beta1/query.js +21 -13
- package/cosmos/authz/v1beta1/query.rpc.func.js +6 -3
- package/cosmos/authz/v1beta1/tx.d.ts +6 -0
- package/cosmos/authz/v1beta1/tx.js +14 -18
- package/cosmos/authz/v1beta1/tx.registry.d.ts +45 -0
- package/cosmos/authz/v1beta1/tx.registry.js +63 -1
- package/cosmos/authz/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/autocli/v1/options.d.ts +7 -0
- package/cosmos/autocli/v1/options.js +21 -13
- package/cosmos/autocli/v1/query.d.ts +3 -0
- package/cosmos/autocli/v1/query.js +8 -6
- package/cosmos/autocli/v1/query.rpc.func.js +2 -1
- package/cosmos/bank/module/v1/module.d.ts +1 -0
- package/cosmos/bank/module/v1/module.js +2 -4
- package/cosmos/bank/v1beta1/authz.d.ts +1 -0
- package/cosmos/bank/v1beta1/authz.js +5 -2
- package/cosmos/bank/v1beta1/bank.d.ts +7 -0
- package/cosmos/bank/v1beta1/bank.js +21 -16
- package/cosmos/bank/v1beta1/genesis.d.ts +2 -0
- package/cosmos/bank/v1beta1/genesis.js +10 -5
- package/cosmos/bank/v1beta1/query.d.ts +27 -0
- package/cosmos/bank/v1beta1/query.js +82 -61
- package/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
- package/cosmos/bank/v1beta1/tx.d.ts +8 -0
- package/cosmos/bank/v1beta1/tx.js +21 -21
- package/cosmos/bank/v1beta1/tx.registry.d.ts +57 -0
- package/cosmos/bank/v1beta1/tx.registry.js +81 -1
- package/cosmos/bank/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/base/abci/v1beta1/abci.d.ts +11 -0
- package/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/cosmos/base/grpc/v2/service.d.ts +5 -0
- package/cosmos/base/grpc/v2/service.js +11 -15
- package/cosmos/base/grpc/v2/service.rpc.func.js +4 -2
- package/cosmos/base/node/v1beta1/query.d.ts +4 -0
- package/cosmos/base/node/v1beta1/query.js +8 -13
- package/cosmos/base/node/v1beta1/query.rpc.func.js +4 -2
- package/cosmos/base/query/v1beta1/pagination.d.ts +2 -0
- package/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/cosmos/base/reflection/v1beta1/reflection.d.ts +4 -0
- package/cosmos/base/reflection/v1beta1/reflection.js +8 -13
- package/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +4 -2
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +26 -0
- package/cosmos/base/reflection/v2alpha1/reflection.js +71 -66
- package/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +12 -6
- package/cosmos/base/tendermint/v1beta1/query.d.ts +19 -0
- package/cosmos/base/tendermint/v1beta1/query.js +55 -48
- package/cosmos/base/tendermint/v1beta1/query.rpc.func.js +14 -7
- package/cosmos/base/tendermint/v1beta1/types.d.ts +2 -0
- package/cosmos/base/tendermint/v1beta1/types.js +10 -5
- package/cosmos/base/v1beta1/coin.d.ts +4 -0
- package/cosmos/base/v1beta1/coin.js +15 -19
- package/cosmos/circuit/v1/tx.rpc.func.d.ts +3 -3
- package/cosmos/circuit/v1/types.js +4 -4
- package/cosmos/consensus/module/v1/module.d.ts +1 -0
- package/cosmos/consensus/module/v1/module.js +2 -4
- package/cosmos/consensus/v1/query.d.ts +2 -0
- package/cosmos/consensus/v1/query.js +5 -6
- package/cosmos/consensus/v1/query.rpc.func.js +2 -1
- package/cosmos/consensus/v1/tx.d.ts +2 -0
- package/cosmos/consensus/v1/tx.js +8 -6
- package/cosmos/consensus/v1/tx.registry.d.ts +21 -0
- package/cosmos/consensus/v1/tx.registry.js +27 -1
- package/cosmos/consensus/v1/tx.rpc.func.d.ts +1 -1
- package/cosmos/consensus/v1/tx.rpc.func.js +2 -1
- package/cosmos/crisis/v1beta1/tx.rpc.func.d.ts +2 -2
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +2 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/cosmos/distribution/module/v1/module.d.ts +1 -0
- package/cosmos/distribution/module/v1/module.js +2 -4
- package/cosmos/distribution/v1beta1/distribution.d.ts +12 -0
- package/cosmos/distribution/v1beta1/distribution.js +52 -42
- package/cosmos/distribution/v1beta1/genesis.d.ts +8 -0
- package/cosmos/distribution/v1beta1/genesis.js +31 -18
- package/cosmos/distribution/v1beta1/query.d.ts +20 -0
- package/cosmos/distribution/v1beta1/query.js +51 -52
- package/cosmos/distribution/v1beta1/query.rpc.func.js +20 -10
- package/cosmos/distribution/v1beta1/tx.d.ts +14 -0
- package/cosmos/distribution/v1beta1/tx.js +34 -37
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +93 -0
- package/cosmos/distribution/v1beta1/tx.registry.js +135 -1
- package/cosmos/distribution/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- package/cosmos/evidence/module/v1/module.d.ts +1 -0
- package/cosmos/evidence/module/v1/module.js +2 -4
- package/cosmos/evidence/v1beta1/evidence.d.ts +1 -0
- package/cosmos/evidence/v1beta1/evidence.js +2 -4
- package/cosmos/evidence/v1beta1/genesis.d.ts +1 -0
- package/cosmos/evidence/v1beta1/genesis.js +2 -4
- package/cosmos/evidence/v1beta1/query.d.ts +4 -0
- package/cosmos/evidence/v1beta1/query.js +10 -11
- package/cosmos/evidence/v1beta1/query.rpc.func.js +4 -2
- package/cosmos/evidence/v1beta1/tx.d.ts +2 -0
- package/cosmos/evidence/v1beta1/tx.js +5 -7
- package/cosmos/evidence/v1beta1/tx.registry.d.ts +21 -0
- package/cosmos/evidence/v1beta1/tx.registry.js +27 -1
- package/cosmos/evidence/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -1
- package/cosmos/feegrant/module/v1/module.d.ts +1 -0
- package/cosmos/feegrant/module/v1/module.js +2 -4
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +4 -0
- package/cosmos/feegrant/v1beta1/feegrant.js +23 -8
- package/cosmos/feegrant/v1beta1/genesis.d.ts +1 -0
- package/cosmos/feegrant/v1beta1/genesis.js +3 -3
- package/cosmos/feegrant/v1beta1/query.d.ts +6 -0
- package/cosmos/feegrant/v1beta1/query.js +19 -14
- package/cosmos/feegrant/v1beta1/query.rpc.func.js +6 -3
- package/cosmos/feegrant/v1beta1/tx.d.ts +6 -0
- package/cosmos/feegrant/v1beta1/tx.js +16 -17
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +45 -0
- package/cosmos/feegrant/v1beta1/tx.registry.js +63 -1
- package/cosmos/feegrant/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- package/cosmos/gov/module/v1/module.d.ts +1 -0
- package/cosmos/gov/module/v1/module.js +2 -4
- package/cosmos/gov/v1/genesis.d.ts +1 -0
- package/cosmos/gov/v1/genesis.js +9 -3
- package/cosmos/gov/v1/gov.d.ts +9 -0
- package/cosmos/gov/v1/gov.js +31 -30
- package/cosmos/gov/v1/query.d.ts +18 -0
- package/cosmos/gov/v1/query.js +53 -44
- package/cosmos/gov/v1/query.rpc.func.js +18 -9
- package/cosmos/gov/v1/tx.d.ts +21 -7
- package/cosmos/gov/v1/tx.js +58 -37
- package/cosmos/gov/v1/tx.registry.d.ts +93 -0
- package/cosmos/gov/v1/tx.registry.js +135 -1
- package/cosmos/gov/v1/tx.rpc.func.d.ts +7 -7
- package/cosmos/gov/v1/tx.rpc.func.js +14 -7
- package/cosmos/gov/v1beta1/genesis.d.ts +1 -0
- package/cosmos/gov/v1beta1/genesis.js +8 -3
- package/cosmos/gov/v1beta1/gov.d.ts +15 -6
- package/cosmos/gov/v1beta1/gov.js +61 -32
- package/cosmos/gov/v1beta1/query.d.ts +16 -0
- package/cosmos/gov/v1beta1/query.js +48 -38
- package/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
- package/cosmos/gov/v1beta1/tx.d.ts +14 -6
- package/cosmos/gov/v1beta1/tx.js +45 -22
- package/cosmos/gov/v1beta1/tx.registry.d.ts +57 -0
- package/cosmos/gov/v1beta1/tx.registry.js +81 -1
- package/cosmos/gov/v1beta1/tx.rpc.func.d.ts +4 -4
- package/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/cosmos/group/v1/tx.js +4 -4
- package/cosmos/group/v1/tx.rpc.func.d.ts +14 -14
- package/cosmos/group/v1/types.js +10 -10
- package/cosmos/ics23/v1/proofs.d.ts +13 -0
- package/cosmos/ics23/v1/proofs.js +51 -37
- package/cosmos/mint/module/v1/module.d.ts +1 -0
- package/cosmos/mint/module/v1/module.js +2 -4
- package/cosmos/mint/v1beta1/genesis.d.ts +1 -0
- package/cosmos/mint/v1beta1/genesis.js +4 -3
- package/cosmos/mint/v1beta1/mint.d.ts +2 -0
- package/cosmos/mint/v1beta1/mint.js +23 -25
- package/cosmos/mint/v1beta1/query.d.ts +6 -0
- package/cosmos/mint/v1beta1/query.js +13 -18
- package/cosmos/mint/v1beta1/query.rpc.func.js +6 -3
- package/cosmos/mint/v1beta1/tx.d.ts +2 -0
- package/cosmos/mint/v1beta1/tx.js +5 -6
- package/cosmos/mint/v1beta1/tx.registry.d.ts +21 -0
- package/cosmos/mint/v1beta1/tx.registry.js +27 -1
- package/cosmos/mint/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/mint/v1beta1/tx.rpc.func.js +2 -1
- package/cosmos/nft/v1beta1/tx.rpc.func.d.ts +1 -1
- package/cosmos/orm/v1alpha1/schema.js +4 -4
- package/cosmos/params/module/v1/module.d.ts +1 -0
- package/cosmos/params/module/v1/module.js +2 -4
- package/cosmos/params/v1beta1/params.d.ts +2 -0
- package/cosmos/params/v1beta1/params.js +7 -5
- package/cosmos/params/v1beta1/query.d.ts +5 -0
- package/cosmos/params/v1beta1/query.js +12 -14
- package/cosmos/params/v1beta1/query.rpc.func.js +4 -2
- package/cosmos/rpc.query.js +7 -17
- package/cosmos/rpc.tx.js +7 -17
- package/cosmos/slashing/module/v1/module.d.ts +1 -0
- package/cosmos/slashing/module/v1/module.js +2 -4
- package/cosmos/slashing/v1beta1/genesis.d.ts +4 -0
- package/cosmos/slashing/v1beta1/genesis.js +13 -10
- package/cosmos/slashing/v1beta1/query.d.ts +6 -0
- package/cosmos/slashing/v1beta1/query.js +17 -15
- package/cosmos/slashing/v1beta1/query.rpc.func.js +6 -3
- package/cosmos/slashing/v1beta1/slashing.d.ts +2 -0
- package/cosmos/slashing/v1beta1/slashing.js +4 -7
- package/cosmos/slashing/v1beta1/tx.d.ts +4 -0
- package/cosmos/slashing/v1beta1/tx.js +9 -12
- package/cosmos/slashing/v1beta1/tx.registry.d.ts +33 -0
- package/cosmos/slashing/v1beta1/tx.registry.js +45 -1
- package/cosmos/slashing/v1beta1/tx.rpc.func.d.ts +2 -2
- package/cosmos/slashing/v1beta1/tx.rpc.func.js +4 -2
- package/cosmos/staking/module/v1/module.d.ts +1 -0
- package/cosmos/staking/module/v1/module.js +2 -4
- package/cosmos/staking/v1beta1/authz.d.ts +2 -0
- package/cosmos/staking/v1beta1/authz.js +12 -9
- package/cosmos/staking/v1beta1/genesis.d.ts +2 -0
- package/cosmos/staking/v1beta1/genesis.js +10 -6
- package/cosmos/staking/v1beta1/query.d.ts +28 -0
- package/cosmos/staking/v1beta1/query.js +84 -64
- package/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
- package/cosmos/staking/v1beta1/staking.d.ts +21 -0
- package/cosmos/staking/v1beta1/staking.js +90 -84
- package/cosmos/staking/v1beta1/tx.d.ts +14 -0
- package/cosmos/staking/v1beta1/tx.js +44 -41
- package/cosmos/staking/v1beta1/tx.registry.d.ts +93 -0
- package/cosmos/staking/v1beta1/tx.registry.js +135 -1
- package/cosmos/staking/v1beta1/tx.rpc.func.d.ts +7 -7
- package/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- package/cosmos/tx/config/v1/config.d.ts +1 -0
- package/cosmos/tx/config/v1/config.js +2 -4
- package/cosmos/tx/signing/v1beta1/signing.d.ts +5 -0
- package/cosmos/tx/signing/v1beta1/signing.js +20 -16
- package/cosmos/tx/v1beta1/service.d.ts +18 -0
- package/cosmos/tx/v1beta1/service.js +60 -52
- package/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
- package/cosmos/tx/v1beta1/tx.d.ts +13 -0
- package/cosmos/tx/v1beta1/tx.js +40 -31
- package/cosmos/upgrade/module/v1/module.d.ts +1 -0
- package/cosmos/upgrade/module/v1/module.js +2 -4
- package/cosmos/upgrade/v1beta1/query.d.ts +10 -0
- package/cosmos/upgrade/v1beta1/query.js +22 -29
- package/cosmos/upgrade/v1beta1/query.rpc.func.js +10 -5
- package/cosmos/upgrade/v1beta1/tx.d.ts +4 -0
- package/cosmos/upgrade/v1beta1/tx.js +9 -12
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +33 -0
- package/cosmos/upgrade/v1beta1/tx.registry.js +45 -1
- package/cosmos/upgrade/v1beta1/tx.rpc.func.d.ts +2 -2
- package/cosmos/upgrade/v1beta1/tx.rpc.func.js +4 -2
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +4 -0
- package/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/cosmos/vesting/v1beta1/tx.rpc.func.d.ts +3 -3
- package/cosmos_proto/cosmos.d.ts +2 -0
- package/cosmos_proto/cosmos.js +8 -9
- package/cosmwasm/wasm/v1/authz.d.ts +11 -0
- package/cosmwasm/wasm/v1/authz.js +50 -23
- package/cosmwasm/wasm/v1/genesis.d.ts +4 -0
- package/cosmwasm/wasm/v1/genesis.js +16 -10
- package/cosmwasm/wasm/v1/ibc.d.ts +34 -0
- package/cosmwasm/wasm/v1/ibc.js +71 -11
- package/cosmwasm/wasm/v1/proposal_legacy.d.ts +13 -0
- package/cosmwasm/wasm/v1/proposal_legacy.js +60 -28
- package/cosmwasm/wasm/v1/query.d.ts +123 -0
- package/cosmwasm/wasm/v1/query.js +257 -56
- package/cosmwasm/wasm/v1/query.lcd.d.ts +2 -1
- package/cosmwasm/wasm/v1/query.lcd.js +20 -0
- package/cosmwasm/wasm/v1/query.rpc.Query.d.ts +5 -1
- package/cosmwasm/wasm/v1/query.rpc.Query.js +9 -0
- package/cosmwasm/wasm/v1/query.rpc.func.d.ts +2 -1
- package/cosmwasm/wasm/v1/query.rpc.func.js +32 -12
- package/cosmwasm/wasm/v1/tx.d.ts +36 -2
- package/cosmwasm/wasm/v1/tx.js +78 -96
- package/cosmwasm/wasm/v1/tx.registry.d.ts +213 -0
- package/cosmwasm/wasm/v1/tx.registry.js +315 -1
- package/cosmwasm/wasm/v1/tx.rpc.func.d.ts +17 -17
- package/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- package/cosmwasm/wasm/v1/types.d.ts +8 -0
- package/cosmwasm/wasm/v1/types.js +27 -29
- package/esm/binary.js +1 -1
- package/esm/cosmos/app/runtime/v1alpha1/module.js +5 -6
- package/esm/cosmos/app/runtime/v2/module.js +8 -9
- package/esm/cosmos/app/v1alpha1/config.js +9 -8
- package/esm/cosmos/app/v1alpha1/module.js +8 -9
- package/esm/cosmos/app/v1alpha1/query.js +5 -6
- package/esm/cosmos/app/v1alpha1/query.rpc.func.js +2 -1
- package/esm/cosmos/auth/module/v1/module.js +5 -6
- package/esm/cosmos/auth/v1beta1/accounts.js +5 -6
- package/esm/cosmos/auth/v1beta1/auth.js +14 -11
- package/esm/cosmos/auth/v1beta1/genesis.js +2 -4
- package/esm/cosmos/auth/v1beta1/query.js +51 -54
- package/esm/cosmos/auth/v1beta1/query.rpc.func.js +20 -10
- package/esm/cosmos/auth/v1beta1/tx.js +5 -6
- package/esm/cosmos/auth/v1beta1/tx.registry.js +26 -0
- package/esm/cosmos/auth/v1beta1/tx.rpc.func.js +2 -1
- package/esm/cosmos/authz/module/v1/module.js +2 -4
- package/esm/cosmos/authz/v1beta1/authz.js +28 -9
- package/esm/cosmos/authz/v1beta1/event.js +4 -7
- package/esm/cosmos/authz/v1beta1/genesis.js +3 -3
- package/esm/cosmos/authz/v1beta1/query.js +21 -13
- package/esm/cosmos/authz/v1beta1/query.rpc.func.js +6 -3
- package/esm/cosmos/authz/v1beta1/tx.js +14 -18
- package/esm/cosmos/authz/v1beta1/tx.registry.js +62 -0
- package/esm/cosmos/authz/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/autocli/v1/options.js +21 -13
- package/esm/cosmos/autocli/v1/query.js +8 -6
- package/esm/cosmos/autocli/v1/query.rpc.func.js +2 -1
- package/esm/cosmos/bank/module/v1/module.js +2 -4
- package/esm/cosmos/bank/v1beta1/authz.js +5 -2
- package/esm/cosmos/bank/v1beta1/bank.js +21 -16
- package/esm/cosmos/bank/v1beta1/genesis.js +10 -5
- package/esm/cosmos/bank/v1beta1/query.js +82 -61
- package/esm/cosmos/bank/v1beta1/query.rpc.func.js +26 -13
- package/esm/cosmos/bank/v1beta1/tx.js +21 -21
- package/esm/cosmos/bank/v1beta1/tx.registry.js +80 -0
- package/esm/cosmos/bank/v1beta1/tx.rpc.func.js +8 -4
- package/esm/cosmos/base/abci/v1beta1/abci.js +29 -28
- package/esm/cosmos/base/grpc/v2/service.js +11 -15
- package/esm/cosmos/base/grpc/v2/service.rpc.func.js +4 -2
- package/esm/cosmos/base/node/v1beta1/query.js +8 -13
- package/esm/cosmos/base/node/v1beta1/query.rpc.func.js +4 -2
- package/esm/cosmos/base/query/v1beta1/pagination.js +4 -7
- package/esm/cosmos/base/reflection/v1beta1/reflection.js +8 -13
- package/esm/cosmos/base/reflection/v1beta1/reflection.rpc.func.js +4 -2
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +71 -66
- package/esm/cosmos/base/reflection/v2alpha1/reflection.rpc.func.js +12 -6
- package/esm/cosmos/base/tendermint/v1beta1/query.js +55 -48
- package/esm/cosmos/base/tendermint/v1beta1/query.rpc.func.js +14 -7
- package/esm/cosmos/base/tendermint/v1beta1/types.js +10 -5
- package/esm/cosmos/base/v1beta1/coin.js +15 -19
- package/esm/cosmos/consensus/module/v1/module.js +2 -4
- package/esm/cosmos/consensus/v1/query.js +5 -6
- package/esm/cosmos/consensus/v1/query.rpc.func.js +2 -1
- package/esm/cosmos/consensus/v1/tx.js +8 -6
- package/esm/cosmos/consensus/v1/tx.registry.js +26 -0
- package/esm/cosmos/consensus/v1/tx.rpc.func.js +2 -1
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +4 -7
- package/esm/cosmos/distribution/module/v1/module.js +2 -4
- package/esm/cosmos/distribution/v1beta1/distribution.js +52 -42
- package/esm/cosmos/distribution/v1beta1/genesis.js +31 -18
- package/esm/cosmos/distribution/v1beta1/query.js +51 -52
- package/esm/cosmos/distribution/v1beta1/query.rpc.func.js +20 -10
- package/esm/cosmos/distribution/v1beta1/tx.js +34 -37
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +134 -0
- package/esm/cosmos/distribution/v1beta1/tx.rpc.func.js +14 -7
- package/esm/cosmos/evidence/module/v1/module.js +2 -4
- package/esm/cosmos/evidence/v1beta1/evidence.js +2 -4
- package/esm/cosmos/evidence/v1beta1/genesis.js +2 -4
- package/esm/cosmos/evidence/v1beta1/query.js +10 -11
- package/esm/cosmos/evidence/v1beta1/query.rpc.func.js +4 -2
- package/esm/cosmos/evidence/v1beta1/tx.js +5 -7
- package/esm/cosmos/evidence/v1beta1/tx.registry.js +26 -0
- package/esm/cosmos/evidence/v1beta1/tx.rpc.func.js +2 -1
- package/esm/cosmos/feegrant/module/v1/module.js +2 -4
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +23 -8
- package/esm/cosmos/feegrant/v1beta1/genesis.js +3 -3
- package/esm/cosmos/feegrant/v1beta1/query.js +19 -14
- package/esm/cosmos/feegrant/v1beta1/query.rpc.func.js +6 -3
- package/esm/cosmos/feegrant/v1beta1/tx.js +16 -17
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +62 -0
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.func.js +6 -3
- package/esm/cosmos/gov/module/v1/module.js +2 -4
- package/esm/cosmos/gov/v1/genesis.js +9 -3
- package/esm/cosmos/gov/v1/gov.js +24 -23
- package/esm/cosmos/gov/v1/query.js +53 -44
- package/esm/cosmos/gov/v1/query.rpc.func.js +18 -9
- package/esm/cosmos/gov/v1/tx.js +58 -37
- package/esm/cosmos/gov/v1/tx.registry.js +134 -0
- package/esm/cosmos/gov/v1/tx.rpc.func.js +14 -7
- package/esm/cosmos/gov/v1beta1/genesis.js +8 -3
- package/esm/cosmos/gov/v1beta1/gov.js +54 -25
- package/esm/cosmos/gov/v1beta1/query.js +48 -38
- package/esm/cosmos/gov/v1beta1/query.rpc.func.js +16 -8
- package/esm/cosmos/gov/v1beta1/tx.js +46 -23
- package/esm/cosmos/gov/v1beta1/tx.registry.js +80 -0
- package/esm/cosmos/gov/v1beta1/tx.rpc.func.js +8 -4
- package/esm/cosmos/ics23/v1/proofs.js +44 -30
- package/esm/cosmos/mint/module/v1/module.js +2 -4
- package/esm/cosmos/mint/v1beta1/genesis.js +4 -3
- package/esm/cosmos/mint/v1beta1/mint.js +23 -25
- package/esm/cosmos/mint/v1beta1/query.js +13 -18
- package/esm/cosmos/mint/v1beta1/query.rpc.func.js +6 -3
- package/esm/cosmos/mint/v1beta1/tx.js +5 -6
- package/esm/cosmos/mint/v1beta1/tx.registry.js +26 -0
- package/esm/cosmos/mint/v1beta1/tx.rpc.func.js +2 -1
- package/esm/cosmos/params/module/v1/module.js +2 -4
- package/esm/cosmos/params/v1beta1/params.js +7 -5
- package/esm/cosmos/params/v1beta1/query.js +12 -14
- package/esm/cosmos/params/v1beta1/query.rpc.func.js +4 -2
- package/esm/cosmos/slashing/module/v1/module.js +2 -4
- package/esm/cosmos/slashing/v1beta1/genesis.js +13 -10
- package/esm/cosmos/slashing/v1beta1/query.js +17 -15
- package/esm/cosmos/slashing/v1beta1/query.rpc.func.js +6 -3
- package/esm/cosmos/slashing/v1beta1/slashing.js +4 -7
- package/esm/cosmos/slashing/v1beta1/tx.js +9 -12
- package/esm/cosmos/slashing/v1beta1/tx.registry.js +44 -0
- package/esm/cosmos/slashing/v1beta1/tx.rpc.func.js +4 -2
- package/esm/cosmos/staking/module/v1/module.js +2 -4
- package/esm/cosmos/staking/v1beta1/authz.js +8 -5
- package/esm/cosmos/staking/v1beta1/genesis.js +10 -6
- package/esm/cosmos/staking/v1beta1/query.js +84 -64
- package/esm/cosmos/staking/v1beta1/query.rpc.func.js +28 -14
- package/esm/cosmos/staking/v1beta1/staking.js +81 -75
- package/esm/cosmos/staking/v1beta1/tx.js +42 -39
- package/esm/cosmos/staking/v1beta1/tx.registry.js +134 -0
- package/esm/cosmos/staking/v1beta1/tx.rpc.func.js +14 -7
- package/esm/cosmos/tx/config/v1/config.js +2 -4
- package/esm/cosmos/tx/signing/v1beta1/signing.js +16 -12
- package/esm/cosmos/tx/v1beta1/service.js +53 -45
- package/esm/cosmos/tx/v1beta1/service.rpc.func.js +18 -9
- package/esm/cosmos/tx/v1beta1/tx.js +40 -31
- package/esm/cosmos/upgrade/module/v1/module.js +2 -4
- package/esm/cosmos/upgrade/v1beta1/query.js +22 -29
- package/esm/cosmos/upgrade/v1beta1/query.rpc.func.js +10 -5
- package/esm/cosmos/upgrade/v1beta1/tx.js +9 -12
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +44 -0
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.func.js +4 -2
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +13 -10
- package/esm/cosmos_proto/cosmos.js +4 -5
- package/esm/cosmwasm/wasm/v1/authz.js +50 -23
- package/esm/cosmwasm/wasm/v1/genesis.js +16 -10
- package/esm/cosmwasm/wasm/v1/ibc.js +70 -10
- package/esm/cosmwasm/wasm/v1/proposal_legacy.js +60 -28
- package/esm/cosmwasm/wasm/v1/query.js +256 -55
- package/esm/cosmwasm/wasm/v1/query.lcd.js +20 -0
- package/esm/cosmwasm/wasm/v1/query.rpc.Query.js +10 -1
- package/esm/cosmwasm/wasm/v1/query.rpc.func.js +31 -12
- package/esm/cosmwasm/wasm/v1/tx.js +78 -96
- package/esm/cosmwasm/wasm/v1/tx.registry.js +314 -0
- package/esm/cosmwasm/wasm/v1/tx.rpc.func.js +34 -17
- package/esm/cosmwasm/wasm/v1/types.js +20 -22
- package/esm/ethermint/crypto/v1/ethsecp256k1/keys.js +4 -5
- package/esm/ethermint/evm/v1/events.js +8 -9
- package/esm/ethermint/evm/v1/evm.js +20 -14
- package/esm/ethermint/evm/v1/genesis.js +7 -3
- package/esm/ethermint/evm/v1/query.js +56 -44
- package/esm/ethermint/evm/v1/query.rpc.func.js +24 -12
- package/esm/ethermint/evm/v1/tx.js +24 -14
- package/esm/ethermint/evm/v1/tx.registry.js +44 -0
- package/esm/ethermint/evm/v1/tx.rpc.func.js +4 -2
- package/esm/ethermint/feemarket/v1/events.js +4 -5
- package/esm/ethermint/feemarket/v1/feemarket.js +9 -10
- package/esm/ethermint/feemarket/v1/genesis.js +3 -2
- package/esm/ethermint/feemarket/v1/query.js +13 -12
- package/esm/ethermint/feemarket/v1/query.rpc.func.js +6 -3
- package/esm/ethermint/feemarket/v1/tx.js +5 -5
- package/esm/ethermint/feemarket/v1/tx.registry.js +26 -0
- package/esm/ethermint/feemarket/v1/tx.rpc.func.js +2 -1
- package/esm/ethermint/types/v1/account.js +4 -1
- package/esm/ethermint/types/v1/dynamic_fee.js +2 -3
- package/esm/ethermint/types/v1/indexer.js +2 -3
- package/esm/ethermint/types/v1/web3.js +2 -3
- package/esm/extern.js +2 -2
- package/esm/google/api/http.js +9 -5
- package/esm/google/protobuf/any.js +2 -1
- package/esm/google/protobuf/descriptor.js +117 -43
- package/esm/google/protobuf/duration.js +2 -3
- package/esm/google/protobuf/timestamp.js +2 -3
- package/esm/helper-func-types.js +16 -6
- package/esm/helpers.js +2 -2
- package/esm/ibc/applications/fee/v1/ack.js +2 -4
- package/esm/ibc/applications/fee/v1/fee.js +13 -9
- package/esm/ibc/applications/fee/v1/genesis.js +16 -14
- package/esm/ibc/applications/fee/v1/metadata.js +2 -4
- package/esm/ibc/applications/fee/v1/query.js +57 -47
- package/esm/ibc/applications/fee/v1/query.rpc.func.js +20 -10
- package/esm/ibc/applications/fee/v1/tx.js +19 -23
- package/esm/ibc/applications/fee/v1/tx.registry.js +80 -0
- package/esm/ibc/applications/fee/v1/tx.rpc.func.js +8 -4
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +2 -4
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +9 -12
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +4 -2
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +14 -17
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +62 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +6 -3
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +18 -13
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +4 -7
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +5 -6
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +2 -1
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +10 -11
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +44 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +4 -2
- package/esm/ibc/applications/interchain_accounts/v1/account.js +5 -2
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +2 -4
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +4 -7
- package/esm/ibc/applications/transfer/v1/authz.js +8 -4
- package/esm/ibc/applications/transfer/v1/genesis.js +5 -3
- package/esm/ibc/applications/transfer/v1/query.js +30 -32
- package/esm/ibc/applications/transfer/v1/query.rpc.func.js +12 -6
- package/esm/ibc/applications/transfer/v1/transfer.js +4 -7
- package/esm/ibc/applications/transfer/v1/tx.js +11 -11
- package/esm/ibc/applications/transfer/v1/tx.registry.js +44 -0
- package/esm/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- package/esm/ibc/applications/transfer/v2/packet.js +2 -4
- package/esm/ibc/core/channel/v1/channel.js +23 -23
- package/esm/ibc/core/channel/v1/genesis.js +8 -6
- package/esm/ibc/core/channel/v1/query.js +101 -82
- package/esm/ibc/core/channel/v1/query.rpc.func.js +34 -17
- package/esm/ibc/core/channel/v1/tx.js +105 -96
- package/esm/ibc/core/channel/v1/tx.registry.js +350 -0
- package/esm/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- package/esm/ibc/core/channel/v1/upgrade.js +8 -9
- package/esm/ibc/core/client/v1/client.js +19 -18
- package/esm/ibc/core/client/v1/genesis.js +11 -8
- package/esm/ibc/core/client/v1/query.js +54 -51
- package/esm/ibc/core/client/v1/query.rpc.func.js +20 -10
- package/esm/ibc/core/client/v1/tx.js +29 -42
- package/esm/ibc/core/client/v1/tx.registry.js +134 -0
- package/esm/ibc/core/client/v1/tx.rpc.func.js +14 -7
- package/esm/ibc/core/commitment/v1/commitment.js +9 -12
- package/esm/ibc/core/connection/v1/connection.js +19 -19
- package/esm/ibc/core/connection/v1/genesis.js +5 -3
- package/esm/ibc/core/connection/v1/query.js +35 -30
- package/esm/ibc/core/connection/v1/query.rpc.func.js +12 -6
- package/esm/ibc/core/connection/v1/tx.js +28 -26
- package/esm/ibc/core/connection/v1/tx.registry.js +98 -0
- package/esm/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- package/esm/ibc/core/types/v1/genesis.js +5 -3
- package/esm/ibc/lightclients/localhost/v2/localhost.js +3 -3
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +36 -45
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +18 -23
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +18 -12
- package/esm/ibc/lightclients/wasm/v1/genesis.js +5 -6
- package/esm/ibc/lightclients/wasm/v1/query.js +10 -11
- package/esm/ibc/lightclients/wasm/v1/query.rpc.func.js +4 -2
- package/esm/ibc/lightclients/wasm/v1/tx.js +12 -19
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +62 -0
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.func.js +6 -3
- package/esm/ibc/lightclients/wasm/v1/wasm.js +9 -12
- package/esm/registry.js +1 -1
- package/esm/tendermint/abci/types.js +156 -73
- package/esm/tendermint/crypto/keys.js +2 -3
- package/esm/tendermint/crypto/proof.js +12 -9
- package/esm/tendermint/p2p/types.js +10 -8
- package/esm/tendermint/types/block.js +6 -2
- package/esm/tendermint/types/evidence.js +14 -5
- package/esm/tendermint/types/params.js +19 -14
- package/esm/tendermint/types/types.js +47 -20
- package/esm/tendermint/types/validator.js +9 -4
- package/esm/tendermint/version/types.js +4 -5
- package/esm/test.js +51 -0
- package/esm/types.js +1 -1
- package/esm/utf8.js +1 -1
- package/esm/varint.js +1 -1
- package/esm/xpla/lcd.js +102 -102
- package/esm/xpla/reward/v1beta1/genesis.js +3 -2
- package/esm/xpla/reward/v1beta1/query.js +10 -7
- package/esm/xpla/reward/v1beta1/query.rpc.func.js +4 -2
- package/esm/xpla/reward/v1beta1/reward.js +12 -13
- package/esm/xpla/reward/v1beta1/tx.js +10 -9
- package/esm/xpla/reward/v1beta1/tx.registry.js +44 -0
- package/esm/xpla/reward/v1beta1/tx.rpc.func.js +4 -2
- package/esm/xpla/rpc.query.js +89 -89
- package/esm/xpla/volunteer/v1beta1/genesis.js +3 -2
- package/esm/xpla/volunteer/v1beta1/proposal.js +11 -11
- package/esm/xpla/volunteer/v1beta1/query.js +4 -5
- package/esm/xpla/volunteer/v1beta1/query.rpc.func.js +2 -1
- package/esm/xpla/volunteer/v1beta1/tx.js +10 -10
- package/esm/xpla/volunteer/v1beta1/tx.registry.js +44 -0
- package/esm/xpla/volunteer/v1beta1/tx.rpc.func.js +4 -2
- package/esm/xpla/volunteer/v1beta1/volunteervalidator.js +2 -3
- package/ethermint/crypto/v1/ethsecp256k1/keys.d.ts +2 -0
- package/ethermint/crypto/v1/ethsecp256k1/keys.js +4 -5
- package/ethermint/evm/v1/events.d.ts +4 -0
- package/ethermint/evm/v1/events.js +8 -9
- package/ethermint/evm/v1/evm.d.ts +8 -0
- package/ethermint/evm/v1/evm.js +20 -14
- package/ethermint/evm/v1/genesis.d.ts +2 -0
- package/ethermint/evm/v1/genesis.js +7 -3
- package/ethermint/evm/v1/query.d.ts +24 -0
- package/ethermint/evm/v1/query.js +56 -44
- package/ethermint/evm/v1/query.rpc.func.js +24 -12
- package/ethermint/evm/v1/tx.d.ts +8 -0
- package/ethermint/evm/v1/tx.js +24 -14
- package/ethermint/evm/v1/tx.registry.d.ts +33 -0
- package/ethermint/evm/v1/tx.registry.js +45 -1
- package/ethermint/evm/v1/tx.rpc.func.d.ts +2 -2
- package/ethermint/evm/v1/tx.rpc.func.js +4 -2
- package/ethermint/feemarket/v1/events.d.ts +2 -0
- package/ethermint/feemarket/v1/events.js +4 -5
- package/ethermint/feemarket/v1/feemarket.d.ts +1 -0
- package/ethermint/feemarket/v1/feemarket.js +9 -10
- package/ethermint/feemarket/v1/genesis.d.ts +1 -0
- package/ethermint/feemarket/v1/genesis.js +3 -2
- package/ethermint/feemarket/v1/query.d.ts +6 -0
- package/ethermint/feemarket/v1/query.js +13 -12
- package/ethermint/feemarket/v1/query.rpc.func.js +6 -3
- package/ethermint/feemarket/v1/tx.d.ts +2 -0
- package/ethermint/feemarket/v1/tx.js +5 -5
- package/ethermint/feemarket/v1/tx.registry.d.ts +21 -0
- package/ethermint/feemarket/v1/tx.registry.js +27 -1
- package/ethermint/feemarket/v1/tx.rpc.func.d.ts +1 -1
- package/ethermint/feemarket/v1/tx.rpc.func.js +2 -1
- package/ethermint/types/v1/account.d.ts +1 -0
- package/ethermint/types/v1/account.js +4 -1
- package/ethermint/types/v1/dynamic_fee.d.ts +1 -0
- package/ethermint/types/v1/dynamic_fee.js +2 -3
- package/ethermint/types/v1/indexer.d.ts +1 -0
- package/ethermint/types/v1/indexer.js +2 -3
- package/ethermint/types/v1/web3.d.ts +1 -0
- package/ethermint/types/v1/web3.js +2 -3
- package/extern.d.ts +1 -1
- package/extern.js +2 -2
- package/google/api/http.d.ts +3 -0
- package/google/api/http.js +9 -5
- package/google/protobuf/any.d.ts +1 -0
- package/google/protobuf/any.js +2 -1
- package/google/protobuf/descriptor.d.ts +33 -0
- package/google/protobuf/descriptor.js +171 -96
- package/google/protobuf/duration.d.ts +2 -1
- package/google/protobuf/duration.js +2 -3
- package/google/protobuf/timestamp.d.ts +2 -1
- package/google/protobuf/timestamp.js +2 -3
- package/helper-func-types.d.ts +6 -3
- package/helper-func-types.js +20 -9
- package/helpers.d.ts +1 -1
- package/helpers.js +14 -14
- package/ibc/applications/fee/v1/ack.d.ts +1 -0
- package/ibc/applications/fee/v1/ack.js +2 -4
- package/ibc/applications/fee/v1/fee.d.ts +4 -0
- package/ibc/applications/fee/v1/fee.js +13 -9
- package/ibc/applications/fee/v1/genesis.d.ts +5 -0
- package/ibc/applications/fee/v1/genesis.js +16 -14
- package/ibc/applications/fee/v1/metadata.d.ts +1 -0
- package/ibc/applications/fee/v1/metadata.js +2 -4
- package/ibc/applications/fee/v1/query.d.ts +20 -0
- package/ibc/applications/fee/v1/query.js +57 -47
- package/ibc/applications/fee/v1/query.rpc.func.js +20 -10
- package/ibc/applications/fee/v1/tx.d.ts +8 -0
- package/ibc/applications/fee/v1/tx.js +19 -23
- package/ibc/applications/fee/v1/tx.registry.d.ts +57 -0
- package/ibc/applications/fee/v1/tx.registry.js +81 -1
- package/ibc/applications/fee/v1/tx.rpc.func.d.ts +4 -4
- package/ibc/applications/fee/v1/tx.rpc.func.js +8 -4
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +2 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.js +9 -12
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.func.js +4 -2
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +14 -17
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +45 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +63 -1
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.func.js +6 -3
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +5 -0
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +18 -13
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +2 -0
- package/ibc/applications/interchain_accounts/host/v1/host.js +4 -7
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.js +5 -6
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.func.js +2 -1
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.js +10 -11
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +33 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +45 -1
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.func.js +4 -2
- package/ibc/applications/interchain_accounts/v1/account.d.ts +1 -0
- package/ibc/applications/interchain_accounts/v1/account.js +5 -2
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +1 -0
- package/ibc/applications/interchain_accounts/v1/metadata.js +2 -4
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +2 -0
- package/ibc/applications/interchain_accounts/v1/packet.js +8 -11
- package/ibc/applications/transfer/v1/authz.d.ts +2 -0
- package/ibc/applications/transfer/v1/authz.js +8 -4
- package/ibc/applications/transfer/v1/genesis.d.ts +1 -0
- package/ibc/applications/transfer/v1/genesis.js +5 -3
- package/ibc/applications/transfer/v1/query.d.ts +12 -0
- package/ibc/applications/transfer/v1/query.js +30 -32
- package/ibc/applications/transfer/v1/query.rpc.func.js +12 -6
- package/ibc/applications/transfer/v1/transfer.d.ts +2 -0
- package/ibc/applications/transfer/v1/transfer.js +4 -7
- package/ibc/applications/transfer/v1/tx.d.ts +4 -0
- package/ibc/applications/transfer/v1/tx.js +11 -11
- package/ibc/applications/transfer/v1/tx.registry.d.ts +33 -0
- package/ibc/applications/transfer/v1/tx.registry.js +45 -1
- package/ibc/applications/transfer/v1/tx.rpc.func.d.ts +2 -2
- package/ibc/applications/transfer/v1/tx.rpc.func.js +4 -2
- package/ibc/applications/transfer/v2/packet.d.ts +1 -0
- package/ibc/applications/transfer/v2/packet.js +2 -4
- package/ibc/core/channel/v1/channel.d.ts +9 -0
- package/ibc/core/channel/v1/channel.js +30 -30
- package/ibc/core/channel/v1/genesis.d.ts +2 -0
- package/ibc/core/channel/v1/genesis.js +8 -6
- package/ibc/core/channel/v1/query.d.ts +34 -0
- package/ibc/core/channel/v1/query.js +101 -82
- package/ibc/core/channel/v1/query.rpc.func.js +34 -17
- package/ibc/core/channel/v1/tx.d.ts +38 -0
- package/ibc/core/channel/v1/tx.js +109 -100
- package/ibc/core/channel/v1/tx.registry.d.ts +237 -0
- package/ibc/core/channel/v1/tx.registry.js +351 -1
- package/ibc/core/channel/v1/tx.rpc.func.d.ts +19 -19
- package/ibc/core/channel/v1/tx.rpc.func.js +38 -19
- package/ibc/core/channel/v1/upgrade.d.ts +3 -0
- package/ibc/core/channel/v1/upgrade.js +8 -9
- package/ibc/core/client/v1/client.d.ts +7 -0
- package/ibc/core/client/v1/client.js +19 -18
- package/ibc/core/client/v1/genesis.d.ts +3 -0
- package/ibc/core/client/v1/genesis.js +11 -8
- package/ibc/core/client/v1/query.d.ts +20 -0
- package/ibc/core/client/v1/query.js +54 -51
- package/ibc/core/client/v1/query.rpc.func.js +20 -10
- package/ibc/core/client/v1/tx.d.ts +14 -0
- package/ibc/core/client/v1/tx.js +29 -42
- package/ibc/core/client/v1/tx.registry.d.ts +93 -0
- package/ibc/core/client/v1/tx.registry.js +135 -1
- package/ibc/core/client/v1/tx.rpc.func.d.ts +7 -7
- package/ibc/core/client/v1/tx.rpc.func.js +14 -7
- package/ibc/core/commitment/v1/commitment.d.ts +4 -0
- package/ibc/core/commitment/v1/commitment.js +9 -12
- package/ibc/core/connection/v1/connection.d.ts +7 -0
- package/ibc/core/connection/v1/connection.js +23 -23
- package/ibc/core/connection/v1/genesis.d.ts +1 -0
- package/ibc/core/connection/v1/genesis.js +5 -3
- package/ibc/core/connection/v1/query.d.ts +12 -0
- package/ibc/core/connection/v1/query.js +35 -30
- package/ibc/core/connection/v1/query.rpc.func.js +12 -6
- package/ibc/core/connection/v1/tx.d.ts +10 -0
- package/ibc/core/connection/v1/tx.js +28 -26
- package/ibc/core/connection/v1/tx.registry.d.ts +69 -0
- package/ibc/core/connection/v1/tx.registry.js +99 -1
- package/ibc/core/connection/v1/tx.rpc.func.d.ts +5 -5
- package/ibc/core/connection/v1/tx.rpc.func.js +10 -5
- package/ibc/core/types/v1/genesis.d.ts +1 -0
- package/ibc/core/types/v1/genesis.js +5 -3
- package/ibc/lightclients/localhost/v2/localhost.d.ts +1 -0
- package/ibc/lightclients/localhost/v2/localhost.js +3 -3
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +16 -0
- package/ibc/lightclients/solomachine/v2/solomachine.js +40 -49
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +8 -0
- package/ibc/lightclients/solomachine/v3/solomachine.js +18 -23
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +5 -0
- package/ibc/lightclients/tendermint/v1/tendermint.js +18 -12
- package/ibc/lightclients/wasm/v1/genesis.d.ts +2 -0
- package/ibc/lightclients/wasm/v1/genesis.js +5 -6
- package/ibc/lightclients/wasm/v1/query.d.ts +4 -0
- package/ibc/lightclients/wasm/v1/query.js +10 -11
- package/ibc/lightclients/wasm/v1/query.rpc.func.js +4 -2
- package/ibc/lightclients/wasm/v1/tx.d.ts +6 -0
- package/ibc/lightclients/wasm/v1/tx.js +12 -19
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +45 -0
- package/ibc/lightclients/wasm/v1/tx.registry.js +63 -1
- package/ibc/lightclients/wasm/v1/tx.rpc.func.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/tx.rpc.func.js +6 -3
- package/ibc/lightclients/wasm/v1/wasm.d.ts +4 -0
- package/ibc/lightclients/wasm/v1/wasm.js +9 -12
- package/package.json +8 -7
- package/registry.d.ts +1 -1
- package/registry.js +1 -1
- package/tendermint/abci/types.d.ts +47 -0
- package/tendermint/abci/types.js +176 -93
- package/tendermint/crypto/keys.d.ts +1 -0
- package/tendermint/crypto/keys.js +2 -3
- package/tendermint/crypto/proof.d.ts +5 -0
- package/tendermint/crypto/proof.js +12 -9
- package/tendermint/p2p/types.d.ts +4 -0
- package/tendermint/p2p/types.js +10 -8
- package/tendermint/types/block.d.ts +1 -0
- package/tendermint/types/block.js +6 -2
- package/tendermint/types/evidence.d.ts +4 -0
- package/tendermint/types/evidence.js +14 -5
- package/tendermint/types/params.d.ts +7 -0
- package/tendermint/types/params.js +19 -14
- package/tendermint/types/types.d.ts +15 -0
- package/tendermint/types/types.js +51 -24
- package/tendermint/types/validator.d.ts +3 -0
- package/tendermint/types/validator.js +13 -8
- package/tendermint/version/types.d.ts +2 -0
- package/tendermint/version/types.js +4 -5
- package/test.d.ts +1 -0
- package/test.js +53 -0
- package/types.d.ts +2 -7
- package/types.js +1 -1
- package/utf8.d.ts +1 -1
- package/utf8.js +5 -4
- package/varint.d.ts +1 -1
- package/varint.js +18 -17
- package/xpla/lcd.d.ts +78 -78
- package/xpla/lcd.js +109 -119
- package/xpla/reward/v1beta1/genesis.d.ts +1 -0
- package/xpla/reward/v1beta1/genesis.js +3 -2
- package/xpla/reward/v1beta1/query.d.ts +4 -0
- package/xpla/reward/v1beta1/query.js +10 -7
- package/xpla/reward/v1beta1/query.rpc.func.js +4 -2
- package/xpla/reward/v1beta1/reward.d.ts +1 -0
- package/xpla/reward/v1beta1/reward.js +12 -13
- package/xpla/reward/v1beta1/tx.d.ts +4 -0
- package/xpla/reward/v1beta1/tx.js +10 -9
- package/xpla/reward/v1beta1/tx.registry.d.ts +33 -0
- package/xpla/reward/v1beta1/tx.registry.js +45 -1
- package/xpla/reward/v1beta1/tx.rpc.func.d.ts +2 -2
- package/xpla/reward/v1beta1/tx.rpc.func.js +4 -2
- package/xpla/rpc.query.d.ts +261 -260
- package/xpla/rpc.query.js +96 -106
- package/xpla/volunteer/v1beta1/genesis.d.ts +1 -0
- package/xpla/volunteer/v1beta1/genesis.js +3 -2
- package/xpla/volunteer/v1beta1/proposal.d.ts +4 -0
- package/xpla/volunteer/v1beta1/proposal.js +15 -15
- package/xpla/volunteer/v1beta1/query.d.ts +2 -0
- package/xpla/volunteer/v1beta1/query.js +4 -5
- package/xpla/volunteer/v1beta1/query.rpc.func.js +2 -1
- package/xpla/volunteer/v1beta1/tx.d.ts +4 -0
- package/xpla/volunteer/v1beta1/tx.js +12 -12
- package/xpla/volunteer/v1beta1/tx.registry.d.ts +33 -0
- package/xpla/volunteer/v1beta1/tx.registry.js +45 -1
- package/xpla/volunteer/v1beta1/tx.rpc.func.d.ts +2 -2
- package/xpla/volunteer/v1beta1/tx.rpc.func.js +4 -2
- package/xpla/volunteer/v1beta1/volunteervalidator.d.ts +1 -0
- package/xpla/volunteer/v1beta1/volunteervalidator.js +2 -3
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import { Any, AnyProtoMsg, AnyAmino } from "../../../google/protobuf/any";
|
|
2
|
-
import { TransferAuthorization, TransferAuthorizationProtoMsg } from "../../../ibc/applications/transfer/v1/authz";
|
|
3
|
-
import { StoreCodeAuthorization, StoreCodeAuthorizationProtoMsg, ContractExecutionAuthorization, ContractExecutionAuthorizationProtoMsg, ContractMigrationAuthorization, ContractMigrationAuthorizationProtoMsg } from "../../../cosmwasm/wasm/v1/authz";
|
|
4
|
-
import { StakeAuthorization, StakeAuthorizationProtoMsg } from "../../staking/v1beta1/authz";
|
|
5
2
|
import { SendAuthorization, SendAuthorizationProtoMsg } from "../../bank/v1beta1/authz";
|
|
3
|
+
import { StakeAuthorization, StakeAuthorizationProtoMsg } from "../../staking/v1beta1/authz";
|
|
4
|
+
import { StoreCodeAuthorization, StoreCodeAuthorizationProtoMsg, ContractExecutionAuthorization, ContractExecutionAuthorizationProtoMsg, ContractMigrationAuthorization, ContractMigrationAuthorizationProtoMsg } from "../../../cosmwasm/wasm/v1/authz";
|
|
5
|
+
import { TransferAuthorization, TransferAuthorizationProtoMsg } from "../../../ibc/applications/transfer/v1/authz";
|
|
6
6
|
import { BinaryReader, BinaryWriter } from "../../../binary";
|
|
7
7
|
import { DeepPartial } from "../../../helpers";
|
|
8
8
|
/**
|
|
@@ -34,7 +34,7 @@ export interface GenericAuthorizationAminoMsg {
|
|
|
34
34
|
* the provide method with expiration time.
|
|
35
35
|
*/
|
|
36
36
|
export interface Grant {
|
|
37
|
-
authorization?: GenericAuthorization |
|
|
37
|
+
authorization?: GenericAuthorization | SendAuthorization | StakeAuthorization | StoreCodeAuthorization | ContractExecutionAuthorization | ContractMigrationAuthorization | TransferAuthorization | Any | undefined;
|
|
38
38
|
/**
|
|
39
39
|
* time when the grant will expire and will be pruned. If null, then the grant
|
|
40
40
|
* doesn't have a time expiration (other conditions in `authorization`
|
|
@@ -47,7 +47,7 @@ export interface GrantProtoMsg {
|
|
|
47
47
|
value: Uint8Array;
|
|
48
48
|
}
|
|
49
49
|
export type GrantEncoded = Omit<Grant, "authorization"> & {
|
|
50
|
-
authorization?: GenericAuthorizationProtoMsg |
|
|
50
|
+
authorization?: GenericAuthorizationProtoMsg | SendAuthorizationProtoMsg | StakeAuthorizationProtoMsg | StoreCodeAuthorizationProtoMsg | ContractExecutionAuthorizationProtoMsg | ContractMigrationAuthorizationProtoMsg | TransferAuthorizationProtoMsg | AnyProtoMsg | undefined;
|
|
51
51
|
};
|
|
52
52
|
/**
|
|
53
53
|
* Grant gives permissions to execute
|
|
@@ -73,7 +73,7 @@ export interface GrantAminoMsg {
|
|
|
73
73
|
export interface GrantAuthorization {
|
|
74
74
|
granter: string;
|
|
75
75
|
grantee: string;
|
|
76
|
-
authorization?: GenericAuthorization |
|
|
76
|
+
authorization?: GenericAuthorization | SendAuthorization | StakeAuthorization | StoreCodeAuthorization | ContractExecutionAuthorization | ContractMigrationAuthorization | TransferAuthorization | Any | undefined;
|
|
77
77
|
expiration?: Date;
|
|
78
78
|
}
|
|
79
79
|
export interface GrantAuthorizationProtoMsg {
|
|
@@ -81,7 +81,7 @@ export interface GrantAuthorizationProtoMsg {
|
|
|
81
81
|
value: Uint8Array;
|
|
82
82
|
}
|
|
83
83
|
export type GrantAuthorizationEncoded = Omit<GrantAuthorization, "authorization"> & {
|
|
84
|
-
authorization?: GenericAuthorizationProtoMsg |
|
|
84
|
+
authorization?: GenericAuthorizationProtoMsg | SendAuthorizationProtoMsg | StakeAuthorizationProtoMsg | StoreCodeAuthorizationProtoMsg | ContractExecutionAuthorizationProtoMsg | ContractMigrationAuthorizationProtoMsg | TransferAuthorizationProtoMsg | AnyProtoMsg | undefined;
|
|
85
85
|
};
|
|
86
86
|
/**
|
|
87
87
|
* GrantAuthorization extends a grant with both the addresses of the grantee and granter.
|
|
@@ -130,6 +130,7 @@ export declare const GenericAuthorization: {
|
|
|
130
130
|
fromProtoMsg(message: GenericAuthorizationProtoMsg): GenericAuthorization;
|
|
131
131
|
toProto(message: GenericAuthorization): Uint8Array;
|
|
132
132
|
toProtoMsg(message: GenericAuthorization): GenericAuthorizationProtoMsg;
|
|
133
|
+
registerTypeUrl(): void;
|
|
133
134
|
};
|
|
134
135
|
export declare const Grant: {
|
|
135
136
|
typeUrl: string;
|
|
@@ -146,6 +147,7 @@ export declare const Grant: {
|
|
|
146
147
|
fromProtoMsg(message: GrantProtoMsg): Grant;
|
|
147
148
|
toProto(message: Grant): Uint8Array;
|
|
148
149
|
toProtoMsg(message: Grant): GrantProtoMsg;
|
|
150
|
+
registerTypeUrl(): void;
|
|
149
151
|
};
|
|
150
152
|
export declare const GrantAuthorization: {
|
|
151
153
|
typeUrl: string;
|
|
@@ -162,6 +164,7 @@ export declare const GrantAuthorization: {
|
|
|
162
164
|
fromProtoMsg(message: GrantAuthorizationProtoMsg): GrantAuthorization;
|
|
163
165
|
toProto(message: GrantAuthorization): Uint8Array;
|
|
164
166
|
toProtoMsg(message: GrantAuthorization): GrantAuthorizationProtoMsg;
|
|
167
|
+
registerTypeUrl(): void;
|
|
165
168
|
};
|
|
166
169
|
export declare const GrantQueueItem: {
|
|
167
170
|
typeUrl: string;
|
|
@@ -178,4 +181,5 @@ export declare const GrantQueueItem: {
|
|
|
178
181
|
fromProtoMsg(message: GrantQueueItemProtoMsg): GrantQueueItem;
|
|
179
182
|
toProto(message: GrantQueueItem): Uint8Array;
|
|
180
183
|
toProtoMsg(message: GrantQueueItem): GrantQueueItemProtoMsg;
|
|
184
|
+
registerTypeUrl(): void;
|
|
181
185
|
};
|
|
@@ -3,6 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GrantQueueItem = exports.GrantAuthorization = exports.Grant = exports.GenericAuthorization = void 0;
|
|
4
4
|
const any_1 = require("../../../google/protobuf/any");
|
|
5
5
|
const timestamp_1 = require("../../../google/protobuf/timestamp");
|
|
6
|
+
const authz_1 = require("../../bank/v1beta1/authz");
|
|
7
|
+
const authz_2 = require("../../staking/v1beta1/authz");
|
|
8
|
+
const authz_3 = require("../../../cosmwasm/wasm/v1/authz");
|
|
9
|
+
const authz_4 = require("../../../ibc/applications/transfer/v1/authz");
|
|
6
10
|
const binary_1 = require("../../../binary");
|
|
7
11
|
const helpers_1 = require("../../../helpers");
|
|
8
12
|
const registry_1 = require("../../../registry");
|
|
@@ -80,10 +84,12 @@ exports.GenericAuthorization = {
|
|
|
80
84
|
typeUrl: "/cosmos.authz.v1beta1.GenericAuthorization",
|
|
81
85
|
value: exports.GenericAuthorization.encode(message).finish()
|
|
82
86
|
};
|
|
87
|
+
},
|
|
88
|
+
registerTypeUrl() {
|
|
89
|
+
registry_1.GlobalDecoderRegistry.register(exports.GenericAuthorization.typeUrl, exports.GenericAuthorization);
|
|
90
|
+
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.GenericAuthorization.aminoType, exports.GenericAuthorization.typeUrl);
|
|
83
91
|
}
|
|
84
92
|
};
|
|
85
|
-
registry_1.GlobalDecoderRegistry.register(exports.GenericAuthorization.typeUrl, exports.GenericAuthorization);
|
|
86
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.GenericAuthorization.aminoType, exports.GenericAuthorization.typeUrl);
|
|
87
93
|
function createBaseGrant() {
|
|
88
94
|
return {
|
|
89
95
|
authorization: undefined,
|
|
@@ -170,10 +176,17 @@ exports.Grant = {
|
|
|
170
176
|
typeUrl: "/cosmos.authz.v1beta1.Grant",
|
|
171
177
|
value: exports.Grant.encode(message).finish()
|
|
172
178
|
};
|
|
179
|
+
},
|
|
180
|
+
registerTypeUrl() {
|
|
181
|
+
exports.GenericAuthorization.registerTypeUrl();
|
|
182
|
+
authz_1.SendAuthorization.registerTypeUrl();
|
|
183
|
+
authz_2.StakeAuthorization.registerTypeUrl();
|
|
184
|
+
authz_3.StoreCodeAuthorization.registerTypeUrl();
|
|
185
|
+
authz_3.ContractExecutionAuthorization.registerTypeUrl();
|
|
186
|
+
authz_3.ContractMigrationAuthorization.registerTypeUrl();
|
|
187
|
+
authz_4.TransferAuthorization.registerTypeUrl();
|
|
173
188
|
}
|
|
174
189
|
};
|
|
175
|
-
registry_1.GlobalDecoderRegistry.register(exports.Grant.typeUrl, exports.Grant);
|
|
176
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.Grant.aminoType, exports.Grant.typeUrl);
|
|
177
190
|
function createBaseGrantAuthorization() {
|
|
178
191
|
return {
|
|
179
192
|
granter: "",
|
|
@@ -284,10 +297,17 @@ exports.GrantAuthorization = {
|
|
|
284
297
|
typeUrl: "/cosmos.authz.v1beta1.GrantAuthorization",
|
|
285
298
|
value: exports.GrantAuthorization.encode(message).finish()
|
|
286
299
|
};
|
|
300
|
+
},
|
|
301
|
+
registerTypeUrl() {
|
|
302
|
+
exports.GenericAuthorization.registerTypeUrl();
|
|
303
|
+
authz_1.SendAuthorization.registerTypeUrl();
|
|
304
|
+
authz_2.StakeAuthorization.registerTypeUrl();
|
|
305
|
+
authz_3.StoreCodeAuthorization.registerTypeUrl();
|
|
306
|
+
authz_3.ContractExecutionAuthorization.registerTypeUrl();
|
|
307
|
+
authz_3.ContractMigrationAuthorization.registerTypeUrl();
|
|
308
|
+
authz_4.TransferAuthorization.registerTypeUrl();
|
|
287
309
|
}
|
|
288
310
|
};
|
|
289
|
-
registry_1.GlobalDecoderRegistry.register(exports.GrantAuthorization.typeUrl, exports.GrantAuthorization);
|
|
290
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.GrantAuthorization.aminoType, exports.GrantAuthorization.typeUrl);
|
|
291
311
|
function createBaseGrantQueueItem() {
|
|
292
312
|
return {
|
|
293
313
|
msgTypeUrls: []
|
|
@@ -365,7 +385,6 @@ exports.GrantQueueItem = {
|
|
|
365
385
|
typeUrl: "/cosmos.authz.v1beta1.GrantQueueItem",
|
|
366
386
|
value: exports.GrantQueueItem.encode(message).finish()
|
|
367
387
|
};
|
|
368
|
-
}
|
|
388
|
+
},
|
|
389
|
+
registerTypeUrl() { }
|
|
369
390
|
};
|
|
370
|
-
registry_1.GlobalDecoderRegistry.register(exports.GrantQueueItem.typeUrl, exports.GrantQueueItem);
|
|
371
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.GrantQueueItem.aminoType, exports.GrantQueueItem.typeUrl);
|
|
@@ -67,6 +67,7 @@ export declare const EventGrant: {
|
|
|
67
67
|
fromProtoMsg(message: EventGrantProtoMsg): EventGrant;
|
|
68
68
|
toProto(message: EventGrant): Uint8Array;
|
|
69
69
|
toProtoMsg(message: EventGrant): EventGrantProtoMsg;
|
|
70
|
+
registerTypeUrl(): void;
|
|
70
71
|
};
|
|
71
72
|
export declare const EventRevoke: {
|
|
72
73
|
typeUrl: string;
|
|
@@ -83,4 +84,5 @@ export declare const EventRevoke: {
|
|
|
83
84
|
fromProtoMsg(message: EventRevokeProtoMsg): EventRevoke;
|
|
84
85
|
toProto(message: EventRevoke): Uint8Array;
|
|
85
86
|
toProtoMsg(message: EventRevoke): EventRevokeProtoMsg;
|
|
87
|
+
registerTypeUrl(): void;
|
|
86
88
|
};
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.EventRevoke = exports.EventGrant = void 0;
|
|
4
4
|
const binary_1 = require("../../../binary");
|
|
5
|
-
const registry_1 = require("../../../registry");
|
|
6
5
|
function createBaseEventGrant() {
|
|
7
6
|
return {
|
|
8
7
|
msgTypeUrl: "",
|
|
@@ -101,10 +100,9 @@ exports.EventGrant = {
|
|
|
101
100
|
typeUrl: "/cosmos.authz.v1beta1.EventGrant",
|
|
102
101
|
value: exports.EventGrant.encode(message).finish()
|
|
103
102
|
};
|
|
104
|
-
}
|
|
103
|
+
},
|
|
104
|
+
registerTypeUrl() { }
|
|
105
105
|
};
|
|
106
|
-
registry_1.GlobalDecoderRegistry.register(exports.EventGrant.typeUrl, exports.EventGrant);
|
|
107
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.EventGrant.aminoType, exports.EventGrant.typeUrl);
|
|
108
106
|
function createBaseEventRevoke() {
|
|
109
107
|
return {
|
|
110
108
|
msgTypeUrl: "",
|
|
@@ -203,7 +201,6 @@ exports.EventRevoke = {
|
|
|
203
201
|
typeUrl: "/cosmos.authz.v1beta1.EventRevoke",
|
|
204
202
|
value: exports.EventRevoke.encode(message).finish()
|
|
205
203
|
};
|
|
206
|
-
}
|
|
204
|
+
},
|
|
205
|
+
registerTypeUrl() { }
|
|
207
206
|
};
|
|
208
|
-
registry_1.GlobalDecoderRegistry.register(exports.EventRevoke.typeUrl, exports.EventRevoke);
|
|
209
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.EventRevoke.aminoType, exports.EventRevoke.typeUrl);
|
|
@@ -3,7 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.GenesisState = void 0;
|
|
4
4
|
const authz_1 = require("./authz");
|
|
5
5
|
const binary_1 = require("../../../binary");
|
|
6
|
-
const registry_1 = require("../../../registry");
|
|
7
6
|
function createBaseGenesisState() {
|
|
8
7
|
return {
|
|
9
8
|
authorization: []
|
|
@@ -81,7 +80,8 @@ exports.GenesisState = {
|
|
|
81
80
|
typeUrl: "/cosmos.authz.v1beta1.GenesisState",
|
|
82
81
|
value: exports.GenesisState.encode(message).finish()
|
|
83
82
|
};
|
|
83
|
+
},
|
|
84
|
+
registerTypeUrl() {
|
|
85
|
+
authz_1.GrantAuthorization.registerTypeUrl();
|
|
84
86
|
}
|
|
85
87
|
};
|
|
86
|
-
registry_1.GlobalDecoderRegistry.register(exports.GenesisState.typeUrl, exports.GenesisState);
|
|
87
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.GenesisState.aminoType, exports.GenesisState.typeUrl);
|
|
@@ -149,6 +149,7 @@ export declare const QueryGrantsRequest: {
|
|
|
149
149
|
fromProtoMsg(message: QueryGrantsRequestProtoMsg): QueryGrantsRequest;
|
|
150
150
|
toProto(message: QueryGrantsRequest): Uint8Array;
|
|
151
151
|
toProtoMsg(message: QueryGrantsRequest): QueryGrantsRequestProtoMsg;
|
|
152
|
+
registerTypeUrl(): void;
|
|
152
153
|
};
|
|
153
154
|
export declare const QueryGrantsResponse: {
|
|
154
155
|
typeUrl: string;
|
|
@@ -165,6 +166,7 @@ export declare const QueryGrantsResponse: {
|
|
|
165
166
|
fromProtoMsg(message: QueryGrantsResponseProtoMsg): QueryGrantsResponse;
|
|
166
167
|
toProto(message: QueryGrantsResponse): Uint8Array;
|
|
167
168
|
toProtoMsg(message: QueryGrantsResponse): QueryGrantsResponseProtoMsg;
|
|
169
|
+
registerTypeUrl(): void;
|
|
168
170
|
};
|
|
169
171
|
export declare const QueryGranterGrantsRequest: {
|
|
170
172
|
typeUrl: string;
|
|
@@ -181,6 +183,7 @@ export declare const QueryGranterGrantsRequest: {
|
|
|
181
183
|
fromProtoMsg(message: QueryGranterGrantsRequestProtoMsg): QueryGranterGrantsRequest;
|
|
182
184
|
toProto(message: QueryGranterGrantsRequest): Uint8Array;
|
|
183
185
|
toProtoMsg(message: QueryGranterGrantsRequest): QueryGranterGrantsRequestProtoMsg;
|
|
186
|
+
registerTypeUrl(): void;
|
|
184
187
|
};
|
|
185
188
|
export declare const QueryGranterGrantsResponse: {
|
|
186
189
|
typeUrl: string;
|
|
@@ -197,6 +200,7 @@ export declare const QueryGranterGrantsResponse: {
|
|
|
197
200
|
fromProtoMsg(message: QueryGranterGrantsResponseProtoMsg): QueryGranterGrantsResponse;
|
|
198
201
|
toProto(message: QueryGranterGrantsResponse): Uint8Array;
|
|
199
202
|
toProtoMsg(message: QueryGranterGrantsResponse): QueryGranterGrantsResponseProtoMsg;
|
|
203
|
+
registerTypeUrl(): void;
|
|
200
204
|
};
|
|
201
205
|
export declare const QueryGranteeGrantsRequest: {
|
|
202
206
|
typeUrl: string;
|
|
@@ -213,6 +217,7 @@ export declare const QueryGranteeGrantsRequest: {
|
|
|
213
217
|
fromProtoMsg(message: QueryGranteeGrantsRequestProtoMsg): QueryGranteeGrantsRequest;
|
|
214
218
|
toProto(message: QueryGranteeGrantsRequest): Uint8Array;
|
|
215
219
|
toProtoMsg(message: QueryGranteeGrantsRequest): QueryGranteeGrantsRequestProtoMsg;
|
|
220
|
+
registerTypeUrl(): void;
|
|
216
221
|
};
|
|
217
222
|
export declare const QueryGranteeGrantsResponse: {
|
|
218
223
|
typeUrl: string;
|
|
@@ -229,4 +234,5 @@ export declare const QueryGranteeGrantsResponse: {
|
|
|
229
234
|
fromProtoMsg(message: QueryGranteeGrantsResponseProtoMsg): QueryGranteeGrantsResponse;
|
|
230
235
|
toProto(message: QueryGranteeGrantsResponse): Uint8Array;
|
|
231
236
|
toProtoMsg(message: QueryGranteeGrantsResponse): QueryGranteeGrantsResponseProtoMsg;
|
|
237
|
+
registerTypeUrl(): void;
|
|
232
238
|
};
|
|
@@ -4,7 +4,6 @@ exports.QueryGranteeGrantsResponse = exports.QueryGranteeGrantsRequest = exports
|
|
|
4
4
|
const pagination_1 = require("../../base/query/v1beta1/pagination");
|
|
5
5
|
const authz_1 = require("./authz");
|
|
6
6
|
const binary_1 = require("../../../binary");
|
|
7
|
-
const registry_1 = require("../../../registry");
|
|
8
7
|
function createBaseQueryGrantsRequest() {
|
|
9
8
|
return {
|
|
10
9
|
granter: "",
|
|
@@ -115,10 +114,11 @@ exports.QueryGrantsRequest = {
|
|
|
115
114
|
typeUrl: "/cosmos.authz.v1beta1.QueryGrantsRequest",
|
|
116
115
|
value: exports.QueryGrantsRequest.encode(message).finish()
|
|
117
116
|
};
|
|
117
|
+
},
|
|
118
|
+
registerTypeUrl() {
|
|
119
|
+
pagination_1.PageRequest.registerTypeUrl();
|
|
118
120
|
}
|
|
119
121
|
};
|
|
120
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryGrantsRequest.typeUrl, exports.QueryGrantsRequest);
|
|
121
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.QueryGrantsRequest.aminoType, exports.QueryGrantsRequest.typeUrl);
|
|
122
122
|
function createBaseQueryGrantsResponse() {
|
|
123
123
|
return {
|
|
124
124
|
grants: [],
|
|
@@ -208,10 +208,12 @@ exports.QueryGrantsResponse = {
|
|
|
208
208
|
typeUrl: "/cosmos.authz.v1beta1.QueryGrantsResponse",
|
|
209
209
|
value: exports.QueryGrantsResponse.encode(message).finish()
|
|
210
210
|
};
|
|
211
|
+
},
|
|
212
|
+
registerTypeUrl() {
|
|
213
|
+
authz_1.Grant.registerTypeUrl();
|
|
214
|
+
pagination_1.PageResponse.registerTypeUrl();
|
|
211
215
|
}
|
|
212
216
|
};
|
|
213
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryGrantsResponse.typeUrl, exports.QueryGrantsResponse);
|
|
214
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.QueryGrantsResponse.aminoType, exports.QueryGrantsResponse.typeUrl);
|
|
215
217
|
function createBaseQueryGranterGrantsRequest() {
|
|
216
218
|
return {
|
|
217
219
|
granter: "",
|
|
@@ -298,10 +300,11 @@ exports.QueryGranterGrantsRequest = {
|
|
|
298
300
|
typeUrl: "/cosmos.authz.v1beta1.QueryGranterGrantsRequest",
|
|
299
301
|
value: exports.QueryGranterGrantsRequest.encode(message).finish()
|
|
300
302
|
};
|
|
303
|
+
},
|
|
304
|
+
registerTypeUrl() {
|
|
305
|
+
pagination_1.PageRequest.registerTypeUrl();
|
|
301
306
|
}
|
|
302
307
|
};
|
|
303
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryGranterGrantsRequest.typeUrl, exports.QueryGranterGrantsRequest);
|
|
304
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.QueryGranterGrantsRequest.aminoType, exports.QueryGranterGrantsRequest.typeUrl);
|
|
305
308
|
function createBaseQueryGranterGrantsResponse() {
|
|
306
309
|
return {
|
|
307
310
|
grants: [],
|
|
@@ -391,10 +394,12 @@ exports.QueryGranterGrantsResponse = {
|
|
|
391
394
|
typeUrl: "/cosmos.authz.v1beta1.QueryGranterGrantsResponse",
|
|
392
395
|
value: exports.QueryGranterGrantsResponse.encode(message).finish()
|
|
393
396
|
};
|
|
397
|
+
},
|
|
398
|
+
registerTypeUrl() {
|
|
399
|
+
authz_1.GrantAuthorization.registerTypeUrl();
|
|
400
|
+
pagination_1.PageResponse.registerTypeUrl();
|
|
394
401
|
}
|
|
395
402
|
};
|
|
396
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryGranterGrantsResponse.typeUrl, exports.QueryGranterGrantsResponse);
|
|
397
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.QueryGranterGrantsResponse.aminoType, exports.QueryGranterGrantsResponse.typeUrl);
|
|
398
403
|
function createBaseQueryGranteeGrantsRequest() {
|
|
399
404
|
return {
|
|
400
405
|
grantee: "",
|
|
@@ -481,10 +486,11 @@ exports.QueryGranteeGrantsRequest = {
|
|
|
481
486
|
typeUrl: "/cosmos.authz.v1beta1.QueryGranteeGrantsRequest",
|
|
482
487
|
value: exports.QueryGranteeGrantsRequest.encode(message).finish()
|
|
483
488
|
};
|
|
489
|
+
},
|
|
490
|
+
registerTypeUrl() {
|
|
491
|
+
pagination_1.PageRequest.registerTypeUrl();
|
|
484
492
|
}
|
|
485
493
|
};
|
|
486
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryGranteeGrantsRequest.typeUrl, exports.QueryGranteeGrantsRequest);
|
|
487
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.QueryGranteeGrantsRequest.aminoType, exports.QueryGranteeGrantsRequest.typeUrl);
|
|
488
494
|
function createBaseQueryGranteeGrantsResponse() {
|
|
489
495
|
return {
|
|
490
496
|
grants: [],
|
|
@@ -574,7 +580,9 @@ exports.QueryGranteeGrantsResponse = {
|
|
|
574
580
|
typeUrl: "/cosmos.authz.v1beta1.QueryGranteeGrantsResponse",
|
|
575
581
|
value: exports.QueryGranteeGrantsResponse.encode(message).finish()
|
|
576
582
|
};
|
|
583
|
+
},
|
|
584
|
+
registerTypeUrl() {
|
|
585
|
+
authz_1.GrantAuthorization.registerTypeUrl();
|
|
586
|
+
pagination_1.PageResponse.registerTypeUrl();
|
|
577
587
|
}
|
|
578
588
|
};
|
|
579
|
-
registry_1.GlobalDecoderRegistry.register(exports.QueryGranteeGrantsResponse.typeUrl, exports.QueryGranteeGrantsResponse);
|
|
580
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.QueryGranteeGrantsResponse.aminoType, exports.QueryGranteeGrantsResponse.typeUrl);
|
|
@@ -8,7 +8,8 @@ const createGetGrants = (clientResolver) => (0, helper_func_types_1.buildQuery)(
|
|
|
8
8
|
decode: query_1.QueryGrantsResponse.decode,
|
|
9
9
|
service: "cosmos.authz.v1beta1.Query",
|
|
10
10
|
method: "Grants",
|
|
11
|
-
clientResolver
|
|
11
|
+
clientResolver,
|
|
12
|
+
deps: [query_1.QueryGrantsRequest, query_1.QueryGrantsResponse]
|
|
12
13
|
});
|
|
13
14
|
exports.createGetGrants = createGetGrants;
|
|
14
15
|
const createGetGranterGrants = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -16,7 +17,8 @@ const createGetGranterGrants = (clientResolver) => (0, helper_func_types_1.build
|
|
|
16
17
|
decode: query_1.QueryGranterGrantsResponse.decode,
|
|
17
18
|
service: "cosmos.authz.v1beta1.Query",
|
|
18
19
|
method: "GranterGrants",
|
|
19
|
-
clientResolver
|
|
20
|
+
clientResolver,
|
|
21
|
+
deps: [query_1.QueryGranterGrantsRequest, query_1.QueryGranterGrantsResponse]
|
|
20
22
|
});
|
|
21
23
|
exports.createGetGranterGrants = createGetGranterGrants;
|
|
22
24
|
const createGetGranteeGrants = (clientResolver) => (0, helper_func_types_1.buildQuery)({
|
|
@@ -24,6 +26,7 @@ const createGetGranteeGrants = (clientResolver) => (0, helper_func_types_1.build
|
|
|
24
26
|
decode: query_1.QueryGranteeGrantsResponse.decode,
|
|
25
27
|
service: "cosmos.authz.v1beta1.Query",
|
|
26
28
|
method: "GranteeGrants",
|
|
27
|
-
clientResolver
|
|
29
|
+
clientResolver,
|
|
30
|
+
deps: [query_1.QueryGranteeGrantsRequest, query_1.QueryGranteeGrantsResponse]
|
|
28
31
|
});
|
|
29
32
|
exports.createGetGranteeGrants = createGetGranteeGrants;
|
|
@@ -157,6 +157,7 @@ export declare const MsgGrant: {
|
|
|
157
157
|
fromProtoMsg(message: MsgGrantProtoMsg): MsgGrant;
|
|
158
158
|
toProto(message: MsgGrant): Uint8Array;
|
|
159
159
|
toProtoMsg(message: MsgGrant): MsgGrantProtoMsg;
|
|
160
|
+
registerTypeUrl(): void;
|
|
160
161
|
};
|
|
161
162
|
export declare const MsgGrantResponse: {
|
|
162
163
|
typeUrl: string;
|
|
@@ -173,6 +174,7 @@ export declare const MsgGrantResponse: {
|
|
|
173
174
|
fromProtoMsg(message: MsgGrantResponseProtoMsg): MsgGrantResponse;
|
|
174
175
|
toProto(message: MsgGrantResponse): Uint8Array;
|
|
175
176
|
toProtoMsg(message: MsgGrantResponse): MsgGrantResponseProtoMsg;
|
|
177
|
+
registerTypeUrl(): void;
|
|
176
178
|
};
|
|
177
179
|
export declare const MsgExec: {
|
|
178
180
|
typeUrl: string;
|
|
@@ -189,6 +191,7 @@ export declare const MsgExec: {
|
|
|
189
191
|
fromProtoMsg(message: MsgExecProtoMsg): MsgExec;
|
|
190
192
|
toProto(message: MsgExec): Uint8Array;
|
|
191
193
|
toProtoMsg(message: MsgExec): MsgExecProtoMsg;
|
|
194
|
+
registerTypeUrl(): void;
|
|
192
195
|
};
|
|
193
196
|
export declare const MsgExecResponse: {
|
|
194
197
|
typeUrl: string;
|
|
@@ -205,6 +208,7 @@ export declare const MsgExecResponse: {
|
|
|
205
208
|
fromProtoMsg(message: MsgExecResponseProtoMsg): MsgExecResponse;
|
|
206
209
|
toProto(message: MsgExecResponse): Uint8Array;
|
|
207
210
|
toProtoMsg(message: MsgExecResponse): MsgExecResponseProtoMsg;
|
|
211
|
+
registerTypeUrl(): void;
|
|
208
212
|
};
|
|
209
213
|
export declare const MsgRevoke: {
|
|
210
214
|
typeUrl: string;
|
|
@@ -221,6 +225,7 @@ export declare const MsgRevoke: {
|
|
|
221
225
|
fromProtoMsg(message: MsgRevokeProtoMsg): MsgRevoke;
|
|
222
226
|
toProto(message: MsgRevoke): Uint8Array;
|
|
223
227
|
toProtoMsg(message: MsgRevoke): MsgRevokeProtoMsg;
|
|
228
|
+
registerTypeUrl(): void;
|
|
224
229
|
};
|
|
225
230
|
export declare const MsgRevokeResponse: {
|
|
226
231
|
typeUrl: string;
|
|
@@ -237,4 +242,5 @@ export declare const MsgRevokeResponse: {
|
|
|
237
242
|
fromProtoMsg(message: MsgRevokeResponseProtoMsg): MsgRevokeResponse;
|
|
238
243
|
toProto(message: MsgRevokeResponse): Uint8Array;
|
|
239
244
|
toProtoMsg(message: MsgRevokeResponse): MsgRevokeResponseProtoMsg;
|
|
245
|
+
registerTypeUrl(): void;
|
|
240
246
|
};
|
|
@@ -4,8 +4,8 @@ exports.MsgRevokeResponse = exports.MsgRevoke = exports.MsgExecResponse = export
|
|
|
4
4
|
const authz_1 = require("./authz");
|
|
5
5
|
const any_1 = require("../../../google/protobuf/any");
|
|
6
6
|
const binary_1 = require("../../../binary");
|
|
7
|
-
const helpers_1 = require("../../../helpers");
|
|
8
7
|
const registry_1 = require("../../../registry");
|
|
8
|
+
const helpers_1 = require("../../../helpers");
|
|
9
9
|
function createBaseMsgGrant() {
|
|
10
10
|
return {
|
|
11
11
|
granter: "",
|
|
@@ -104,10 +104,11 @@ exports.MsgGrant = {
|
|
|
104
104
|
typeUrl: "/cosmos.authz.v1beta1.MsgGrant",
|
|
105
105
|
value: exports.MsgGrant.encode(message).finish()
|
|
106
106
|
};
|
|
107
|
+
},
|
|
108
|
+
registerTypeUrl() {
|
|
109
|
+
authz_1.Grant.registerTypeUrl();
|
|
107
110
|
}
|
|
108
111
|
};
|
|
109
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgGrant.typeUrl, exports.MsgGrant);
|
|
110
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgGrant.aminoType, exports.MsgGrant.typeUrl);
|
|
111
112
|
function createBaseMsgGrantResponse() {
|
|
112
113
|
return {};
|
|
113
114
|
}
|
|
@@ -169,10 +170,9 @@ exports.MsgGrantResponse = {
|
|
|
169
170
|
typeUrl: "/cosmos.authz.v1beta1.MsgGrantResponse",
|
|
170
171
|
value: exports.MsgGrantResponse.encode(message).finish()
|
|
171
172
|
};
|
|
172
|
-
}
|
|
173
|
+
},
|
|
174
|
+
registerTypeUrl() { }
|
|
173
175
|
};
|
|
174
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgGrantResponse.typeUrl, exports.MsgGrantResponse);
|
|
175
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgGrantResponse.aminoType, exports.MsgGrantResponse.typeUrl);
|
|
176
176
|
function createBaseMsgExec() {
|
|
177
177
|
return {
|
|
178
178
|
grantee: "",
|
|
@@ -262,10 +262,9 @@ exports.MsgExec = {
|
|
|
262
262
|
typeUrl: "/cosmos.authz.v1beta1.MsgExec",
|
|
263
263
|
value: exports.MsgExec.encode(message).finish()
|
|
264
264
|
};
|
|
265
|
-
}
|
|
265
|
+
},
|
|
266
|
+
registerTypeUrl() { }
|
|
266
267
|
};
|
|
267
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgExec.typeUrl, exports.MsgExec);
|
|
268
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgExec.aminoType, exports.MsgExec.typeUrl);
|
|
269
268
|
function createBaseMsgExecResponse() {
|
|
270
269
|
return {
|
|
271
270
|
results: []
|
|
@@ -343,10 +342,9 @@ exports.MsgExecResponse = {
|
|
|
343
342
|
typeUrl: "/cosmos.authz.v1beta1.MsgExecResponse",
|
|
344
343
|
value: exports.MsgExecResponse.encode(message).finish()
|
|
345
344
|
};
|
|
346
|
-
}
|
|
345
|
+
},
|
|
346
|
+
registerTypeUrl() { }
|
|
347
347
|
};
|
|
348
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgExecResponse.typeUrl, exports.MsgExecResponse);
|
|
349
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgExecResponse.aminoType, exports.MsgExecResponse.typeUrl);
|
|
350
348
|
function createBaseMsgRevoke() {
|
|
351
349
|
return {
|
|
352
350
|
granter: "",
|
|
@@ -445,10 +443,9 @@ exports.MsgRevoke = {
|
|
|
445
443
|
typeUrl: "/cosmos.authz.v1beta1.MsgRevoke",
|
|
446
444
|
value: exports.MsgRevoke.encode(message).finish()
|
|
447
445
|
};
|
|
448
|
-
}
|
|
446
|
+
},
|
|
447
|
+
registerTypeUrl() { }
|
|
449
448
|
};
|
|
450
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgRevoke.typeUrl, exports.MsgRevoke);
|
|
451
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgRevoke.aminoType, exports.MsgRevoke.typeUrl);
|
|
452
449
|
function createBaseMsgRevokeResponse() {
|
|
453
450
|
return {};
|
|
454
451
|
}
|
|
@@ -510,7 +507,6 @@ exports.MsgRevokeResponse = {
|
|
|
510
507
|
typeUrl: "/cosmos.authz.v1beta1.MsgRevokeResponse",
|
|
511
508
|
value: exports.MsgRevokeResponse.encode(message).finish()
|
|
512
509
|
};
|
|
513
|
-
}
|
|
510
|
+
},
|
|
511
|
+
registerTypeUrl() { }
|
|
514
512
|
};
|
|
515
|
-
registry_1.GlobalDecoderRegistry.register(exports.MsgRevokeResponse.typeUrl, exports.MsgRevokeResponse);
|
|
516
|
-
registry_1.GlobalDecoderRegistry.registerAminoProtoMapping(exports.MsgRevokeResponse.aminoType, exports.MsgRevokeResponse.typeUrl);
|
|
@@ -1,2 +1,47 @@
|
|
|
1
1
|
import { TelescopeGeneratedType } from "../../../types";
|
|
2
|
+
import { MsgGrant, MsgExec, MsgRevoke } from "./tx";
|
|
2
3
|
export declare const registry: ReadonlyArray<[string, TelescopeGeneratedType<any, any, any>]>;
|
|
4
|
+
export declare const MessageComposer: {
|
|
5
|
+
encoded: {
|
|
6
|
+
grant(value: MsgGrant): {
|
|
7
|
+
typeUrl: string;
|
|
8
|
+
value: Uint8Array;
|
|
9
|
+
};
|
|
10
|
+
exec(value: MsgExec): {
|
|
11
|
+
typeUrl: string;
|
|
12
|
+
value: Uint8Array;
|
|
13
|
+
};
|
|
14
|
+
revoke(value: MsgRevoke): {
|
|
15
|
+
typeUrl: string;
|
|
16
|
+
value: Uint8Array;
|
|
17
|
+
};
|
|
18
|
+
};
|
|
19
|
+
withTypeUrl: {
|
|
20
|
+
grant(value: MsgGrant): {
|
|
21
|
+
typeUrl: string;
|
|
22
|
+
value: MsgGrant;
|
|
23
|
+
};
|
|
24
|
+
exec(value: MsgExec): {
|
|
25
|
+
typeUrl: string;
|
|
26
|
+
value: MsgExec;
|
|
27
|
+
};
|
|
28
|
+
revoke(value: MsgRevoke): {
|
|
29
|
+
typeUrl: string;
|
|
30
|
+
value: MsgRevoke;
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
fromPartial: {
|
|
34
|
+
grant(value: MsgGrant): {
|
|
35
|
+
typeUrl: string;
|
|
36
|
+
value: MsgGrant;
|
|
37
|
+
};
|
|
38
|
+
exec(value: MsgExec): {
|
|
39
|
+
typeUrl: string;
|
|
40
|
+
value: MsgExec;
|
|
41
|
+
};
|
|
42
|
+
revoke(value: MsgRevoke): {
|
|
43
|
+
typeUrl: string;
|
|
44
|
+
value: MsgRevoke;
|
|
45
|
+
};
|
|
46
|
+
};
|
|
47
|
+
};
|
|
@@ -1,5 +1,67 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.registry = void 0;
|
|
3
|
+
exports.MessageComposer = exports.registry = void 0;
|
|
4
4
|
const tx_1 = require("./tx");
|
|
5
5
|
exports.registry = [["/cosmos.authz.v1beta1.MsgGrant", tx_1.MsgGrant], ["/cosmos.authz.v1beta1.MsgExec", tx_1.MsgExec], ["/cosmos.authz.v1beta1.MsgRevoke", tx_1.MsgRevoke]];
|
|
6
|
+
exports.MessageComposer = {
|
|
7
|
+
encoded: {
|
|
8
|
+
grant(value) {
|
|
9
|
+
return {
|
|
10
|
+
typeUrl: "/cosmos.authz.v1beta1.MsgGrant",
|
|
11
|
+
value: tx_1.MsgGrant.encode(value).finish()
|
|
12
|
+
};
|
|
13
|
+
},
|
|
14
|
+
exec(value) {
|
|
15
|
+
return {
|
|
16
|
+
typeUrl: "/cosmos.authz.v1beta1.MsgExec",
|
|
17
|
+
value: tx_1.MsgExec.encode(value).finish()
|
|
18
|
+
};
|
|
19
|
+
},
|
|
20
|
+
revoke(value) {
|
|
21
|
+
return {
|
|
22
|
+
typeUrl: "/cosmos.authz.v1beta1.MsgRevoke",
|
|
23
|
+
value: tx_1.MsgRevoke.encode(value).finish()
|
|
24
|
+
};
|
|
25
|
+
}
|
|
26
|
+
},
|
|
27
|
+
withTypeUrl: {
|
|
28
|
+
grant(value) {
|
|
29
|
+
return {
|
|
30
|
+
typeUrl: "/cosmos.authz.v1beta1.MsgGrant",
|
|
31
|
+
value
|
|
32
|
+
};
|
|
33
|
+
},
|
|
34
|
+
exec(value) {
|
|
35
|
+
return {
|
|
36
|
+
typeUrl: "/cosmos.authz.v1beta1.MsgExec",
|
|
37
|
+
value
|
|
38
|
+
};
|
|
39
|
+
},
|
|
40
|
+
revoke(value) {
|
|
41
|
+
return {
|
|
42
|
+
typeUrl: "/cosmos.authz.v1beta1.MsgRevoke",
|
|
43
|
+
value
|
|
44
|
+
};
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
fromPartial: {
|
|
48
|
+
grant(value) {
|
|
49
|
+
return {
|
|
50
|
+
typeUrl: "/cosmos.authz.v1beta1.MsgGrant",
|
|
51
|
+
value: tx_1.MsgGrant.fromPartial(value)
|
|
52
|
+
};
|
|
53
|
+
},
|
|
54
|
+
exec(value) {
|
|
55
|
+
return {
|
|
56
|
+
typeUrl: "/cosmos.authz.v1beta1.MsgExec",
|
|
57
|
+
value: tx_1.MsgExec.fromPartial(value)
|
|
58
|
+
};
|
|
59
|
+
},
|
|
60
|
+
revoke(value) {
|
|
61
|
+
return {
|
|
62
|
+
typeUrl: "/cosmos.authz.v1beta1.MsgRevoke",
|
|
63
|
+
value: tx_1.MsgRevoke.fromPartial(value)
|
|
64
|
+
};
|
|
65
|
+
}
|
|
66
|
+
}
|
|
67
|
+
};
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { SigningClientResolver } from "../../../helper-func-types";
|
|
2
2
|
import { MsgGrant, MsgExec, MsgRevoke } from "./tx";
|
|
3
|
-
export declare const createGrant: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgGrant, fee: import("../../../helper-func-types").StdFee
|
|
4
|
-
export declare const createExec: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgExec, fee: import("../../../helper-func-types").StdFee
|
|
5
|
-
export declare const createRevoke: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgRevoke, fee: import("../../../helper-func-types").StdFee
|
|
3
|
+
export declare const createGrant: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgGrant | MsgGrant[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
4
|
+
export declare const createExec: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgExec | MsgExec[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|
|
5
|
+
export declare const createRevoke: (clientResolver?: SigningClientResolver) => (signerAddress: string, message: MsgRevoke | MsgRevoke[], fee: "auto" | import("../../../helper-func-types").StdFee, memo: string) => Promise<import("../../../helper-func-types").DeliverTxResponse>;
|