Preparing search index...
The search index is not available
@shazow/whatsabi
@shazow/whatsabi
providers
CallProvider
Interface CallProvider
interface
CallProvider
{
call
(
transaction
:
{
data
:
string
;
to
:
string
;
}
)
:
Promise
<
string
>
;
}
Hierarchy (
view full
)
CallProvider
Provider
Index
Methods
call
Methods
call
call
(
transaction
)
:
Promise
<
string
>
Parameters
transaction
:
{
data
:
string
;
to
:
string
;
}
data
:
string
to
:
string
Returns
Promise
<
string
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
call
@shazow/whatsabi
Loading...