@sentio/sdk
Preparing search index...
.
ExecutionConfig
Variable ExecutionConfig
ExecutionConfig
:
{
create
(
base
?:
{
ethAbiDecoderConfig
?:
{
enabled
?:
boolean
;
skipWhenDecodeFailed
?:
boolean
;
workerCount
?:
number
;
}
;
forceExactBlockTime
?:
boolean
;
handlerOrderInsideTransaction
?:
ExecutionConfig_HandlerOrderInsideTransaction
;
processBindingTimeout
?:
number
;
rpcRetryTimes
?:
number
;
sequential
?:
boolean
;
skipStartBlockValidation
?:
boolean
;
}
,
)
:
ExecutionConfig
;
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
ExecutionConfig
;
encode
(
message
:
ExecutionConfig
,
writer
?:
Writer
)
:
Writer
;
fromJSON
(
object
:
any
)
:
ExecutionConfig
;
fromPartial
(
object
:
{
ethAbiDecoderConfig
?:
{
enabled
?:
boolean
;
skipWhenDecodeFailed
?:
boolean
;
workerCount
?:
number
;
}
;
forceExactBlockTime
?:
boolean
;
handlerOrderInsideTransaction
?:
ExecutionConfig_HandlerOrderInsideTransaction
;
processBindingTimeout
?:
number
;
rpcRetryTimes
?:
number
;
sequential
?:
boolean
;
skipStartBlockValidation
?:
boolean
;
}
,
)
:
ExecutionConfig
;
toJSON
(
message
:
ExecutionConfig
)
:
unknown
;
}
Type Declaration
create
:
function
create
(
base
?:
{
ethAbiDecoderConfig
?:
{
enabled
?:
boolean
;
skipWhenDecodeFailed
?:
boolean
;
workerCount
?:
number
;
}
;
forceExactBlockTime
?:
boolean
;
handlerOrderInsideTransaction
?:
ExecutionConfig_HandlerOrderInsideTransaction
;
processBindingTimeout
?:
number
;
rpcRetryTimes
?:
number
;
sequential
?:
boolean
;
skipStartBlockValidation
?:
boolean
;
}
,
)
:
ExecutionConfig
Parameters
Optional
base
:
{
ethAbiDecoderConfig
?:
{
enabled
?:
boolean
;
skipWhenDecodeFailed
?:
boolean
;
workerCount
?:
number
;
}
;
forceExactBlockTime
?:
boolean
;
handlerOrderInsideTransaction
?:
ExecutionConfig_HandlerOrderInsideTransaction
;
processBindingTimeout
?:
number
;
rpcRetryTimes
?:
number
;
sequential
?:
boolean
;
skipStartBlockValidation
?:
boolean
;
}
Returns
ExecutionConfig
decode
:
function
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
ExecutionConfig
Parameters
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
Optional
length
:
number
Returns
ExecutionConfig
encode
:
function
encode
(
message
:
ExecutionConfig
,
writer
?:
Writer
)
:
Writer
Parameters
message
:
ExecutionConfig
Optional
writer
:
Writer
Returns
Writer
fromJSON
:
function
fromJSON
(
object
:
any
)
:
ExecutionConfig
Parameters
object
:
any
Returns
ExecutionConfig
fromPartial
:
function
fromPartial
(
object
:
{
ethAbiDecoderConfig
?:
{
enabled
?:
boolean
;
skipWhenDecodeFailed
?:
boolean
;
workerCount
?:
number
;
}
;
forceExactBlockTime
?:
boolean
;
handlerOrderInsideTransaction
?:
ExecutionConfig_HandlerOrderInsideTransaction
;
processBindingTimeout
?:
number
;
rpcRetryTimes
?:
number
;
sequential
?:
boolean
;
skipStartBlockValidation
?:
boolean
;
}
,
)
:
ExecutionConfig
Parameters
object
:
{
ethAbiDecoderConfig
?:
{
enabled
?:
boolean
;
skipWhenDecodeFailed
?:
boolean
;
workerCount
?:
number
;
}
;
forceExactBlockTime
?:
boolean
;
handlerOrderInsideTransaction
?:
ExecutionConfig_HandlerOrderInsideTransaction
;
processBindingTimeout
?:
number
;
rpcRetryTimes
?:
number
;
sequential
?:
boolean
;
skipStartBlockValidation
?:
boolean
;
}
Returns
ExecutionConfig
toJSON
:
function
toJSON
(
message
:
ExecutionConfig
)
:
unknown
Parameters
message
:
ExecutionConfig
Returns
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@sentio/sdk
Loading...