Hi, i'm using the amazing framework,but i couldn't to getting a event of solidity in VUE,for example:
PlaygroudBattle.sol
contract PlaygroundBattle is Destructible {
address public dbAddress;
event won(bool status,uint amount);
}
The problem is: How should i to do for using "event won() " in DOkwufulueze/eth-vue framework in VUE?
Hi, i'm using the amazing framework,but i couldn't to getting a event of solidity in VUE,for example:
PlaygroudBattle.sol
contract PlaygroundBattle is Destructible {
address public dbAddress;
}
The problem is: How should i to do for using "event won() " in DOkwufulueze/eth-vue framework in VUE?