@dydxprotocol/starkex-lib
Advanced tools
Comparing version 0.2.4 to 0.2.5
@@ -64,2 +64,6 @@ import * as elliptic from 'elliptic'; | ||
} | ||
export interface InternalRegistration { | ||
ethereumAddress: string; | ||
publicKey: string; | ||
} | ||
export interface StarkwareSignable { | ||
@@ -66,0 +70,0 @@ publicKey: string; |
{ | ||
"name": "@dydxprotocol/starkex-lib", | ||
"version": "0.2.4", | ||
"version": "0.2.5", | ||
"description": "Cryptographic functions for use with StarkEx", | ||
@@ -5,0 +5,0 @@ "main": "build/src/index.js", |
@@ -79,2 +79,7 @@ import * as elliptic from 'elliptic'; | ||
export interface InternalRegistration { | ||
ethereumAddress: string, | ||
publicKey: string, | ||
} | ||
export interface StarkwareSignable { | ||
@@ -81,0 +86,0 @@ publicKey: string; |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
154025
62
2709