Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/bcs
SerializedBcs
Class SerializedBcs<T, Input>
Type Parameters
T
Input
=
T
Index
Constructors
constructor
Methods
parse
to
Base58
to
Base64
to
Bytes
to
Hex
Constructors
constructor
new
Serialized
Bcs
<
T
,
Input
>
(
type
,
schema
)
:
SerializedBcs
<
T
,
Input
>
Type Parameters
T
Input
=
T
Parameters
type
:
BcsType
<
T
,
Input
>
schema
:
Uint8Array
Returns
SerializedBcs
<
T
,
Input
>
Methods
parse
parse
(
)
:
T
Returns
T
to
Base58
to
Base58
(
)
:
string
Returns
string
to
Base64
to
Base64
(
)
:
string
Returns
string
to
Bytes
to
Bytes
(
)
:
Uint8Array
Returns
Uint8Array
to
Hex
to
Hex
(
)
:
string
Returns
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Methods
parse
to
Base58
to
Base64
to
Bytes
to
Hex
Documentation
Loading...