Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/codecs-data-structures
getTupleDecoder
Function getTupleDecoder
getTupleDecoder
<
const
TItems
extends
readonly
FixedSizeDecoder
<
any
>
[]
>
(
items
:
TItems
,
)
:
FixedSizeDecoder
<
GetDecoderTypeFromItems
<
TItems
>
>
Creates a decoder for a tuple-like array.
Type Parameters
const
TItems
extends
readonly
FixedSizeDecoder
<
any
>
[]
Parameters
items
:
TItems
The decoders to use for each item in the tuple.
Returns
FixedSizeDecoder
<
GetDecoderTypeFromItems
<
TItems
>
>
getTupleDecoder
<
const
TItems
extends
readonly
Decoder
<
any
>
[]
>
(
items
:
TItems
,
)
:
VariableSizeDecoder
<
GetDecoderTypeFromItems
<
TItems
>
>
Creates a decoder for a tuple-like array.
Type Parameters
const
TItems
extends
readonly
Decoder
<
any
>
[]
Parameters
items
:
TItems
The decoders to use for each item in the tuple.
Returns
VariableSizeDecoder
<
GetDecoderTypeFromItems
<
TItems
>
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
Creates a decoder for a tuple-like array.