Skip to main content
type ExportEvmAccountOptions = {
  evmAccount: EvmAddress;
};
Request parameters for exporting an EVM account’s private key.

Properties

PropertyTypeDescription
evmAccountEvmAddressThe EVM account to export.