Preparing search index...
The search index is not available
Documentation
Documentation
@mysten/bcs
SerializedBcs
Class SerializedBcs<T, Input>
Type Parameters
T
Input
=
T
Indexable
[
key
:
number
]:
boolean
Index
Constructors
constructor
Methods
parse
to
Base58
to
Base64
to
Bytes
to
Hex
Constructors
constructor
new
SerializedBcs
<
T
,
Input
=
T
>
(
type
:
BcsType
<
T
,
Input
>
,
schema
:
Uint8Array
,
)
:
SerializedBcs
<
Input
>
Type Parameters
T
Input
=
T
Parameters
type
:
BcsType
<
T
,
Input
>
schema
:
Uint8Array
Returns
SerializedBcs
<
Input
>
Methods
parse
parse
()
:
T
Returns
T
to
Base58
toBase58
()
:
string
Returns
string
to
Base64
toBase64
()
:
string
Returns
string
to
Bytes
toBytes
()
:
Uint8Array
Returns
Uint8Array
to
Hex
toHex
()
:
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...