Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/web3.js
addSignersToInstruction
Function addSignersToInstruction
addSignersToInstruction
<
TInstruction
extends
IInstruction
<
string
,
readonly
(
IAccountLookupMeta
<
string
,
string
>
|
IAccountMeta
<
string
>
)
[]
,
>
,
>
(
signers
:
TransactionSigner
[]
,
instruction
:
TInstruction
|
IInstructionWithSigners
&
TInstruction
,
)
:
IInstructionWithSigners
&
TInstruction
Attaches the provided signers to the account metas of an instruction when applicable.
Type Parameters
TInstruction
extends
IInstruction
<
string
,
readonly
(
IAccountLookupMeta
<
string
,
string
>
|
IAccountMeta
<
string
>
)
[]
,
>
Parameters
signers
:
TransactionSigner
[]
instruction
:
TInstruction
|
IInstructionWithSigners
&
TInstruction
Returns
IInstructionWithSigners
&
TInstruction
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
Attaches the provided signers to the account metas of an instruction when applicable.