Skip to main content
type ExportEvmAccountResult = {
  privateKey: string;
};
Result of exportEvmAccount.

Properties

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