Preparing search index...
The search index is not available
@sentio/sdk
@sentio/sdk
.
TransactionHandlerConfig
Variable TransactionHandlerConfig
TransactionHandlerConfig
:
{
create
(
base
?:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
handlerId
?:
number
;
}
,
)
:
TransactionHandlerConfig
;
decode
(
input
:
Uint8Array
|
Reader
,
length
?:
number
,
)
:
TransactionHandlerConfig
;
encode
(
message
:
TransactionHandlerConfig
,
writer
?:
Writer
)
:
Writer
;
fromJSON
(
object
:
any
)
:
TransactionHandlerConfig
;
fromPartial
(
object
:
{
fetchConfig
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
;
handlerId
?:
number
;
}
,
)
:
TransactionHandlerConfig
;
toJSON
(
message
:
TransactionHandlerConfig
)
:
unknown
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@sentio/sdk
Loading...