ReadonlyelementReadonlyidReadonlywindowThis represents the normal "eth_accounts" method list.
list of accounts
This represents the normal "eth_accounts" method list. (setter mirrors setAllowedAccounts)
ChainId
chain id
ChainId
chain id
These are extra accounts sent to each provider. In the ue.io grid, this is used to represent the account that is the grid owner.
list of addresses
These are extra accounts sent to each provider. In the ue.io grid, this is used to represent the account that is the grid owner. (setter mirrors setContextAccounts)
Enable or disable the channel.
is channel enabled
Enable or disable the channel.
RPC urls
list of rpc urls (used by client provider to short circuit requests)
RPC urls
list of rpc urls (used by client provider to short circuit requests)
Optionalcontext: anyClose the channel
Calls each of the listeners registered for a given event.
Return an array listing the events for which the emitter has registered listeners.
Return the number of listeners listening to a given event.
Return the listeners registered for a given event.
Optionalfn: (Optionalcontext: anyOptionalonce: booleanAdd a listener for a given event.
Optionalcontext: anyAdd a one-time listener for a given event.
Optionalcontext: anyRemove all listeners, or those of the specified event.
Optionalevent: keyof UPClientChannelEventsRemove the listeners of a given event.
Optionalfn: (Optionalcontext: anyOptionalonce: booleanResume after a delay
delay in milliseconds
Send message to dapp.
method name/event
parameters
This represents the normal "eth_accounts" method list.
list of addresses
ChainId
chain id
These are extra accounts sent to each provider. In the ue.io grid, this is used to represent the account that is the grid owner.
Enable or disable the channel.
enable or disable the channel
RPC urls
list of rpc urls (used by client provider to short circuit requests)
Helper to setup the channel with all the necessary information.
enable
accounts (allowed accounts)
context accounts
chainId
Show or hide the popup/modal
true to show, false to hide
API for client channel, each time an iframe's UPClientProvider is allocated and connected the UPProviderConnector will create and emit a new UPClientChannel. The UPClientChannel will have the API to control that channel. The configuration will default to values from the UPProviderConnector but enable will be false.