@airgap/beacon-wallet
Advanced tools
Comparing version 0.0.1-beta.7 to 0.0.1-beta.8
@@ -1,2 +0,2 @@ | ||
import * as sodium from 'libsodium-wrappers'; | ||
import { KeyPair } from 'libsodium-wrappers'; | ||
import { Storage, StorageKey, P2PPairingRequest } from '@airgap/beacon-types'; | ||
@@ -10,4 +10,4 @@ import { P2PTransport } from '@airgap/beacon-transport-matrix'; | ||
export declare class WalletP2PTransport extends P2PTransport<P2PPairingRequest, StorageKey.TRANSPORT_P2P_PEERS_WALLET> { | ||
constructor(name: string, keyPair: sodium.KeyPair, storage: Storage, matrixNodes: string[], iconUrl?: string, appUrl?: string); | ||
constructor(name: string, keyPair: KeyPair, storage: Storage, matrixNodes: string[], iconUrl?: string, appUrl?: string); | ||
addPeer(newPeer: P2PPairingRequest, sendPairingResponse?: boolean): Promise<void>; | ||
} |
@@ -1,2 +0,2 @@ | ||
import * as sodium from 'libsodium-wrappers'; | ||
import { KeyPair } from 'libsodium-wrappers'; | ||
import { StorageKey, Storage, PostMessagePairingRequest } from '@airgap/beacon-types'; | ||
@@ -10,3 +10,3 @@ import { PostMessageTransport } from '@airgap/beacon-transport-postmessage'; | ||
export declare class WalletPostMessageTransport extends PostMessageTransport<PostMessagePairingRequest, StorageKey.TRANSPORT_POSTMESSAGE_PEERS_WALLET> { | ||
constructor(name: string, keyPair: sodium.KeyPair, storage: Storage); | ||
constructor(name: string, keyPair: KeyPair, storage: Storage); | ||
} |
@@ -1,2 +0,2 @@ | ||
import * as sodium from 'libsodium-wrappers'; | ||
import { KeyPair } from 'libsodium-wrappers'; | ||
import { Storage, StorageKey, P2PPairingRequest } from '@airgap/beacon-types'; | ||
@@ -10,4 +10,4 @@ import { P2PTransport } from '@airgap/beacon-transport-matrix'; | ||
export declare class WalletP2PTransport extends P2PTransport<P2PPairingRequest, StorageKey.TRANSPORT_P2P_PEERS_WALLET> { | ||
constructor(name: string, keyPair: sodium.KeyPair, storage: Storage, matrixNodes: string[], iconUrl?: string, appUrl?: string); | ||
constructor(name: string, keyPair: KeyPair, storage: Storage, matrixNodes: string[], iconUrl?: string, appUrl?: string); | ||
addPeer(newPeer: P2PPairingRequest, sendPairingResponse?: boolean): Promise<void>; | ||
} |
@@ -1,2 +0,2 @@ | ||
import * as sodium from 'libsodium-wrappers'; | ||
import { KeyPair } from 'libsodium-wrappers'; | ||
import { StorageKey, Storage, PostMessagePairingRequest } from '@airgap/beacon-types'; | ||
@@ -10,3 +10,3 @@ import { PostMessageTransport } from '@airgap/beacon-transport-postmessage'; | ||
export declare class WalletPostMessageTransport extends PostMessageTransport<PostMessagePairingRequest, StorageKey.TRANSPORT_POSTMESSAGE_PEERS_WALLET> { | ||
constructor(name: string, keyPair: sodium.KeyPair, storage: Storage); | ||
constructor(name: string, keyPair: KeyPair, storage: Storage); | ||
} |
{ | ||
"name": "@airgap/beacon-wallet", | ||
"version": "0.0.1-beta.7", | ||
"version": "0.0.1-beta.8", | ||
"description": "> TODO: description", | ||
@@ -37,7 +37,7 @@ "author": "Andreas Gassmann <andreas@andreasgassmann.ch>", | ||
"dependencies": { | ||
"@airgap/beacon-core": "^0.0.1-beta.7", | ||
"@airgap/beacon-transport-matrix": "^0.0.1-beta.7", | ||
"@airgap/beacon-transport-postmessage": "^0.0.1-beta.7" | ||
"@airgap/beacon-core": "^0.0.1-beta.8", | ||
"@airgap/beacon-transport-matrix": "^0.0.1-beta.8", | ||
"@airgap/beacon-transport-postmessage": "^0.0.1-beta.8" | ||
}, | ||
"gitHead": "0ea37ab7d4ee6ec01156a915434e43a0982a365c" | ||
"gitHead": "3d993abfd36cfb265295e19093569aff970374a5" | ||
} |
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
Sorry, the diff of this file is not supported yet
75829