@shazow/whatsabi
Preparing search index...
proxies
DiamondProxyResolver
Class DiamondProxyResolver
Hierarchy (
View Summary
)
BaseProxyResolver
DiamondProxyResolver
Implements
ProxyResolver
Index
Constructors
constructor
Methods
facets
resolve
selectors
to
String
Properties
name
read
Array
Limit
storage
Slot
Constructors
constructor
new
DiamondProxyResolver
(
name
:
string
,
overrideStorageSlot
?:
string
,
)
:
DiamondProxyResolver
Parameters
name
:
string
Optional
overrideStorageSlot
:
string
Returns
DiamondProxyResolver
Methods
facets
facets
(
provider
:
StorageProvider
,
address
:
string
,
config
?:
{
limit
:
number
}
,
)
:
Promise
<
Record
<
string
,
string
[]
>
>
Parameters
provider
:
StorageProvider
address
:
string
Optional
config
:
{
limit
:
number
}
Returns
Promise
<
Record
<
string
,
string
[]
>
>
resolve
resolve
(
provider
:
StorageProvider
&
CallProvider
,
address
:
string
,
selector
:
string
,
)
:
Promise
<
string
>
Parameters
provider
:
StorageProvider
&
CallProvider
address
:
string
selector
:
string
Returns
Promise
<
string
>
selectors
selectors
(
provider
:
StorageProvider
,
address
:
string
)
:
Promise
<
string
[]
>
Parameters
provider
:
StorageProvider
address
:
string
Returns
Promise
<
string
[]
>
to
String
toString
()
:
string
Returns
string
Properties
name
name
:
string
= "DiamondProxy"
read
Array
Limit
readArrayLimit
:
number
= 256
Readonly
storage
Slot
storageSlot
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
facets
resolve
selectors
to
String
Properties
name
read
Array
Limit
storage
Slot
@shazow/whatsabi
Loading...