InstructionWithSigners
Composable type that allows AccountSignerMetas to be used inside the instruction's accounts array
Example
Type Parameters
| Type Parameter | Default type | Description |
|---|---|---|
TSigner extends TransactionSigner | TransactionSigner | Optionally provide a narrower type for TransactionSigners. |
TAccounts extends readonly AccountMetaWithSigner<TSigner>[] | readonly AccountMetaWithSigner<TSigner>[] | Optionally provide a narrower type for the account metas. |