@injectivelabs/chain-consumer
Advanced tools
Comparing version 0.0.34 to 0.0.35
@@ -6,2 +6,8 @@ # Change Log | ||
## [0.0.35](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.34...@injectivelabs/chain-consumer@0.0.35) (2021-04-08) | ||
### Features | ||
* added re-delegations types ([f9dc6ff](https://github.com/InjectiveLabs/injective-ts/commit/f9dc6ffe293790316a5fe6f4dde84912dff7eb7f)) | ||
## [0.0.34](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.33...@injectivelabs/chain-consumer@0.0.34) (2021-04-08) | ||
@@ -8,0 +14,0 @@ |
@@ -1,2 +0,2 @@ | ||
import { Validator as GrpcValidator, Delegation as GrpcDelegation, Description as GrpcValidatorDescription, Commission as GrpcValidatorCommission, CommissionRates as GrpcValidatorCommissionRates, UnbondingDelegation as GrpcUnbondingDelegation, DelegationResponse as GrpcDelegationResponse } from '@injectivelabs/chain-api/cosmos/staking/v1beta1/staking_pb'; | ||
import { Validator as GrpcValidator, Delegation as GrpcDelegation, Description as GrpcValidatorDescription, Commission as GrpcValidatorCommission, CommissionRates as GrpcValidatorCommissionRates, UnbondingDelegation as GrpcUnbondingDelegation, Redelegation as GrpcReDelegation, DelegationResponse as GrpcDelegationResponse, RedelegationResponse as GrpcReDelegationResponse } from '@injectivelabs/chain-api/cosmos/staking/v1beta1/staking_pb'; | ||
import { DelegationDelegatorReward as GrpcDelegationDelegatorReward } from '@injectivelabs/chain-api/cosmos/distribution/v1beta1/distribution_pb'; | ||
@@ -7,3 +7,3 @@ import { Proposal as GrpcProposal, Deposit as GrpcProposalDeposit, TallyParams as GrpcTallyParams, TallyResult as GrpcTallyResult, Vote as GrpcVote, ProposalStatusMap as GrpcProposalStatus } from '@injectivelabs/chain-api/cosmos/gov/v1beta1/gov_pb'; | ||
import { Coin as GrpcCoin } from '@injectivelabs/chain-api/cosmos/base/v1beta1/coin_pb'; | ||
export { GrpcCoin, GrpcValidator, GrpcDelegation, GrpcValidatorDescription, GrpcValidatorCommission, GrpcValidatorCommissionRates, GrpcUnbondingDelegation, GrpcDelegationResponse, GrpcProposal, GrpcProposalDeposit, GrpcTallyParams, GrpcTallyResult, GrpcVote, GrpcProposalStatus, GrpcSupply, GrpcDelegationDelegatorReward, GrpcSpotMarket, GrpcMarketStatus, GrpcMarketStatusMap, GrpcSpotLimitOrder, GrpcSpotMarketOrder, GrpcSpotOrder, }; | ||
export { GrpcCoin, GrpcValidator, GrpcDelegation, GrpcValidatorDescription, GrpcValidatorCommission, GrpcValidatorCommissionRates, GrpcUnbondingDelegation, GrpcDelegationResponse, GrpcProposal, GrpcProposalDeposit, GrpcTallyParams, GrpcTallyResult, GrpcVote, GrpcProposalStatus, GrpcSupply, GrpcDelegationDelegatorReward, GrpcSpotMarket, GrpcMarketStatus, GrpcMarketStatusMap, GrpcSpotLimitOrder, GrpcSpotMarketOrder, GrpcSpotOrder, GrpcReDelegation, GrpcReDelegationResponse, }; | ||
//# sourceMappingURL=types.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.GrpcSpotOrder = exports.GrpcSpotMarketOrder = exports.GrpcSpotLimitOrder = exports.GrpcMarketStatus = exports.GrpcSpotMarket = exports.GrpcDelegationDelegatorReward = exports.GrpcSupply = exports.GrpcVote = exports.GrpcTallyResult = exports.GrpcTallyParams = exports.GrpcProposalDeposit = exports.GrpcProposal = exports.GrpcDelegationResponse = exports.GrpcUnbondingDelegation = exports.GrpcValidatorCommissionRates = exports.GrpcValidatorCommission = exports.GrpcValidatorDescription = exports.GrpcDelegation = exports.GrpcValidator = exports.GrpcCoin = void 0; | ||
exports.GrpcReDelegationResponse = exports.GrpcReDelegation = exports.GrpcSpotOrder = exports.GrpcSpotMarketOrder = exports.GrpcSpotLimitOrder = exports.GrpcMarketStatus = exports.GrpcSpotMarket = exports.GrpcDelegationDelegatorReward = exports.GrpcSupply = exports.GrpcVote = exports.GrpcTallyResult = exports.GrpcTallyParams = exports.GrpcProposalDeposit = exports.GrpcProposal = exports.GrpcDelegationResponse = exports.GrpcUnbondingDelegation = exports.GrpcValidatorCommissionRates = exports.GrpcValidatorCommission = exports.GrpcValidatorDescription = exports.GrpcDelegation = exports.GrpcValidator = exports.GrpcCoin = void 0; | ||
const staking_pb_1 = require("@injectivelabs/chain-api/cosmos/staking/v1beta1/staking_pb"); | ||
@@ -11,3 +11,5 @@ Object.defineProperty(exports, "GrpcValidator", { enumerable: true, get: function () { return staking_pb_1.Validator; } }); | ||
Object.defineProperty(exports, "GrpcUnbondingDelegation", { enumerable: true, get: function () { return staking_pb_1.UnbondingDelegation; } }); | ||
Object.defineProperty(exports, "GrpcReDelegation", { enumerable: true, get: function () { return staking_pb_1.Redelegation; } }); | ||
Object.defineProperty(exports, "GrpcDelegationResponse", { enumerable: true, get: function () { return staking_pb_1.DelegationResponse; } }); | ||
Object.defineProperty(exports, "GrpcReDelegationResponse", { enumerable: true, get: function () { return staking_pb_1.RedelegationResponse; } }); | ||
const distribution_pb_1 = require("@injectivelabs/chain-api/cosmos/distribution/v1beta1/distribution_pb"); | ||
@@ -14,0 +16,0 @@ Object.defineProperty(exports, "GrpcDelegationDelegatorReward", { enumerable: true, get: function () { return distribution_pb_1.DelegationDelegatorReward; } }); |
{ | ||
"name": "@injectivelabs/chain-consumer", | ||
"description": "Interacting with our Chain API made easy. Can be reused throughout Injective's projects.", | ||
"version": "0.0.34", | ||
"version": "0.0.35", | ||
"license": "MIT", | ||
@@ -41,3 +41,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "1fcb2806152b73d71e77a9479b229706b56ba619" | ||
"gitHead": "c1675c7b889dde0b2aff486666bd00797d818b39" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
90397
954