Web3.js v1
ParaSolanaWeb3Signer.signBytes
Signs raw bytes with the selected Para Solana wallet.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Signs raw bytes with the selected Para Solana wallet.
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;
const signature = await signer.signBytes(Buffer.from('Hello from Para'));