Documentation
Preparing search index...
@airgap/beacon-wallet
WCStorage
Class WCStorage
Index
Constructors
constructor
Properties
on
Error
Handler
on
Message
Handler
Methods
backup
has
Pairings
has
Sessions
notify
reset
State
Constructors
constructor
new
WCStorage
()
:
WCStorage
Returns
WCStorage
Properties
on
Error
Handler
onErrorHandler
:
undefined
|
(
(
data
:
any
)
=>
void
)
on
Message
Handler
onMessageHandler
:
undefined
|
(
(
type
:
string
)
=>
void
)
Methods
backup
backup
()
:
void
Returns
void
has
Pairings
hasPairings
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
has
Sessions
hasSessions
()
:
Promise
<
boolean
>
Returns
Promise
<
boolean
>
notify
notify
(
type
:
string
)
:
void
Parameters
type
:
string
Returns
void
reset
State
resetState
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
on
Error
Handler
on
Message
Handler
Methods
backup
has
Pairings
has
Sessions
notify
reset
State
Documentation
Loading...