We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
just testing on the method var Contract plugin.Contract = contract.MakePluginContract(&Lottery{}) representing in here https://github.com/loomnetwork/go-loom/blob/master/examples/plugins/lottery/lottery.go#L41
var Contract plugin.Contract = contract.MakePluginContract(&Lottery{})
panic: "contract" has no exported methods of suitable type
goroutine 1 [running]: github.com/loomnetwork/go-loom/plugin/contractpb.MakePluginContract(0x19f7020, 0x1eb1e40, 0x154fb0852c45f43a, 0xc42020d550) /Users/hesk/go/src/github.com/loomnetwork/go-loom/plugin/contractpb/contractpb.go:140 +0x8a
The text was updated successfully, but these errors were encountered:
No branches or pull requests
just testing on the method
var Contract plugin.Contract = contract.MakePluginContract(&Lottery{})
representing in here https://github.com/loomnetwork/go-loom/blob/master/examples/plugins/lottery/lottery.go#L41panic: "contract" has no exported methods of suitable type
goroutine 1 [running]:
github.com/loomnetwork/go-loom/plugin/contractpb.MakePluginContract(0x19f7020, 0x1eb1e40, 0x154fb0852c45f43a, 0xc42020d550)
/Users/hesk/go/src/github.com/loomnetwork/go-loom/plugin/contractpb/contractpb.go:140 +0x8a
The text was updated successfully, but these errors were encountered: