Parham Hatanian
Parham Hatanian
I want to create new ethereum account but got this error message Error message: Ambiguous use of 'create(keyStorage:keystorePassword:)' ``` swift let keyStorage = EthereumKeyLocalStorage() let account = EthereumAccount.create(keyStorage: keyStorage, keystorePassword:...
I want to inherit ERC165 for creating ERC1155 class but got this error in my app. ``` swift public class ERC1155: ERC165 {} //
getEvents value type is Events and when I want to access it's properties I get 'events' is inaccessible due to 'internal' protection level ``` swift let logs = try await...