...seCannotImplement for Bar {} // 报错 因为在 lib.rs 中已经实现好了,不能再实现
// Conflicting implementation,
// The trait `CanUseCannotImplement` has been already implemented
// for the types that satisfy the bounds specified by the sealed trait which are `Debug + Display`
p...
...or occurred.
可以正确调用智能合约的register(),且成功创建区块存储信息,但是却无法调用login()。错误信息为:An exception occurred: Could not transact with/call contract function, is contract deployed correctly and chain synced?
请问各位有什么解决方法...