@sparkdreamnft/sparkdreamjs 0.0.2 → 0.0.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cosmos/app/runtime/v1alpha1/module.d.ts +5 -22
- package/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/cosmos/app/v1alpha1/module.d.ts +7 -21
- package/cosmos/app/v1alpha1/module.js +3 -0
- package/cosmos/auth/module/v1/module.d.ts +5 -13
- package/cosmos/auth/module/v1/module.js +2 -0
- package/cosmos/auth/v1beta1/auth.d.ts +10 -43
- package/cosmos/auth/v1beta1/auth.js +4 -2
- package/cosmos/auth/v1beta1/genesis.d.ts +5 -8
- package/cosmos/auth/v1beta1/genesis.js +1 -0
- package/cosmos/auth/v1beta1/query.d.ts +44 -159
- package/cosmos/auth/v1beta1/query.js +20 -0
- package/cosmos/auth/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/cosmos/auth/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/cosmos/auth/v1beta1/tx.d.ts +6 -20
- package/cosmos/auth/v1beta1/tx.js +2 -0
- package/cosmos/auth/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/auth/v1beta1/tx.registry.js +1 -33
- package/cosmos/auth/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/auth/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/authz/module/v1/module.d.ts +3 -4
- package/cosmos/authz/module/v1/module.js +1 -0
- package/cosmos/authz/v1beta1/authz.d.ts +13 -39
- package/cosmos/authz/v1beta1/authz.js +4 -1
- package/cosmos/authz/v1beta1/event.d.ts +5 -14
- package/cosmos/authz/v1beta1/event.js +2 -0
- package/cosmos/authz/v1beta1/genesis.d.ts +4 -6
- package/cosmos/authz/v1beta1/genesis.js +1 -0
- package/cosmos/authz/v1beta1/query.d.ts +15 -40
- package/cosmos/authz/v1beta1/query.js +6 -0
- package/cosmos/authz/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/cosmos/authz/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/cosmos/authz/v1beta1/tx.d.ts +15 -45
- package/cosmos/authz/v1beta1/tx.js +6 -0
- package/cosmos/authz/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/authz/v1beta1/tx.registry.js +1 -69
- package/cosmos/authz/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/authz/v1beta1/tx.rpc.msg.js +20 -10
- package/cosmos/bank/module/v1/module.d.ts +3 -7
- package/cosmos/bank/module/v1/module.js +1 -0
- package/cosmos/bank/v1beta1/authz.d.ts +4 -14
- package/cosmos/bank/v1beta1/authz.js +1 -1
- package/cosmos/bank/v1beta1/bank.d.ts +16 -66
- package/cosmos/bank/v1beta1/bank.js +7 -1
- package/cosmos/bank/v1beta1/genesis.d.ts +7 -20
- package/cosmos/bank/v1beta1/genesis.js +2 -0
- package/cosmos/bank/v1beta1/query.d.ts +58 -226
- package/cosmos/bank/v1beta1/query.js +27 -0
- package/cosmos/bank/v1beta1/query.lcd.d.ts +14 -14
- package/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/cosmos/bank/v1beta1/query.rpc.Query.d.ts +15 -15
- package/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/cosmos/bank/v1beta1/tx.d.ts +19 -65
- package/cosmos/bank/v1beta1/tx.js +8 -0
- package/cosmos/bank/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/bank/v1beta1/tx.registry.js +1 -87
- package/cosmos/bank/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/bank/v1beta1/tx.rpc.msg.js +25 -13
- package/cosmos/base/abci/v1beta1/abci.d.ts +26 -112
- package/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/cosmos/base/node/v1beta1/query.d.ts +9 -25
- package/cosmos/base/node/v1beta1/query.js +4 -0
- package/cosmos/base/node/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/cosmos/base/node/v1beta1/query.rpc.Service.d.ts +4 -4
- package/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/cosmos/base/query/v1beta1/pagination.d.ts +5 -31
- package/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/cosmos/base/reflection/v2alpha1/reflection.d.ts +53 -154
- package/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/cosmos/base/v1beta1/coin.d.ts +9 -38
- package/cosmos/base/v1beta1/coin.js +5 -1
- package/cosmos/benchmark/module/v1/module.d.ts +5 -20
- package/cosmos/benchmark/module/v1/module.js +2 -0
- package/cosmos/benchmark/v1/benchmark.d.ts +3 -11
- package/cosmos/benchmark/v1/benchmark.js +1 -0
- package/cosmos/benchmark/v1/tx.d.ts +6 -13
- package/cosmos/benchmark/v1/tx.js +2 -0
- package/cosmos/benchmark/v1/tx.registry.d.ts +2 -24
- package/cosmos/benchmark/v1/tx.registry.js +1 -33
- package/cosmos/benchmark/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/benchmark/v1/tx.rpc.msg.js +8 -4
- package/cosmos/bundle.d.ts +1344 -1649
- package/cosmos/circuit/module/v1/module.d.ts +3 -5
- package/cosmos/circuit/module/v1/module.js +1 -0
- package/cosmos/circuit/v1/query.d.ts +15 -32
- package/cosmos/circuit/v1/query.js +6 -0
- package/cosmos/circuit/v1/query.lcd.d.ts +4 -4
- package/cosmos/circuit/v1/query.lcd.js +7 -10
- package/cosmos/circuit/v1/query.rpc.Query.d.ts +5 -5
- package/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/cosmos/circuit/v1/tx.d.ts +14 -35
- package/cosmos/circuit/v1/tx.js +6 -0
- package/cosmos/circuit/v1/tx.registry.d.ts +2 -48
- package/cosmos/circuit/v1/tx.registry.js +1 -69
- package/cosmos/circuit/v1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/circuit/v1/tx.rpc.msg.js +16 -10
- package/cosmos/circuit/v1/types.d.ts +7 -22
- package/cosmos/circuit/v1/types.js +4 -2
- package/cosmos/consensus/module/v1/module.d.ts +3 -5
- package/cosmos/consensus/module/v1/module.js +1 -0
- package/cosmos/consensus/v1/query.d.ts +6 -10
- package/cosmos/consensus/v1/query.js +2 -0
- package/cosmos/consensus/v1/query.lcd.d.ts +2 -2
- package/cosmos/consensus/v1/query.lcd.js +2 -3
- package/cosmos/consensus/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/cosmos/consensus/v1/tx.d.ts +6 -17
- package/cosmos/consensus/v1/tx.js +2 -0
- package/cosmos/consensus/v1/tx.registry.d.ts +2 -24
- package/cosmos/consensus/v1/tx.registry.js +1 -33
- package/cosmos/consensus/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/consensus/v1/tx.rpc.msg.js +11 -4
- package/cosmos/counter/module/v1/module.d.ts +3 -5
- package/cosmos/counter/module/v1/module.js +1 -0
- package/cosmos/counter/v1/query.d.ts +5 -9
- package/cosmos/counter/v1/query.js +2 -0
- package/cosmos/counter/v1/query.rpc.Query.d.ts +3 -3
- package/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/cosmos/counter/v1/tx.d.ts +5 -11
- package/cosmos/counter/v1/tx.js +2 -0
- package/cosmos/counter/v1/tx.registry.d.ts +2 -24
- package/cosmos/counter/v1/tx.registry.js +1 -33
- package/cosmos/counter/v1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/counter/v1/tx.rpc.msg.js +8 -4
- package/cosmos/crisis/module/v1/module.d.ts +3 -6
- package/cosmos/crisis/module/v1/module.js +1 -0
- package/cosmos/crypto/ed25519/keys.d.ts +5 -19
- package/cosmos/crypto/ed25519/keys.js +2 -0
- package/cosmos/crypto/hd/v1/hd.d.ts +3 -9
- package/cosmos/crypto/hd/v1/hd.js +1 -0
- package/cosmos/crypto/keyring/v1/record.d.ts +13 -33
- package/cosmos/crypto/keyring/v1/record.js +5 -0
- package/cosmos/crypto/multisig/keys.d.ts +4 -11
- package/cosmos/crypto/multisig/keys.js +1 -0
- package/cosmos/crypto/multisig/v1beta1/multisig.d.ts +5 -20
- package/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/cosmos/crypto/secp256k1/keys.d.ts +5 -16
- package/cosmos/crypto/secp256k1/keys.js +2 -0
- package/cosmos/crypto/secp256r1/keys.d.ts +5 -10
- package/cosmos/crypto/secp256r1/keys.js +2 -0
- package/cosmos/distribution/module/v1/module.d.ts +3 -6
- package/cosmos/distribution/module/v1/module.js +1 -0
- package/cosmos/distribution/v1beta1/distribution.d.ts +26 -134
- package/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/cosmos/distribution/v1beta1/genesis.d.ts +19 -72
- package/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/cosmos/distribution/v1beta1/query.d.ts +44 -157
- package/cosmos/distribution/v1beta1/query.js +20 -0
- package/cosmos/distribution/v1beta1/query.lcd.d.ts +11 -11
- package/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/cosmos/distribution/v1beta1/query.rpc.Query.d.ts +12 -12
- package/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/cosmos/distribution/v1beta1/tx.d.ts +31 -126
- package/cosmos/distribution/v1beta1/tx.js +14 -0
- package/cosmos/distribution/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/distribution/v1beta1/tx.registry.js +1 -141
- package/cosmos/distribution/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/distribution/v1beta1/tx.rpc.msg.js +41 -22
- package/cosmos/epochs/module/v1/module.d.ts +3 -4
- package/cosmos/epochs/module/v1/module.js +1 -0
- package/cosmos/epochs/v1beta1/events.d.ts +5 -11
- package/cosmos/epochs/v1beta1/events.js +2 -0
- package/cosmos/epochs/v1beta1/genesis.d.ts +6 -20
- package/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/cosmos/epochs/v1beta1/query.d.ts +10 -32
- package/cosmos/epochs/v1beta1/query.js +4 -0
- package/cosmos/epochs/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/cosmos/epochs/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/cosmos/evidence/module/v1/module.d.ts +3 -4
- package/cosmos/evidence/module/v1/module.js +1 -0
- package/cosmos/feegrant/module/v1/module.d.ts +3 -4
- package/cosmos/feegrant/module/v1/module.js +1 -0
- package/cosmos/feegrant/v1beta1/feegrant.d.ts +12 -43
- package/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/cosmos/feegrant/v1beta1/genesis.d.ts +4 -6
- package/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/cosmos/feegrant/v1beta1/query.d.ts +15 -45
- package/cosmos/feegrant/v1beta1/query.js +6 -0
- package/cosmos/feegrant/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/cosmos/feegrant/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/cosmos/feegrant/v1beta1/tx.d.ts +15 -43
- package/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/cosmos/feegrant/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/feegrant/v1beta1/tx.registry.js +1 -69
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/feegrant/v1beta1/tx.rpc.msg.js +18 -10
- package/cosmos/genutil/module/v1/module.d.ts +3 -4
- package/cosmos/genutil/module/v1/module.js +1 -0
- package/cosmos/gov/module/v1/module.d.ts +3 -6
- package/cosmos/gov/module/v1/module.js +1 -0
- package/cosmos/gov/v1/genesis.d.ts +4 -17
- package/cosmos/gov/v1/genesis.js +1 -0
- package/cosmos/gov/v1/gov.d.ts +22 -104
- package/cosmos/gov/v1/gov.js +10 -3
- package/cosmos/gov/v1/query.d.ts +39 -110
- package/cosmos/gov/v1/query.js +18 -0
- package/cosmos/gov/v1/query.lcd.d.ts +10 -10
- package/cosmos/gov/v1/query.lcd.js +18 -27
- package/cosmos/gov/v1/query.rpc.Query.d.ts +11 -11
- package/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/cosmos/gov/v1/tx.d.ts +36 -115
- package/cosmos/gov/v1/tx.js +14 -0
- package/cosmos/gov/v1/tx.registry.d.ts +2 -96
- package/cosmos/gov/v1/tx.registry.js +1 -141
- package/cosmos/gov/v1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/gov/v1/tx.rpc.msg.js +32 -22
- package/cosmos/gov/v1beta1/genesis.d.ts +4 -12
- package/cosmos/gov/v1beta1/genesis.js +1 -0
- package/cosmos/gov/v1beta1/gov.d.ts +25 -90
- package/cosmos/gov/v1beta1/gov.js +11 -5
- package/cosmos/gov/v1beta1/query.d.ts +35 -97
- package/cosmos/gov/v1beta1/query.js +16 -0
- package/cosmos/gov/v1beta1/query.lcd.d.ts +9 -9
- package/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/cosmos/gov/v1beta1/query.rpc.Query.d.ts +10 -10
- package/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/cosmos/gov/v1beta1/tx.d.ts +23 -62
- package/cosmos/gov/v1beta1/tx.js +8 -0
- package/cosmos/gov/v1beta1/tx.registry.d.ts +2 -60
- package/cosmos/gov/v1beta1/tx.registry.js +1 -87
- package/cosmos/gov/v1beta1/tx.rpc.msg.d.ts +7 -6
- package/cosmos/gov/v1beta1/tx.rpc.msg.js +19 -13
- package/cosmos/group/module/v1/module.d.ts +4 -7
- package/cosmos/group/module/v1/module.js +1 -0
- package/cosmos/group/v1/events.d.ts +24 -62
- package/cosmos/group/v1/events.js +11 -0
- package/cosmos/group/v1/genesis.d.ts +4 -13
- package/cosmos/group/v1/genesis.js +1 -0
- package/cosmos/group/v1/query.d.ts +59 -168
- package/cosmos/group/v1/query.js +28 -0
- package/cosmos/group/v1/query.lcd.d.ts +15 -15
- package/cosmos/group/v1/query.lcd.js +29 -43
- package/cosmos/group/v1/query.rpc.Query.d.ts +16 -16
- package/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/cosmos/group/v1/tx.d.ts +59 -170
- package/cosmos/group/v1/tx.js +29 -2
- package/cosmos/group/v1/tx.registry.d.ts +2 -180
- package/cosmos/group/v1/tx.registry.js +1 -267
- package/cosmos/group/v1/tx.rpc.msg.d.ts +17 -16
- package/cosmos/group/v1/tx.rpc.msg.js +47 -43
- package/cosmos/group/v1/types.d.ts +25 -130
- package/cosmos/group/v1/types.js +12 -6
- package/cosmos/ics23/v1/proofs.d.ts +27 -170
- package/cosmos/ics23/v1/proofs.js +14 -3
- package/cosmos/mint/module/v1/module.d.ts +3 -6
- package/cosmos/mint/module/v1/module.js +1 -0
- package/cosmos/mint/v1beta1/genesis.d.ts +4 -7
- package/cosmos/mint/v1beta1/genesis.js +1 -0
- package/cosmos/mint/v1beta1/mint.d.ts +5 -16
- package/cosmos/mint/v1beta1/mint.js +3 -1
- package/cosmos/mint/v1beta1/query.d.ts +14 -37
- package/cosmos/mint/v1beta1/query.js +6 -0
- package/cosmos/mint/v1beta1/query.lcd.d.ts +4 -4
- package/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/cosmos/mint/v1beta1/query.rpc.Query.d.ts +5 -5
- package/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/cosmos/mint/v1beta1/tx.d.ts +6 -20
- package/cosmos/mint/v1beta1/tx.js +2 -0
- package/cosmos/mint/v1beta1/tx.registry.d.ts +2 -24
- package/cosmos/mint/v1beta1/tx.registry.js +1 -33
- package/cosmos/mint/v1beta1/tx.rpc.msg.d.ts +4 -3
- package/cosmos/mint/v1beta1/tx.rpc.msg.js +11 -4
- package/cosmos/nft/module/v1/module.d.ts +3 -4
- package/cosmos/nft/module/v1/module.js +1 -0
- package/cosmos/orm/module/v1alpha1/module.d.ts +3 -8
- package/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/cosmos/orm/query/v1alpha1/query.d.ts +18 -53
- package/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.d.ts +4 -4
- package/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/cosmos/params/module/v1/module.d.ts +3 -4
- package/cosmos/params/module/v1/module.js +1 -0
- package/cosmos/params/v1beta1/params.d.ts +5 -19
- package/cosmos/params/v1beta1/params.js +2 -1
- package/cosmos/params/v1beta1/query.d.ts +12 -42
- package/cosmos/params/v1beta1/query.js +5 -0
- package/cosmos/params/v1beta1/query.lcd.d.ts +3 -3
- package/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/cosmos/params/v1beta1/query.rpc.Query.d.ts +4 -4
- package/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/cosmos/protocolpool/module/v1/module.d.ts +3 -5
- package/cosmos/protocolpool/module/v1/module.js +1 -0
- package/cosmos/protocolpool/v1/genesis.d.ts +4 -7
- package/cosmos/protocolpool/v1/genesis.js +1 -0
- package/cosmos/protocolpool/v1/query.d.ts +19 -57
- package/cosmos/protocolpool/v1/query.js +8 -0
- package/cosmos/protocolpool/v1/query.lcd.d.ts +5 -5
- package/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/cosmos/protocolpool/v1/query.rpc.Query.d.ts +6 -6
- package/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/cosmos/protocolpool/v1/tx.d.ts +23 -77
- package/cosmos/protocolpool/v1/tx.js +11 -1
- package/cosmos/protocolpool/v1/tx.registry.d.ts +2 -72
- package/cosmos/protocolpool/v1/tx.registry.js +1 -105
- package/cosmos/protocolpool/v1/tx.rpc.msg.d.ts +8 -7
- package/cosmos/protocolpool/v1/tx.rpc.msg.js +28 -16
- package/cosmos/protocolpool/v1/types.d.ts +5 -13
- package/cosmos/protocolpool/v1/types.js +3 -1
- package/cosmos/reflection/v1/reflection.d.ts +6 -10
- package/cosmos/reflection/v1/reflection.js +2 -0
- package/cosmos/slashing/module/v1/module.d.ts +3 -5
- package/cosmos/slashing/module/v1/module.js +1 -0
- package/cosmos/staking/module/v1/module.d.ts +3 -8
- package/cosmos/staking/module/v1/module.js +1 -0
- package/cosmos/staking/v1beta1/authz.d.ts +6 -21
- package/cosmos/staking/v1beta1/authz.js +3 -3
- package/cosmos/staking/v1beta1/genesis.d.ts +6 -19
- package/cosmos/staking/v1beta1/genesis.js +2 -0
- package/cosmos/staking/v1beta1/query.d.ts +59 -213
- package/cosmos/staking/v1beta1/query.js +28 -0
- package/cosmos/staking/v1beta1/query.lcd.d.ts +15 -15
- package/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/cosmos/staking/v1beta1/query.rpc.Query.d.ts +16 -16
- package/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/cosmos/staking/v1beta1/staking.d.ts +48 -214
- package/cosmos/staking/v1beta1/staking.js +28 -9
- package/cosmos/staking/v1beta1/tx.d.ts +32 -116
- package/cosmos/staking/v1beta1/tx.js +20 -6
- package/cosmos/staking/v1beta1/tx.registry.d.ts +2 -96
- package/cosmos/staking/v1beta1/tx.registry.js +1 -141
- package/cosmos/staking/v1beta1/tx.rpc.msg.d.ts +10 -9
- package/cosmos/staking/v1beta1/tx.rpc.msg.js +34 -22
- package/cosmos/store/internal/kv/v1beta1/kv.d.ts +5 -11
- package/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/cosmos/store/snapshots/v1/snapshot.d.ts +15 -66
- package/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/cosmos/store/streaming/abci/grpc.d.ts +11 -23
- package/cosmos/store/streaming/abci/grpc.js +4 -0
- package/cosmos/store/v1beta1/commit_info.d.ts +7 -28
- package/cosmos/store/v1beta1/commit_info.js +3 -0
- package/cosmos/store/v1beta1/listening.d.ts +6 -25
- package/cosmos/store/v1beta1/listening.js +2 -0
- package/cosmos/tx/config/v1/config.d.ts +3 -6
- package/cosmos/tx/config/v1/config.js +1 -0
- package/cosmos/tx/signing/v1beta1/signing.d.ts +13 -38
- package/cosmos/tx/signing/v1beta1/signing.js +6 -2
- package/cosmos/tx/v1beta1/service.d.ts +42 -188
- package/cosmos/tx/v1beta1/service.js +19 -3
- package/cosmos/tx/v1beta1/service.lcd.d.ts +4 -4
- package/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/cosmos/tx/v1beta1/service.rpc.Service.d.ts +11 -11
- package/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/cosmos/tx/v1beta1/tx.d.ts +30 -136
- package/cosmos/tx/v1beta1/tx.js +13 -0
- package/cosmos/upgrade/module/v1/module.d.ts +3 -5
- package/cosmos/upgrade/module/v1/module.js +1 -0
- package/cosmos/upgrade/v1beta1/query.d.ts +22 -87
- package/cosmos/upgrade/v1beta1/query.js +10 -0
- package/cosmos/upgrade/v1beta1/query.lcd.d.ts +6 -6
- package/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/cosmos/upgrade/v1beta1/query.rpc.Query.d.ts +7 -7
- package/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/cosmos/upgrade/v1beta1/tx.d.ts +10 -36
- package/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/cosmos/upgrade/v1beta1/tx.registry.d.ts +2 -36
- package/cosmos/upgrade/v1beta1/tx.registry.js +1 -51
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.d.ts +5 -4
- package/cosmos/upgrade/v1beta1/tx.rpc.msg.js +16 -7
- package/cosmos/upgrade/v1beta1/upgrade.d.ts +10 -51
- package/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/cosmos/vesting/module/v1/module.d.ts +3 -4
- package/cosmos/vesting/module/v1/module.js +1 -0
- package/cosmos/vesting/v1beta1/tx.d.ts +15 -60
- package/cosmos/vesting/v1beta1/tx.js +6 -0
- package/cosmos/vesting/v1beta1/tx.registry.d.ts +2 -48
- package/cosmos/vesting/v1beta1/tx.registry.js +1 -69
- package/cosmos/vesting/v1beta1/tx.rpc.msg.d.ts +6 -5
- package/cosmos/vesting/v1beta1/tx.rpc.msg.js +21 -10
- package/cosmos/vesting/v1beta1/vesting.d.ts +15 -59
- package/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/cosmos_proto/bundle.d.ts +2 -3
- package/cosmos_proto/cosmos.d.ts +3 -25
- package/cosmos_proto/cosmos.js +1 -2
- package/esm/cosmos/app/runtime/v1alpha1/module.js +2 -0
- package/esm/cosmos/app/v1alpha1/module.js +3 -0
- package/esm/cosmos/auth/module/v1/module.js +2 -0
- package/esm/cosmos/auth/v1beta1/auth.js +4 -2
- package/esm/cosmos/auth/v1beta1/genesis.js +1 -0
- package/esm/cosmos/auth/v1beta1/query.js +20 -0
- package/esm/cosmos/auth/v1beta1/query.lcd.js +21 -31
- package/esm/cosmos/auth/v1beta1/query.rpc.Query.js +48 -31
- package/esm/cosmos/auth/v1beta1/tx.js +2 -0
- package/esm/cosmos/auth/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/auth/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/authz/module/v1/module.js +1 -0
- package/esm/cosmos/authz/v1beta1/authz.js +4 -1
- package/esm/cosmos/authz/v1beta1/event.js +2 -0
- package/esm/cosmos/authz/v1beta1/genesis.js +1 -0
- package/esm/cosmos/authz/v1beta1/query.js +6 -0
- package/esm/cosmos/authz/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/authz/v1beta1/query.rpc.Query.js +13 -9
- package/esm/cosmos/authz/v1beta1/tx.js +6 -0
- package/esm/cosmos/authz/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/authz/v1beta1/tx.rpc.msg.js +18 -9
- package/esm/cosmos/bank/module/v1/module.js +1 -0
- package/esm/cosmos/bank/v1beta1/authz.js +1 -1
- package/esm/cosmos/bank/v1beta1/bank.js +7 -1
- package/esm/cosmos/bank/v1beta1/genesis.js +2 -0
- package/esm/cosmos/bank/v1beta1/query.js +27 -0
- package/esm/cosmos/bank/v1beta1/query.lcd.js +28 -41
- package/esm/cosmos/bank/v1beta1/query.rpc.Query.js +78 -41
- package/esm/cosmos/bank/v1beta1/tx.js +8 -0
- package/esm/cosmos/bank/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/bank/v1beta1/tx.rpc.msg.js +23 -12
- package/esm/cosmos/base/abci/v1beta1/abci.js +11 -0
- package/esm/cosmos/base/node/v1beta1/query.js +4 -0
- package/esm/cosmos/base/node/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/base/node/v1beta1/query.rpc.Service.js +6 -6
- package/esm/cosmos/base/query/v1beta1/pagination.js +2 -0
- package/esm/cosmos/base/reflection/v2alpha1/reflection.js +26 -0
- package/esm/cosmos/base/v1beta1/coin.js +5 -1
- package/esm/cosmos/benchmark/module/v1/module.js +2 -0
- package/esm/cosmos/benchmark/v1/benchmark.js +1 -0
- package/esm/cosmos/benchmark/v1/tx.js +2 -0
- package/esm/cosmos/benchmark/v1/tx.registry.js +0 -31
- package/esm/cosmos/benchmark/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/circuit/module/v1/module.js +1 -0
- package/esm/cosmos/circuit/v1/query.js +6 -0
- package/esm/cosmos/circuit/v1/query.lcd.js +7 -10
- package/esm/cosmos/circuit/v1/query.rpc.Query.js +10 -10
- package/esm/cosmos/circuit/v1/tx.js +6 -0
- package/esm/cosmos/circuit/v1/tx.registry.js +0 -67
- package/esm/cosmos/circuit/v1/tx.rpc.msg.js +14 -9
- package/esm/cosmos/circuit/v1/types.js +3 -1
- package/esm/cosmos/consensus/module/v1/module.js +1 -0
- package/esm/cosmos/consensus/v1/query.js +2 -0
- package/esm/cosmos/consensus/v1/query.lcd.js +2 -3
- package/esm/cosmos/consensus/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/consensus/v1/tx.js +2 -0
- package/esm/cosmos/consensus/v1/tx.registry.js +0 -31
- package/esm/cosmos/consensus/v1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/counter/module/v1/module.js +1 -0
- package/esm/cosmos/counter/v1/query.js +2 -0
- package/esm/cosmos/counter/v1/query.rpc.Query.js +3 -3
- package/esm/cosmos/counter/v1/tx.js +2 -0
- package/esm/cosmos/counter/v1/tx.registry.js +0 -31
- package/esm/cosmos/counter/v1/tx.rpc.msg.js +6 -3
- package/esm/cosmos/crisis/module/v1/module.js +1 -0
- package/esm/cosmos/crypto/ed25519/keys.js +2 -0
- package/esm/cosmos/crypto/hd/v1/hd.js +1 -0
- package/esm/cosmos/crypto/keyring/v1/record.js +5 -0
- package/esm/cosmos/crypto/multisig/keys.js +1 -0
- package/esm/cosmos/crypto/multisig/v1beta1/multisig.js +2 -0
- package/esm/cosmos/crypto/secp256k1/keys.js +2 -0
- package/esm/cosmos/crypto/secp256r1/keys.js +2 -0
- package/esm/cosmos/distribution/module/v1/module.js +1 -0
- package/esm/cosmos/distribution/v1beta1/distribution.js +13 -3
- package/esm/cosmos/distribution/v1beta1/genesis.js +8 -0
- package/esm/cosmos/distribution/v1beta1/query.js +20 -0
- package/esm/cosmos/distribution/v1beta1/query.lcd.js +20 -30
- package/esm/cosmos/distribution/v1beta1/query.rpc.Query.js +31 -30
- package/esm/cosmos/distribution/v1beta1/tx.js +14 -0
- package/esm/cosmos/distribution/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/distribution/v1beta1/tx.rpc.msg.js +39 -21
- package/esm/cosmos/epochs/module/v1/module.js +1 -0
- package/esm/cosmos/epochs/v1beta1/events.js +2 -0
- package/esm/cosmos/epochs/v1beta1/genesis.js +2 -0
- package/esm/cosmos/epochs/v1beta1/query.js +4 -0
- package/esm/cosmos/epochs/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/epochs/v1beta1/query.rpc.Query.js +6 -6
- package/esm/cosmos/evidence/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/module/v1/module.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/feegrant.js +4 -3
- package/esm/cosmos/feegrant/v1beta1/genesis.js +1 -0
- package/esm/cosmos/feegrant/v1beta1/query.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/feegrant/v1beta1/query.rpc.Query.js +11 -9
- package/esm/cosmos/feegrant/v1beta1/tx.js +6 -0
- package/esm/cosmos/feegrant/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/feegrant/v1beta1/tx.rpc.msg.js +16 -9
- package/esm/cosmos/genutil/module/v1/module.js +1 -0
- package/esm/cosmos/gov/module/v1/module.js +1 -0
- package/esm/cosmos/gov/v1/genesis.js +1 -0
- package/esm/cosmos/gov/v1/gov.js +9 -2
- package/esm/cosmos/gov/v1/query.js +18 -0
- package/esm/cosmos/gov/v1/query.lcd.js +18 -27
- package/esm/cosmos/gov/v1/query.rpc.Query.js +27 -27
- package/esm/cosmos/gov/v1/tx.js +14 -0
- package/esm/cosmos/gov/v1/tx.registry.js +0 -139
- package/esm/cosmos/gov/v1/tx.rpc.msg.js +30 -21
- package/esm/cosmos/gov/v1beta1/genesis.js +1 -0
- package/esm/cosmos/gov/v1beta1/gov.js +10 -4
- package/esm/cosmos/gov/v1beta1/query.js +16 -0
- package/esm/cosmos/gov/v1beta1/query.lcd.js +16 -24
- package/esm/cosmos/gov/v1beta1/query.rpc.Query.js +24 -24
- package/esm/cosmos/gov/v1beta1/tx.js +8 -0
- package/esm/cosmos/gov/v1beta1/tx.registry.js +0 -85
- package/esm/cosmos/gov/v1beta1/tx.rpc.msg.js +17 -12
- package/esm/cosmos/group/module/v1/module.js +1 -0
- package/esm/cosmos/group/v1/events.js +11 -0
- package/esm/cosmos/group/v1/genesis.js +1 -0
- package/esm/cosmos/group/v1/query.js +28 -0
- package/esm/cosmos/group/v1/query.lcd.js +29 -43
- package/esm/cosmos/group/v1/query.rpc.Query.js +49 -43
- package/esm/cosmos/group/v1/tx.js +28 -1
- package/esm/cosmos/group/v1/tx.registry.js +0 -265
- package/esm/cosmos/group/v1/tx.rpc.msg.js +45 -42
- package/esm/cosmos/group/v1/types.js +11 -5
- package/esm/cosmos/ics23/v1/proofs.js +13 -2
- package/esm/cosmos/mint/module/v1/module.js +1 -0
- package/esm/cosmos/mint/v1beta1/genesis.js +1 -0
- package/esm/cosmos/mint/v1beta1/mint.js +3 -1
- package/esm/cosmos/mint/v1beta1/query.js +6 -0
- package/esm/cosmos/mint/v1beta1/query.lcd.js +6 -9
- package/esm/cosmos/mint/v1beta1/query.rpc.Query.js +9 -9
- package/esm/cosmos/mint/v1beta1/tx.js +2 -0
- package/esm/cosmos/mint/v1beta1/tx.registry.js +0 -31
- package/esm/cosmos/mint/v1beta1/tx.rpc.msg.js +9 -3
- package/esm/cosmos/nft/module/v1/module.js +1 -0
- package/esm/cosmos/orm/module/v1alpha1/module.js +1 -0
- package/esm/cosmos/orm/query/v1alpha1/query.js +7 -0
- package/esm/cosmos/orm/query/v1alpha1/query.rpc.Query.js +6 -6
- package/esm/cosmos/params/module/v1/module.js +1 -0
- package/esm/cosmos/params/v1beta1/params.js +2 -1
- package/esm/cosmos/params/v1beta1/query.js +5 -0
- package/esm/cosmos/params/v1beta1/query.lcd.js +4 -6
- package/esm/cosmos/params/v1beta1/query.rpc.Query.js +9 -6
- package/esm/cosmos/protocolpool/module/v1/module.js +1 -0
- package/esm/cosmos/protocolpool/v1/genesis.js +1 -0
- package/esm/cosmos/protocolpool/v1/query.js +8 -0
- package/esm/cosmos/protocolpool/v1/query.lcd.js +8 -12
- package/esm/cosmos/protocolpool/v1/query.rpc.Query.js +12 -12
- package/esm/cosmos/protocolpool/v1/tx.js +11 -1
- package/esm/cosmos/protocolpool/v1/tx.registry.js +0 -103
- package/esm/cosmos/protocolpool/v1/tx.rpc.msg.js +26 -15
- package/esm/cosmos/protocolpool/v1/types.js +3 -1
- package/esm/cosmos/reflection/v1/reflection.js +2 -0
- package/esm/cosmos/slashing/module/v1/module.js +1 -0
- package/esm/cosmos/staking/module/v1/module.js +1 -0
- package/esm/cosmos/staking/v1beta1/authz.js +2 -2
- package/esm/cosmos/staking/v1beta1/genesis.js +2 -0
- package/esm/cosmos/staking/v1beta1/query.js +28 -0
- package/esm/cosmos/staking/v1beta1/query.lcd.js +28 -42
- package/esm/cosmos/staking/v1beta1/query.rpc.Query.js +67 -42
- package/esm/cosmos/staking/v1beta1/staking.js +23 -4
- package/esm/cosmos/staking/v1beta1/tx.js +16 -2
- package/esm/cosmos/staking/v1beta1/tx.registry.js +0 -139
- package/esm/cosmos/staking/v1beta1/tx.rpc.msg.js +32 -21
- package/esm/cosmos/store/internal/kv/v1beta1/kv.js +2 -0
- package/esm/cosmos/store/snapshots/v1/snapshot.js +7 -0
- package/esm/cosmos/store/streaming/abci/grpc.js +4 -0
- package/esm/cosmos/store/v1beta1/commit_info.js +3 -0
- package/esm/cosmos/store/v1beta1/listening.js +2 -0
- package/esm/cosmos/tx/config/v1/config.js +1 -0
- package/esm/cosmos/tx/signing/v1beta1/signing.js +5 -1
- package/esm/cosmos/tx/v1beta1/service.js +18 -2
- package/esm/cosmos/tx/v1beta1/service.lcd.js +6 -9
- package/esm/cosmos/tx/v1beta1/service.rpc.Service.js +37 -27
- package/esm/cosmos/tx/v1beta1/tx.js +13 -0
- package/esm/cosmos/upgrade/module/v1/module.js +1 -0
- package/esm/cosmos/upgrade/v1beta1/query.js +10 -0
- package/esm/cosmos/upgrade/v1beta1/query.lcd.js +10 -15
- package/esm/cosmos/upgrade/v1beta1/query.rpc.Query.js +24 -15
- package/esm/cosmos/upgrade/v1beta1/tx.js +4 -0
- package/esm/cosmos/upgrade/v1beta1/tx.registry.js +0 -49
- package/esm/cosmos/upgrade/v1beta1/tx.rpc.msg.js +14 -6
- package/esm/cosmos/upgrade/v1beta1/upgrade.js +4 -2
- package/esm/cosmos/vesting/module/v1/module.js +1 -0
- package/esm/cosmos/vesting/v1beta1/tx.js +6 -0
- package/esm/cosmos/vesting/v1beta1/tx.registry.js +0 -67
- package/esm/cosmos/vesting/v1beta1/tx.rpc.msg.js +19 -9
- package/esm/cosmos/vesting/v1beta1/vesting.js +6 -0
- package/esm/cosmos_proto/cosmos.js +0 -1
- package/esm/google/protobuf/any.js +0 -1
- package/esm/google/protobuf/descriptor.js +4 -24
- package/esm/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +0 -67
- package/esm/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/esm/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/esm/ibc/applications/interchain_accounts/v1/packet.js +2 -1
- package/esm/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/esm/ibc/applications/transfer/v1/authz.js +2 -1
- package/esm/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/esm/ibc/applications/transfer/v1/genesis.js +1 -0
- package/esm/ibc/applications/transfer/v1/packet.js +1 -0
- package/esm/ibc/applications/transfer/v1/query.js +12 -0
- package/esm/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/esm/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/esm/ibc/applications/transfer/v1/token.js +3 -0
- package/esm/ibc/applications/transfer/v1/transfer.js +1 -0
- package/esm/ibc/applications/transfer/v1/tx.js +4 -0
- package/esm/ibc/applications/transfer/v1/tx.registry.js +0 -49
- package/esm/ibc/applications/transfer/v1/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/channel/v1/channel.js +8 -2
- package/esm/ibc/core/channel/v1/genesis.js +2 -0
- package/esm/ibc/core/channel/v1/query.js +28 -0
- package/esm/ibc/core/channel/v1/query.lcd.js +29 -43
- package/esm/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/esm/ibc/core/channel/v1/tx.js +20 -1
- package/esm/ibc/core/channel/v1/tx.registry.js +0 -193
- package/esm/ibc/core/channel/v1/tx.rpc.msg.js +34 -30
- package/esm/ibc/core/channel/v2/genesis.js +3 -0
- package/esm/ibc/core/channel/v2/packet.js +4 -1
- package/esm/ibc/core/channel/v2/query.js +16 -0
- package/esm/ibc/core/channel/v2/query.lcd.js +16 -24
- package/esm/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/esm/ibc/core/channel/v2/tx.js +8 -1
- package/esm/ibc/core/channel/v2/tx.registry.js +0 -85
- package/esm/ibc/core/channel/v2/tx.rpc.msg.js +15 -12
- package/esm/ibc/core/client/v1/client.js +5 -0
- package/esm/ibc/core/client/v1/genesis.js +3 -0
- package/esm/ibc/core/client/v1/query.js +22 -0
- package/esm/ibc/core/client/v1/query.lcd.js +21 -31
- package/esm/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/esm/ibc/core/client/v1/tx.js +16 -0
- package/esm/ibc/core/client/v1/tx.registry.js +0 -157
- package/esm/ibc/core/client/v1/tx.rpc.msg.js +27 -24
- package/esm/ibc/core/client/v2/config.js +1 -0
- package/esm/ibc/core/client/v2/counterparty.js +1 -0
- package/esm/ibc/core/client/v2/genesis.js +2 -0
- package/esm/ibc/core/client/v2/query.js +4 -0
- package/esm/ibc/core/client/v2/query.lcd.js +4 -6
- package/esm/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/esm/ibc/core/client/v2/tx.js +4 -0
- package/esm/ibc/core/client/v2/tx.registry.js +0 -49
- package/esm/ibc/core/client/v2/tx.rpc.msg.js +9 -6
- package/esm/ibc/core/commitment/v1/commitment.js +3 -0
- package/esm/ibc/core/commitment/v2/commitment.js +1 -0
- package/esm/ibc/core/connection/v1/connection.js +7 -1
- package/esm/ibc/core/connection/v1/genesis.js +1 -0
- package/esm/ibc/core/connection/v1/query.js +12 -0
- package/esm/ibc/core/connection/v1/query.lcd.js +13 -19
- package/esm/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/esm/ibc/core/connection/v1/tx.js +10 -0
- package/esm/ibc/core/connection/v1/tx.registry.js +0 -103
- package/esm/ibc/core/connection/v1/tx.rpc.msg.js +20 -15
- package/esm/ibc/lightclients/solomachine/v2/solomachine.js +16 -1
- package/esm/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/esm/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/esm/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/esm/ibc/lightclients/wasm/v1/query.js +4 -0
- package/esm/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/esm/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/esm/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/esm/ibc/lightclients/wasm/v1/tx.registry.js +0 -67
- package/esm/ibc/lightclients/wasm/v1/tx.rpc.msg.js +12 -9
- package/esm/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/esm/index.js +1 -0
- package/esm/sparkdream/blog/params.js +1 -0
- package/esm/sparkdream/blog/query.lcd.js +7 -10
- package/esm/sparkdream/blog/query.rpc.Query.js +10 -10
- package/esm/sparkdream/blog/tx.js +1 -0
- package/esm/sparkdream/blog/tx.registry.js +0 -85
- package/esm/sparkdream/blog/tx.rpc.msg.js +16 -12
- package/esm/sparkdream/sparkdream/params.js +1 -0
- package/esm/sparkdream/sparkdream/query.lcd.js +2 -3
- package/esm/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/esm/sparkdream/sparkdream/tx.js +1 -0
- package/esm/sparkdream/sparkdream/tx.registry.js +0 -31
- package/esm/sparkdream/sparkdream/tx.rpc.msg.js +7 -3
- package/esm/tendermint/abci/types.js +0 -6
- package/esm/tendermint/types/types.js +0 -1
- package/esm/tendermint/types/validator.js +0 -1
- package/esm/types.js +7 -0
- package/google/api/http.d.ts +4 -295
- package/google/bundle.d.ts +37 -57
- package/google/protobuf/any.d.ts +2 -94
- package/google/protobuf/any.js +0 -1
- package/google/protobuf/descriptor.d.ts +35 -370
- package/google/protobuf/descriptor.js +6 -26
- package/google/protobuf/duration.d.ts +2 -65
- package/google/protobuf/timestamp.d.ts +2 -96
- package/ibc/applications/interchain_accounts/controller/v1/controller.d.ts +3 -8
- package/ibc/applications/interchain_accounts/controller/v1/controller.js +1 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.d.ts +10 -21
- package/ibc/applications/interchain_accounts/controller/v1/query.js +4 -0
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.d.ts +3 -3
- package/ibc/applications/interchain_accounts/controller/v1/query.lcd.js +4 -6
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/applications/interchain_accounts/controller/v1/query.rpc.Query.js +6 -6
- package/ibc/applications/interchain_accounts/controller/v1/tx.d.ts +15 -39
- package/ibc/applications/interchain_accounts/controller/v1/tx.js +6 -0
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.d.ts +2 -48
- package/ibc/applications/interchain_accounts/controller/v1/tx.registry.js +1 -69
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/applications/interchain_accounts/controller/v1/tx.rpc.msg.js +14 -10
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.d.ts +11 -42
- package/ibc/applications/interchain_accounts/genesis/v1/genesis.js +5 -0
- package/ibc/applications/interchain_accounts/host/v1/host.d.ts +5 -18
- package/ibc/applications/interchain_accounts/host/v1/host.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.d.ts +6 -10
- package/ibc/applications/interchain_accounts/host/v1/query.js +2 -0
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.d.ts +2 -2
- package/ibc/applications/interchain_accounts/host/v1/query.lcd.js +2 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.d.ts +3 -3
- package/ibc/applications/interchain_accounts/host/v1/query.rpc.Query.js +3 -3
- package/ibc/applications/interchain_accounts/host/v1/tx.d.ts +10 -23
- package/ibc/applications/interchain_accounts/host/v1/tx.js +4 -0
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/interchain_accounts/host/v1/tx.registry.js +1 -51
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/interchain_accounts/host/v1/tx.rpc.msg.js +11 -7
- package/ibc/applications/interchain_accounts/v1/account.d.ts +4 -9
- package/ibc/applications/interchain_accounts/v1/account.js +1 -1
- package/ibc/applications/interchain_accounts/v1/metadata.d.ts +3 -13
- package/ibc/applications/interchain_accounts/v1/metadata.js +1 -0
- package/ibc/applications/interchain_accounts/v1/packet.d.ts +6 -14
- package/ibc/applications/interchain_accounts/v1/packet.js +3 -2
- package/ibc/applications/packet_forward_middleware/v1/genesis.d.ts +6 -31
- package/ibc/applications/packet_forward_middleware/v1/genesis.js +2 -0
- package/ibc/applications/transfer/v1/authz.d.ts +6 -20
- package/ibc/applications/transfer/v1/authz.js +2 -1
- package/ibc/applications/transfer/v1/denomtrace.d.ts +3 -10
- package/ibc/applications/transfer/v1/denomtrace.js +1 -0
- package/ibc/applications/transfer/v1/genesis.d.ts +6 -11
- package/ibc/applications/transfer/v1/genesis.js +1 -0
- package/ibc/applications/transfer/v1/packet.d.ts +3 -13
- package/ibc/applications/transfer/v1/packet.js +1 -0
- package/ibc/applications/transfer/v1/query.d.ts +29 -83
- package/ibc/applications/transfer/v1/query.js +12 -0
- package/ibc/applications/transfer/v1/query.lcd.d.ts +7 -7
- package/ibc/applications/transfer/v1/query.lcd.js +13 -19
- package/ibc/applications/transfer/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/applications/transfer/v1/query.rpc.Query.js +19 -19
- package/ibc/applications/transfer/v1/token.d.ts +7 -18
- package/ibc/applications/transfer/v1/token.js +3 -0
- package/ibc/applications/transfer/v1/transfer.d.ts +3 -11
- package/ibc/applications/transfer/v1/transfer.js +1 -0
- package/ibc/applications/transfer/v1/tx.d.ts +11 -37
- package/ibc/applications/transfer/v1/tx.js +4 -0
- package/ibc/applications/transfer/v1/tx.registry.d.ts +2 -36
- package/ibc/applications/transfer/v1/tx.registry.js +1 -51
- package/ibc/applications/transfer/v1/tx.rpc.msg.d.ts +5 -4
- package/ibc/applications/transfer/v1/tx.rpc.msg.js +11 -7
- package/ibc/bundle.d.ts +581 -848
- package/ibc/core/channel/v1/channel.d.ts +18 -96
- package/ibc/core/channel/v1/channel.js +9 -3
- package/ibc/core/channel/v1/genesis.d.ts +6 -23
- package/ibc/core/channel/v1/genesis.js +2 -0
- package/ibc/core/channel/v1/query.d.ts +61 -273
- package/ibc/core/channel/v1/query.js +28 -0
- package/ibc/core/channel/v1/query.lcd.d.ts +15 -15
- package/ibc/core/channel/v1/query.lcd.js +29 -43
- package/ibc/core/channel/v1/query.rpc.Query.d.ts +16 -16
- package/ibc/core/channel/v1/query.rpc.Query.js +51 -43
- package/ibc/core/channel/v1/tx.d.ts +43 -167
- package/ibc/core/channel/v1/tx.js +21 -2
- package/ibc/core/channel/v1/tx.registry.d.ts +2 -132
- package/ibc/core/channel/v1/tx.registry.js +1 -195
- package/ibc/core/channel/v1/tx.rpc.msg.d.ts +13 -12
- package/ibc/core/channel/v1/tx.rpc.msg.js +36 -31
- package/ibc/core/channel/v2/genesis.d.ts +7 -27
- package/ibc/core/channel/v2/genesis.js +3 -0
- package/ibc/core/channel/v2/packet.d.ts +9 -37
- package/ibc/core/channel/v2/packet.js +5 -2
- package/ibc/core/channel/v2/query.d.ts +36 -117
- package/ibc/core/channel/v2/query.js +16 -0
- package/ibc/core/channel/v2/query.lcd.d.ts +9 -9
- package/ibc/core/channel/v2/query.lcd.js +16 -24
- package/ibc/core/channel/v2/query.rpc.Query.d.ts +10 -10
- package/ibc/core/channel/v2/query.rpc.Query.js +24 -24
- package/ibc/core/channel/v2/tx.d.ts +19 -56
- package/ibc/core/channel/v2/tx.js +9 -2
- package/ibc/core/channel/v2/tx.registry.d.ts +2 -60
- package/ibc/core/channel/v2/tx.registry.js +1 -87
- package/ibc/core/channel/v2/tx.rpc.msg.d.ts +7 -6
- package/ibc/core/channel/v2/tx.rpc.msg.js +17 -13
- package/ibc/core/client/v1/client.d.ts +12 -53
- package/ibc/core/client/v1/client.js +5 -0
- package/ibc/core/client/v1/genesis.d.ts +8 -30
- package/ibc/core/client/v1/genesis.js +3 -0
- package/ibc/core/client/v1/query.d.ts +49 -191
- package/ibc/core/client/v1/query.js +22 -0
- package/ibc/core/client/v1/query.lcd.d.ts +11 -11
- package/ibc/core/client/v1/query.lcd.js +21 -31
- package/ibc/core/client/v1/query.rpc.Query.d.ts +13 -13
- package/ibc/core/client/v1/query.rpc.Query.js +36 -34
- package/ibc/core/client/v1/tx.d.ts +36 -107
- package/ibc/core/client/v1/tx.js +16 -0
- package/ibc/core/client/v1/tx.registry.d.ts +2 -108
- package/ibc/core/client/v1/tx.registry.js +1 -159
- package/ibc/core/client/v1/tx.rpc.msg.d.ts +11 -10
- package/ibc/core/client/v1/tx.rpc.msg.js +29 -25
- package/ibc/core/client/v2/config.d.ts +3 -10
- package/ibc/core/client/v2/config.js +1 -0
- package/ibc/core/client/v2/counterparty.d.ts +3 -6
- package/ibc/core/client/v2/counterparty.js +1 -0
- package/ibc/core/client/v2/genesis.d.ts +6 -12
- package/ibc/core/client/v2/genesis.js +2 -0
- package/ibc/core/client/v2/query.d.ts +11 -28
- package/ibc/core/client/v2/query.js +4 -0
- package/ibc/core/client/v2/query.lcd.d.ts +3 -3
- package/ibc/core/client/v2/query.lcd.js +4 -6
- package/ibc/core/client/v2/query.rpc.Query.d.ts +4 -4
- package/ibc/core/client/v2/query.rpc.Query.js +6 -6
- package/ibc/core/client/v2/tx.d.ts +10 -24
- package/ibc/core/client/v2/tx.js +4 -0
- package/ibc/core/client/v2/tx.registry.d.ts +2 -36
- package/ibc/core/client/v2/tx.registry.js +1 -51
- package/ibc/core/client/v2/tx.rpc.msg.d.ts +5 -4
- package/ibc/core/client/v2/tx.rpc.msg.js +11 -7
- package/ibc/core/commitment/v1/commitment.d.ts +8 -29
- package/ibc/core/commitment/v1/commitment.js +3 -0
- package/ibc/core/commitment/v2/commitment.d.ts +3 -37
- package/ibc/core/commitment/v2/commitment.js +1 -0
- package/ibc/core/connection/v1/connection.d.ts +16 -61
- package/ibc/core/connection/v1/connection.js +8 -2
- package/ibc/core/connection/v1/genesis.d.ts +4 -9
- package/ibc/core/connection/v1/genesis.js +1 -0
- package/ibc/core/connection/v1/query.d.ts +29 -107
- package/ibc/core/connection/v1/query.js +12 -0
- package/ibc/core/connection/v1/query.lcd.d.ts +7 -7
- package/ibc/core/connection/v1/query.lcd.js +13 -19
- package/ibc/core/connection/v1/query.rpc.Query.d.ts +8 -8
- package/ibc/core/connection/v1/query.rpc.Query.js +22 -19
- package/ibc/core/connection/v1/tx.d.ts +24 -107
- package/ibc/core/connection/v1/tx.js +10 -0
- package/ibc/core/connection/v1/tx.registry.d.ts +2 -72
- package/ibc/core/connection/v1/tx.registry.js +1 -105
- package/ibc/core/connection/v1/tx.rpc.msg.d.ts +8 -7
- package/ibc/core/connection/v1/tx.rpc.msg.js +22 -16
- package/ibc/lightclients/solomachine/v2/solomachine.d.ts +36 -149
- package/ibc/lightclients/solomachine/v2/solomachine.js +17 -2
- package/ibc/lightclients/solomachine/v3/solomachine.d.ts +18 -75
- package/ibc/lightclients/solomachine/v3/solomachine.js +8 -0
- package/ibc/lightclients/tendermint/v1/tendermint.d.ts +17 -74
- package/ibc/lightclients/tendermint/v1/tendermint.js +5 -0
- package/ibc/lightclients/wasm/v1/genesis.d.ts +5 -10
- package/ibc/lightclients/wasm/v1/genesis.js +2 -0
- package/ibc/lightclients/wasm/v1/query.d.ts +10 -22
- package/ibc/lightclients/wasm/v1/query.js +4 -0
- package/ibc/lightclients/wasm/v1/query.lcd.d.ts +3 -3
- package/ibc/lightclients/wasm/v1/query.lcd.js +5 -7
- package/ibc/lightclients/wasm/v1/query.rpc.Query.d.ts +4 -4
- package/ibc/lightclients/wasm/v1/query.rpc.Query.js +7 -7
- package/ibc/lightclients/wasm/v1/tx.d.ts +13 -33
- package/ibc/lightclients/wasm/v1/tx.js +6 -0
- package/ibc/lightclients/wasm/v1/tx.registry.d.ts +2 -48
- package/ibc/lightclients/wasm/v1/tx.registry.js +1 -69
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.d.ts +6 -5
- package/ibc/lightclients/wasm/v1/tx.rpc.msg.js +14 -10
- package/ibc/lightclients/wasm/v1/wasm.d.ts +10 -29
- package/ibc/lightclients/wasm/v1/wasm.js +4 -0
- package/index.d.ts +1 -0
- package/index.js +1 -0
- package/package.json +1 -1
- package/sparkdream/blog/genesis.d.ts +3 -6
- package/sparkdream/blog/module/module.d.ts +2 -5
- package/sparkdream/blog/params.d.ts +3 -4
- package/sparkdream/blog/params.js +1 -0
- package/sparkdream/blog/post.d.ts +2 -7
- package/sparkdream/blog/query.d.ts +10 -29
- package/sparkdream/blog/query.lcd.d.ts +4 -4
- package/sparkdream/blog/query.lcd.js +7 -10
- package/sparkdream/blog/query.rpc.Query.d.ts +5 -5
- package/sparkdream/blog/query.rpc.Query.js +10 -10
- package/sparkdream/blog/tx.d.ts +11 -42
- package/sparkdream/blog/tx.js +1 -0
- package/sparkdream/blog/tx.registry.d.ts +2 -60
- package/sparkdream/blog/tx.registry.js +1 -87
- package/sparkdream/blog/tx.rpc.msg.d.ts +7 -6
- package/sparkdream/blog/tx.rpc.msg.js +18 -13
- package/sparkdream/bundle.d.ts +31 -103
- package/sparkdream/sparkdream/genesis.d.ts +3 -6
- package/sparkdream/sparkdream/module/module.d.ts +2 -5
- package/sparkdream/sparkdream/params.d.ts +3 -4
- package/sparkdream/sparkdream/params.js +1 -0
- package/sparkdream/sparkdream/query.d.ts +4 -10
- package/sparkdream/sparkdream/query.lcd.d.ts +2 -2
- package/sparkdream/sparkdream/query.lcd.js +2 -3
- package/sparkdream/sparkdream/query.rpc.Query.d.ts +3 -3
- package/sparkdream/sparkdream/query.rpc.Query.js +3 -3
- package/sparkdream/sparkdream/tx.d.ts +5 -14
- package/sparkdream/sparkdream/tx.js +1 -0
- package/sparkdream/sparkdream/tx.registry.d.ts +2 -24
- package/sparkdream/sparkdream/tx.registry.js +1 -33
- package/sparkdream/sparkdream/tx.rpc.msg.d.ts +4 -3
- package/sparkdream/sparkdream/tx.rpc.msg.js +9 -4
- package/tendermint/abci/types.d.ts +51 -356
- package/tendermint/abci/types.js +2 -8
- package/tendermint/bundle.d.ts +89 -97
- package/tendermint/crypto/keys.d.ts +2 -6
- package/tendermint/crypto/proof.d.ts +6 -34
- package/tendermint/p2p/types.d.ts +5 -28
- package/tendermint/types/block.d.ts +4 -9
- package/tendermint/types/evidence.d.ts +7 -29
- package/tendermint/types/params.d.ts +9 -54
- package/tendermint/types/types.d.ts +19 -133
- package/tendermint/types/types.js +1 -2
- package/tendermint/types/validator.d.ts +5 -20
- package/tendermint/types/validator.js +1 -2
- package/tendermint/version/types.d.ts +3 -20
- package/types.d.ts +74 -0
- package/types.js +8 -0
|
@@ -1,14 +1,14 @@
|
|
|
1
|
-
import { ConsensusParams, ConsensusParamsAmino
|
|
2
|
-
import { ProofOps, ProofOpsAmino
|
|
3
|
-
import { PublicKey, PublicKeyAmino
|
|
1
|
+
import { ConsensusParams, ConsensusParamsAmino } from "../types/params";
|
|
2
|
+
import { ProofOps, ProofOpsAmino } from "../crypto/proof";
|
|
3
|
+
import { PublicKey, PublicKeyAmino } from "../crypto/keys";
|
|
4
4
|
import { BlockIDFlag } from "../types/validator";
|
|
5
5
|
import { BinaryReader, BinaryWriter } from "../../binary";
|
|
6
|
+
import { DeepPartial } from "../../helpers";
|
|
6
7
|
export declare enum CheckTxType {
|
|
7
8
|
NEW = 0,
|
|
8
9
|
RECHECK = 1,
|
|
9
10
|
UNRECOGNIZED = -1
|
|
10
11
|
}
|
|
11
|
-
export declare const CheckTxTypeSDKType: typeof CheckTxType;
|
|
12
12
|
export declare const CheckTxTypeAmino: typeof CheckTxType;
|
|
13
13
|
export declare function checkTxTypeFromJSON(object: any): CheckTxType;
|
|
14
14
|
export declare function checkTxTypeToJSON(object: CheckTxType): string;
|
|
@@ -27,7 +27,6 @@ export declare enum ResponseOfferSnapshot_Result {
|
|
|
27
27
|
REJECT_SENDER = 5,
|
|
28
28
|
UNRECOGNIZED = -1
|
|
29
29
|
}
|
|
30
|
-
export declare const ResponseOfferSnapshot_ResultSDKType: typeof ResponseOfferSnapshot_Result;
|
|
31
30
|
export declare const ResponseOfferSnapshot_ResultAmino: typeof ResponseOfferSnapshot_Result;
|
|
32
31
|
export declare function responseOfferSnapshot_ResultFromJSON(object: any): ResponseOfferSnapshot_Result;
|
|
33
32
|
export declare function responseOfferSnapshot_ResultToJSON(object: ResponseOfferSnapshot_Result): string;
|
|
@@ -46,7 +45,6 @@ export declare enum ResponseApplySnapshotChunk_Result {
|
|
|
46
45
|
REJECT_SNAPSHOT = 5,
|
|
47
46
|
UNRECOGNIZED = -1
|
|
48
47
|
}
|
|
49
|
-
export declare const ResponseApplySnapshotChunk_ResultSDKType: typeof ResponseApplySnapshotChunk_Result;
|
|
50
48
|
export declare const ResponseApplySnapshotChunk_ResultAmino: typeof ResponseApplySnapshotChunk_Result;
|
|
51
49
|
export declare function responseApplySnapshotChunk_ResultFromJSON(object: any): ResponseApplySnapshotChunk_Result;
|
|
52
50
|
export declare function responseApplySnapshotChunk_ResultToJSON(object: ResponseApplySnapshotChunk_Result): string;
|
|
@@ -56,7 +54,6 @@ export declare enum ResponseProcessProposal_ProposalStatus {
|
|
|
56
54
|
REJECT = 2,
|
|
57
55
|
UNRECOGNIZED = -1
|
|
58
56
|
}
|
|
59
|
-
export declare const ResponseProcessProposal_ProposalStatusSDKType: typeof ResponseProcessProposal_ProposalStatus;
|
|
60
57
|
export declare const ResponseProcessProposal_ProposalStatusAmino: typeof ResponseProcessProposal_ProposalStatus;
|
|
61
58
|
export declare function responseProcessProposal_ProposalStatusFromJSON(object: any): ResponseProcessProposal_ProposalStatus;
|
|
62
59
|
export declare function responseProcessProposal_ProposalStatusToJSON(object: ResponseProcessProposal_ProposalStatus): string;
|
|
@@ -72,7 +69,6 @@ export declare enum ResponseVerifyVoteExtension_VerifyStatus {
|
|
|
72
69
|
REJECT = 2,
|
|
73
70
|
UNRECOGNIZED = -1
|
|
74
71
|
}
|
|
75
|
-
export declare const ResponseVerifyVoteExtension_VerifyStatusSDKType: typeof ResponseVerifyVoteExtension_VerifyStatus;
|
|
76
72
|
export declare const ResponseVerifyVoteExtension_VerifyStatusAmino: typeof ResponseVerifyVoteExtension_VerifyStatus;
|
|
77
73
|
export declare function responseVerifyVoteExtension_VerifyStatusFromJSON(object: any): ResponseVerifyVoteExtension_VerifyStatus;
|
|
78
74
|
export declare function responseVerifyVoteExtension_VerifyStatusToJSON(object: ResponseVerifyVoteExtension_VerifyStatus): string;
|
|
@@ -82,7 +78,6 @@ export declare enum MisbehaviorType {
|
|
|
82
78
|
LIGHT_CLIENT_ATTACK = 2,
|
|
83
79
|
UNRECOGNIZED = -1
|
|
84
80
|
}
|
|
85
|
-
export declare const MisbehaviorTypeSDKType: typeof MisbehaviorType;
|
|
86
81
|
export declare const MisbehaviorTypeAmino: typeof MisbehaviorType;
|
|
87
82
|
export declare function misbehaviorTypeFromJSON(object: any): MisbehaviorType;
|
|
88
83
|
export declare function misbehaviorTypeToJSON(object: MisbehaviorType): string;
|
|
@@ -130,24 +125,6 @@ export interface RequestAminoMsg {
|
|
|
130
125
|
type: "/tendermint.abci.Request";
|
|
131
126
|
value: RequestAmino;
|
|
132
127
|
}
|
|
133
|
-
export interface RequestSDKType {
|
|
134
|
-
echo?: RequestEchoSDKType;
|
|
135
|
-
flush?: RequestFlushSDKType;
|
|
136
|
-
info?: RequestInfoSDKType;
|
|
137
|
-
init_chain?: RequestInitChainSDKType;
|
|
138
|
-
query?: RequestQuerySDKType;
|
|
139
|
-
check_tx?: RequestCheckTxSDKType;
|
|
140
|
-
commit?: RequestCommitSDKType;
|
|
141
|
-
list_snapshots?: RequestListSnapshotsSDKType;
|
|
142
|
-
offer_snapshot?: RequestOfferSnapshotSDKType;
|
|
143
|
-
load_snapshot_chunk?: RequestLoadSnapshotChunkSDKType;
|
|
144
|
-
apply_snapshot_chunk?: RequestApplySnapshotChunkSDKType;
|
|
145
|
-
prepare_proposal?: RequestPrepareProposalSDKType;
|
|
146
|
-
process_proposal?: RequestProcessProposalSDKType;
|
|
147
|
-
extend_vote?: RequestExtendVoteSDKType;
|
|
148
|
-
verify_vote_extension?: RequestVerifyVoteExtensionSDKType;
|
|
149
|
-
finalize_block?: RequestFinalizeBlockSDKType;
|
|
150
|
-
}
|
|
151
128
|
export interface RequestEcho {
|
|
152
129
|
message: string;
|
|
153
130
|
}
|
|
@@ -162,9 +139,6 @@ export interface RequestEchoAminoMsg {
|
|
|
162
139
|
type: "/tendermint.abci.RequestEcho";
|
|
163
140
|
value: RequestEchoAmino;
|
|
164
141
|
}
|
|
165
|
-
export interface RequestEchoSDKType {
|
|
166
|
-
message: string;
|
|
167
|
-
}
|
|
168
142
|
export interface RequestFlush {
|
|
169
143
|
}
|
|
170
144
|
export interface RequestFlushProtoMsg {
|
|
@@ -177,8 +151,6 @@ export interface RequestFlushAminoMsg {
|
|
|
177
151
|
type: "/tendermint.abci.RequestFlush";
|
|
178
152
|
value: RequestFlushAmino;
|
|
179
153
|
}
|
|
180
|
-
export interface RequestFlushSDKType {
|
|
181
|
-
}
|
|
182
154
|
export interface RequestInfo {
|
|
183
155
|
version: string;
|
|
184
156
|
blockVersion: bigint;
|
|
@@ -199,12 +171,6 @@ export interface RequestInfoAminoMsg {
|
|
|
199
171
|
type: "/tendermint.abci.RequestInfo";
|
|
200
172
|
value: RequestInfoAmino;
|
|
201
173
|
}
|
|
202
|
-
export interface RequestInfoSDKType {
|
|
203
|
-
version: string;
|
|
204
|
-
block_version: bigint;
|
|
205
|
-
p2p_version: bigint;
|
|
206
|
-
abci_version: string;
|
|
207
|
-
}
|
|
208
174
|
export interface RequestInitChain {
|
|
209
175
|
time: Date;
|
|
210
176
|
chainId: string;
|
|
@@ -229,14 +195,6 @@ export interface RequestInitChainAminoMsg {
|
|
|
229
195
|
type: "/tendermint.abci.RequestInitChain";
|
|
230
196
|
value: RequestInitChainAmino;
|
|
231
197
|
}
|
|
232
|
-
export interface RequestInitChainSDKType {
|
|
233
|
-
time: Date;
|
|
234
|
-
chain_id: string;
|
|
235
|
-
consensus_params?: ConsensusParamsSDKType;
|
|
236
|
-
validators: ValidatorUpdateSDKType[];
|
|
237
|
-
app_state_bytes: Uint8Array;
|
|
238
|
-
initial_height: bigint;
|
|
239
|
-
}
|
|
240
198
|
export interface RequestQuery {
|
|
241
199
|
data: Uint8Array;
|
|
242
200
|
path: string;
|
|
@@ -257,12 +215,6 @@ export interface RequestQueryAminoMsg {
|
|
|
257
215
|
type: "/tendermint.abci.RequestQuery";
|
|
258
216
|
value: RequestQueryAmino;
|
|
259
217
|
}
|
|
260
|
-
export interface RequestQuerySDKType {
|
|
261
|
-
data: Uint8Array;
|
|
262
|
-
path: string;
|
|
263
|
-
height: bigint;
|
|
264
|
-
prove: boolean;
|
|
265
|
-
}
|
|
266
218
|
export interface RequestCheckTx {
|
|
267
219
|
tx: Uint8Array;
|
|
268
220
|
type: CheckTxType;
|
|
@@ -279,10 +231,6 @@ export interface RequestCheckTxAminoMsg {
|
|
|
279
231
|
type: "/tendermint.abci.RequestCheckTx";
|
|
280
232
|
value: RequestCheckTxAmino;
|
|
281
233
|
}
|
|
282
|
-
export interface RequestCheckTxSDKType {
|
|
283
|
-
tx: Uint8Array;
|
|
284
|
-
type: CheckTxType;
|
|
285
|
-
}
|
|
286
234
|
export interface RequestCommit {
|
|
287
235
|
}
|
|
288
236
|
export interface RequestCommitProtoMsg {
|
|
@@ -295,8 +243,6 @@ export interface RequestCommitAminoMsg {
|
|
|
295
243
|
type: "/tendermint.abci.RequestCommit";
|
|
296
244
|
value: RequestCommitAmino;
|
|
297
245
|
}
|
|
298
|
-
export interface RequestCommitSDKType {
|
|
299
|
-
}
|
|
300
246
|
/** lists available snapshots */
|
|
301
247
|
export interface RequestListSnapshots {
|
|
302
248
|
}
|
|
@@ -311,9 +257,6 @@ export interface RequestListSnapshotsAminoMsg {
|
|
|
311
257
|
type: "/tendermint.abci.RequestListSnapshots";
|
|
312
258
|
value: RequestListSnapshotsAmino;
|
|
313
259
|
}
|
|
314
|
-
/** lists available snapshots */
|
|
315
|
-
export interface RequestListSnapshotsSDKType {
|
|
316
|
-
}
|
|
317
260
|
/** offers a snapshot to the application */
|
|
318
261
|
export interface RequestOfferSnapshot {
|
|
319
262
|
/** snapshot offered by peers */
|
|
@@ -336,11 +279,6 @@ export interface RequestOfferSnapshotAminoMsg {
|
|
|
336
279
|
type: "/tendermint.abci.RequestOfferSnapshot";
|
|
337
280
|
value: RequestOfferSnapshotAmino;
|
|
338
281
|
}
|
|
339
|
-
/** offers a snapshot to the application */
|
|
340
|
-
export interface RequestOfferSnapshotSDKType {
|
|
341
|
-
snapshot?: SnapshotSDKType;
|
|
342
|
-
app_hash: Uint8Array;
|
|
343
|
-
}
|
|
344
282
|
/** loads a snapshot chunk */
|
|
345
283
|
export interface RequestLoadSnapshotChunk {
|
|
346
284
|
height: bigint;
|
|
@@ -361,12 +299,6 @@ export interface RequestLoadSnapshotChunkAminoMsg {
|
|
|
361
299
|
type: "/tendermint.abci.RequestLoadSnapshotChunk";
|
|
362
300
|
value: RequestLoadSnapshotChunkAmino;
|
|
363
301
|
}
|
|
364
|
-
/** loads a snapshot chunk */
|
|
365
|
-
export interface RequestLoadSnapshotChunkSDKType {
|
|
366
|
-
height: bigint;
|
|
367
|
-
format: number;
|
|
368
|
-
chunk: number;
|
|
369
|
-
}
|
|
370
302
|
/** Applies a snapshot chunk */
|
|
371
303
|
export interface RequestApplySnapshotChunk {
|
|
372
304
|
index: number;
|
|
@@ -387,12 +319,6 @@ export interface RequestApplySnapshotChunkAminoMsg {
|
|
|
387
319
|
type: "/tendermint.abci.RequestApplySnapshotChunk";
|
|
388
320
|
value: RequestApplySnapshotChunkAmino;
|
|
389
321
|
}
|
|
390
|
-
/** Applies a snapshot chunk */
|
|
391
|
-
export interface RequestApplySnapshotChunkSDKType {
|
|
392
|
-
index: number;
|
|
393
|
-
chunk: Uint8Array;
|
|
394
|
-
sender: string;
|
|
395
|
-
}
|
|
396
322
|
export interface RequestPrepareProposal {
|
|
397
323
|
/** the modified transactions cannot exceed this size. */
|
|
398
324
|
maxTxBytes: bigint;
|
|
@@ -433,16 +359,6 @@ export interface RequestPrepareProposalAminoMsg {
|
|
|
433
359
|
type: "/tendermint.abci.RequestPrepareProposal";
|
|
434
360
|
value: RequestPrepareProposalAmino;
|
|
435
361
|
}
|
|
436
|
-
export interface RequestPrepareProposalSDKType {
|
|
437
|
-
max_tx_bytes: bigint;
|
|
438
|
-
txs: Uint8Array[];
|
|
439
|
-
local_last_commit: ExtendedCommitInfoSDKType;
|
|
440
|
-
misbehavior: MisbehaviorSDKType[];
|
|
441
|
-
height: bigint;
|
|
442
|
-
time: Date;
|
|
443
|
-
next_validators_hash: Uint8Array;
|
|
444
|
-
proposer_address: Uint8Array;
|
|
445
|
-
}
|
|
446
362
|
export interface RequestProcessProposal {
|
|
447
363
|
txs: Uint8Array[];
|
|
448
364
|
proposedLastCommit: CommitInfo;
|
|
@@ -475,16 +391,6 @@ export interface RequestProcessProposalAminoMsg {
|
|
|
475
391
|
type: "/tendermint.abci.RequestProcessProposal";
|
|
476
392
|
value: RequestProcessProposalAmino;
|
|
477
393
|
}
|
|
478
|
-
export interface RequestProcessProposalSDKType {
|
|
479
|
-
txs: Uint8Array[];
|
|
480
|
-
proposed_last_commit: CommitInfoSDKType;
|
|
481
|
-
misbehavior: MisbehaviorSDKType[];
|
|
482
|
-
hash: Uint8Array;
|
|
483
|
-
height: bigint;
|
|
484
|
-
time: Date;
|
|
485
|
-
next_validators_hash: Uint8Array;
|
|
486
|
-
proposer_address: Uint8Array;
|
|
487
|
-
}
|
|
488
394
|
/** Extends a vote with application-injected data */
|
|
489
395
|
export interface RequestExtendVote {
|
|
490
396
|
/** the hash of the block that this vote may be referring to */
|
|
@@ -523,17 +429,6 @@ export interface RequestExtendVoteAminoMsg {
|
|
|
523
429
|
type: "/tendermint.abci.RequestExtendVote";
|
|
524
430
|
value: RequestExtendVoteAmino;
|
|
525
431
|
}
|
|
526
|
-
/** Extends a vote with application-injected data */
|
|
527
|
-
export interface RequestExtendVoteSDKType {
|
|
528
|
-
hash: Uint8Array;
|
|
529
|
-
height: bigint;
|
|
530
|
-
time: Date;
|
|
531
|
-
txs: Uint8Array[];
|
|
532
|
-
proposed_last_commit: CommitInfoSDKType;
|
|
533
|
-
misbehavior: MisbehaviorSDKType[];
|
|
534
|
-
next_validators_hash: Uint8Array;
|
|
535
|
-
proposer_address: Uint8Array;
|
|
536
|
-
}
|
|
537
432
|
/** Verify the vote extension */
|
|
538
433
|
export interface RequestVerifyVoteExtension {
|
|
539
434
|
/** the hash of the block that this received vote corresponds to */
|
|
@@ -560,13 +455,6 @@ export interface RequestVerifyVoteExtensionAminoMsg {
|
|
|
560
455
|
type: "/tendermint.abci.RequestVerifyVoteExtension";
|
|
561
456
|
value: RequestVerifyVoteExtensionAmino;
|
|
562
457
|
}
|
|
563
|
-
/** Verify the vote extension */
|
|
564
|
-
export interface RequestVerifyVoteExtensionSDKType {
|
|
565
|
-
hash: Uint8Array;
|
|
566
|
-
validator_address: Uint8Array;
|
|
567
|
-
height: bigint;
|
|
568
|
-
vote_extension: Uint8Array;
|
|
569
|
-
}
|
|
570
458
|
export interface RequestFinalizeBlock {
|
|
571
459
|
txs: Uint8Array[];
|
|
572
460
|
decidedLastCommit: CommitInfo;
|
|
@@ -599,16 +487,6 @@ export interface RequestFinalizeBlockAminoMsg {
|
|
|
599
487
|
type: "/tendermint.abci.RequestFinalizeBlock";
|
|
600
488
|
value: RequestFinalizeBlockAmino;
|
|
601
489
|
}
|
|
602
|
-
export interface RequestFinalizeBlockSDKType {
|
|
603
|
-
txs: Uint8Array[];
|
|
604
|
-
decided_last_commit: CommitInfoSDKType;
|
|
605
|
-
misbehavior: MisbehaviorSDKType[];
|
|
606
|
-
hash: Uint8Array;
|
|
607
|
-
height: bigint;
|
|
608
|
-
time: Date;
|
|
609
|
-
next_validators_hash: Uint8Array;
|
|
610
|
-
proposer_address: Uint8Array;
|
|
611
|
-
}
|
|
612
490
|
export interface Response {
|
|
613
491
|
exception?: ResponseException;
|
|
614
492
|
echo?: ResponseEcho;
|
|
@@ -655,25 +533,6 @@ export interface ResponseAminoMsg {
|
|
|
655
533
|
type: "/tendermint.abci.Response";
|
|
656
534
|
value: ResponseAmino;
|
|
657
535
|
}
|
|
658
|
-
export interface ResponseSDKType {
|
|
659
|
-
exception?: ResponseExceptionSDKType;
|
|
660
|
-
echo?: ResponseEchoSDKType;
|
|
661
|
-
flush?: ResponseFlushSDKType;
|
|
662
|
-
info?: ResponseInfoSDKType;
|
|
663
|
-
init_chain?: ResponseInitChainSDKType;
|
|
664
|
-
query?: ResponseQuerySDKType;
|
|
665
|
-
check_tx?: ResponseCheckTxSDKType;
|
|
666
|
-
commit?: ResponseCommitSDKType;
|
|
667
|
-
list_snapshots?: ResponseListSnapshotsSDKType;
|
|
668
|
-
offer_snapshot?: ResponseOfferSnapshotSDKType;
|
|
669
|
-
load_snapshot_chunk?: ResponseLoadSnapshotChunkSDKType;
|
|
670
|
-
apply_snapshot_chunk?: ResponseApplySnapshotChunkSDKType;
|
|
671
|
-
prepare_proposal?: ResponsePrepareProposalSDKType;
|
|
672
|
-
process_proposal?: ResponseProcessProposalSDKType;
|
|
673
|
-
extend_vote?: ResponseExtendVoteSDKType;
|
|
674
|
-
verify_vote_extension?: ResponseVerifyVoteExtensionSDKType;
|
|
675
|
-
finalize_block?: ResponseFinalizeBlockSDKType;
|
|
676
|
-
}
|
|
677
536
|
/** nondeterministic */
|
|
678
537
|
export interface ResponseException {
|
|
679
538
|
error: string;
|
|
@@ -690,10 +549,6 @@ export interface ResponseExceptionAminoMsg {
|
|
|
690
549
|
type: "/tendermint.abci.ResponseException";
|
|
691
550
|
value: ResponseExceptionAmino;
|
|
692
551
|
}
|
|
693
|
-
/** nondeterministic */
|
|
694
|
-
export interface ResponseExceptionSDKType {
|
|
695
|
-
error: string;
|
|
696
|
-
}
|
|
697
552
|
export interface ResponseEcho {
|
|
698
553
|
message: string;
|
|
699
554
|
}
|
|
@@ -708,9 +563,6 @@ export interface ResponseEchoAminoMsg {
|
|
|
708
563
|
type: "/tendermint.abci.ResponseEcho";
|
|
709
564
|
value: ResponseEchoAmino;
|
|
710
565
|
}
|
|
711
|
-
export interface ResponseEchoSDKType {
|
|
712
|
-
message: string;
|
|
713
|
-
}
|
|
714
566
|
export interface ResponseFlush {
|
|
715
567
|
}
|
|
716
568
|
export interface ResponseFlushProtoMsg {
|
|
@@ -723,8 +575,6 @@ export interface ResponseFlushAminoMsg {
|
|
|
723
575
|
type: "/tendermint.abci.ResponseFlush";
|
|
724
576
|
value: ResponseFlushAmino;
|
|
725
577
|
}
|
|
726
|
-
export interface ResponseFlushSDKType {
|
|
727
|
-
}
|
|
728
578
|
export interface ResponseInfo {
|
|
729
579
|
data: string;
|
|
730
580
|
version: string;
|
|
@@ -747,13 +597,6 @@ export interface ResponseInfoAminoMsg {
|
|
|
747
597
|
type: "/tendermint.abci.ResponseInfo";
|
|
748
598
|
value: ResponseInfoAmino;
|
|
749
599
|
}
|
|
750
|
-
export interface ResponseInfoSDKType {
|
|
751
|
-
data: string;
|
|
752
|
-
version: string;
|
|
753
|
-
app_version: bigint;
|
|
754
|
-
last_block_height: bigint;
|
|
755
|
-
last_block_app_hash: Uint8Array;
|
|
756
|
-
}
|
|
757
600
|
export interface ResponseInitChain {
|
|
758
601
|
consensusParams?: ConsensusParams;
|
|
759
602
|
validators: ValidatorUpdate[];
|
|
@@ -772,11 +615,6 @@ export interface ResponseInitChainAminoMsg {
|
|
|
772
615
|
type: "/tendermint.abci.ResponseInitChain";
|
|
773
616
|
value: ResponseInitChainAmino;
|
|
774
617
|
}
|
|
775
|
-
export interface ResponseInitChainSDKType {
|
|
776
|
-
consensus_params?: ConsensusParamsSDKType;
|
|
777
|
-
validators: ValidatorUpdateSDKType[];
|
|
778
|
-
app_hash: Uint8Array;
|
|
779
|
-
}
|
|
780
618
|
export interface ResponseQuery {
|
|
781
619
|
code: number;
|
|
782
620
|
/** bytes data = 2; // use "value" instead. */
|
|
@@ -811,17 +649,6 @@ export interface ResponseQueryAminoMsg {
|
|
|
811
649
|
type: "/tendermint.abci.ResponseQuery";
|
|
812
650
|
value: ResponseQueryAmino;
|
|
813
651
|
}
|
|
814
|
-
export interface ResponseQuerySDKType {
|
|
815
|
-
code: number;
|
|
816
|
-
log: string;
|
|
817
|
-
info: string;
|
|
818
|
-
index: bigint;
|
|
819
|
-
key: Uint8Array;
|
|
820
|
-
value: Uint8Array;
|
|
821
|
-
proof_ops?: ProofOpsSDKType;
|
|
822
|
-
height: bigint;
|
|
823
|
-
codespace: string;
|
|
824
|
-
}
|
|
825
652
|
export interface ResponseCheckTx {
|
|
826
653
|
code: number;
|
|
827
654
|
data: Uint8Array;
|
|
@@ -854,16 +681,6 @@ export interface ResponseCheckTxAminoMsg {
|
|
|
854
681
|
type: "/tendermint.abci.ResponseCheckTx";
|
|
855
682
|
value: ResponseCheckTxAmino;
|
|
856
683
|
}
|
|
857
|
-
export interface ResponseCheckTxSDKType {
|
|
858
|
-
code: number;
|
|
859
|
-
data: Uint8Array;
|
|
860
|
-
log: string;
|
|
861
|
-
info: string;
|
|
862
|
-
gas_wanted: bigint;
|
|
863
|
-
gas_used: bigint;
|
|
864
|
-
events: EventSDKType[];
|
|
865
|
-
codespace: string;
|
|
866
|
-
}
|
|
867
684
|
export interface ResponseCommit {
|
|
868
685
|
retainHeight: bigint;
|
|
869
686
|
}
|
|
@@ -878,9 +695,6 @@ export interface ResponseCommitAminoMsg {
|
|
|
878
695
|
type: "/tendermint.abci.ResponseCommit";
|
|
879
696
|
value: ResponseCommitAmino;
|
|
880
697
|
}
|
|
881
|
-
export interface ResponseCommitSDKType {
|
|
882
|
-
retain_height: bigint;
|
|
883
|
-
}
|
|
884
698
|
export interface ResponseListSnapshots {
|
|
885
699
|
snapshots: Snapshot[];
|
|
886
700
|
}
|
|
@@ -895,9 +709,6 @@ export interface ResponseListSnapshotsAminoMsg {
|
|
|
895
709
|
type: "/tendermint.abci.ResponseListSnapshots";
|
|
896
710
|
value: ResponseListSnapshotsAmino;
|
|
897
711
|
}
|
|
898
|
-
export interface ResponseListSnapshotsSDKType {
|
|
899
|
-
snapshots: SnapshotSDKType[];
|
|
900
|
-
}
|
|
901
712
|
export interface ResponseOfferSnapshot {
|
|
902
713
|
result: ResponseOfferSnapshot_Result;
|
|
903
714
|
}
|
|
@@ -912,9 +723,6 @@ export interface ResponseOfferSnapshotAminoMsg {
|
|
|
912
723
|
type: "/tendermint.abci.ResponseOfferSnapshot";
|
|
913
724
|
value: ResponseOfferSnapshotAmino;
|
|
914
725
|
}
|
|
915
|
-
export interface ResponseOfferSnapshotSDKType {
|
|
916
|
-
result: ResponseOfferSnapshot_Result;
|
|
917
|
-
}
|
|
918
726
|
export interface ResponseLoadSnapshotChunk {
|
|
919
727
|
chunk: Uint8Array;
|
|
920
728
|
}
|
|
@@ -929,9 +737,6 @@ export interface ResponseLoadSnapshotChunkAminoMsg {
|
|
|
929
737
|
type: "/tendermint.abci.ResponseLoadSnapshotChunk";
|
|
930
738
|
value: ResponseLoadSnapshotChunkAmino;
|
|
931
739
|
}
|
|
932
|
-
export interface ResponseLoadSnapshotChunkSDKType {
|
|
933
|
-
chunk: Uint8Array;
|
|
934
|
-
}
|
|
935
740
|
export interface ResponseApplySnapshotChunk {
|
|
936
741
|
result: ResponseApplySnapshotChunk_Result;
|
|
937
742
|
/** Chunks to refetch and reapply */
|
|
@@ -954,11 +759,6 @@ export interface ResponseApplySnapshotChunkAminoMsg {
|
|
|
954
759
|
type: "/tendermint.abci.ResponseApplySnapshotChunk";
|
|
955
760
|
value: ResponseApplySnapshotChunkAmino;
|
|
956
761
|
}
|
|
957
|
-
export interface ResponseApplySnapshotChunkSDKType {
|
|
958
|
-
result: ResponseApplySnapshotChunk_Result;
|
|
959
|
-
refetch_chunks: number[];
|
|
960
|
-
reject_senders: string[];
|
|
961
|
-
}
|
|
962
762
|
export interface ResponsePrepareProposal {
|
|
963
763
|
txs: Uint8Array[];
|
|
964
764
|
}
|
|
@@ -973,9 +773,6 @@ export interface ResponsePrepareProposalAminoMsg {
|
|
|
973
773
|
type: "/tendermint.abci.ResponsePrepareProposal";
|
|
974
774
|
value: ResponsePrepareProposalAmino;
|
|
975
775
|
}
|
|
976
|
-
export interface ResponsePrepareProposalSDKType {
|
|
977
|
-
txs: Uint8Array[];
|
|
978
|
-
}
|
|
979
776
|
export interface ResponseProcessProposal {
|
|
980
777
|
status: ResponseProcessProposal_ProposalStatus;
|
|
981
778
|
}
|
|
@@ -990,9 +787,6 @@ export interface ResponseProcessProposalAminoMsg {
|
|
|
990
787
|
type: "/tendermint.abci.ResponseProcessProposal";
|
|
991
788
|
value: ResponseProcessProposalAmino;
|
|
992
789
|
}
|
|
993
|
-
export interface ResponseProcessProposalSDKType {
|
|
994
|
-
status: ResponseProcessProposal_ProposalStatus;
|
|
995
|
-
}
|
|
996
790
|
export interface ResponseExtendVote {
|
|
997
791
|
voteExtension: Uint8Array;
|
|
998
792
|
}
|
|
@@ -1007,9 +801,6 @@ export interface ResponseExtendVoteAminoMsg {
|
|
|
1007
801
|
type: "/tendermint.abci.ResponseExtendVote";
|
|
1008
802
|
value: ResponseExtendVoteAmino;
|
|
1009
803
|
}
|
|
1010
|
-
export interface ResponseExtendVoteSDKType {
|
|
1011
|
-
vote_extension: Uint8Array;
|
|
1012
|
-
}
|
|
1013
804
|
export interface ResponseVerifyVoteExtension {
|
|
1014
805
|
status: ResponseVerifyVoteExtension_VerifyStatus;
|
|
1015
806
|
}
|
|
@@ -1024,9 +815,6 @@ export interface ResponseVerifyVoteExtensionAminoMsg {
|
|
|
1024
815
|
type: "/tendermint.abci.ResponseVerifyVoteExtension";
|
|
1025
816
|
value: ResponseVerifyVoteExtensionAmino;
|
|
1026
817
|
}
|
|
1027
|
-
export interface ResponseVerifyVoteExtensionSDKType {
|
|
1028
|
-
status: ResponseVerifyVoteExtension_VerifyStatus;
|
|
1029
|
-
}
|
|
1030
818
|
export interface ResponseFinalizeBlock {
|
|
1031
819
|
/** set of block events emmitted as part of executing the block */
|
|
1032
820
|
events: Event[];
|
|
@@ -1073,13 +861,6 @@ export interface ResponseFinalizeBlockAminoMsg {
|
|
|
1073
861
|
type: "/tendermint.abci.ResponseFinalizeBlock";
|
|
1074
862
|
value: ResponseFinalizeBlockAmino;
|
|
1075
863
|
}
|
|
1076
|
-
export interface ResponseFinalizeBlockSDKType {
|
|
1077
|
-
events: EventSDKType[];
|
|
1078
|
-
tx_results: ExecTxResultSDKType[];
|
|
1079
|
-
validator_updates: ValidatorUpdateSDKType[];
|
|
1080
|
-
consensus_param_updates?: ConsensusParamsSDKType;
|
|
1081
|
-
app_hash: Uint8Array;
|
|
1082
|
-
}
|
|
1083
864
|
export interface CommitInfo {
|
|
1084
865
|
round: number;
|
|
1085
866
|
votes: VoteInfo[];
|
|
@@ -1096,10 +877,6 @@ export interface CommitInfoAminoMsg {
|
|
|
1096
877
|
type: "/tendermint.abci.CommitInfo";
|
|
1097
878
|
value: CommitInfoAmino;
|
|
1098
879
|
}
|
|
1099
|
-
export interface CommitInfoSDKType {
|
|
1100
|
-
round: number;
|
|
1101
|
-
votes: VoteInfoSDKType[];
|
|
1102
|
-
}
|
|
1103
880
|
/**
|
|
1104
881
|
* ExtendedCommitInfo is similar to CommitInfo except that it is only used in
|
|
1105
882
|
* the PrepareProposal request such that CometBFT can provide vote extensions
|
|
@@ -1136,15 +913,6 @@ export interface ExtendedCommitInfoAminoMsg {
|
|
|
1136
913
|
type: "/tendermint.abci.ExtendedCommitInfo";
|
|
1137
914
|
value: ExtendedCommitInfoAmino;
|
|
1138
915
|
}
|
|
1139
|
-
/**
|
|
1140
|
-
* ExtendedCommitInfo is similar to CommitInfo except that it is only used in
|
|
1141
|
-
* the PrepareProposal request such that CometBFT can provide vote extensions
|
|
1142
|
-
* to the application.
|
|
1143
|
-
*/
|
|
1144
|
-
export interface ExtendedCommitInfoSDKType {
|
|
1145
|
-
round: number;
|
|
1146
|
-
votes: ExtendedVoteInfoSDKType[];
|
|
1147
|
-
}
|
|
1148
916
|
/**
|
|
1149
917
|
* Event allows application developers to attach additional information to
|
|
1150
918
|
* ResponseFinalizeBlock and ResponseCheckTx.
|
|
@@ -1171,15 +939,6 @@ export interface EventAminoMsg {
|
|
|
1171
939
|
type: "/tendermint.abci.Event";
|
|
1172
940
|
value: EventAmino;
|
|
1173
941
|
}
|
|
1174
|
-
/**
|
|
1175
|
-
* Event allows application developers to attach additional information to
|
|
1176
|
-
* ResponseFinalizeBlock and ResponseCheckTx.
|
|
1177
|
-
* Later, transactions may be queried using these events.
|
|
1178
|
-
*/
|
|
1179
|
-
export interface EventSDKType {
|
|
1180
|
-
type: string;
|
|
1181
|
-
attributes: EventAttributeSDKType[];
|
|
1182
|
-
}
|
|
1183
942
|
/** EventAttribute is a single key-value pair, associated with an event. */
|
|
1184
943
|
export interface EventAttribute {
|
|
1185
944
|
key: string;
|
|
@@ -1202,12 +961,6 @@ export interface EventAttributeAminoMsg {
|
|
|
1202
961
|
type: "/tendermint.abci.EventAttribute";
|
|
1203
962
|
value: EventAttributeAmino;
|
|
1204
963
|
}
|
|
1205
|
-
/** EventAttribute is a single key-value pair, associated with an event. */
|
|
1206
|
-
export interface EventAttributeSDKType {
|
|
1207
|
-
key: string;
|
|
1208
|
-
value: string;
|
|
1209
|
-
index: boolean;
|
|
1210
|
-
}
|
|
1211
964
|
/**
|
|
1212
965
|
* ExecTxResult contains results of executing one individual transaction.
|
|
1213
966
|
*
|
|
@@ -1250,21 +1003,6 @@ export interface ExecTxResultAminoMsg {
|
|
|
1250
1003
|
type: "/tendermint.abci.ExecTxResult";
|
|
1251
1004
|
value: ExecTxResultAmino;
|
|
1252
1005
|
}
|
|
1253
|
-
/**
|
|
1254
|
-
* ExecTxResult contains results of executing one individual transaction.
|
|
1255
|
-
*
|
|
1256
|
-
* * Its structure is equivalent to #ResponseDeliverTx which will be deprecated/deleted
|
|
1257
|
-
*/
|
|
1258
|
-
export interface ExecTxResultSDKType {
|
|
1259
|
-
code: number;
|
|
1260
|
-
data: Uint8Array;
|
|
1261
|
-
log: string;
|
|
1262
|
-
info: string;
|
|
1263
|
-
gas_wanted: bigint;
|
|
1264
|
-
gas_used: bigint;
|
|
1265
|
-
events: EventSDKType[];
|
|
1266
|
-
codespace: string;
|
|
1267
|
-
}
|
|
1268
1006
|
/**
|
|
1269
1007
|
* TxResult contains results of executing the transaction.
|
|
1270
1008
|
*
|
|
@@ -1295,17 +1033,6 @@ export interface TxResultAminoMsg {
|
|
|
1295
1033
|
type: "/tendermint.abci.TxResult";
|
|
1296
1034
|
value: TxResultAmino;
|
|
1297
1035
|
}
|
|
1298
|
-
/**
|
|
1299
|
-
* TxResult contains results of executing the transaction.
|
|
1300
|
-
*
|
|
1301
|
-
* One usage is indexing transaction results.
|
|
1302
|
-
*/
|
|
1303
|
-
export interface TxResultSDKType {
|
|
1304
|
-
height: bigint;
|
|
1305
|
-
index: number;
|
|
1306
|
-
tx: Uint8Array;
|
|
1307
|
-
result: ExecTxResultSDKType;
|
|
1308
|
-
}
|
|
1309
1036
|
export interface Validator {
|
|
1310
1037
|
/** The first 20 bytes of SHA256(public key) */
|
|
1311
1038
|
address: Uint8Array;
|
|
@@ -1326,10 +1053,6 @@ export interface ValidatorAminoMsg {
|
|
|
1326
1053
|
type: "/tendermint.abci.Validator";
|
|
1327
1054
|
value: ValidatorAmino;
|
|
1328
1055
|
}
|
|
1329
|
-
export interface ValidatorSDKType {
|
|
1330
|
-
address: Uint8Array;
|
|
1331
|
-
power: bigint;
|
|
1332
|
-
}
|
|
1333
1056
|
export interface ValidatorUpdate {
|
|
1334
1057
|
pubKey: PublicKey;
|
|
1335
1058
|
power: bigint;
|
|
@@ -1346,10 +1069,6 @@ export interface ValidatorUpdateAminoMsg {
|
|
|
1346
1069
|
type: "/tendermint.abci.ValidatorUpdate";
|
|
1347
1070
|
value: ValidatorUpdateAmino;
|
|
1348
1071
|
}
|
|
1349
|
-
export interface ValidatorUpdateSDKType {
|
|
1350
|
-
pub_key: PublicKeySDKType;
|
|
1351
|
-
power: bigint;
|
|
1352
|
-
}
|
|
1353
1072
|
export interface VoteInfo {
|
|
1354
1073
|
validator: Validator;
|
|
1355
1074
|
blockIdFlag: BlockIDFlag;
|
|
@@ -1366,10 +1085,6 @@ export interface VoteInfoAminoMsg {
|
|
|
1366
1085
|
type: "/tendermint.abci.VoteInfo";
|
|
1367
1086
|
value: VoteInfoAmino;
|
|
1368
1087
|
}
|
|
1369
|
-
export interface VoteInfoSDKType {
|
|
1370
|
-
validator: ValidatorSDKType;
|
|
1371
|
-
block_id_flag: BlockIDFlag;
|
|
1372
|
-
}
|
|
1373
1088
|
export interface ExtendedVoteInfo {
|
|
1374
1089
|
/** The validator that sent the vote. */
|
|
1375
1090
|
validator: Validator;
|
|
@@ -1398,12 +1113,6 @@ export interface ExtendedVoteInfoAminoMsg {
|
|
|
1398
1113
|
type: "/tendermint.abci.ExtendedVoteInfo";
|
|
1399
1114
|
value: ExtendedVoteInfoAmino;
|
|
1400
1115
|
}
|
|
1401
|
-
export interface ExtendedVoteInfoSDKType {
|
|
1402
|
-
validator: ValidatorSDKType;
|
|
1403
|
-
vote_extension: Uint8Array;
|
|
1404
|
-
extension_signature: Uint8Array;
|
|
1405
|
-
block_id_flag: BlockIDFlag;
|
|
1406
|
-
}
|
|
1407
1116
|
export interface Misbehavior {
|
|
1408
1117
|
type: MisbehaviorType;
|
|
1409
1118
|
/** The offending validator */
|
|
@@ -1442,13 +1151,6 @@ export interface MisbehaviorAminoMsg {
|
|
|
1442
1151
|
type: "/tendermint.abci.Misbehavior";
|
|
1443
1152
|
value: MisbehaviorAmino;
|
|
1444
1153
|
}
|
|
1445
|
-
export interface MisbehaviorSDKType {
|
|
1446
|
-
type: MisbehaviorType;
|
|
1447
|
-
validator: ValidatorSDKType;
|
|
1448
|
-
height: bigint;
|
|
1449
|
-
time: Date;
|
|
1450
|
-
total_voting_power: bigint;
|
|
1451
|
-
}
|
|
1452
1154
|
export interface Snapshot {
|
|
1453
1155
|
/** The height at which the snapshot was taken */
|
|
1454
1156
|
height: bigint;
|
|
@@ -1481,18 +1183,11 @@ export interface SnapshotAminoMsg {
|
|
|
1481
1183
|
type: "/tendermint.abci.Snapshot";
|
|
1482
1184
|
value: SnapshotAmino;
|
|
1483
1185
|
}
|
|
1484
|
-
export interface SnapshotSDKType {
|
|
1485
|
-
height: bigint;
|
|
1486
|
-
format: number;
|
|
1487
|
-
chunks: number;
|
|
1488
|
-
hash: Uint8Array;
|
|
1489
|
-
metadata: Uint8Array;
|
|
1490
|
-
}
|
|
1491
1186
|
export declare const Request: {
|
|
1492
1187
|
typeUrl: string;
|
|
1493
1188
|
encode(message: Request, writer?: BinaryWriter): BinaryWriter;
|
|
1494
1189
|
decode(input: BinaryReader | Uint8Array, length?: number): Request;
|
|
1495
|
-
fromPartial(object:
|
|
1190
|
+
fromPartial(object: DeepPartial<Request>): Request;
|
|
1496
1191
|
fromAmino(object: RequestAmino): Request;
|
|
1497
1192
|
toAmino(message: Request): RequestAmino;
|
|
1498
1193
|
fromAminoMsg(object: RequestAminoMsg): Request;
|
|
@@ -1504,7 +1199,7 @@ export declare const RequestEcho: {
|
|
|
1504
1199
|
typeUrl: string;
|
|
1505
1200
|
encode(message: RequestEcho, writer?: BinaryWriter): BinaryWriter;
|
|
1506
1201
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestEcho;
|
|
1507
|
-
fromPartial(object:
|
|
1202
|
+
fromPartial(object: DeepPartial<RequestEcho>): RequestEcho;
|
|
1508
1203
|
fromAmino(object: RequestEchoAmino): RequestEcho;
|
|
1509
1204
|
toAmino(message: RequestEcho): RequestEchoAmino;
|
|
1510
1205
|
fromAminoMsg(object: RequestEchoAminoMsg): RequestEcho;
|
|
@@ -1516,7 +1211,7 @@ export declare const RequestFlush: {
|
|
|
1516
1211
|
typeUrl: string;
|
|
1517
1212
|
encode(_: RequestFlush, writer?: BinaryWriter): BinaryWriter;
|
|
1518
1213
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestFlush;
|
|
1519
|
-
fromPartial(_:
|
|
1214
|
+
fromPartial(_: DeepPartial<RequestFlush>): RequestFlush;
|
|
1520
1215
|
fromAmino(_: RequestFlushAmino): RequestFlush;
|
|
1521
1216
|
toAmino(_: RequestFlush): RequestFlushAmino;
|
|
1522
1217
|
fromAminoMsg(object: RequestFlushAminoMsg): RequestFlush;
|
|
@@ -1528,7 +1223,7 @@ export declare const RequestInfo: {
|
|
|
1528
1223
|
typeUrl: string;
|
|
1529
1224
|
encode(message: RequestInfo, writer?: BinaryWriter): BinaryWriter;
|
|
1530
1225
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestInfo;
|
|
1531
|
-
fromPartial(object:
|
|
1226
|
+
fromPartial(object: DeepPartial<RequestInfo>): RequestInfo;
|
|
1532
1227
|
fromAmino(object: RequestInfoAmino): RequestInfo;
|
|
1533
1228
|
toAmino(message: RequestInfo): RequestInfoAmino;
|
|
1534
1229
|
fromAminoMsg(object: RequestInfoAminoMsg): RequestInfo;
|
|
@@ -1540,7 +1235,7 @@ export declare const RequestInitChain: {
|
|
|
1540
1235
|
typeUrl: string;
|
|
1541
1236
|
encode(message: RequestInitChain, writer?: BinaryWriter): BinaryWriter;
|
|
1542
1237
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestInitChain;
|
|
1543
|
-
fromPartial(object:
|
|
1238
|
+
fromPartial(object: DeepPartial<RequestInitChain>): RequestInitChain;
|
|
1544
1239
|
fromAmino(object: RequestInitChainAmino): RequestInitChain;
|
|
1545
1240
|
toAmino(message: RequestInitChain): RequestInitChainAmino;
|
|
1546
1241
|
fromAminoMsg(object: RequestInitChainAminoMsg): RequestInitChain;
|
|
@@ -1552,7 +1247,7 @@ export declare const RequestQuery: {
|
|
|
1552
1247
|
typeUrl: string;
|
|
1553
1248
|
encode(message: RequestQuery, writer?: BinaryWriter): BinaryWriter;
|
|
1554
1249
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestQuery;
|
|
1555
|
-
fromPartial(object:
|
|
1250
|
+
fromPartial(object: DeepPartial<RequestQuery>): RequestQuery;
|
|
1556
1251
|
fromAmino(object: RequestQueryAmino): RequestQuery;
|
|
1557
1252
|
toAmino(message: RequestQuery): RequestQueryAmino;
|
|
1558
1253
|
fromAminoMsg(object: RequestQueryAminoMsg): RequestQuery;
|
|
@@ -1564,7 +1259,7 @@ export declare const RequestCheckTx: {
|
|
|
1564
1259
|
typeUrl: string;
|
|
1565
1260
|
encode(message: RequestCheckTx, writer?: BinaryWriter): BinaryWriter;
|
|
1566
1261
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestCheckTx;
|
|
1567
|
-
fromPartial(object:
|
|
1262
|
+
fromPartial(object: DeepPartial<RequestCheckTx>): RequestCheckTx;
|
|
1568
1263
|
fromAmino(object: RequestCheckTxAmino): RequestCheckTx;
|
|
1569
1264
|
toAmino(message: RequestCheckTx): RequestCheckTxAmino;
|
|
1570
1265
|
fromAminoMsg(object: RequestCheckTxAminoMsg): RequestCheckTx;
|
|
@@ -1576,7 +1271,7 @@ export declare const RequestCommit: {
|
|
|
1576
1271
|
typeUrl: string;
|
|
1577
1272
|
encode(_: RequestCommit, writer?: BinaryWriter): BinaryWriter;
|
|
1578
1273
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestCommit;
|
|
1579
|
-
fromPartial(_:
|
|
1274
|
+
fromPartial(_: DeepPartial<RequestCommit>): RequestCommit;
|
|
1580
1275
|
fromAmino(_: RequestCommitAmino): RequestCommit;
|
|
1581
1276
|
toAmino(_: RequestCommit): RequestCommitAmino;
|
|
1582
1277
|
fromAminoMsg(object: RequestCommitAminoMsg): RequestCommit;
|
|
@@ -1588,7 +1283,7 @@ export declare const RequestListSnapshots: {
|
|
|
1588
1283
|
typeUrl: string;
|
|
1589
1284
|
encode(_: RequestListSnapshots, writer?: BinaryWriter): BinaryWriter;
|
|
1590
1285
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestListSnapshots;
|
|
1591
|
-
fromPartial(_:
|
|
1286
|
+
fromPartial(_: DeepPartial<RequestListSnapshots>): RequestListSnapshots;
|
|
1592
1287
|
fromAmino(_: RequestListSnapshotsAmino): RequestListSnapshots;
|
|
1593
1288
|
toAmino(_: RequestListSnapshots): RequestListSnapshotsAmino;
|
|
1594
1289
|
fromAminoMsg(object: RequestListSnapshotsAminoMsg): RequestListSnapshots;
|
|
@@ -1600,7 +1295,7 @@ export declare const RequestOfferSnapshot: {
|
|
|
1600
1295
|
typeUrl: string;
|
|
1601
1296
|
encode(message: RequestOfferSnapshot, writer?: BinaryWriter): BinaryWriter;
|
|
1602
1297
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestOfferSnapshot;
|
|
1603
|
-
fromPartial(object:
|
|
1298
|
+
fromPartial(object: DeepPartial<RequestOfferSnapshot>): RequestOfferSnapshot;
|
|
1604
1299
|
fromAmino(object: RequestOfferSnapshotAmino): RequestOfferSnapshot;
|
|
1605
1300
|
toAmino(message: RequestOfferSnapshot): RequestOfferSnapshotAmino;
|
|
1606
1301
|
fromAminoMsg(object: RequestOfferSnapshotAminoMsg): RequestOfferSnapshot;
|
|
@@ -1612,7 +1307,7 @@ export declare const RequestLoadSnapshotChunk: {
|
|
|
1612
1307
|
typeUrl: string;
|
|
1613
1308
|
encode(message: RequestLoadSnapshotChunk, writer?: BinaryWriter): BinaryWriter;
|
|
1614
1309
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestLoadSnapshotChunk;
|
|
1615
|
-
fromPartial(object:
|
|
1310
|
+
fromPartial(object: DeepPartial<RequestLoadSnapshotChunk>): RequestLoadSnapshotChunk;
|
|
1616
1311
|
fromAmino(object: RequestLoadSnapshotChunkAmino): RequestLoadSnapshotChunk;
|
|
1617
1312
|
toAmino(message: RequestLoadSnapshotChunk): RequestLoadSnapshotChunkAmino;
|
|
1618
1313
|
fromAminoMsg(object: RequestLoadSnapshotChunkAminoMsg): RequestLoadSnapshotChunk;
|
|
@@ -1624,7 +1319,7 @@ export declare const RequestApplySnapshotChunk: {
|
|
|
1624
1319
|
typeUrl: string;
|
|
1625
1320
|
encode(message: RequestApplySnapshotChunk, writer?: BinaryWriter): BinaryWriter;
|
|
1626
1321
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestApplySnapshotChunk;
|
|
1627
|
-
fromPartial(object:
|
|
1322
|
+
fromPartial(object: DeepPartial<RequestApplySnapshotChunk>): RequestApplySnapshotChunk;
|
|
1628
1323
|
fromAmino(object: RequestApplySnapshotChunkAmino): RequestApplySnapshotChunk;
|
|
1629
1324
|
toAmino(message: RequestApplySnapshotChunk): RequestApplySnapshotChunkAmino;
|
|
1630
1325
|
fromAminoMsg(object: RequestApplySnapshotChunkAminoMsg): RequestApplySnapshotChunk;
|
|
@@ -1636,7 +1331,7 @@ export declare const RequestPrepareProposal: {
|
|
|
1636
1331
|
typeUrl: string;
|
|
1637
1332
|
encode(message: RequestPrepareProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1638
1333
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestPrepareProposal;
|
|
1639
|
-
fromPartial(object:
|
|
1334
|
+
fromPartial(object: DeepPartial<RequestPrepareProposal>): RequestPrepareProposal;
|
|
1640
1335
|
fromAmino(object: RequestPrepareProposalAmino): RequestPrepareProposal;
|
|
1641
1336
|
toAmino(message: RequestPrepareProposal): RequestPrepareProposalAmino;
|
|
1642
1337
|
fromAminoMsg(object: RequestPrepareProposalAminoMsg): RequestPrepareProposal;
|
|
@@ -1648,7 +1343,7 @@ export declare const RequestProcessProposal: {
|
|
|
1648
1343
|
typeUrl: string;
|
|
1649
1344
|
encode(message: RequestProcessProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1650
1345
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestProcessProposal;
|
|
1651
|
-
fromPartial(object:
|
|
1346
|
+
fromPartial(object: DeepPartial<RequestProcessProposal>): RequestProcessProposal;
|
|
1652
1347
|
fromAmino(object: RequestProcessProposalAmino): RequestProcessProposal;
|
|
1653
1348
|
toAmino(message: RequestProcessProposal): RequestProcessProposalAmino;
|
|
1654
1349
|
fromAminoMsg(object: RequestProcessProposalAminoMsg): RequestProcessProposal;
|
|
@@ -1660,7 +1355,7 @@ export declare const RequestExtendVote: {
|
|
|
1660
1355
|
typeUrl: string;
|
|
1661
1356
|
encode(message: RequestExtendVote, writer?: BinaryWriter): BinaryWriter;
|
|
1662
1357
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestExtendVote;
|
|
1663
|
-
fromPartial(object:
|
|
1358
|
+
fromPartial(object: DeepPartial<RequestExtendVote>): RequestExtendVote;
|
|
1664
1359
|
fromAmino(object: RequestExtendVoteAmino): RequestExtendVote;
|
|
1665
1360
|
toAmino(message: RequestExtendVote): RequestExtendVoteAmino;
|
|
1666
1361
|
fromAminoMsg(object: RequestExtendVoteAminoMsg): RequestExtendVote;
|
|
@@ -1672,7 +1367,7 @@ export declare const RequestVerifyVoteExtension: {
|
|
|
1672
1367
|
typeUrl: string;
|
|
1673
1368
|
encode(message: RequestVerifyVoteExtension, writer?: BinaryWriter): BinaryWriter;
|
|
1674
1369
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestVerifyVoteExtension;
|
|
1675
|
-
fromPartial(object:
|
|
1370
|
+
fromPartial(object: DeepPartial<RequestVerifyVoteExtension>): RequestVerifyVoteExtension;
|
|
1676
1371
|
fromAmino(object: RequestVerifyVoteExtensionAmino): RequestVerifyVoteExtension;
|
|
1677
1372
|
toAmino(message: RequestVerifyVoteExtension): RequestVerifyVoteExtensionAmino;
|
|
1678
1373
|
fromAminoMsg(object: RequestVerifyVoteExtensionAminoMsg): RequestVerifyVoteExtension;
|
|
@@ -1684,7 +1379,7 @@ export declare const RequestFinalizeBlock: {
|
|
|
1684
1379
|
typeUrl: string;
|
|
1685
1380
|
encode(message: RequestFinalizeBlock, writer?: BinaryWriter): BinaryWriter;
|
|
1686
1381
|
decode(input: BinaryReader | Uint8Array, length?: number): RequestFinalizeBlock;
|
|
1687
|
-
fromPartial(object:
|
|
1382
|
+
fromPartial(object: DeepPartial<RequestFinalizeBlock>): RequestFinalizeBlock;
|
|
1688
1383
|
fromAmino(object: RequestFinalizeBlockAmino): RequestFinalizeBlock;
|
|
1689
1384
|
toAmino(message: RequestFinalizeBlock): RequestFinalizeBlockAmino;
|
|
1690
1385
|
fromAminoMsg(object: RequestFinalizeBlockAminoMsg): RequestFinalizeBlock;
|
|
@@ -1696,7 +1391,7 @@ export declare const Response: {
|
|
|
1696
1391
|
typeUrl: string;
|
|
1697
1392
|
encode(message: Response, writer?: BinaryWriter): BinaryWriter;
|
|
1698
1393
|
decode(input: BinaryReader | Uint8Array, length?: number): Response;
|
|
1699
|
-
fromPartial(object:
|
|
1394
|
+
fromPartial(object: DeepPartial<Response>): Response;
|
|
1700
1395
|
fromAmino(object: ResponseAmino): Response;
|
|
1701
1396
|
toAmino(message: Response): ResponseAmino;
|
|
1702
1397
|
fromAminoMsg(object: ResponseAminoMsg): Response;
|
|
@@ -1708,7 +1403,7 @@ export declare const ResponseException: {
|
|
|
1708
1403
|
typeUrl: string;
|
|
1709
1404
|
encode(message: ResponseException, writer?: BinaryWriter): BinaryWriter;
|
|
1710
1405
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseException;
|
|
1711
|
-
fromPartial(object:
|
|
1406
|
+
fromPartial(object: DeepPartial<ResponseException>): ResponseException;
|
|
1712
1407
|
fromAmino(object: ResponseExceptionAmino): ResponseException;
|
|
1713
1408
|
toAmino(message: ResponseException): ResponseExceptionAmino;
|
|
1714
1409
|
fromAminoMsg(object: ResponseExceptionAminoMsg): ResponseException;
|
|
@@ -1720,7 +1415,7 @@ export declare const ResponseEcho: {
|
|
|
1720
1415
|
typeUrl: string;
|
|
1721
1416
|
encode(message: ResponseEcho, writer?: BinaryWriter): BinaryWriter;
|
|
1722
1417
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseEcho;
|
|
1723
|
-
fromPartial(object:
|
|
1418
|
+
fromPartial(object: DeepPartial<ResponseEcho>): ResponseEcho;
|
|
1724
1419
|
fromAmino(object: ResponseEchoAmino): ResponseEcho;
|
|
1725
1420
|
toAmino(message: ResponseEcho): ResponseEchoAmino;
|
|
1726
1421
|
fromAminoMsg(object: ResponseEchoAminoMsg): ResponseEcho;
|
|
@@ -1732,7 +1427,7 @@ export declare const ResponseFlush: {
|
|
|
1732
1427
|
typeUrl: string;
|
|
1733
1428
|
encode(_: ResponseFlush, writer?: BinaryWriter): BinaryWriter;
|
|
1734
1429
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseFlush;
|
|
1735
|
-
fromPartial(_:
|
|
1430
|
+
fromPartial(_: DeepPartial<ResponseFlush>): ResponseFlush;
|
|
1736
1431
|
fromAmino(_: ResponseFlushAmino): ResponseFlush;
|
|
1737
1432
|
toAmino(_: ResponseFlush): ResponseFlushAmino;
|
|
1738
1433
|
fromAminoMsg(object: ResponseFlushAminoMsg): ResponseFlush;
|
|
@@ -1744,7 +1439,7 @@ export declare const ResponseInfo: {
|
|
|
1744
1439
|
typeUrl: string;
|
|
1745
1440
|
encode(message: ResponseInfo, writer?: BinaryWriter): BinaryWriter;
|
|
1746
1441
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseInfo;
|
|
1747
|
-
fromPartial(object:
|
|
1442
|
+
fromPartial(object: DeepPartial<ResponseInfo>): ResponseInfo;
|
|
1748
1443
|
fromAmino(object: ResponseInfoAmino): ResponseInfo;
|
|
1749
1444
|
toAmino(message: ResponseInfo): ResponseInfoAmino;
|
|
1750
1445
|
fromAminoMsg(object: ResponseInfoAminoMsg): ResponseInfo;
|
|
@@ -1756,7 +1451,7 @@ export declare const ResponseInitChain: {
|
|
|
1756
1451
|
typeUrl: string;
|
|
1757
1452
|
encode(message: ResponseInitChain, writer?: BinaryWriter): BinaryWriter;
|
|
1758
1453
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseInitChain;
|
|
1759
|
-
fromPartial(object:
|
|
1454
|
+
fromPartial(object: DeepPartial<ResponseInitChain>): ResponseInitChain;
|
|
1760
1455
|
fromAmino(object: ResponseInitChainAmino): ResponseInitChain;
|
|
1761
1456
|
toAmino(message: ResponseInitChain): ResponseInitChainAmino;
|
|
1762
1457
|
fromAminoMsg(object: ResponseInitChainAminoMsg): ResponseInitChain;
|
|
@@ -1768,7 +1463,7 @@ export declare const ResponseQuery: {
|
|
|
1768
1463
|
typeUrl: string;
|
|
1769
1464
|
encode(message: ResponseQuery, writer?: BinaryWriter): BinaryWriter;
|
|
1770
1465
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseQuery;
|
|
1771
|
-
fromPartial(object:
|
|
1466
|
+
fromPartial(object: DeepPartial<ResponseQuery>): ResponseQuery;
|
|
1772
1467
|
fromAmino(object: ResponseQueryAmino): ResponseQuery;
|
|
1773
1468
|
toAmino(message: ResponseQuery): ResponseQueryAmino;
|
|
1774
1469
|
fromAminoMsg(object: ResponseQueryAminoMsg): ResponseQuery;
|
|
@@ -1780,7 +1475,7 @@ export declare const ResponseCheckTx: {
|
|
|
1780
1475
|
typeUrl: string;
|
|
1781
1476
|
encode(message: ResponseCheckTx, writer?: BinaryWriter): BinaryWriter;
|
|
1782
1477
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseCheckTx;
|
|
1783
|
-
fromPartial(object:
|
|
1478
|
+
fromPartial(object: DeepPartial<ResponseCheckTx>): ResponseCheckTx;
|
|
1784
1479
|
fromAmino(object: ResponseCheckTxAmino): ResponseCheckTx;
|
|
1785
1480
|
toAmino(message: ResponseCheckTx): ResponseCheckTxAmino;
|
|
1786
1481
|
fromAminoMsg(object: ResponseCheckTxAminoMsg): ResponseCheckTx;
|
|
@@ -1792,7 +1487,7 @@ export declare const ResponseCommit: {
|
|
|
1792
1487
|
typeUrl: string;
|
|
1793
1488
|
encode(message: ResponseCommit, writer?: BinaryWriter): BinaryWriter;
|
|
1794
1489
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseCommit;
|
|
1795
|
-
fromPartial(object:
|
|
1490
|
+
fromPartial(object: DeepPartial<ResponseCommit>): ResponseCommit;
|
|
1796
1491
|
fromAmino(object: ResponseCommitAmino): ResponseCommit;
|
|
1797
1492
|
toAmino(message: ResponseCommit): ResponseCommitAmino;
|
|
1798
1493
|
fromAminoMsg(object: ResponseCommitAminoMsg): ResponseCommit;
|
|
@@ -1804,7 +1499,7 @@ export declare const ResponseListSnapshots: {
|
|
|
1804
1499
|
typeUrl: string;
|
|
1805
1500
|
encode(message: ResponseListSnapshots, writer?: BinaryWriter): BinaryWriter;
|
|
1806
1501
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseListSnapshots;
|
|
1807
|
-
fromPartial(object:
|
|
1502
|
+
fromPartial(object: DeepPartial<ResponseListSnapshots>): ResponseListSnapshots;
|
|
1808
1503
|
fromAmino(object: ResponseListSnapshotsAmino): ResponseListSnapshots;
|
|
1809
1504
|
toAmino(message: ResponseListSnapshots): ResponseListSnapshotsAmino;
|
|
1810
1505
|
fromAminoMsg(object: ResponseListSnapshotsAminoMsg): ResponseListSnapshots;
|
|
@@ -1816,7 +1511,7 @@ export declare const ResponseOfferSnapshot: {
|
|
|
1816
1511
|
typeUrl: string;
|
|
1817
1512
|
encode(message: ResponseOfferSnapshot, writer?: BinaryWriter): BinaryWriter;
|
|
1818
1513
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseOfferSnapshot;
|
|
1819
|
-
fromPartial(object:
|
|
1514
|
+
fromPartial(object: DeepPartial<ResponseOfferSnapshot>): ResponseOfferSnapshot;
|
|
1820
1515
|
fromAmino(object: ResponseOfferSnapshotAmino): ResponseOfferSnapshot;
|
|
1821
1516
|
toAmino(message: ResponseOfferSnapshot): ResponseOfferSnapshotAmino;
|
|
1822
1517
|
fromAminoMsg(object: ResponseOfferSnapshotAminoMsg): ResponseOfferSnapshot;
|
|
@@ -1828,7 +1523,7 @@ export declare const ResponseLoadSnapshotChunk: {
|
|
|
1828
1523
|
typeUrl: string;
|
|
1829
1524
|
encode(message: ResponseLoadSnapshotChunk, writer?: BinaryWriter): BinaryWriter;
|
|
1830
1525
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseLoadSnapshotChunk;
|
|
1831
|
-
fromPartial(object:
|
|
1526
|
+
fromPartial(object: DeepPartial<ResponseLoadSnapshotChunk>): ResponseLoadSnapshotChunk;
|
|
1832
1527
|
fromAmino(object: ResponseLoadSnapshotChunkAmino): ResponseLoadSnapshotChunk;
|
|
1833
1528
|
toAmino(message: ResponseLoadSnapshotChunk): ResponseLoadSnapshotChunkAmino;
|
|
1834
1529
|
fromAminoMsg(object: ResponseLoadSnapshotChunkAminoMsg): ResponseLoadSnapshotChunk;
|
|
@@ -1840,7 +1535,7 @@ export declare const ResponseApplySnapshotChunk: {
|
|
|
1840
1535
|
typeUrl: string;
|
|
1841
1536
|
encode(message: ResponseApplySnapshotChunk, writer?: BinaryWriter): BinaryWriter;
|
|
1842
1537
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseApplySnapshotChunk;
|
|
1843
|
-
fromPartial(object:
|
|
1538
|
+
fromPartial(object: DeepPartial<ResponseApplySnapshotChunk>): ResponseApplySnapshotChunk;
|
|
1844
1539
|
fromAmino(object: ResponseApplySnapshotChunkAmino): ResponseApplySnapshotChunk;
|
|
1845
1540
|
toAmino(message: ResponseApplySnapshotChunk): ResponseApplySnapshotChunkAmino;
|
|
1846
1541
|
fromAminoMsg(object: ResponseApplySnapshotChunkAminoMsg): ResponseApplySnapshotChunk;
|
|
@@ -1852,7 +1547,7 @@ export declare const ResponsePrepareProposal: {
|
|
|
1852
1547
|
typeUrl: string;
|
|
1853
1548
|
encode(message: ResponsePrepareProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1854
1549
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponsePrepareProposal;
|
|
1855
|
-
fromPartial(object:
|
|
1550
|
+
fromPartial(object: DeepPartial<ResponsePrepareProposal>): ResponsePrepareProposal;
|
|
1856
1551
|
fromAmino(object: ResponsePrepareProposalAmino): ResponsePrepareProposal;
|
|
1857
1552
|
toAmino(message: ResponsePrepareProposal): ResponsePrepareProposalAmino;
|
|
1858
1553
|
fromAminoMsg(object: ResponsePrepareProposalAminoMsg): ResponsePrepareProposal;
|
|
@@ -1864,7 +1559,7 @@ export declare const ResponseProcessProposal: {
|
|
|
1864
1559
|
typeUrl: string;
|
|
1865
1560
|
encode(message: ResponseProcessProposal, writer?: BinaryWriter): BinaryWriter;
|
|
1866
1561
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseProcessProposal;
|
|
1867
|
-
fromPartial(object:
|
|
1562
|
+
fromPartial(object: DeepPartial<ResponseProcessProposal>): ResponseProcessProposal;
|
|
1868
1563
|
fromAmino(object: ResponseProcessProposalAmino): ResponseProcessProposal;
|
|
1869
1564
|
toAmino(message: ResponseProcessProposal): ResponseProcessProposalAmino;
|
|
1870
1565
|
fromAminoMsg(object: ResponseProcessProposalAminoMsg): ResponseProcessProposal;
|
|
@@ -1876,7 +1571,7 @@ export declare const ResponseExtendVote: {
|
|
|
1876
1571
|
typeUrl: string;
|
|
1877
1572
|
encode(message: ResponseExtendVote, writer?: BinaryWriter): BinaryWriter;
|
|
1878
1573
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseExtendVote;
|
|
1879
|
-
fromPartial(object:
|
|
1574
|
+
fromPartial(object: DeepPartial<ResponseExtendVote>): ResponseExtendVote;
|
|
1880
1575
|
fromAmino(object: ResponseExtendVoteAmino): ResponseExtendVote;
|
|
1881
1576
|
toAmino(message: ResponseExtendVote): ResponseExtendVoteAmino;
|
|
1882
1577
|
fromAminoMsg(object: ResponseExtendVoteAminoMsg): ResponseExtendVote;
|
|
@@ -1888,7 +1583,7 @@ export declare const ResponseVerifyVoteExtension: {
|
|
|
1888
1583
|
typeUrl: string;
|
|
1889
1584
|
encode(message: ResponseVerifyVoteExtension, writer?: BinaryWriter): BinaryWriter;
|
|
1890
1585
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseVerifyVoteExtension;
|
|
1891
|
-
fromPartial(object:
|
|
1586
|
+
fromPartial(object: DeepPartial<ResponseVerifyVoteExtension>): ResponseVerifyVoteExtension;
|
|
1892
1587
|
fromAmino(object: ResponseVerifyVoteExtensionAmino): ResponseVerifyVoteExtension;
|
|
1893
1588
|
toAmino(message: ResponseVerifyVoteExtension): ResponseVerifyVoteExtensionAmino;
|
|
1894
1589
|
fromAminoMsg(object: ResponseVerifyVoteExtensionAminoMsg): ResponseVerifyVoteExtension;
|
|
@@ -1900,7 +1595,7 @@ export declare const ResponseFinalizeBlock: {
|
|
|
1900
1595
|
typeUrl: string;
|
|
1901
1596
|
encode(message: ResponseFinalizeBlock, writer?: BinaryWriter): BinaryWriter;
|
|
1902
1597
|
decode(input: BinaryReader | Uint8Array, length?: number): ResponseFinalizeBlock;
|
|
1903
|
-
fromPartial(object:
|
|
1598
|
+
fromPartial(object: DeepPartial<ResponseFinalizeBlock>): ResponseFinalizeBlock;
|
|
1904
1599
|
fromAmino(object: ResponseFinalizeBlockAmino): ResponseFinalizeBlock;
|
|
1905
1600
|
toAmino(message: ResponseFinalizeBlock): ResponseFinalizeBlockAmino;
|
|
1906
1601
|
fromAminoMsg(object: ResponseFinalizeBlockAminoMsg): ResponseFinalizeBlock;
|
|
@@ -1912,7 +1607,7 @@ export declare const CommitInfo: {
|
|
|
1912
1607
|
typeUrl: string;
|
|
1913
1608
|
encode(message: CommitInfo, writer?: BinaryWriter): BinaryWriter;
|
|
1914
1609
|
decode(input: BinaryReader | Uint8Array, length?: number): CommitInfo;
|
|
1915
|
-
fromPartial(object:
|
|
1610
|
+
fromPartial(object: DeepPartial<CommitInfo>): CommitInfo;
|
|
1916
1611
|
fromAmino(object: CommitInfoAmino): CommitInfo;
|
|
1917
1612
|
toAmino(message: CommitInfo): CommitInfoAmino;
|
|
1918
1613
|
fromAminoMsg(object: CommitInfoAminoMsg): CommitInfo;
|
|
@@ -1924,7 +1619,7 @@ export declare const ExtendedCommitInfo: {
|
|
|
1924
1619
|
typeUrl: string;
|
|
1925
1620
|
encode(message: ExtendedCommitInfo, writer?: BinaryWriter): BinaryWriter;
|
|
1926
1621
|
decode(input: BinaryReader | Uint8Array, length?: number): ExtendedCommitInfo;
|
|
1927
|
-
fromPartial(object:
|
|
1622
|
+
fromPartial(object: DeepPartial<ExtendedCommitInfo>): ExtendedCommitInfo;
|
|
1928
1623
|
fromAmino(object: ExtendedCommitInfoAmino): ExtendedCommitInfo;
|
|
1929
1624
|
toAmino(message: ExtendedCommitInfo): ExtendedCommitInfoAmino;
|
|
1930
1625
|
fromAminoMsg(object: ExtendedCommitInfoAminoMsg): ExtendedCommitInfo;
|
|
@@ -1936,7 +1631,7 @@ export declare const Event: {
|
|
|
1936
1631
|
typeUrl: string;
|
|
1937
1632
|
encode(message: Event, writer?: BinaryWriter): BinaryWriter;
|
|
1938
1633
|
decode(input: BinaryReader | Uint8Array, length?: number): Event;
|
|
1939
|
-
fromPartial(object:
|
|
1634
|
+
fromPartial(object: DeepPartial<Event>): Event;
|
|
1940
1635
|
fromAmino(object: EventAmino): Event;
|
|
1941
1636
|
toAmino(message: Event): EventAmino;
|
|
1942
1637
|
fromAminoMsg(object: EventAminoMsg): Event;
|
|
@@ -1948,7 +1643,7 @@ export declare const EventAttribute: {
|
|
|
1948
1643
|
typeUrl: string;
|
|
1949
1644
|
encode(message: EventAttribute, writer?: BinaryWriter): BinaryWriter;
|
|
1950
1645
|
decode(input: BinaryReader | Uint8Array, length?: number): EventAttribute;
|
|
1951
|
-
fromPartial(object:
|
|
1646
|
+
fromPartial(object: DeepPartial<EventAttribute>): EventAttribute;
|
|
1952
1647
|
fromAmino(object: EventAttributeAmino): EventAttribute;
|
|
1953
1648
|
toAmino(message: EventAttribute): EventAttributeAmino;
|
|
1954
1649
|
fromAminoMsg(object: EventAttributeAminoMsg): EventAttribute;
|
|
@@ -1960,7 +1655,7 @@ export declare const ExecTxResult: {
|
|
|
1960
1655
|
typeUrl: string;
|
|
1961
1656
|
encode(message: ExecTxResult, writer?: BinaryWriter): BinaryWriter;
|
|
1962
1657
|
decode(input: BinaryReader | Uint8Array, length?: number): ExecTxResult;
|
|
1963
|
-
fromPartial(object:
|
|
1658
|
+
fromPartial(object: DeepPartial<ExecTxResult>): ExecTxResult;
|
|
1964
1659
|
fromAmino(object: ExecTxResultAmino): ExecTxResult;
|
|
1965
1660
|
toAmino(message: ExecTxResult): ExecTxResultAmino;
|
|
1966
1661
|
fromAminoMsg(object: ExecTxResultAminoMsg): ExecTxResult;
|
|
@@ -1972,7 +1667,7 @@ export declare const TxResult: {
|
|
|
1972
1667
|
typeUrl: string;
|
|
1973
1668
|
encode(message: TxResult, writer?: BinaryWriter): BinaryWriter;
|
|
1974
1669
|
decode(input: BinaryReader | Uint8Array, length?: number): TxResult;
|
|
1975
|
-
fromPartial(object:
|
|
1670
|
+
fromPartial(object: DeepPartial<TxResult>): TxResult;
|
|
1976
1671
|
fromAmino(object: TxResultAmino): TxResult;
|
|
1977
1672
|
toAmino(message: TxResult): TxResultAmino;
|
|
1978
1673
|
fromAminoMsg(object: TxResultAminoMsg): TxResult;
|
|
@@ -1984,7 +1679,7 @@ export declare const Validator: {
|
|
|
1984
1679
|
typeUrl: string;
|
|
1985
1680
|
encode(message: Validator, writer?: BinaryWriter): BinaryWriter;
|
|
1986
1681
|
decode(input: BinaryReader | Uint8Array, length?: number): Validator;
|
|
1987
|
-
fromPartial(object:
|
|
1682
|
+
fromPartial(object: DeepPartial<Validator>): Validator;
|
|
1988
1683
|
fromAmino(object: ValidatorAmino): Validator;
|
|
1989
1684
|
toAmino(message: Validator): ValidatorAmino;
|
|
1990
1685
|
fromAminoMsg(object: ValidatorAminoMsg): Validator;
|
|
@@ -1996,7 +1691,7 @@ export declare const ValidatorUpdate: {
|
|
|
1996
1691
|
typeUrl: string;
|
|
1997
1692
|
encode(message: ValidatorUpdate, writer?: BinaryWriter): BinaryWriter;
|
|
1998
1693
|
decode(input: BinaryReader | Uint8Array, length?: number): ValidatorUpdate;
|
|
1999
|
-
fromPartial(object:
|
|
1694
|
+
fromPartial(object: DeepPartial<ValidatorUpdate>): ValidatorUpdate;
|
|
2000
1695
|
fromAmino(object: ValidatorUpdateAmino): ValidatorUpdate;
|
|
2001
1696
|
toAmino(message: ValidatorUpdate): ValidatorUpdateAmino;
|
|
2002
1697
|
fromAminoMsg(object: ValidatorUpdateAminoMsg): ValidatorUpdate;
|
|
@@ -2008,7 +1703,7 @@ export declare const VoteInfo: {
|
|
|
2008
1703
|
typeUrl: string;
|
|
2009
1704
|
encode(message: VoteInfo, writer?: BinaryWriter): BinaryWriter;
|
|
2010
1705
|
decode(input: BinaryReader | Uint8Array, length?: number): VoteInfo;
|
|
2011
|
-
fromPartial(object:
|
|
1706
|
+
fromPartial(object: DeepPartial<VoteInfo>): VoteInfo;
|
|
2012
1707
|
fromAmino(object: VoteInfoAmino): VoteInfo;
|
|
2013
1708
|
toAmino(message: VoteInfo): VoteInfoAmino;
|
|
2014
1709
|
fromAminoMsg(object: VoteInfoAminoMsg): VoteInfo;
|
|
@@ -2020,7 +1715,7 @@ export declare const ExtendedVoteInfo: {
|
|
|
2020
1715
|
typeUrl: string;
|
|
2021
1716
|
encode(message: ExtendedVoteInfo, writer?: BinaryWriter): BinaryWriter;
|
|
2022
1717
|
decode(input: BinaryReader | Uint8Array, length?: number): ExtendedVoteInfo;
|
|
2023
|
-
fromPartial(object:
|
|
1718
|
+
fromPartial(object: DeepPartial<ExtendedVoteInfo>): ExtendedVoteInfo;
|
|
2024
1719
|
fromAmino(object: ExtendedVoteInfoAmino): ExtendedVoteInfo;
|
|
2025
1720
|
toAmino(message: ExtendedVoteInfo): ExtendedVoteInfoAmino;
|
|
2026
1721
|
fromAminoMsg(object: ExtendedVoteInfoAminoMsg): ExtendedVoteInfo;
|
|
@@ -2032,7 +1727,7 @@ export declare const Misbehavior: {
|
|
|
2032
1727
|
typeUrl: string;
|
|
2033
1728
|
encode(message: Misbehavior, writer?: BinaryWriter): BinaryWriter;
|
|
2034
1729
|
decode(input: BinaryReader | Uint8Array, length?: number): Misbehavior;
|
|
2035
|
-
fromPartial(object:
|
|
1730
|
+
fromPartial(object: DeepPartial<Misbehavior>): Misbehavior;
|
|
2036
1731
|
fromAmino(object: MisbehaviorAmino): Misbehavior;
|
|
2037
1732
|
toAmino(message: Misbehavior): MisbehaviorAmino;
|
|
2038
1733
|
fromAminoMsg(object: MisbehaviorAminoMsg): Misbehavior;
|
|
@@ -2044,7 +1739,7 @@ export declare const Snapshot: {
|
|
|
2044
1739
|
typeUrl: string;
|
|
2045
1740
|
encode(message: Snapshot, writer?: BinaryWriter): BinaryWriter;
|
|
2046
1741
|
decode(input: BinaryReader | Uint8Array, length?: number): Snapshot;
|
|
2047
|
-
fromPartial(object:
|
|
1742
|
+
fromPartial(object: DeepPartial<Snapshot>): Snapshot;
|
|
2048
1743
|
fromAmino(object: SnapshotAmino): Snapshot;
|
|
2049
1744
|
toAmino(message: Snapshot): SnapshotAmino;
|
|
2050
1745
|
fromAminoMsg(object: SnapshotAminoMsg): Snapshot;
|