@bfchain/bnrtc2-client-typings
Advanced tools
Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2
/// <reference lib="dom" /> | ||
declare namespace Bnrtc2 { | ||
interface Bnrtc2ControllerInterface { | ||
bindAddress(base58Address: string, hexAddress: string): Promise<boolean>; | ||
isOnline(targetAddress: string): Promise<boolean>; | ||
bindAddress(address: string): Promise<boolean>; | ||
isOnline(address: string): Promise<boolean>; | ||
} | ||
@@ -7,0 +7,0 @@ interface Bnrtc2Clinet { |
/// <reference lib="dom" /> | ||
declare namespace Bnrtc2 { | ||
interface Bnrtc2ControllerInterface { | ||
bindAddress(base58Address: string, hexAddress: string): Promise<boolean>; | ||
isOnline(targetAddress: string): Promise<boolean>; | ||
bindAddress(address: string): Promise<boolean>; | ||
isOnline(address: string): Promise<boolean>; | ||
} | ||
@@ -7,0 +7,0 @@ interface Bnrtc2Clinet { |
/// <reference lib="dom" /> | ||
declare namespace Bnrtc2 { | ||
interface Bnrtc2ControllerInterface { | ||
bindAddress(base58Address: string, hexAddress: string): Promise<boolean>; | ||
isOnline(targetAddress: string): Promise<boolean>; | ||
bindAddress(address: string): Promise<boolean>; | ||
isOnline(address: string): Promise<boolean>; | ||
} | ||
@@ -7,0 +7,0 @@ interface Bnrtc2Clinet { |
{ | ||
"name": "@bfchain/bnrtc2-client-typings", | ||
"version": "0.0.1-alpha.1", | ||
"version": "0.0.1-alpha.2", | ||
"main": "cjs/index.js", | ||
@@ -9,4 +9,4 @@ "type": "cjs/index.d.ts", | ||
"dependencies": { | ||
"@bfchain/bnrtc2-buffer": "^0.0.1-alpha.1" | ||
"@bfchain/bnrtc2-buffer": "^0.0.1-alpha.2" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
11490