Bitcoin ABC
0.31.2
P2P Digital Currency
Toggle main menu visibility
Main Page
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
Variables
a
b
c
d
f
g
h
i
k
m
n
o
p
s
t
u
v
w
Typedefs
Enumerations
Enumerator
a
b
c
d
e
h
i
l
m
n
p
q
r
s
t
u
v
w
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
!
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
Variables
!
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Enumerations
a
b
c
d
e
f
m
n
o
r
s
t
u
v
w
Enumerator
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Properties
Related Functions
:
a
b
c
d
e
f
g
i
o
p
r
s
t
u
v
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Typedefs
b
c
d
e
h
i
k
l
m
n
p
r
s
t
u
v
Enumerations
b
c
d
e
f
g
h
i
j
m
n
o
p
r
s
t
v
w
Enumerator
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
w
Macros
_
a
b
c
d
e
f
g
h
i
l
m
n
p
q
r
s
t
u
v
w
x
y
Examples
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
src
primitives
txid.h
Go to the documentation of this file.
1
// Copyright (c) 2018-2019 The Bitcoin developers
2
// Distributed under the MIT software license, see the accompanying
3
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
4
5
#ifndef BITCOIN_PRIMITIVES_TXID_H
6
#define BITCOIN_PRIMITIVES_TXID_H
7
8
#include <
uint256.h
>
9
14
struct
TxId
:
public
uint256
{
15
explicit
TxId
() :
uint256
() {}
16
explicit
TxId
(
const
uint256
&b) :
uint256
(b) {}
17
};
18
22
struct
TxHash
:
public
uint256
{
23
explicit
TxHash
() :
uint256
() {}
24
explicit
TxHash
(
const
uint256
&b) :
uint256
(b) {}
25
};
26
27
#endif
// BITCOIN_PRIMITIVES_TXID_H
uint256
256-bit opaque blob.
Definition:
uint256.h:129
TxHash
A TxHash is the double sha256 hash of the full transaction data.
Definition:
txid.h:22
TxHash::TxHash
TxHash(const uint256 &b)
Definition:
txid.h:24
TxHash::TxHash
TxHash()
Definition:
txid.h:23
TxId
A TxId is the identifier of a transaction.
Definition:
txid.h:14
TxId::TxId
TxId()
Definition:
txid.h:15
TxId::TxId
TxId(const uint256 &b)
Definition:
txid.h:16
uint256.h
Generated on Tue Apr 15 2025 15:17:12 for Bitcoin ABC by
1.9.4