Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/transaction-messages
<internal>
WidenInstructionAccounts
Type Alias WidenInstructionAccounts<TInstruction>
WidenInstructionAccounts
:
TInstruction
extends
IInstruction
<
infer
TProgramAddress
,
infer
TAccounts
,
>
?
IInstruction
<
TProgramAddress
,
{
[
K
in
keyof
TAccounts
]
:
TAccounts
[
K
]
extends
IAccountMeta
<
infer
TAddress
,
>
?
IAccountLookupMeta
<
TAddress
>
|
IAccountMeta
<
TAddress
>
:
TAccounts
[
K
]
}
,
>
:
TInstruction
Type Parameters
TInstruction
extends
IInstruction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...