@shazow/whatsabi
Preparing search index...
providers
CallProvider
Interface CallProvider
interface
CallProvider
{
call
(
transaction
:
{
data
:
string
;
to
:
string
}
,
block
?:
BlockTagOrNumber
,
)
:
Promise
<
string
>
;
}
Hierarchy (
View Summary
)
CallProvider
Provider
Index
Methods
call
Methods
call
call
(
transaction
:
{
data
:
string
;
to
:
string
}
,
block
?:
BlockTagOrNumber
,
)
:
Promise
<
string
>
Parameters
transaction
:
{
data
:
string
;
to
:
string
}
Optional
block
:
BlockTagOrNumber
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
call
@shazow/whatsabi
Loading...