Bitcoin ABC
0.22.13
P2P Digital Currency
src
avalanche
test
util.h
Go to the documentation of this file.
1
// Copyright (c) 2020 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_AVALANCHE_TEST_UTIL_H
6
#define BITCOIN_AVALANCHE_TEST_UTIL_H
7
8
#include <
avalanche/proof.h
>
9
#include <
pubkey.h
>
10
11
#include <cstdio>
12
13
namespace
avalanche
{
14
15
Proof
buildRandomProof
(uint32_t score,
const
CPubKey
&master =
CPubKey
());
16
17
}
// namespace avalanche
18
19
#endif // BITCOIN_AVALANCHE_TEST_UTIL_H
avalanche
Definition:
delegation.cpp:11
pubkey.h
avalanche::buildRandomProof
Proof buildRandomProof(uint32_t score, const CPubKey &master)
Definition:
util.cpp:18
CPubKey
An encapsulated public key.
Definition:
pubkey.h:31
proof.h
Generated on Sat Jan 23 2021 15:48:20 for Bitcoin ABC by
1.8.13