Preparing search index...
The search index is not available
@shazow/whatsabi
@shazow/whatsabi
providers
Provider
Interface Provider
interface
Provider
{
call
(
transaction
:
{
data
:
string
;
to
:
string
;
}
)
:
Promise
<
string
>
;
getAddress
(
name
:
string
)
:
Promise
<
string
>
;
getCode
(
address
:
string
)
:
Promise
<
string
>
;
getStorageAt
(
address
:
string
,
slot
:
string
|
number
)
:
Promise
<
string
>
;
}
Hierarchy (
view full
)
StorageProvider
CallProvider
CodeProvider
ENSProvider
Provider
Index
Methods
call
get
Address
get
Code
get
Storage
At
Methods
call
call
(
transaction
)
:
Promise
<
string
>
Parameters
transaction
:
{
data
:
string
;
to
:
string
;
}
data
:
string
to
:
string
Returns
Promise
<
string
>
get
Address
get
Address
(
name
)
:
Promise
<
string
>
Parameters
name
:
string
Returns
Promise
<
string
>
get
Code
get
Code
(
address
)
:
Promise
<
string
>
Parameters
address
:
string
Returns
Promise
<
string
>
get
Storage
At
get
Storage
At
(
address
,
slot
)
:
Promise
<
string
>
Parameters
address
:
string
slot
:
string
|
number
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
call
get
Address
get
Code
get
Storage
At
@shazow/whatsabi
Loading...