Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/signers
IInstructionWithSigners
Type Alias IInstructionWithSigners<TSigner, TAccounts>
IInstructionWithSigners
:
Pick
<
IInstruction
<
string
,
TAccounts
>
,
"accounts"
>
A variation of the instruction type that allows IAccountSignerMeta in its account metas.
Type Parameters
TSigner
extends
TransactionSigner
=
TransactionSigner
TAccounts
extends
readonly
IAccountMetaWithSigner
<
TSigner
>
[]
=
readonly
IAccountMetaWithSigner
<
TSigner
>
[]
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
A variation of the instruction type that allows IAccountSignerMeta in its account metas.