简体   繁体   English

如果我不需要 Patricia 树中的值,是否需要提供分支节点?

[英]Do I need to supply the branch node if I don't need the value in it in a Patricia tree?

在此处输入图像描述

For example, in this PATRICIA tree, if I want to prove that the key 'fc' has no value mapped to it, should I bring up the branch node stored the data value “b” even though I don't need the data value?例如,在这棵 PATRICIA 树中,如果我想证明键“fc”没有映射到它的值,我是否应该调出存储数据值“b”的分支节点,即使我不需要该数据值?

I guess I will use the branch anyway.我想无论如何我都会使用分支机构。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 以太坊:我需要一个节点来调用智能合约上的(读取)功能吗? - Ethereum: Do I need a node to call a (read-)function on a smart contract? 需要审查我的 Solidity 合同,原始代码有 arguments,但我不知道如何输入,也不知道它们的意思 - Need My Solidity Contract Reviewed, the original code had arguments, but I don't know how to input that in nor what they mean 为什么我需要括号来访问 python 中的 Solidity 合约变量? - Why do I need parenthesis to access a Solidity contract variable in python? 由于合同本质上是永久性的,我是否需要始终使用二传手? - Do I need to always use a setter since contracts are essentially permanent? 我是否需要帐户或 API 密钥才能使用 IPFS? - Do I need an account or API key to use IPFS? 以太坊智能合约 我可以掩盖/隐藏“合同创建者”地址吗?如果需要,我是否需要? - Ethereum Smart Contracts. Could I mask / hide the Contract Creator address and if so, do I need to? 如何授权用户使用平衡器池? 我需要致电哪个 Function? - How can I Authorize an User to use the Balancer Pools? Which Function do I need to call? 如果我将地址作为参数传递,为什么我需要在 function 中使用`msg.sender`? - Why do I need to use `msg.sender` in my function if I pass an address as an argument? 我需要支付汽油费来分发基于以太坊的加密货币吗? - Do I need to pay gas fees to distribute my ethereum based crypto? 我需要所有以太坊智能合约 - I need all Ethereum smart contracts
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM