Web3.js v1
ParaSolanaWeb3Signer.sendTransaction
Signs a @solana/web3.js v1 transaction and sends its serialized bytes through the connection.
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 transaction and sends its serialized bytes through the connection.
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').Transaction;
const signature = await signer.sendTransaction(transaction);