This page has been updated for Wallets SDK V1. If you are using the previous version,
see the previous version of this page or the V1 migration guide.
SolanaExternalWalletSignerConfig = object
Defined in: packages/common/base/dist/types/signers.d.ts:8
Properties
address
address: string
Defined in: packages/common/base/dist/types/signers.d.ts:10
onSign()
onSign: (Defined in: packages/common/base/dist/types/signers.d.ts:11transaction) =>Promise<VersionedTransaction>
Parameters
| Parameter | Type |
|---|---|
transaction | VersionedTransaction |
Returns
Promise<VersionedTransaction>
type
type: "external-wallet"
Defined in: packages/common/base/dist/types/signers.d.ts:9
