Exports an EVM account's private key.
The options for the exporting.
Request parameters for exporting an EVM account's private key.
The EVM account to export.
The result of the export.
const result = await exportEvmAccount({ evmAccount: "0x1234..."}); Copy
const result = await exportEvmAccount({ evmAccount: "0x1234..."});
Exports an EVM account's private key.