@sentio/sdk
Preparing search index...
.
EthFetchConfig
Variable EthFetchConfig
EthFetchConfig
:
{
create
(
base
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
,
)
:
EthFetchConfig
;
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
EthFetchConfig
;
encode
(
message
:
EthFetchConfig
,
writer
?:
Writer
)
:
Writer
;
fromJSON
(
object
:
any
)
:
EthFetchConfig
;
fromPartial
(
object
:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
,
)
:
EthFetchConfig
;
toJSON
(
message
:
EthFetchConfig
)
:
unknown
;
}
Type Declaration
create
:
function
create
(
base
?:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
,
)
:
EthFetchConfig
Parameters
Optional
base
:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
Returns
EthFetchConfig
decode
:
function
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
EthFetchConfig
Parameters
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
Optional
length
:
number
Returns
EthFetchConfig
encode
:
function
encode
(
message
:
EthFetchConfig
,
writer
?:
Writer
)
:
Writer
Parameters
message
:
EthFetchConfig
Optional
writer
:
Writer
Returns
Writer
fromJSON
:
function
fromJSON
(
object
:
any
)
:
EthFetchConfig
Parameters
object
:
any
Returns
EthFetchConfig
fromPartial
:
function
fromPartial
(
object
:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
,
)
:
EthFetchConfig
Parameters
object
:
{
block
?:
boolean
;
trace
?:
boolean
;
transaction
?:
boolean
;
transactionReceipt
?:
boolean
;
transactionReceiptLogs
?:
boolean
;
}
Returns
EthFetchConfig
toJSON
:
function
toJSON
(
message
:
EthFetchConfig
)
:
unknown
Parameters
message
:
EthFetchConfig
Returns
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@sentio/sdk
Loading...