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

@waves/ts-types

Package Overview
Dependencies
Maintainers
11
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 0.0.1 to 0.0.2

2

package.json
{
"name": "@waves/ts-types",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/index.js",
"types": "index.ts"
}

@@ -122,3 +122,3 @@ import {

type: TRANSACTION_TYPE.EXCHANGE;
senderPublicKey: string;
sender: string;
price: LONG;

@@ -125,0 +125,0 @@ amount: LONG;

@@ -62,3 +62,3 @@ export * from './sign';

export interface IExchangeTransactionOrder<LONG> extends IWithId, IWithSender, IWithProofs {
senderPublicKey: string;
sender: string;
matcherPublicKey: string;

@@ -65,0 +65,0 @@ assetPair: {

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