Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@waves/ts-types

Package Overview
Dependencies
Maintainers
16
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@waves/ts-types - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0-beta.1

0

.eslintrc.js

@@ -0,0 +0,0 @@ module.exports = {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ {

@@ -0,0 +0,0 @@ export * from '../transactions';

@@ -0,0 +0,0 @@ "use strict";

1

dist/src/parts.d.ts

@@ -78,2 +78,3 @@ import { DATA_FIELD_TYPE, ExchangeTransaction } from './index';

senderPublicKey?: string;
attachment?: string;
}, 4>;

@@ -80,0 +81,0 @@ export declare type ExchangeTransactionOrder<LONG = Long> = ExchangeTransactionOrderV1<LONG> | ExchangeTransactionOrderV2<LONG> | ExchangeTransactionOrderV3<LONG> | ExchangeTransactionOrderV4<LONG>;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });

4

dist/transactions/index.d.ts

@@ -135,3 +135,3 @@ import { AssetDecimals, Base58Bytes, Base64Script, DataTransactionEntry, ExchangeTransactionOrder, InvokeScriptCall, InvokeScriptPayment, Long, MassTransferItem, SignedIExchangeTransactionOrder, TRANSACTION_TYPE, TransactionType, TStateChanges, WithApiMixin, WithApplicationStatus, WithId, WithVersion } from '../src';

type: 'invocation';
stateChanges: TStateChanges;
stateChanges: TStateChanges | null;
} & InvokeScriptTransactionFields) | {

@@ -335,3 +335,3 @@ type: 'transfer';

export declare type InvokeScriptTransactionFromNode<LONG = Long> = SignedTransaction<InvokeScriptTransaction<LONG>> & WithId & WithApplicationStatus & WithApiMixin & {
stateChanges: TStateChanges;
stateChanges: TStateChanges | null;
};

@@ -338,0 +338,0 @@ export declare type UpdateAssetInfoTransaction<LONG = Long> = UpdateAssetInfoTransactionV1<LONG>;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var src_1 = require("../src");
export * from './src'
{
"name": "@waves/ts-types",
"version": "1.1.0",
"version": "1.2.0-beta.1",
"main": "dist/src/index.js",

@@ -5,0 +5,0 @@ "types": "dist/src/index.d.ts",

@@ -149,2 +149,3 @@ import { DATA_FIELD_TYPE, ExchangeTransaction } from './index';

senderPublicKey?: string;
attachment?: string;
},

@@ -151,0 +152,0 @@ 4

@@ -197,3 +197,3 @@ import {

type: 'invocation';
stateChanges: TStateChanges;
stateChanges: TStateChanges | null;
} & InvokeScriptTransactionFields)

@@ -721,3 +721,3 @@ | {

WithApiMixin & {
stateChanges: TStateChanges;
stateChanges: TStateChanges | null;
};

@@ -724,0 +724,0 @@

@@ -0,0 +0,0 @@ {

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc