@shazow/whatsabi
Preparing search index...
providers
Provider
Interface Provider
interface
Provider
{
call
(
transaction
:
{
data
:
string
;
to
:
string
}
,
block
?:
BlockTagOrNumber
,
)
:
Promise
<
string
>
;
getAddress
(
name
:
string
)
:
Promise
<
string
>
;
getCode
(
address
:
string
,
block
?:
BlockTagOrNumber
)
:
Promise
<
string
>
;
getStorageAt
(
address
:
string
,
slot
:
string
|
number
,
block
?:
BlockTagOrNumber
,
)
:
Promise
<
string
>
;
}
Hierarchy (
View Summary
)
StorageProvider
CallProvider
CodeProvider
ENSProvider
Provider
Index
Methods
call
get
Address
get
Code
get
Storage
At
Methods
call
call
(
transaction
:
{
data
:
string
;
to
:
string
}
,
block
?:
BlockTagOrNumber
,
)
:
Promise
<
string
>
Parameters
transaction
:
{
data
:
string
;
to
:
string
}
Optional
block
:
BlockTagOrNumber
Returns
Promise
<
string
>
get
Address
getAddress
(
name
:
string
)
:
Promise
<
string
>
Parameters
name
:
string
Returns
Promise
<
string
>
get
Code
getCode
(
address
:
string
,
block
?:
BlockTagOrNumber
)
:
Promise
<
string
>
Parameters
address
:
string
Optional
block
:
BlockTagOrNumber
Returns
Promise
<
string
>
get
Storage
At
getStorageAt
(
address
:
string
,
slot
:
string
|
number
,
block
?:
BlockTagOrNumber
,
)
:
Promise
<
string
>
Parameters
address
:
string
slot
:
string
|
number
Optional
block
:
BlockTagOrNumber
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...