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