@injectivelabs/chain-consumer
Advanced tools
Comparing version 0.0.22 to 0.0.23
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.0.23](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.22...@injectivelabs/chain-consumer@0.0.23) (2021-03-04) | ||
### Bug Fixes | ||
* exported missing types ([e8aac33](https://github.com/InjectiveLabs/injective-ts/commit/e8aac3304811116f4850322422eb8e9612bed27c)) | ||
## [0.0.22](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.21...@injectivelabs/chain-consumer@0.0.22) (2021-03-04) | ||
@@ -8,0 +19,0 @@ |
@@ -1,3 +0,3 @@ | ||
import { Validator as GrpcValidator, Delegation as GrpcDelegation, UnbondingDelegation as GrpcUnbondingDelegation, DelegationResponse as GrpcDelegationResponse } from '@injectivelabs/chain-api/cosmos/staking/v1beta1/staking_pb'; | ||
export { GrpcValidator, GrpcDelegation, GrpcUnbondingDelegation, GrpcDelegationResponse, }; | ||
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'; | ||
export { GrpcValidator, GrpcDelegation, GrpcValidatorDescription, GrpcValidatorCommission, GrpcValidatorCommissionRates, GrpcUnbondingDelegation, GrpcDelegationResponse, }; | ||
//# sourceMappingURL=types.d.ts.map |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.GrpcDelegationResponse = exports.GrpcUnbondingDelegation = exports.GrpcDelegation = exports.GrpcValidator = void 0; | ||
exports.GrpcDelegationResponse = exports.GrpcUnbondingDelegation = exports.GrpcValidatorCommissionRates = exports.GrpcValidatorCommission = exports.GrpcValidatorDescription = exports.GrpcDelegation = exports.GrpcValidator = void 0; | ||
const staking_pb_1 = require("@injectivelabs/chain-api/cosmos/staking/v1beta1/staking_pb"); | ||
Object.defineProperty(exports, "GrpcValidator", { enumerable: true, get: function () { return staking_pb_1.Validator; } }); | ||
Object.defineProperty(exports, "GrpcDelegation", { enumerable: true, get: function () { return staking_pb_1.Delegation; } }); | ||
Object.defineProperty(exports, "GrpcValidatorDescription", { enumerable: true, get: function () { return staking_pb_1.Description; } }); | ||
Object.defineProperty(exports, "GrpcValidatorCommission", { enumerable: true, get: function () { return staking_pb_1.Commission; } }); | ||
Object.defineProperty(exports, "GrpcValidatorCommissionRates", { enumerable: true, get: function () { return staking_pb_1.CommissionRates; } }); | ||
Object.defineProperty(exports, "GrpcUnbondingDelegation", { enumerable: true, get: function () { return staking_pb_1.UnbondingDelegation; } }); | ||
Object.defineProperty(exports, "GrpcDelegationResponse", { enumerable: true, get: function () { return staking_pb_1.DelegationResponse; } }); | ||
//# sourceMappingURL=types.js.map |
{ | ||
"name": "@injectivelabs/chain-consumer", | ||
"description": "Interacting with our Chain API made easy. Can be reused throughout Injective's projects.", | ||
"version": "0.0.22", | ||
"version": "0.0.23", | ||
"license": "MIT", | ||
@@ -39,3 +39,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "cc1efe3f46575fecdda515b8134d4db40069d2de" | ||
"gitHead": "c701985370181c6c6b59735e233a54660294322b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
28257
247