Go to the source code of this file.
|
| using | bb::avm2::simulation::NullifierTreeLeafPreimage = crypto::merkle_tree::IndexedLeaf< crypto::merkle_tree::NullifierLeafValue > |
| |
| using | bb::avm2::simulation::GetSiblingPathKey = std::tuple< AppendOnlyTreeSnapshot, MerkleTreeId, index_t > |
| |
| using | bb::avm2::simulation::GetPreviousValueIndexKey = std::tuple< AppendOnlyTreeSnapshot, MerkleTreeId, FF > |
| |
| using | bb::avm2::simulation::GetLeafPreimageKey = std::tuple< AppendOnlyTreeSnapshot, index_t > |
| |
| using | bb::avm2::simulation::GetLeafValueKey = std::tuple< AppendOnlyTreeSnapshot, MerkleTreeId, index_t > |
| |
| using | bb::avm2::simulation::SequentialInsertHintPublicDataTreeKey = std::tuple< AppendOnlyTreeSnapshot, MerkleTreeId, PublicDataLeafValue > |
| |
| using | bb::avm2::simulation::SequentialInsertHintNullifierTreeKey = std::tuple< AppendOnlyTreeSnapshot, MerkleTreeId, NullifierLeafValue > |
| |
| using | bb::avm2::simulation::AppendLeavesHintKey = std::tuple< AppendOnlyTreeSnapshot, MerkleTreeId, std::vector< FF > > |
| |
| using | bb::avm2::simulation::GetContractInstanceKey = std::tuple< uint32_t, AztecAddress > |
| |
| using | bb::avm2::simulation::GetContractClassKey = std::tuple< uint32_t, ContractClassId > |
| |
| using | bb::avm2::simulation::GetBytecodeCommitmentKey = std::tuple< uint32_t, ContractClassId > |
| |
| using | bb::avm2::simulation::GetDebugFunctionNameKey = std::tuple< AztecAddress, FunctionSelector > |
| |
◆ get_tree_info_helper()