CCC Docs
GitHub
App
Docs
Playground
Preparing search index...
@ckb-ccc nip07
advanced
Nip07A
ConnectionsRepo
Interface ConnectionsRepo
Repository used to restore a NIP-07 connection without contacting the wallet.
interface
ConnectionsRepo
{
get
()
:
Promise
<
Nip07A
.
Connection
|
undefined
>
;
set
(
connection
:
Nip07A
.
Connection
|
undefined
)
:
Promise
<
void
>
;
}
Implemented by
Nip07A
.
ConnectionsRepoLocalStorage
Index
Methods
get
set
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
Methods
get
set
GitHub
App
Docs
Playground
CCC Docs
Loading...
Repository used to restore a NIP-07 connection without contacting the wallet.