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