Skip to main content
type ExportSolanaAccountResult = {
  privateKey: string;
};
Result of exportSolanaAccount.

Properties

PropertyTypeDescription
privateKeystringThe 32 byte raw private key of the Solana account.