@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
package/google/bundle.d.ts
CHANGED
|
@@ -8,7 +8,7 @@ export declare namespace google {
|
|
|
8
8
|
typeUrl: string;
|
|
9
9
|
encode(message: _123.Timestamp, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
10
10
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _123.Timestamp;
|
|
11
|
-
fromPartial(object:
|
|
11
|
+
fromPartial(object: import("../helpers").DeepPartial<_123.Timestamp>): _123.Timestamp;
|
|
12
12
|
fromAmino(object: _123.TimestampAmino): _123.Timestamp;
|
|
13
13
|
toAmino(message: _123.Timestamp): _123.TimestampAmino;
|
|
14
14
|
fromAminoMsg(object: _123.TimestampAminoMsg): _123.Timestamp;
|
|
@@ -20,7 +20,7 @@ export declare namespace google {
|
|
|
20
20
|
typeUrl: string;
|
|
21
21
|
encode(message: _122.Duration, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
22
22
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _122.Duration;
|
|
23
|
-
fromPartial(object:
|
|
23
|
+
fromPartial(object: import("../helpers").DeepPartial<_122.Duration>): _122.Duration;
|
|
24
24
|
fromAmino(object: _122.DurationAmino): _122.Duration;
|
|
25
25
|
toAmino(message: _122.Duration): _122.DurationAmino;
|
|
26
26
|
fromAminoMsg(object: _122.DurationAminoMsg): _122.Duration;
|
|
@@ -69,70 +69,50 @@ export declare namespace google {
|
|
|
69
69
|
symbolVisibilityFromJSON(object: any): _121.SymbolVisibility;
|
|
70
70
|
symbolVisibilityToJSON(object: _121.SymbolVisibility): string;
|
|
71
71
|
Edition: typeof _121.Edition;
|
|
72
|
-
EditionSDKType: typeof _121.Edition;
|
|
73
72
|
EditionAmino: typeof _121.Edition;
|
|
74
73
|
ExtensionRangeOptions_VerificationState: typeof _121.ExtensionRangeOptions_VerificationState;
|
|
75
|
-
ExtensionRangeOptions_VerificationStateSDKType: typeof _121.ExtensionRangeOptions_VerificationState;
|
|
76
74
|
ExtensionRangeOptions_VerificationStateAmino: typeof _121.ExtensionRangeOptions_VerificationState;
|
|
77
75
|
FieldDescriptorProto_Type: typeof _121.FieldDescriptorProto_Type;
|
|
78
|
-
FieldDescriptorProto_TypeSDKType: typeof _121.FieldDescriptorProto_Type;
|
|
79
76
|
FieldDescriptorProto_TypeAmino: typeof _121.FieldDescriptorProto_Type;
|
|
80
77
|
FieldDescriptorProto_Label: typeof _121.FieldDescriptorProto_Label;
|
|
81
|
-
FieldDescriptorProto_LabelSDKType: typeof _121.FieldDescriptorProto_Label;
|
|
82
78
|
FieldDescriptorProto_LabelAmino: typeof _121.FieldDescriptorProto_Label;
|
|
83
79
|
FileOptions_OptimizeMode: typeof _121.FileOptions_OptimizeMode;
|
|
84
|
-
FileOptions_OptimizeModeSDKType: typeof _121.FileOptions_OptimizeMode;
|
|
85
80
|
FileOptions_OptimizeModeAmino: typeof _121.FileOptions_OptimizeMode;
|
|
86
81
|
FieldOptions_CType: typeof _121.FieldOptions_CType;
|
|
87
|
-
FieldOptions_CTypeSDKType: typeof _121.FieldOptions_CType;
|
|
88
82
|
FieldOptions_CTypeAmino: typeof _121.FieldOptions_CType;
|
|
89
83
|
FieldOptions_JSType: typeof _121.FieldOptions_JSType;
|
|
90
|
-
FieldOptions_JSTypeSDKType: typeof _121.FieldOptions_JSType;
|
|
91
84
|
FieldOptions_JSTypeAmino: typeof _121.FieldOptions_JSType;
|
|
92
85
|
FieldOptions_OptionRetention: typeof _121.FieldOptions_OptionRetention;
|
|
93
|
-
FieldOptions_OptionRetentionSDKType: typeof _121.FieldOptions_OptionRetention;
|
|
94
86
|
FieldOptions_OptionRetentionAmino: typeof _121.FieldOptions_OptionRetention;
|
|
95
87
|
FieldOptions_OptionTargetType: typeof _121.FieldOptions_OptionTargetType;
|
|
96
|
-
FieldOptions_OptionTargetTypeSDKType: typeof _121.FieldOptions_OptionTargetType;
|
|
97
88
|
FieldOptions_OptionTargetTypeAmino: typeof _121.FieldOptions_OptionTargetType;
|
|
98
89
|
MethodOptions_IdempotencyLevel: typeof _121.MethodOptions_IdempotencyLevel;
|
|
99
|
-
MethodOptions_IdempotencyLevelSDKType: typeof _121.MethodOptions_IdempotencyLevel;
|
|
100
90
|
MethodOptions_IdempotencyLevelAmino: typeof _121.MethodOptions_IdempotencyLevel;
|
|
101
91
|
FeatureSet_FieldPresence: typeof _121.FeatureSet_FieldPresence;
|
|
102
|
-
FeatureSet_FieldPresenceSDKType: typeof _121.FeatureSet_FieldPresence;
|
|
103
92
|
FeatureSet_FieldPresenceAmino: typeof _121.FeatureSet_FieldPresence;
|
|
104
93
|
FeatureSet_EnumType: typeof _121.FeatureSet_EnumType;
|
|
105
|
-
FeatureSet_EnumTypeSDKType: typeof _121.FeatureSet_EnumType;
|
|
106
94
|
FeatureSet_EnumTypeAmino: typeof _121.FeatureSet_EnumType;
|
|
107
95
|
FeatureSet_RepeatedFieldEncoding: typeof _121.FeatureSet_RepeatedFieldEncoding;
|
|
108
|
-
FeatureSet_RepeatedFieldEncodingSDKType: typeof _121.FeatureSet_RepeatedFieldEncoding;
|
|
109
96
|
FeatureSet_RepeatedFieldEncodingAmino: typeof _121.FeatureSet_RepeatedFieldEncoding;
|
|
110
97
|
FeatureSet_Utf8Validation: typeof _121.FeatureSet_Utf8Validation;
|
|
111
|
-
FeatureSet_Utf8ValidationSDKType: typeof _121.FeatureSet_Utf8Validation;
|
|
112
98
|
FeatureSet_Utf8ValidationAmino: typeof _121.FeatureSet_Utf8Validation;
|
|
113
99
|
FeatureSet_MessageEncoding: typeof _121.FeatureSet_MessageEncoding;
|
|
114
|
-
FeatureSet_MessageEncodingSDKType: typeof _121.FeatureSet_MessageEncoding;
|
|
115
100
|
FeatureSet_MessageEncodingAmino: typeof _121.FeatureSet_MessageEncoding;
|
|
116
101
|
FeatureSet_JsonFormat: typeof _121.FeatureSet_JsonFormat;
|
|
117
|
-
FeatureSet_JsonFormatSDKType: typeof _121.FeatureSet_JsonFormat;
|
|
118
102
|
FeatureSet_JsonFormatAmino: typeof _121.FeatureSet_JsonFormat;
|
|
119
103
|
FeatureSet_EnforceNamingStyle: typeof _121.FeatureSet_EnforceNamingStyle;
|
|
120
|
-
FeatureSet_EnforceNamingStyleSDKType: typeof _121.FeatureSet_EnforceNamingStyle;
|
|
121
104
|
FeatureSet_EnforceNamingStyleAmino: typeof _121.FeatureSet_EnforceNamingStyle;
|
|
122
105
|
FeatureSet_VisibilityFeature_DefaultSymbolVisibility: typeof _121.FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
|
|
123
|
-
FeatureSet_VisibilityFeature_DefaultSymbolVisibilitySDKType: typeof _121.FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
|
|
124
106
|
FeatureSet_VisibilityFeature_DefaultSymbolVisibilityAmino: typeof _121.FeatureSet_VisibilityFeature_DefaultSymbolVisibility;
|
|
125
107
|
GeneratedCodeInfo_Annotation_Semantic: typeof _121.GeneratedCodeInfo_Annotation_Semantic;
|
|
126
|
-
GeneratedCodeInfo_Annotation_SemanticSDKType: typeof _121.GeneratedCodeInfo_Annotation_Semantic;
|
|
127
108
|
GeneratedCodeInfo_Annotation_SemanticAmino: typeof _121.GeneratedCodeInfo_Annotation_Semantic;
|
|
128
109
|
SymbolVisibility: typeof _121.SymbolVisibility;
|
|
129
|
-
SymbolVisibilitySDKType: typeof _121.SymbolVisibility;
|
|
130
110
|
SymbolVisibilityAmino: typeof _121.SymbolVisibility;
|
|
131
111
|
FileDescriptorSet: {
|
|
132
112
|
typeUrl: string;
|
|
133
113
|
encode(message: _121.FileDescriptorSet, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
134
114
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FileDescriptorSet;
|
|
135
|
-
fromPartial(object:
|
|
115
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FileDescriptorSet>): _121.FileDescriptorSet;
|
|
136
116
|
fromAmino(object: _121.FileDescriptorSetAmino): _121.FileDescriptorSet;
|
|
137
117
|
toAmino(message: _121.FileDescriptorSet): _121.FileDescriptorSetAmino;
|
|
138
118
|
fromAminoMsg(object: _121.FileDescriptorSetAminoMsg): _121.FileDescriptorSet;
|
|
@@ -144,7 +124,7 @@ export declare namespace google {
|
|
|
144
124
|
typeUrl: string;
|
|
145
125
|
encode(message: _121.FileDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
146
126
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FileDescriptorProto;
|
|
147
|
-
fromPartial(object:
|
|
127
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FileDescriptorProto>): _121.FileDescriptorProto;
|
|
148
128
|
fromAmino(object: _121.FileDescriptorProtoAmino): _121.FileDescriptorProto;
|
|
149
129
|
toAmino(message: _121.FileDescriptorProto): _121.FileDescriptorProtoAmino;
|
|
150
130
|
fromAminoMsg(object: _121.FileDescriptorProtoAminoMsg): _121.FileDescriptorProto;
|
|
@@ -156,7 +136,7 @@ export declare namespace google {
|
|
|
156
136
|
typeUrl: string;
|
|
157
137
|
encode(message: _121.DescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
158
138
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.DescriptorProto;
|
|
159
|
-
fromPartial(object:
|
|
139
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.DescriptorProto>): _121.DescriptorProto;
|
|
160
140
|
fromAmino(object: _121.DescriptorProtoAmino): _121.DescriptorProto;
|
|
161
141
|
toAmino(message: _121.DescriptorProto): _121.DescriptorProtoAmino;
|
|
162
142
|
fromAminoMsg(object: _121.DescriptorProtoAminoMsg): _121.DescriptorProto;
|
|
@@ -168,7 +148,7 @@ export declare namespace google {
|
|
|
168
148
|
typeUrl: string;
|
|
169
149
|
encode(message: _121.DescriptorProto_ExtensionRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
170
150
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.DescriptorProto_ExtensionRange;
|
|
171
|
-
fromPartial(object:
|
|
151
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.DescriptorProto_ExtensionRange>): _121.DescriptorProto_ExtensionRange;
|
|
172
152
|
fromAmino(object: _121.DescriptorProto_ExtensionRangeAmino): _121.DescriptorProto_ExtensionRange;
|
|
173
153
|
toAmino(message: _121.DescriptorProto_ExtensionRange): _121.DescriptorProto_ExtensionRangeAmino;
|
|
174
154
|
fromAminoMsg(object: _121.DescriptorProto_ExtensionRangeAminoMsg): _121.DescriptorProto_ExtensionRange;
|
|
@@ -180,7 +160,7 @@ export declare namespace google {
|
|
|
180
160
|
typeUrl: string;
|
|
181
161
|
encode(message: _121.DescriptorProto_ReservedRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
182
162
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.DescriptorProto_ReservedRange;
|
|
183
|
-
fromPartial(object:
|
|
163
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.DescriptorProto_ReservedRange>): _121.DescriptorProto_ReservedRange;
|
|
184
164
|
fromAmino(object: _121.DescriptorProto_ReservedRangeAmino): _121.DescriptorProto_ReservedRange;
|
|
185
165
|
toAmino(message: _121.DescriptorProto_ReservedRange): _121.DescriptorProto_ReservedRangeAmino;
|
|
186
166
|
fromAminoMsg(object: _121.DescriptorProto_ReservedRangeAminoMsg): _121.DescriptorProto_ReservedRange;
|
|
@@ -192,7 +172,7 @@ export declare namespace google {
|
|
|
192
172
|
typeUrl: string;
|
|
193
173
|
encode(message: _121.ExtensionRangeOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
194
174
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.ExtensionRangeOptions;
|
|
195
|
-
fromPartial(object:
|
|
175
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.ExtensionRangeOptions>): _121.ExtensionRangeOptions;
|
|
196
176
|
fromAmino(object: _121.ExtensionRangeOptionsAmino): _121.ExtensionRangeOptions;
|
|
197
177
|
toAmino(message: _121.ExtensionRangeOptions): _121.ExtensionRangeOptionsAmino;
|
|
198
178
|
fromAminoMsg(object: _121.ExtensionRangeOptionsAminoMsg): _121.ExtensionRangeOptions;
|
|
@@ -204,7 +184,7 @@ export declare namespace google {
|
|
|
204
184
|
typeUrl: string;
|
|
205
185
|
encode(message: _121.ExtensionRangeOptions_Declaration, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
206
186
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.ExtensionRangeOptions_Declaration;
|
|
207
|
-
fromPartial(object:
|
|
187
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.ExtensionRangeOptions_Declaration>): _121.ExtensionRangeOptions_Declaration;
|
|
208
188
|
fromAmino(object: _121.ExtensionRangeOptions_DeclarationAmino): _121.ExtensionRangeOptions_Declaration;
|
|
209
189
|
toAmino(message: _121.ExtensionRangeOptions_Declaration): _121.ExtensionRangeOptions_DeclarationAmino;
|
|
210
190
|
fromAminoMsg(object: _121.ExtensionRangeOptions_DeclarationAminoMsg): _121.ExtensionRangeOptions_Declaration;
|
|
@@ -216,7 +196,7 @@ export declare namespace google {
|
|
|
216
196
|
typeUrl: string;
|
|
217
197
|
encode(message: _121.FieldDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
218
198
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FieldDescriptorProto;
|
|
219
|
-
fromPartial(object:
|
|
199
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FieldDescriptorProto>): _121.FieldDescriptorProto;
|
|
220
200
|
fromAmino(object: _121.FieldDescriptorProtoAmino): _121.FieldDescriptorProto;
|
|
221
201
|
toAmino(message: _121.FieldDescriptorProto): _121.FieldDescriptorProtoAmino;
|
|
222
202
|
fromAminoMsg(object: _121.FieldDescriptorProtoAminoMsg): _121.FieldDescriptorProto;
|
|
@@ -228,7 +208,7 @@ export declare namespace google {
|
|
|
228
208
|
typeUrl: string;
|
|
229
209
|
encode(message: _121.OneofDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
230
210
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.OneofDescriptorProto;
|
|
231
|
-
fromPartial(object:
|
|
211
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.OneofDescriptorProto>): _121.OneofDescriptorProto;
|
|
232
212
|
fromAmino(object: _121.OneofDescriptorProtoAmino): _121.OneofDescriptorProto;
|
|
233
213
|
toAmino(message: _121.OneofDescriptorProto): _121.OneofDescriptorProtoAmino;
|
|
234
214
|
fromAminoMsg(object: _121.OneofDescriptorProtoAminoMsg): _121.OneofDescriptorProto;
|
|
@@ -240,7 +220,7 @@ export declare namespace google {
|
|
|
240
220
|
typeUrl: string;
|
|
241
221
|
encode(message: _121.EnumDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
242
222
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.EnumDescriptorProto;
|
|
243
|
-
fromPartial(object:
|
|
223
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.EnumDescriptorProto>): _121.EnumDescriptorProto;
|
|
244
224
|
fromAmino(object: _121.EnumDescriptorProtoAmino): _121.EnumDescriptorProto;
|
|
245
225
|
toAmino(message: _121.EnumDescriptorProto): _121.EnumDescriptorProtoAmino;
|
|
246
226
|
fromAminoMsg(object: _121.EnumDescriptorProtoAminoMsg): _121.EnumDescriptorProto;
|
|
@@ -252,7 +232,7 @@ export declare namespace google {
|
|
|
252
232
|
typeUrl: string;
|
|
253
233
|
encode(message: _121.EnumDescriptorProto_EnumReservedRange, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
254
234
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.EnumDescriptorProto_EnumReservedRange;
|
|
255
|
-
fromPartial(object:
|
|
235
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.EnumDescriptorProto_EnumReservedRange>): _121.EnumDescriptorProto_EnumReservedRange;
|
|
256
236
|
fromAmino(object: _121.EnumDescriptorProto_EnumReservedRangeAmino): _121.EnumDescriptorProto_EnumReservedRange;
|
|
257
237
|
toAmino(message: _121.EnumDescriptorProto_EnumReservedRange): _121.EnumDescriptorProto_EnumReservedRangeAmino;
|
|
258
238
|
fromAminoMsg(object: _121.EnumDescriptorProto_EnumReservedRangeAminoMsg): _121.EnumDescriptorProto_EnumReservedRange;
|
|
@@ -264,7 +244,7 @@ export declare namespace google {
|
|
|
264
244
|
typeUrl: string;
|
|
265
245
|
encode(message: _121.EnumValueDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
266
246
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.EnumValueDescriptorProto;
|
|
267
|
-
fromPartial(object:
|
|
247
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.EnumValueDescriptorProto>): _121.EnumValueDescriptorProto;
|
|
268
248
|
fromAmino(object: _121.EnumValueDescriptorProtoAmino): _121.EnumValueDescriptorProto;
|
|
269
249
|
toAmino(message: _121.EnumValueDescriptorProto): _121.EnumValueDescriptorProtoAmino;
|
|
270
250
|
fromAminoMsg(object: _121.EnumValueDescriptorProtoAminoMsg): _121.EnumValueDescriptorProto;
|
|
@@ -276,7 +256,7 @@ export declare namespace google {
|
|
|
276
256
|
typeUrl: string;
|
|
277
257
|
encode(message: _121.ServiceDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
278
258
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.ServiceDescriptorProto;
|
|
279
|
-
fromPartial(object:
|
|
259
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.ServiceDescriptorProto>): _121.ServiceDescriptorProto;
|
|
280
260
|
fromAmino(object: _121.ServiceDescriptorProtoAmino): _121.ServiceDescriptorProto;
|
|
281
261
|
toAmino(message: _121.ServiceDescriptorProto): _121.ServiceDescriptorProtoAmino;
|
|
282
262
|
fromAminoMsg(object: _121.ServiceDescriptorProtoAminoMsg): _121.ServiceDescriptorProto;
|
|
@@ -288,7 +268,7 @@ export declare namespace google {
|
|
|
288
268
|
typeUrl: string;
|
|
289
269
|
encode(message: _121.MethodDescriptorProto, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
290
270
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.MethodDescriptorProto;
|
|
291
|
-
fromPartial(object:
|
|
271
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.MethodDescriptorProto>): _121.MethodDescriptorProto;
|
|
292
272
|
fromAmino(object: _121.MethodDescriptorProtoAmino): _121.MethodDescriptorProto;
|
|
293
273
|
toAmino(message: _121.MethodDescriptorProto): _121.MethodDescriptorProtoAmino;
|
|
294
274
|
fromAminoMsg(object: _121.MethodDescriptorProtoAminoMsg): _121.MethodDescriptorProto;
|
|
@@ -300,7 +280,7 @@ export declare namespace google {
|
|
|
300
280
|
typeUrl: string;
|
|
301
281
|
encode(message: _121.FileOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
302
282
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FileOptions;
|
|
303
|
-
fromPartial(object:
|
|
283
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FileOptions>): _121.FileOptions;
|
|
304
284
|
fromAmino(object: _121.FileOptionsAmino): _121.FileOptions;
|
|
305
285
|
toAmino(message: _121.FileOptions): _121.FileOptionsAmino;
|
|
306
286
|
fromAminoMsg(object: _121.FileOptionsAminoMsg): _121.FileOptions;
|
|
@@ -312,7 +292,7 @@ export declare namespace google {
|
|
|
312
292
|
typeUrl: string;
|
|
313
293
|
encode(message: _121.MessageOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
314
294
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.MessageOptions;
|
|
315
|
-
fromPartial(object:
|
|
295
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.MessageOptions>): _121.MessageOptions;
|
|
316
296
|
fromAmino(object: _121.MessageOptionsAmino): _121.MessageOptions;
|
|
317
297
|
toAmino(message: _121.MessageOptions): _121.MessageOptionsAmino;
|
|
318
298
|
fromAminoMsg(object: _121.MessageOptionsAminoMsg): _121.MessageOptions;
|
|
@@ -324,7 +304,7 @@ export declare namespace google {
|
|
|
324
304
|
typeUrl: string;
|
|
325
305
|
encode(message: _121.FieldOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
326
306
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FieldOptions;
|
|
327
|
-
fromPartial(object:
|
|
307
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FieldOptions>): _121.FieldOptions;
|
|
328
308
|
fromAmino(object: _121.FieldOptionsAmino): _121.FieldOptions;
|
|
329
309
|
toAmino(message: _121.FieldOptions): _121.FieldOptionsAmino;
|
|
330
310
|
fromAminoMsg(object: _121.FieldOptionsAminoMsg): _121.FieldOptions;
|
|
@@ -336,7 +316,7 @@ export declare namespace google {
|
|
|
336
316
|
typeUrl: string;
|
|
337
317
|
encode(message: _121.FieldOptions_EditionDefault, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
338
318
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FieldOptions_EditionDefault;
|
|
339
|
-
fromPartial(object:
|
|
319
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FieldOptions_EditionDefault>): _121.FieldOptions_EditionDefault;
|
|
340
320
|
fromAmino(object: _121.FieldOptions_EditionDefaultAmino): _121.FieldOptions_EditionDefault;
|
|
341
321
|
toAmino(message: _121.FieldOptions_EditionDefault): _121.FieldOptions_EditionDefaultAmino;
|
|
342
322
|
fromAminoMsg(object: _121.FieldOptions_EditionDefaultAminoMsg): _121.FieldOptions_EditionDefault;
|
|
@@ -348,7 +328,7 @@ export declare namespace google {
|
|
|
348
328
|
typeUrl: string;
|
|
349
329
|
encode(message: _121.FieldOptions_FeatureSupport, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
350
330
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FieldOptions_FeatureSupport;
|
|
351
|
-
fromPartial(object:
|
|
331
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FieldOptions_FeatureSupport>): _121.FieldOptions_FeatureSupport;
|
|
352
332
|
fromAmino(object: _121.FieldOptions_FeatureSupportAmino): _121.FieldOptions_FeatureSupport;
|
|
353
333
|
toAmino(message: _121.FieldOptions_FeatureSupport): _121.FieldOptions_FeatureSupportAmino;
|
|
354
334
|
fromAminoMsg(object: _121.FieldOptions_FeatureSupportAminoMsg): _121.FieldOptions_FeatureSupport;
|
|
@@ -360,7 +340,7 @@ export declare namespace google {
|
|
|
360
340
|
typeUrl: string;
|
|
361
341
|
encode(message: _121.OneofOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
362
342
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.OneofOptions;
|
|
363
|
-
fromPartial(object:
|
|
343
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.OneofOptions>): _121.OneofOptions;
|
|
364
344
|
fromAmino(object: _121.OneofOptionsAmino): _121.OneofOptions;
|
|
365
345
|
toAmino(message: _121.OneofOptions): _121.OneofOptionsAmino;
|
|
366
346
|
fromAminoMsg(object: _121.OneofOptionsAminoMsg): _121.OneofOptions;
|
|
@@ -372,7 +352,7 @@ export declare namespace google {
|
|
|
372
352
|
typeUrl: string;
|
|
373
353
|
encode(message: _121.EnumOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
374
354
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.EnumOptions;
|
|
375
|
-
fromPartial(object:
|
|
355
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.EnumOptions>): _121.EnumOptions;
|
|
376
356
|
fromAmino(object: _121.EnumOptionsAmino): _121.EnumOptions;
|
|
377
357
|
toAmino(message: _121.EnumOptions): _121.EnumOptionsAmino;
|
|
378
358
|
fromAminoMsg(object: _121.EnumOptionsAminoMsg): _121.EnumOptions;
|
|
@@ -384,7 +364,7 @@ export declare namespace google {
|
|
|
384
364
|
typeUrl: string;
|
|
385
365
|
encode(message: _121.EnumValueOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
386
366
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.EnumValueOptions;
|
|
387
|
-
fromPartial(object:
|
|
367
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.EnumValueOptions>): _121.EnumValueOptions;
|
|
388
368
|
fromAmino(object: _121.EnumValueOptionsAmino): _121.EnumValueOptions;
|
|
389
369
|
toAmino(message: _121.EnumValueOptions): _121.EnumValueOptionsAmino;
|
|
390
370
|
fromAminoMsg(object: _121.EnumValueOptionsAminoMsg): _121.EnumValueOptions;
|
|
@@ -396,7 +376,7 @@ export declare namespace google {
|
|
|
396
376
|
typeUrl: string;
|
|
397
377
|
encode(message: _121.ServiceOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
398
378
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.ServiceOptions;
|
|
399
|
-
fromPartial(object:
|
|
379
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.ServiceOptions>): _121.ServiceOptions;
|
|
400
380
|
fromAmino(object: _121.ServiceOptionsAmino): _121.ServiceOptions;
|
|
401
381
|
toAmino(message: _121.ServiceOptions): _121.ServiceOptionsAmino;
|
|
402
382
|
fromAminoMsg(object: _121.ServiceOptionsAminoMsg): _121.ServiceOptions;
|
|
@@ -408,7 +388,7 @@ export declare namespace google {
|
|
|
408
388
|
typeUrl: string;
|
|
409
389
|
encode(message: _121.MethodOptions, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
410
390
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.MethodOptions;
|
|
411
|
-
fromPartial(object:
|
|
391
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.MethodOptions>): _121.MethodOptions;
|
|
412
392
|
fromAmino(object: _121.MethodOptionsAmino): _121.MethodOptions;
|
|
413
393
|
toAmino(message: _121.MethodOptions): _121.MethodOptionsAmino;
|
|
414
394
|
fromAminoMsg(object: _121.MethodOptionsAminoMsg): _121.MethodOptions;
|
|
@@ -420,7 +400,7 @@ export declare namespace google {
|
|
|
420
400
|
typeUrl: string;
|
|
421
401
|
encode(message: _121.UninterpretedOption, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
422
402
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.UninterpretedOption;
|
|
423
|
-
fromPartial(object:
|
|
403
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.UninterpretedOption>): _121.UninterpretedOption;
|
|
424
404
|
fromAmino(object: _121.UninterpretedOptionAmino): _121.UninterpretedOption;
|
|
425
405
|
toAmino(message: _121.UninterpretedOption): _121.UninterpretedOptionAmino;
|
|
426
406
|
fromAminoMsg(object: _121.UninterpretedOptionAminoMsg): _121.UninterpretedOption;
|
|
@@ -432,7 +412,7 @@ export declare namespace google {
|
|
|
432
412
|
typeUrl: string;
|
|
433
413
|
encode(message: _121.UninterpretedOption_NamePart, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
434
414
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.UninterpretedOption_NamePart;
|
|
435
|
-
fromPartial(object:
|
|
415
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.UninterpretedOption_NamePart>): _121.UninterpretedOption_NamePart;
|
|
436
416
|
fromAmino(object: _121.UninterpretedOption_NamePartAmino): _121.UninterpretedOption_NamePart;
|
|
437
417
|
toAmino(message: _121.UninterpretedOption_NamePart): _121.UninterpretedOption_NamePartAmino;
|
|
438
418
|
fromAminoMsg(object: _121.UninterpretedOption_NamePartAminoMsg): _121.UninterpretedOption_NamePart;
|
|
@@ -444,7 +424,7 @@ export declare namespace google {
|
|
|
444
424
|
typeUrl: string;
|
|
445
425
|
encode(message: _121.FeatureSet, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
446
426
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FeatureSet;
|
|
447
|
-
fromPartial(object:
|
|
427
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FeatureSet>): _121.FeatureSet;
|
|
448
428
|
fromAmino(object: _121.FeatureSetAmino): _121.FeatureSet;
|
|
449
429
|
toAmino(message: _121.FeatureSet): _121.FeatureSetAmino;
|
|
450
430
|
fromAminoMsg(object: _121.FeatureSetAminoMsg): _121.FeatureSet;
|
|
@@ -456,7 +436,7 @@ export declare namespace google {
|
|
|
456
436
|
typeUrl: string;
|
|
457
437
|
encode(_: _121.FeatureSet_VisibilityFeature, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
458
438
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FeatureSet_VisibilityFeature;
|
|
459
|
-
fromPartial(_:
|
|
439
|
+
fromPartial(_: import("../helpers").DeepPartial<_121.FeatureSet_VisibilityFeature>): _121.FeatureSet_VisibilityFeature;
|
|
460
440
|
fromAmino(_: _121.FeatureSet_VisibilityFeatureAmino): _121.FeatureSet_VisibilityFeature;
|
|
461
441
|
toAmino(_: _121.FeatureSet_VisibilityFeature): _121.FeatureSet_VisibilityFeatureAmino;
|
|
462
442
|
fromAminoMsg(object: _121.FeatureSet_VisibilityFeatureAminoMsg): _121.FeatureSet_VisibilityFeature;
|
|
@@ -468,7 +448,7 @@ export declare namespace google {
|
|
|
468
448
|
typeUrl: string;
|
|
469
449
|
encode(message: _121.FeatureSetDefaults, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
470
450
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FeatureSetDefaults;
|
|
471
|
-
fromPartial(object:
|
|
451
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FeatureSetDefaults>): _121.FeatureSetDefaults;
|
|
472
452
|
fromAmino(object: _121.FeatureSetDefaultsAmino): _121.FeatureSetDefaults;
|
|
473
453
|
toAmino(message: _121.FeatureSetDefaults): _121.FeatureSetDefaultsAmino;
|
|
474
454
|
fromAminoMsg(object: _121.FeatureSetDefaultsAminoMsg): _121.FeatureSetDefaults;
|
|
@@ -480,7 +460,7 @@ export declare namespace google {
|
|
|
480
460
|
typeUrl: string;
|
|
481
461
|
encode(message: _121.FeatureSetDefaults_FeatureSetEditionDefault, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
482
462
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.FeatureSetDefaults_FeatureSetEditionDefault;
|
|
483
|
-
fromPartial(object:
|
|
463
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.FeatureSetDefaults_FeatureSetEditionDefault>): _121.FeatureSetDefaults_FeatureSetEditionDefault;
|
|
484
464
|
fromAmino(object: _121.FeatureSetDefaults_FeatureSetEditionDefaultAmino): _121.FeatureSetDefaults_FeatureSetEditionDefault;
|
|
485
465
|
toAmino(message: _121.FeatureSetDefaults_FeatureSetEditionDefault): _121.FeatureSetDefaults_FeatureSetEditionDefaultAmino;
|
|
486
466
|
fromAminoMsg(object: _121.FeatureSetDefaults_FeatureSetEditionDefaultAminoMsg): _121.FeatureSetDefaults_FeatureSetEditionDefault;
|
|
@@ -492,7 +472,7 @@ export declare namespace google {
|
|
|
492
472
|
typeUrl: string;
|
|
493
473
|
encode(message: _121.SourceCodeInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
494
474
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.SourceCodeInfo;
|
|
495
|
-
fromPartial(object:
|
|
475
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.SourceCodeInfo>): _121.SourceCodeInfo;
|
|
496
476
|
fromAmino(object: _121.SourceCodeInfoAmino): _121.SourceCodeInfo;
|
|
497
477
|
toAmino(message: _121.SourceCodeInfo): _121.SourceCodeInfoAmino;
|
|
498
478
|
fromAminoMsg(object: _121.SourceCodeInfoAminoMsg): _121.SourceCodeInfo;
|
|
@@ -504,7 +484,7 @@ export declare namespace google {
|
|
|
504
484
|
typeUrl: string;
|
|
505
485
|
encode(message: _121.SourceCodeInfo_Location, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
506
486
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.SourceCodeInfo_Location;
|
|
507
|
-
fromPartial(object:
|
|
487
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.SourceCodeInfo_Location>): _121.SourceCodeInfo_Location;
|
|
508
488
|
fromAmino(object: _121.SourceCodeInfo_LocationAmino): _121.SourceCodeInfo_Location;
|
|
509
489
|
toAmino(message: _121.SourceCodeInfo_Location): _121.SourceCodeInfo_LocationAmino;
|
|
510
490
|
fromAminoMsg(object: _121.SourceCodeInfo_LocationAminoMsg): _121.SourceCodeInfo_Location;
|
|
@@ -516,7 +496,7 @@ export declare namespace google {
|
|
|
516
496
|
typeUrl: string;
|
|
517
497
|
encode(message: _121.GeneratedCodeInfo, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
518
498
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.GeneratedCodeInfo;
|
|
519
|
-
fromPartial(object:
|
|
499
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.GeneratedCodeInfo>): _121.GeneratedCodeInfo;
|
|
520
500
|
fromAmino(object: _121.GeneratedCodeInfoAmino): _121.GeneratedCodeInfo;
|
|
521
501
|
toAmino(message: _121.GeneratedCodeInfo): _121.GeneratedCodeInfoAmino;
|
|
522
502
|
fromAminoMsg(object: _121.GeneratedCodeInfoAminoMsg): _121.GeneratedCodeInfo;
|
|
@@ -528,7 +508,7 @@ export declare namespace google {
|
|
|
528
508
|
typeUrl: string;
|
|
529
509
|
encode(message: _121.GeneratedCodeInfo_Annotation, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
530
510
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _121.GeneratedCodeInfo_Annotation;
|
|
531
|
-
fromPartial(object:
|
|
511
|
+
fromPartial(object: import("../helpers").DeepPartial<_121.GeneratedCodeInfo_Annotation>): _121.GeneratedCodeInfo_Annotation;
|
|
532
512
|
fromAmino(object: _121.GeneratedCodeInfo_AnnotationAmino): _121.GeneratedCodeInfo_Annotation;
|
|
533
513
|
toAmino(message: _121.GeneratedCodeInfo_Annotation): _121.GeneratedCodeInfo_AnnotationAmino;
|
|
534
514
|
fromAminoMsg(object: _121.GeneratedCodeInfo_AnnotationAminoMsg): _121.GeneratedCodeInfo_Annotation;
|
|
@@ -540,7 +520,7 @@ export declare namespace google {
|
|
|
540
520
|
typeUrl: string;
|
|
541
521
|
encode(message: _120.Any, writer?: import("..").BinaryWriter): import("..").BinaryWriter;
|
|
542
522
|
decode(input: import("..").BinaryReader | Uint8Array, length?: number): _120.Any;
|
|
543
|
-
fromPartial(object:
|
|
523
|
+
fromPartial(object: import("../helpers").DeepPartial<_120.Any>): _120.Any;
|
|
544
524
|
fromAmino(object: _120.AnyAmino): _120.Any;
|
|
545
525
|
toAmino(message: _120.Any): _120.AnyAmino;
|
|
546
526
|
fromAminoMsg(object: _120.AnyAminoMsg): _120.Any;
|
package/google/protobuf/any.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
2
|
+
import { DeepPartial } from "../../helpers";
|
|
2
3
|
/**
|
|
3
4
|
* `Any` contains an arbitrary serialized protocol buffer message along with a
|
|
4
5
|
* URL that describes the type of the serialized message.
|
|
@@ -87,7 +88,6 @@ import { BinaryReader, BinaryWriter } from "../../binary";
|
|
|
87
88
|
* }
|
|
88
89
|
*/
|
|
89
90
|
export interface Any {
|
|
90
|
-
$typeUrl?: "/google.protobuf.Any" | string;
|
|
91
91
|
/**
|
|
92
92
|
* A URL/resource name that uniquely identifies the type of the serialized
|
|
93
93
|
* protocol buffer message. This string must contain at least
|
|
@@ -252,103 +252,11 @@ export interface AnyAminoMsg {
|
|
|
252
252
|
type: string;
|
|
253
253
|
value: AnyAmino;
|
|
254
254
|
}
|
|
255
|
-
/**
|
|
256
|
-
* `Any` contains an arbitrary serialized protocol buffer message along with a
|
|
257
|
-
* URL that describes the type of the serialized message.
|
|
258
|
-
*
|
|
259
|
-
* Protobuf library provides support to pack/unpack Any values in the form
|
|
260
|
-
* of utility functions or additional generated methods of the Any type.
|
|
261
|
-
*
|
|
262
|
-
* Example 1: Pack and unpack a message in C++.
|
|
263
|
-
*
|
|
264
|
-
* Foo foo = ...;
|
|
265
|
-
* Any any;
|
|
266
|
-
* any.PackFrom(foo);
|
|
267
|
-
* ...
|
|
268
|
-
* if (any.UnpackTo(&foo)) {
|
|
269
|
-
* ...
|
|
270
|
-
* }
|
|
271
|
-
*
|
|
272
|
-
* Example 2: Pack and unpack a message in Java.
|
|
273
|
-
*
|
|
274
|
-
* Foo foo = ...;
|
|
275
|
-
* Any any = Any.pack(foo);
|
|
276
|
-
* ...
|
|
277
|
-
* if (any.is(Foo.class)) {
|
|
278
|
-
* foo = any.unpack(Foo.class);
|
|
279
|
-
* }
|
|
280
|
-
* // or ...
|
|
281
|
-
* if (any.isSameTypeAs(Foo.getDefaultInstance())) {
|
|
282
|
-
* foo = any.unpack(Foo.getDefaultInstance());
|
|
283
|
-
* }
|
|
284
|
-
*
|
|
285
|
-
* Example 3: Pack and unpack a message in Python.
|
|
286
|
-
*
|
|
287
|
-
* foo = Foo(...)
|
|
288
|
-
* any = Any()
|
|
289
|
-
* any.Pack(foo)
|
|
290
|
-
* ...
|
|
291
|
-
* if any.Is(Foo.DESCRIPTOR):
|
|
292
|
-
* any.Unpack(foo)
|
|
293
|
-
* ...
|
|
294
|
-
*
|
|
295
|
-
* Example 4: Pack and unpack a message in Go
|
|
296
|
-
*
|
|
297
|
-
* foo := &pb.Foo{...}
|
|
298
|
-
* any, err := anypb.New(foo)
|
|
299
|
-
* if err != nil {
|
|
300
|
-
* ...
|
|
301
|
-
* }
|
|
302
|
-
* ...
|
|
303
|
-
* foo := &pb.Foo{}
|
|
304
|
-
* if err := any.UnmarshalTo(foo); err != nil {
|
|
305
|
-
* ...
|
|
306
|
-
* }
|
|
307
|
-
*
|
|
308
|
-
* The pack methods provided by protobuf library will by default use
|
|
309
|
-
* 'type.googleapis.com/full.type.name' as the type URL and the unpack
|
|
310
|
-
* methods only use the fully qualified type name after the last '/'
|
|
311
|
-
* in the type URL, for example "foo.bar.com/x/y.z" will yield type
|
|
312
|
-
* name "y.z".
|
|
313
|
-
*
|
|
314
|
-
* JSON
|
|
315
|
-
* ====
|
|
316
|
-
* The JSON representation of an `Any` value uses the regular
|
|
317
|
-
* representation of the deserialized, embedded message, with an
|
|
318
|
-
* additional field `@type` which contains the type URL. Example:
|
|
319
|
-
*
|
|
320
|
-
* package google.profile;
|
|
321
|
-
* message Person {
|
|
322
|
-
* string first_name = 1;
|
|
323
|
-
* string last_name = 2;
|
|
324
|
-
* }
|
|
325
|
-
*
|
|
326
|
-
* {
|
|
327
|
-
* "@type": "type.googleapis.com/google.profile.Person",
|
|
328
|
-
* "firstName": <string>,
|
|
329
|
-
* "lastName": <string>
|
|
330
|
-
* }
|
|
331
|
-
*
|
|
332
|
-
* If the embedded message type is well-known and has a custom JSON
|
|
333
|
-
* representation, that representation will be embedded adding a field
|
|
334
|
-
* `value` which holds the custom JSON in addition to the `@type`
|
|
335
|
-
* field. Example (for message [google.protobuf.Duration][]):
|
|
336
|
-
*
|
|
337
|
-
* {
|
|
338
|
-
* "@type": "type.googleapis.com/google.protobuf.Duration",
|
|
339
|
-
* "value": "1.212s"
|
|
340
|
-
* }
|
|
341
|
-
*/
|
|
342
|
-
export interface AnySDKType {
|
|
343
|
-
$typeUrl?: "/google.protobuf.Any" | string;
|
|
344
|
-
type_url: string;
|
|
345
|
-
value: Uint8Array;
|
|
346
|
-
}
|
|
347
255
|
export declare const Any: {
|
|
348
256
|
typeUrl: string;
|
|
349
257
|
encode(message: Any, writer?: BinaryWriter): BinaryWriter;
|
|
350
258
|
decode(input: BinaryReader | Uint8Array, length?: number): Any;
|
|
351
|
-
fromPartial(object:
|
|
259
|
+
fromPartial(object: DeepPartial<Any>): Any;
|
|
352
260
|
fromAmino(object: AnyAmino): Any;
|
|
353
261
|
toAmino(message: Any): AnyAmino;
|
|
354
262
|
fromAminoMsg(object: AnyAminoMsg): Any;
|