Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/codecs
getStructDecoder
Function getStructDecoder
getStructDecoder
<
const
TFields
extends
Fields
<
FixedSizeDecoder
<
any
>
>
>
(
fields
:
TFields
,
)
:
FixedSizeDecoder
<
GetDecoderTypeFromFields
<
TFields
>
>
Creates a decoder for a custom object.
Type Parameters
const
TFields
extends
Fields
<
FixedSizeDecoder
<
any
>
>
Parameters
fields
:
TFields
The name and decoder of each field.
Returns
FixedSizeDecoder
<
GetDecoderTypeFromFields
<
TFields
>
>
getStructDecoder
<
const
TFields
extends
Fields
<
Decoder
<
any
>
>
>
(
fields
:
TFields
,
)
:
VariableSizeDecoder
<
GetDecoderTypeFromFields
<
TFields
>
>
Creates a decoder for a custom object.
Type Parameters
const
TFields
extends
Fields
<
Decoder
<
any
>
>
Parameters
fields
:
TFields
The name and decoder of each field.
Returns
VariableSizeDecoder
<
GetDecoderTypeFromFields
<
TFields
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
Creates a decoder for a custom object.