Preparing search index...
The search index is not available
Solana JavaScript SDK
Solana JavaScript SDK
@solana/signers
assertIsTransactionSigner
Function assertIsTransactionSigner
assertIsTransactionSigner
<
TAddress
extends
string
>
(
value
:
{
address
:
Address
<
TAddress
>
;
[
key
:
string
]:
unknown
}
,
)
:
asserts
value
is
TransactionSigner
<
TAddress
>
Asserts that the provided value implements the
TransactionSigner
interface.
Type Parameters
TAddress
extends
string
Parameters
value
:
{
address
:
Address
<
TAddress
>
;
[
key
:
string
]:
unknown
}
Returns
asserts
value
is
TransactionSigner
<
TAddress
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Solana JavaScript SDK
Loading...
Asserts that the provided value implements the TransactionSigner interface.