Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/web3.js
getTupleCodec
Function getTupleCodec
getTupleCodec
<
const
TItems
extends
readonly
FixedSizeCodec
<
any
>
[]
>
(
items
:
TItems
,
)
:
FixedSizeCodec
<
GetEncoderTypeFromItems
<
TItems
>
,
GetDecoderTypeFromItems
<
TItems
>
&
GetEncoderTypeFromItems
<
TItems
>
,
>
Creates a codec for a tuple-like array.
Type Parameters
const
TItems
extends
readonly
FixedSizeCodec
<
any
>
[]
Parameters
items
:
TItems
The codecs to use for each item in the tuple.
Returns
FixedSizeCodec
<
GetEncoderTypeFromItems
<
TItems
>
,
GetDecoderTypeFromItems
<
TItems
>
&
GetEncoderTypeFromItems
<
TItems
>
,
>
getTupleCodec
<
const
TItems
extends
readonly
Codec
<
any
>
[]
>
(
items
:
TItems
,
)
:
VariableSizeCodec
<
GetEncoderTypeFromItems
<
TItems
>
,
GetDecoderTypeFromItems
<
TItems
>
&
GetEncoderTypeFromItems
<
TItems
>
,
>
Creates a codec for a tuple-like array.
Type Parameters
const
TItems
extends
readonly
Codec
<
any
>
[]
Parameters
items
:
TItems
The codecs to use for each item in the tuple.
Returns
VariableSizeCodec
<
GetEncoderTypeFromItems
<
TItems
>
,
GetDecoderTypeFromItems
<
TItems
>
&
GetEncoderTypeFromItems
<
TItems
>
,
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
Creates a codec for a tuple-like array.