@sentio/sdk
Preparing search index...
.
MoveFetchConfig
Variable MoveFetchConfig
MoveFetchConfig
:
{
create
(
base
?:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
string
}
;
supportMultisigFunc
?:
boolean
;
}
,
)
:
MoveFetchConfig
;
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
MoveFetchConfig
;
encode
(
message
:
MoveFetchConfig
,
writer
?:
Writer
)
:
Writer
;
fromJSON
(
object
:
any
)
:
MoveFetchConfig
;
fromPartial
(
object
:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
string
}
;
supportMultisigFunc
?:
boolean
;
}
,
)
:
MoveFetchConfig
;
toJSON
(
message
:
MoveFetchConfig
)
:
unknown
;
}
Type Declaration
create
:
function
create
(
base
?:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
string
}
;
supportMultisigFunc
?:
boolean
;
}
,
)
:
MoveFetchConfig
Parameters
Optional
base
:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
string
}
;
supportMultisigFunc
?:
boolean
;
}
Returns
MoveFetchConfig
decode
:
function
decode
(
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
,
length
?:
number
,
)
:
MoveFetchConfig
Parameters
input
:
Uint8Array
<
ArrayBufferLike
>
|
Reader
Optional
length
:
number
Returns
MoveFetchConfig
encode
:
function
encode
(
message
:
MoveFetchConfig
,
writer
?:
Writer
)
:
Writer
Parameters
message
:
MoveFetchConfig
Optional
writer
:
Writer
Returns
Writer
fromJSON
:
function
fromJSON
(
object
:
any
)
:
MoveFetchConfig
Parameters
object
:
any
Returns
MoveFetchConfig
fromPartial
:
function
fromPartial
(
object
:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
string
}
;
supportMultisigFunc
?:
boolean
;
}
,
)
:
MoveFetchConfig
Parameters
object
:
{
allEvents
?:
boolean
;
includeFailedTransaction
?:
boolean
;
inputs
?:
boolean
;
resourceChanges
?:
boolean
;
resourceConfig
?:
{
moveTypePrefix
?:
string
}
;
supportMultisigFunc
?:
boolean
;
}
Returns
MoveFetchConfig
toJSON
:
function
toJSON
(
message
:
MoveFetchConfig
)
:
unknown
Parameters
message
:
MoveFetchConfig
Returns
unknown
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@sentio/sdk
Loading...