Properties
| Property | Type | Description |
|---|---|---|
evmAccount | EvmAddress | The EVM account to export. |
type ExportEvmAccountOptions = {
evmAccount: EvmAddress;
};
| Property | Type | Description |
|---|---|---|
evmAccount | EvmAddress | The EVM account to export. |
Was this page helpful?