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

@waves/ts-types

Package Overview
Dependencies
Maintainers
13
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.0.6-beta.3 to 1.0.6-beta.4

2

dist/transactions/index.d.ts

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

export declare type InvokeExpressionTransactionFields<LONG = Long> = {
expression: string;
expression: Base64Script | null;
feeAssetId: string | null;

@@ -139,0 +139,0 @@ };

{
"name": "@waves/ts-types",
"version": "1.0.6-beta.3",
"version": "1.0.6-beta.4",
"main": "dist/src/index.js",

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

@@ -194,3 +194,3 @@ import {

export type InvokeExpressionTransactionFields<LONG = Long> = {
expression: string;
expression: Base64Script | null;
feeAssetId: string | null;

@@ -197,0 +197,0 @@ };

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