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.
SolanaTransactionInput = { transaction: VersionedTransaction; } | { serializedTransaction: string; } & object
Defined in: packages/wallets/src/wallets/types.ts:84

Type Declaration

additionalSigners?

optional additionalSigners: Keypair[]

options?

optional options: TransactionInputOptions