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

Abi wasn't successfuly extracted #168

Open
andrey1894 opened this issue Sep 21, 2018 · 0 comments
Open

Abi wasn't successfuly extracted #168

andrey1894 opened this issue Sep 21, 2018 · 0 comments

Comments

@andrey1894
Copy link

andrey1894 commented Sep 21, 2018

I connected through the plugin.
eos = this.scatterService.scatter.eos(network, Eos, {}, 'https')

But I can not get a contract.
let contract = await this.eos.contract(this.contractName)
this.model.interface = JSON.stringify(contract.fc.abi)
console.log('aaa')
console.log(contract) // returned Proxy object (in chrome: 'value below was evaluated just now')
console.log(this.model.interface) //returned undefined

And in chrome console exists Object, but 'contract.fc.abi' undefined
2018-09-21 18-45-22

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

1 participant