如何在我的智能合约中使用 chainlink VRF v1?

发布于 2025-01-19 19:22:44 字数 115 浏览 1 评论 0原文

我正在尝试从我的VRFConsumer智能合约中使用GetRandomNumber()函数来获取随机数。我打电话给这个后,我会立即获取随机号码,还是还必须调用efferlandomness()函数?如果是,该怎么做?

I am trying to use getRandomNumber() function from my VRFConsumer smart contract to get random numbers. Will I get the random number immediately after I call this or do I also have to call the fulfillRandomness() function? If yes, how to do that?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

作妖 2025-01-26 19:22:44

调用getRandomnumber()函数后,您需要等到协调员调用efferrandomness()
您无需做任何事情,只需检查存储变量,然后在一两分钟后存储数字的位置(如果使用了存储变量)。

After you call the getRandomNumber() function you will need to wait until the fulfillRandomness() is called by the coordinator.
You don't need to do anything, just check the storage variable where you store the number (if you used a storage variable) after a minute or two.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文