web3.swift
web3.swift copied to clipboard
Ambiguous use of 'create(keyStorage:keystorePassword:)'
I want to create new ethereum account but got this error message Error message: Ambiguous use of 'create(keyStorage:keystorePassword:)'
let keyStorage = EthereumKeyLocalStorage()
let account = EthereumAccount.create(keyStorage: keyStorage, keystorePassword: "1234") // <- Error line
Hi you can use 1.2.0
while we fix the issue in develop