Skip to main content
You are viewing docs for the previous version of the Wallets SDK. We recommend upgrading to V1. See the updated version of this page or the V1 migration guide.
SolanaExternalWalletSignerConfig = BaseExternalWalletSignerConfig & object
Defined in: packages/common/base/dist/types/signers.d.ts:20

Type Declaration

onSignTransaction()?

optional onSignTransaction: (transaction) => Promise<VersionedTransaction>

Parameters

ParameterType
transactionVersionedTransaction

Returns

Promise<VersionedTransaction>