LocalWalletLoadOptions
type LocalWalletLoadOptions =  | {      password: string;      strategy: "encryptedJson";    }  | {      strategy: "privateKey";    }  | {      strategy: "mnemonic";    };
type LocalWalletLoadOptions =  | {      password: string;      strategy: "encryptedJson";    }  | {      strategy: "privateKey";    }  | {      strategy: "mnemonic";    };