Socket
Socket
Sign inDemoInstall

@terra-money/terra.js

Package Overview
Dependencies
109
Maintainers
10
Versions
230
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.0-beta.1 to 3.0.0

4

dist/client/lcd/LCDClient.js

@@ -26,6 +26,6 @@ "use strict";

},
'columbus-4': {
'columbus-5': {
uluna: 0.015,
},
'tequila-0004': {
'bombay-12': {
uluna: 0.15,

@@ -32,0 +32,0 @@ },

@@ -16,7 +16,3 @@ import { Denom } from '../Denom';

*
* @param BaseAccount account information
* @param original_vesting initial vesting amount
* @param delegated_free
* @param delegated_vesting
* @param end_time -not used-
* @param base_vesting_account account information
* @param vesting_schedules Entries that make up vesting

@@ -23,0 +19,0 @@ */

@@ -62,7 +62,3 @@ "use strict";

*
* @param BaseAccount account information
* @param original_vesting initial vesting amount
* @param delegated_free
* @param delegated_vesting
* @param end_time -not used-
* @param base_vesting_account account information
* @param vesting_schedules Entries that make up vesting

@@ -69,0 +65,0 @@ */

@@ -105,17 +105,2 @@ /// <reference types="node" />

* @return {StdSignMsg.Data} payload.result.stdSignMsgData
*
* @example of broadcasting
*
* const { signature, public_key, recid, stdSignMsg } = payload.result;
*
* const sig = StdSignature.fromData({
* signature,
* pub_key: {
* type: 'tendermint/PubKeySecp256k1',
* value: public_key,
* },
* });
*
* const stdSignMsg = StdSignMsg.fromData(payload.result.stdSignMsgData);
* terra.tx.broadcast(new StdTx(stdSignMsg.msgs, stdSignMsg.fee, [sig], stdSignMsg.memo));
*/

@@ -122,0 +107,0 @@ sign(options: Option): number;

@@ -178,17 +178,2 @@ "use strict";

* @return {StdSignMsg.Data} payload.result.stdSignMsgData
*
* @example of broadcasting
*
* const { signature, public_key, recid, stdSignMsg } = payload.result;
*
* const sig = StdSignature.fromData({
* signature,
* pub_key: {
* type: 'tendermint/PubKeySecp256k1',
* value: public_key,
* },
* });
*
* const stdSignMsg = StdSignMsg.fromData(payload.result.stdSignMsgData);
* terra.tx.broadcast(new StdTx(stdSignMsg.msgs, stdSignMsg.fee, [sig], stdSignMsg.memo));
*/

@@ -195,0 +180,0 @@ Extension.prototype.sign = function (options) {

{
"name": "@terra-money/terra.js",
"version": "3.0.0-beta.1",
"version": "3.0.0",
"description": "The JavaScript SDK for Terra",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -52,8 +52,2 @@ <p>&nbsp;</p>

For columbus-4 and tequila network, use v1.x
```sh
npm install @terra-money/terra.js@^1
```
## Usage

@@ -60,0 +54,0 @@

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc