CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc nip07
advanced
Nip07A
ConnectionsRepoLocalStorage
Class ConnectionsRepoLocalStorage
Local storage based NIP-07 connection repository.
Implements
Nip07A
.
ConnectionsRepo
Index
Constructors
constructor
Methods
get
set
Constructors
constructor
new
ConnectionsRepoLocalStorage
(
storageKey
?:
string
,
)
:
Nip07A
.
ConnectionsRepoLocalStorage
Parameters
storageKey
:
string
= "ccc-nip07-signer"
Returns
Nip07A
.
ConnectionsRepoLocalStorage
Methods
get
get
()
:
Promise
<
Nip07A
.
Connection
|
undefined
>
Returns
Promise
<
Nip07A
.
Connection
|
undefined
>
set
set
(
connection
:
Nip07A
.
Connection
|
undefined
)
:
Promise
<
void
>
Parameters
connection
:
Nip07A
.
Connection
|
undefined
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
get
set
GitHub
App
Docs
Playground
CCC Docs
Loading...
Local storage based NIP-07 connection repository.