Import
Usage
Limitations
This class uses @solana/web3.js v1 types.address and sender are optional because they depend on the selected wallet address.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A Para-backed signer for @solana/web3.js v1 transactions.
import type { Para as ParaServer } from '@getpara/server-sdk';
import { ParaSolanaWeb3Signer } from '@getpara/solana-web3.js-v1-integration';
import { Connection } from '@solana/web3.js';
declare const para: ParaServer; // An authenticated Para Server client with a loaded Solana wallet.
const connection = new Connection('https://api.mainnet-beta.solana.com');
const signer = new ParaSolanaWeb3Signer(para, connection);
address and sender are optional because they depend on the selected wallet address.