Skip to content
Alchemy Logo

WalletAdapterSigner (Solana)

Defined in: packages/wallet-apis/src/adapters/fromWalletAdapter.ts:6

Any signer with a publicKey and signTransaction(VersionedTransaction) method — matches useWallet() from @solana/wallet-adapter-react and injected wallet providers like window.phantom.solana.

PropertyType

publicKey

object

publicKey.toBase58

string

signTransaction

<T>(transaction) => Promise<T>

Was this page helpful?