Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/signers
ITransactionMessageWithSigners
Type Alias ITransactionMessageWithSigners<TAddress, TSigner, TAccounts>
ITransactionMessageWithSigners
:
Partial
<
|
ITransactionMessageWithFeePayer
<
TAddress
>
|
ITransactionMessageWithFeePayerSigner
<
TAddress
,
TSigner
>
,
>
&
Pick
<
BaseTransactionMessage
<
TransactionVersion
,
IInstruction
&
IInstructionWithSigners
<
TSigner
,
TAccounts
>
,
>
,
"instructions"
,
>
A variation of the transaction message type that allows IAccountSignerMeta in its account metas.
Type Parameters
TAddress
extends
string
=
string
TSigner
extends
TransactionSigner
<
TAddress
>
=
TransactionSigner
<
TAddress
>
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 transaction message type that allows IAccountSignerMeta in its account metas.