Web3.js v1
ParaSolanaWeb3Signer.signVersionedTransaction
Signs a @solana/web3.js v1 VersionedTransaction.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Signs a @solana/web3.js v1 VersionedTransaction.
import type { Para as ParaServer } from '@getpara/server-sdk';
import { ParaSolanaWeb3Signer } from '@getpara/solana-web3.js-v1-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded Solana wallet.
declare const signer: import('@getpara/solana-web3.js-v1-integration').ParaSolanaWeb3Signer;
declare const transaction: import('@solana/web3.js').VersionedTransaction;
const signed = await signer.signVersionedTransaction(transaction);