Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use of unresolved identifier 'Wallet' #192

Closed
surida opened this issue May 10, 2019 · 4 comments
Closed

Use of unresolved identifier 'Wallet' #192

surida opened this issue May 10, 2019 · 4 comments

Comments

@surida
Copy link

surida commented May 10, 2019

스크린샷 2019-05-10 오후 5 08 47

I am trying to make a wallet followed by documentation, but I had compile error.
That's because Use of unresolved identifier 'Wallet'
I'm Using web3swift (2.0.4)
is There any solution?

@kaidongpei
Copy link

I think you have to create Wallet model yourself

@surida
Copy link
Author

surida commented May 10, 2019

@kaidongpei thanks you, I'm gonna try again soon.

@surida
Copy link
Author

surida commented May 10, 2019

I got found

struct Wallet {
    let address: String
    let data: Data
    let name: String
    let isHD: Bool
}

on Preffered models section
thanks all ^^

@surida surida closed this as completed May 10, 2019
@phr85
Copy link

phr85 commented May 15, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants