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.
StellarExternalWalletSignerConfig = BaseExternalWalletSignerConfig & object
Defined in: packages/common/base/dist/types/signers.d.ts:23

Type Declaration

onSignStellarTransaction()?

optional onSignStellarTransaction: (transaction) => Promise<string>

Parameters

ParameterType
transactionstring

Returns

Promise<string>