Sui SDK v2
CreateParaSuiSignerOptions
The shared Para signer options alias used by createParaSuiSigner.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The shared Para signer options alias used by createParaSuiSigner.
import type { Para as ParaServer } from '@getpara/server-sdk';
import type { CreateParaSuiSignerOptions } from '@getpara/sui-sdk-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded Sui wallet.
const options: CreateParaSuiSignerOptions = { para, walletId: 'wallet-id' };