Skip to content

Abi wasn't successfuly extracted #168

@andrey1894

Description

@andrey1894

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions