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

Type Declaration

additionalSigners?

optional additionalSigners: Keypair[]

options?

optional options: TransactionInputOptions