Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F10615106
chainparamsconstants.h
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
919 B
Subscribers
None
chainparamsconstants.h
View Options
// Copyright (c) 2019-2020 The Bitcoin developers
// Distributed under the MIT software license, see the accompanying
// file COPYING or http://www.opensource.org/licenses/mit-license.php.
#ifndef BITCOIN_CHAINPARAMSCONSTANTS_H
#define BITCOIN_CHAINPARAMSCONSTANTS_H
/**
* Chain params constants for each tracked chain.
*/
#include
<primitives/blockhash.h>
#include
<uint256.h>
namespace
ChainParamsConstants
{
extern
const
BlockHash
MAINNET_DEFAULT_ASSUME_VALID
;
extern
const
uint256
MAINNET_MINIMUM_CHAIN_WORK
;
extern
const
uint64_t
MAINNET_ASSUMED_BLOCKCHAIN_SIZE
;
extern
const
uint64_t
MAINNET_ASSUMED_CHAINSTATE_SIZE
;
extern
const
BlockHash
TESTNET_DEFAULT_ASSUME_VALID
;
extern
const
uint256
TESTNET_MINIMUM_CHAIN_WORK
;
extern
const
uint64_t
TESTNET_ASSUMED_BLOCKCHAIN_SIZE
;
extern
const
uint64_t
TESTNET_ASSUMED_CHAINSTATE_SIZE
;
}
// namespace ChainParamsConstants
#endif
// BITCOIN_CHAINPARAMSCONSTANTS_H
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Sat, Nov 23, 09:57 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4507586
Default Alt Text
chainparamsconstants.h (919 B)
Attached To
rSTAGING Bitcoin ABC staging
Event Timeline
Log In to Comment