OpenCBDC Transaction Processor
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
v
w
Functions
a
b
c
d
e
f
g
h
i
k
l
m
o
p
r
s
t
u
Variables
Typedefs
a
b
c
d
e
h
i
k
l
p
r
s
t
v
w
Enumerations
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
~
Variables
h
i
m
Typedefs
b
c
d
e
f
g
h
i
k
l
p
r
s
t
v
Enumerations
Related Symbols
Files
File List
Globals
All
Functions
Typedefs
▼
OpenCBDC Transaction Processor
►
Namespaces
►
Data Structures
▼
Files
▼
File List
▼
src
►
parsec
▼
uhs
▼
atomizer
►
archiver
▼
atomizer
►
atomizer-raftd.cpp
atomizer.cpp
►
atomizer.hpp
atomizer_raft.cpp
►
atomizer_raft.hpp
block.cpp
►
block.hpp
controller.cpp
►
controller.hpp
►
format.cpp
►
format.hpp
messages.cpp
►
messages.hpp
state_machine.cpp
►
state_machine.hpp
►
sentinel
►
shard
►
watchtower
►
client
►
sentinel
►
transaction
►
twophase
►
util
►
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Loading...
Searching...
No Matches
block.cpp
Go to the documentation of this file.
1
// Copyright (c) 2021 MIT Digital Currency Initiative
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#include "
block.hpp
"
6
7
namespace
cbdc
{
8
auto
cbdc::atomizer::block::operator==
(
const
block
& rhs)
const
->
bool
{
9
return
(rhs.m_height == m_height)
10
&& (rhs.m_transactions == m_transactions);
11
}
8
auto
cbdc::atomizer::block::operator==
(
const
block
& rhs)
const
->
bool
{
…
}
12
}
block.hpp
cbdc
Definition
parsec/agent/client.cpp:11
cbdc::atomizer::block
Batch of compact transactions settled by the atomizer.
Definition
block.hpp:19
cbdc::atomizer::block::operator==
auto operator==(const block &rhs) const -> bool
Definition
block.cpp:8
src
uhs
atomizer
atomizer
block.cpp
Generated by
1.12.0