Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当你说两件事很重要时,我猜你的意思是那些是输入参数。使用 Substrate 的ensure_signed功能可以恢复发件人的地址。并且应该将 SHA256 哈希作为参数传递。
ensure_signed
您可能会从学习存在证明教程中受益,在该教程中,学习者构建了一个跟踪文件存在证明的 dApp。证明只是文件的散列。