Socket
Socket
Sign inDemoInstall

@terra-money/terra.proto

Package Overview
Dependencies
Maintainers
8
Versions
48
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@terra-money/terra.proto - npm Package Compare versions

Comparing version 3.0.5 to 3.0.6

jax/code.d.ts

27

alliance/query.d.ts

@@ -31,2 +31,3 @@ import Long from "long";

}
/** @deprecated */
export interface QueryIBCAllianceRequest {

@@ -74,2 +75,3 @@ hash: string;

}
/** @deprecated */
export interface QueryIBCAllianceDelegationRequest {

@@ -91,2 +93,3 @@ delegatorAddr: string;

}
/** @deprecated */
export interface QueryIBCAllianceDelegationRewardsRequest {

@@ -269,3 +272,9 @@ delegatorAddr: string;

Alliances(request: DeepPartial<QueryAlliancesRequest>, metadata?: grpc.Metadata): Promise<QueryAlliancesResponse>;
/** Query a specific alliance by ibc hash */
/**
* Query a specific alliance by ibc hash
* @deprecated: this endpoint will be replaced for by the encoded version
* of the denom e.g.: GET:/terra/alliances/ibc%2Falliance
*
* @deprecated
*/
IBCAlliance(request: DeepPartial<QueryIBCAllianceRequest>, metadata?: grpc.Metadata): Promise<QueryAllianceResponse>;

@@ -284,7 +293,19 @@ /** Query all paginated alliance delegations */

AllianceDelegation(request: DeepPartial<QueryAllianceDelegationRequest>, metadata?: grpc.Metadata): Promise<QueryAllianceDelegationResponse>;
/** Query a delegation to an alliance by delegator addr, validator_addr and denom */
/**
* Query a delegation to an alliance by delegator addr, validator_addr and denom
* @deprecated: this endpoint will be replaced for by the encoded version
* of the denom e.g.: GET:/terra/alliances/terradr1231/terravaloper41234/ibc%2Falliance
*
* @deprecated
*/
IBCAllianceDelegation(request: DeepPartial<QueryIBCAllianceDelegationRequest>, metadata?: grpc.Metadata): Promise<QueryAllianceDelegationResponse>;
/** Query for rewards by delegator addr, validator_addr and denom */
AllianceDelegationRewards(request: DeepPartial<QueryAllianceDelegationRewardsRequest>, metadata?: grpc.Metadata): Promise<QueryAllianceDelegationRewardsResponse>;
/** Query for rewards by delegator addr, validator_addr and denom */
/**
* Query for rewards by delegator addr, validator_addr and denom
* @deprecated: this endpoint will be replaced for by the encoded version
* of the denom e.g.: GET:/terra/alliances/terradr1231/terravaloper41234/ibc%2Falliance
*
* @deprecated
*/
IBCAllianceDelegationRewards(request: DeepPartial<QueryIBCAllianceDelegationRewardsRequest>, metadata?: grpc.Metadata): Promise<QueryAllianceDelegationRewardsResponse>;

@@ -291,0 +312,0 @@ /** Query a specific alliance by denom */

6

package.json
{
"name": "@terra-money/terra.proto",
"version": "3.0.5",
"version": "3.0.6",
"description": "JS and TS types relating to Protocol Buffers used by Terra project",

@@ -19,2 +19,3 @@ "contributors": [

"confio/",
"jax/",
"cosmos/",

@@ -40,2 +41,3 @@ "cosmos_proto/",

"@improbable-eng/grpc-web": "^0.14.1",
"browser-headers": "^0.4.1",
"google-protobuf": "^3.17.3",

@@ -53,2 +55,2 @@ "long": "^4.0.0",

}
}
}

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