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