warp-arbundles
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -14,3 +14,4 @@ /// <reference types="node" /> | ||
abstract setPublicKey?(): Promise<void>; | ||
abstract getAddress?(): Promise<string>; | ||
static verify(_pk: string | Buffer, _message: Uint8Array, _signature: Uint8Array, _opts?: any): boolean; | ||
} |
@@ -14,3 +14,4 @@ /// <reference types="node" /> | ||
abstract setPublicKey?(): Promise<void>; | ||
abstract getAddress?(): Promise<string>; | ||
static verify(_pk: string | Buffer, _message: Uint8Array, _signature: Uint8Array, _opts?: any): boolean; | ||
} |
@@ -14,3 +14,4 @@ /// <reference types="node" /> | ||
abstract setPublicKey?(): Promise<void>; | ||
abstract getAddress?(): Promise<string>; | ||
static verify(_pk: string | Buffer, _message: Uint8Array, _signature: Uint8Array, _opts?: any): boolean; | ||
} |
{ | ||
"name": "warp-arbundles", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Arbundles minimum version required for warp-contracts purposes.", | ||
@@ -5,0 +5,0 @@ "main": "build/node/cjs/index.js", |
@@ -15,2 +15,3 @@ import { DataItem } from '../DataItem'; | ||
abstract setPublicKey?(): Promise<void>; | ||
abstract getAddress?(): Promise<string>; | ||
static verify(_pk: string | Buffer, _message: Uint8Array, _signature: Uint8Array, _opts?: any): boolean { | ||
@@ -17,0 +18,0 @@ throw new Error('You must implement verify method on child'); |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
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
348390
4913