@injectivelabs/chain-consumer
Advanced tools
Comparing version
@@ -6,2 +6,13 @@ # Change Log | ||
## [0.0.68](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.67...@injectivelabs/chain-consumer@0.0.68) (2021-08-05) | ||
### Bug Fixes | ||
* abstraction removal ([a8e19fe](https://github.com/InjectiveLabs/injective-ts/commit/a8e19fe11d90c9d957ca543db07957a36816e484)) | ||
## [0.0.67](https://github.com/InjectiveLabs/injective-ts/compare/@injectivelabs/chain-consumer@0.0.66...@injectivelabs/chain-consumer@0.0.67) (2021-08-05) | ||
@@ -8,0 +19,0 @@ |
import { AccountAddress } from '@injectivelabs/ts-types'; | ||
import { BigNumberInWei } from '@injectivelabs/utils'; | ||
export declare class StakingComposer { | ||
@@ -8,3 +7,3 @@ static delegate({ injectiveAddress, validatorAddress, amount, denom, }: { | ||
injectiveAddress: AccountAddress; | ||
amount: BigNumberInWei; | ||
amount: string; | ||
}): Record<string, any>; | ||
@@ -16,3 +15,3 @@ static reDelegate({ injectiveAddress, sourceValidatorAddress, destinationValidatorAddress, amount, denom, }: { | ||
injectiveAddress: AccountAddress; | ||
amount: BigNumberInWei; | ||
amount: string; | ||
}): Record<string, any>; | ||
@@ -23,5 +22,5 @@ static unbond({ injectiveAddress, validatorAddress, amount, denom, }: { | ||
injectiveAddress: AccountAddress; | ||
amount: BigNumberInWei; | ||
amount: string; | ||
}): Record<string, any>; | ||
} | ||
//# sourceMappingURL=StakingComposer.d.ts.map |
@@ -14,3 +14,3 @@ "use strict"; | ||
coinAmount.setDenom(denom); | ||
coinAmount.setAmount(amount.toFixed()); | ||
coinAmount.setAmount(amount); | ||
const cosmosMessage = new tx_pb_1.MsgDelegate(); | ||
@@ -25,3 +25,3 @@ cosmosMessage.setAmount(coinAmount); | ||
coinAmount.setDenom(denom); | ||
coinAmount.setAmount(amount.toFixed()); | ||
coinAmount.setAmount(amount); | ||
const cosmosMessage = new tx_pb_1.MsgBeginRedelegate(); | ||
@@ -37,3 +37,3 @@ cosmosMessage.setAmount(coinAmount); | ||
coinAmount.setDenom(denom); | ||
coinAmount.setAmount(amount.toFixed()); | ||
coinAmount.setAmount(amount); | ||
const cosmosMessage = new tx_pb_1.MsgUndelegate(); | ||
@@ -40,0 +40,0 @@ cosmosMessage.setAmount(coinAmount); |
{ | ||
"name": "@injectivelabs/chain-consumer", | ||
"description": "Interacting with our Chain API made easy. Can be reused throughout Injective's projects.", | ||
"version": "0.0.67", | ||
"version": "0.0.68", | ||
"license": "MIT", | ||
@@ -42,3 +42,3 @@ "main": "dist/index.js", | ||
}, | ||
"gitHead": "5c2c8109d3681367bebbf10b32cbaec0e719855d" | ||
"gitHead": "f9ceb3cae076114e104b8a1448bf0f2542c9e032" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
130793
0.08%1287
-0.08%