Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
fuel
FuelBaseProcessor
Interface FuelBaseProcessor<T>
interface
FuelBaseProcessor
<
T
>
{
blockHandlers
:
BlockHandler
[]
;
callHandlers
:
CallHandler
<
Data_FuelCall
>
[]
;
config
:
T
;
configure
()
:
Promise
<
void
>
;
}
Type Parameters
T
Implemented by
FuelAssetProcessor
FuelGlobalProcessor
FuelProcessor
Index
Properties
block
Handlers
call
Handlers
config
Methods
configure
Properties
block
Handlers
blockHandlers
:
BlockHandler
[]
call
Handlers
callHandlers
:
CallHandler
<
Data_FuelCall
>
[]
config
config
:
T
Methods
configure
configure
()
:
Promise
<
void
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
block
Handlers
call
Handlers
config
Methods
configure
@sentio/sdk
Loading...