Sui SDK v2
ParaSuiSigner
A @mysten/sui Signer backed by a Para Ed25519 wallet.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
A @mysten/sui Signer backed by a Para Ed25519 wallet.
import type { Para as ParaServer } from '@getpara/server-sdk';
import { ParaSuiSigner } from '@getpara/sui-sdk-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded Sui wallet.
const signer = new ParaSuiSigner(para);
console.log(signer.address);