@shazow/whatsabi
Preparing search index...
loaders
SignatureLookup
Interface SignatureLookup
interface
SignatureLookup
{
loadEvents
(
hash
:
string
)
:
Promise
<
string
[]
>
;
loadFunctions
(
selector
:
string
)
:
Promise
<
string
[]
>
;
}
Implemented by
FourByteSignatureLookup
MultiSignatureLookup
OpenChainSignatureLookup
Index
Methods
load
Events
load
Functions
Methods
load
Events
loadEvents
(
hash
:
string
)
:
Promise
<
string
[]
>
Parameters
hash
:
string
Returns
Promise
<
string
[]
>
load
Functions
loadFunctions
(
selector
:
string
)
:
Promise
<
string
[]
>
Parameters
selector
:
string
Returns
Promise
<
string
[]
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Methods
load
Events
load
Functions
@shazow/whatsabi
Loading...