Docs

LocalWalletExportOptions

type LocalWalletExportOptions =
  | { password: string; strategy: "encryptedJson" }
  | { encryption: LocalWalletEncryptOptions; strategy: "privateKey" }
  | { encryption: LocalWalletEncryptOptions; strategy: "mnemonic" };