Socket
Socket
Sign inDemoInstall

@cosmjs/stargate

Package Overview
Dependencies
Maintainers
3
Versions
93
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cosmjs/stargate - npm Package Compare versions

Comparing version 0.26.0 to 0.26.1

6

build/queries/gov.d.ts

@@ -11,8 +11,8 @@ import { Uint64 } from "@cosmjs/math";

readonly params: (parametersType: GovParamsType) => Promise<QueryParamsResponse>;
readonly proposals: (proposalStatus: ProposalStatus, depositor: string, voter: string) => Promise<QueryProposalsResponse>;
readonly proposals: (proposalStatus: ProposalStatus, depositor: string, voter: string, paginationKey?: Uint8Array) => Promise<QueryProposalsResponse>;
readonly proposal: (proposalId: GovProposalId) => Promise<QueryProposalResponse>;
readonly deposits: (proposalId: GovProposalId) => Promise<QueryDepositsResponse>;
readonly deposits: (proposalId: GovProposalId, paginationKey?: Uint8Array) => Promise<QueryDepositsResponse>;
readonly deposit: (proposalId: GovProposalId, depositorAddress: string) => Promise<QueryDepositResponse>;
readonly tally: (proposalId: GovProposalId) => Promise<QueryTallyResultResponse>;
readonly votes: (proposalId: GovProposalId) => Promise<QueryVotesResponse>;
readonly votes: (proposalId: GovProposalId, paginationKey?: Uint8Array) => Promise<QueryVotesResponse>;
readonly vote: (proposalId: GovProposalId, voterAddress: string) => Promise<QueryVoteResponse>;

@@ -19,0 +19,0 @@ };

{
"name": "@cosmjs/stargate",
"version": "0.26.0",
"version": "0.26.1",
"description": "Utilities for Cosmos SDK 0.40",

@@ -42,9 +42,9 @@ "contributors": [

"@confio/ics23": "^0.6.3",
"@cosmjs/amino": "0.26.0",
"@cosmjs/encoding": "0.26.0",
"@cosmjs/math": "0.26.0",
"@cosmjs/proto-signing": "0.26.0",
"@cosmjs/stream": "0.26.0",
"@cosmjs/tendermint-rpc": "0.26.0",
"@cosmjs/utils": "0.26.0",
"@cosmjs/amino": "0.26.1",
"@cosmjs/encoding": "0.26.1",
"@cosmjs/math": "0.26.1",
"@cosmjs/proto-signing": "0.26.1",
"@cosmjs/stream": "0.26.1",
"@cosmjs/tendermint-rpc": "0.26.1",
"@cosmjs/utils": "0.26.1",
"cosmjs-types": "^0.2.0",

@@ -56,3 +56,3 @@ "long": "^4.0.0",

"devDependencies": {
"@cosmjs/crypto": "0.26.0",
"@cosmjs/crypto": "0.26.1",
"@istanbuljs/nyc-config-typescript": "^1.0.1",

@@ -59,0 +59,0 @@ "@types/eslint-plugin-prettier": "^3",

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc