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