web3.swift icon indicating copy to clipboard operation
web3.swift copied to clipboard

Ambiguous use of 'create(keyStorage:keystorePassword:)'

Open ParhamHatan opened this issue 2 years ago • 1 comments

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

ParhamHatan avatar Aug 12 '22 12:08 ParhamHatan

Hi you can use 1.2.0 while we fix the issue in develop

DarthMike avatar Aug 30 '22 17:08 DarthMike