@waves/ts-types
Advanced tools
Comparing version 1.2.0-beta.1 to 1.2.0-beta.2
@@ -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 |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
74154
0