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