Sui SDK v2
getSuiPublicKeyBytes
Returns the raw Ed25519 public-key bytes for a Para Sui wallet.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Returns the raw Ed25519 public-key bytes for a Para Sui wallet.
import type { Para as ParaServer } from '@getpara/server-sdk';
import { getSuiPublicKeyBytes } from '@getpara/sui-sdk-integration';
declare const para: ParaServer; // An authenticated Para Server client with a loaded Sui wallet.
const bytes = getSuiPublicKeyBytes(para, 'wallet-id');