@lukso/up-provider - v0.3.7
Preparing search index...
UPClientProviderEvents
Interface UPClientProviderEvents
interface
UPClientProviderEvents
{
accountsChanged
:
(
accounts
:
`
0x
${
string
}
`
[]
)
=>
void
;
chainChanged
:
(
chainId
:
number
)
=>
void
;
connect
:
(
args
:
{
chainId
:
`
0x
${
string
}
`
}
)
=>
void
;
contextAccountsChanged
:
(
contextAccounts
:
`
0x
${
string
}
`
[]
)
=>
void
;
disconnect
:
()
=>
void
;
initialized
:
()
=>
void
;
injected
:
(
page
:
`
0x
${
string
}
`
)
=>
void
;
requestAccounts
:
(
accounts
:
`
0x
${
string
}
`
[]
)
=>
void
;
rpcUrls
:
(
rpcUrls
:
string
[]
)
=>
void
;
windowClosed
:
()
=>
void
;
}
Index
Properties
accounts
Changed
chain
Changed
connect
context
Accounts
Changed
disconnect
initialized
injected
request
Accounts
rpc
Urls
window
Closed
Properties
accounts
Changed
accountsChanged
:
(
accounts
:
`
0x
${
string
}
`
[]
)
=>
void
chain
Changed
chainChanged
:
(
chainId
:
number
)
=>
void
connect
connect
:
(
args
:
{
chainId
:
`
0x
${
string
}
`
}
)
=>
void
context
Accounts
Changed
contextAccountsChanged
:
(
contextAccounts
:
`
0x
${
string
}
`
[]
)
=>
void
disconnect
disconnect
:
()
=>
void
initialized
initialized
:
()
=>
void
injected
injected
:
(
page
:
`
0x
${
string
}
`
)
=>
void
request
Accounts
requestAccounts
:
(
accounts
:
`
0x
${
string
}
`
[]
)
=>
void
rpc
Urls
rpcUrls
:
(
rpcUrls
:
string
[]
)
=>
void
window
Closed
windowClosed
:
()
=>
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
accounts
Changed
chain
Changed
connect
context
Accounts
Changed
disconnect
initialized
injected
request
Accounts
rpc
Urls
window
Closed
@lukso/up-provider - v0.3.7
Loading...