UNPKG
@enclavemoney/enclave-wallet-playground
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
A simple playground for enclave wallet SDK
@enclavemoney/enclave-wallet-playground
/
dist
/
components
/
QRNetworks.d.ts
8 lines
(7 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
import
React
from
"react"
;
export
declare
const
QRNetworks
:
React
.
FC
<{
walletAddress
:
string
;
solanaAddress
:
string
;
bitcoinWalletAddress
:
string
;
onBack
:
() =>
void
; }>;