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.2.0-beta.1 to 1.2.0-beta.2

8

dist/src/parts.d.ts

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

export declare type AssetDecimals = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
export declare type Base64string = string;
export declare type Base64String = string;
export declare type WithApiMixin = WithId & {

@@ -28,3 +28,3 @@ sender: string;

export declare type InvokeScriptCallStringArgument = InvokeScriptCallArgumentGeneric<'string', string>;
export declare type InvokeScriptCallBinaryArgument = InvokeScriptCallArgumentGeneric<'binary', Base64string>;
export declare type InvokeScriptCallBinaryArgument = InvokeScriptCallArgumentGeneric<'binary', Base64String>;
export declare type InvokeScriptCallBooleanArgument = InvokeScriptCallArgumentGeneric<'boolean', boolean>;

@@ -50,3 +50,3 @@ export declare type InvokeScriptCallIntegerArgument<LONG = Long> = InvokeScriptCallArgumentGeneric<'integer', LONG>;

export declare type DataTransactionEntryString = DataTransactionEntryGeneric<typeof DATA_FIELD_TYPE.STRING, string>;
export declare type DataTransactionEntryBinary = DataTransactionEntryGeneric<typeof DATA_FIELD_TYPE.BINARY, Base64string>;
export declare type DataTransactionEntryBinary = DataTransactionEntryGeneric<typeof DATA_FIELD_TYPE.BINARY, Base64String>;
export declare type DataTransactionEntryBoolean = DataTransactionEntryGeneric<typeof DATA_FIELD_TYPE.BOOLEAN, boolean>;

@@ -81,3 +81,3 @@ export declare type ExchangeTransactionOrderData<LONG> = {

senderPublicKey?: string;
attachment?: string;
attachment?: Base64String | null;
}, 4>;

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

{
"name": "@waves/ts-types",
"version": "1.2.0-beta.1",
"version": "1.2.0-beta.2",
"main": "dist/src/index.js",

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

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

export type AssetDecimals = 0 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8;
export type Base64string = string;
export type Base64String = string;

@@ -51,3 +51,3 @@ export type WithApiMixin = WithId & {

'binary',
Base64string
Base64String
>;

@@ -100,3 +100,3 @@ export type InvokeScriptCallBooleanArgument = InvokeScriptCallArgumentGeneric<

typeof DATA_FIELD_TYPE.BINARY,
Base64string
Base64String
>;

@@ -152,3 +152,3 @@ export type DataTransactionEntryBoolean = DataTransactionEntryGeneric<

senderPublicKey?: string;
attachment?: string;
attachment?: Base64String | null;
},

@@ -155,0 +155,0 @@ 4

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