Interfaces
IInstructionWithSigners
Composable type that allows AccountSignerMetas to be used inside the instruction's accounts
array
Deprecated
Use InstructionWithSigners instead. It was only renamed.
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. |