Function getSignersFromTransactionMessage
- getSignersFromTransactionMessage<
TAddress extends string = string,
TSigner extends TransactionSigner<TAddress> = TransactionSigner<TAddress>,
TTransactionMessage extends
ITransactionMessageWithSigners<
TAddress,
TSigner,
readonly IAccountMetaWithSigner<TSigner>[],
> = ITransactionMessageWithSigners<
TAddress,
TSigner,
readonly IAccountMetaWithSigner<TSigner>[],
>,
>(
transaction: TTransactionMessage,
): readonly TSigner[] Returns readonly TSigner[]
Extract all signers from a transaction message that may contain IAccountSignerMeta accounts.