|
Offline Transaction Signing (OTS) 0.1.0
|
Constants for the Monero network to calculate the height from a timestamp and reverse. More...
#include <cstdint>

Go to the source code of this file.
Classes | |
| struct | ots::data::NetworkData |
Namespaces | |
| namespace | ots |
| The library exists complete only in this namespace. | |
| namespace | ots::data |
Macros | |
| #define | V1_SECONDS_PER_BLOCK 60 |
| #define | V2_SECONDS_PER_BLOCK 120 |
| #define | MAINNET_BIRTH_TIME 1397818193 |
| #define | MAINNET_V2_TIME 1458748658 |
| #define | MAINNET_V2_BLOCK 1009827 |
| #define | MAINNET_ROLLBACK 0 |
| #define | TESTNET_BIRTH_TIME 1410295020 |
| #define | TESTNET_V2_TIME 1448285909 |
| #define | TESTNET_V2_BLOCK 624634 |
| #define | TESTNET_ROLLBACK 342100 |
| #define | STAGENET_BIRTH_TIME 1518932025 |
| #define | STAGENET_V2_TIME 1520937818 |
| #define | STAGENET_V2_BLOCK 32000 |
| #define | STAGENET_ROLLBACK 30000 |
Variables | |
| static const NetworkData | ots::data::MAINNET_DATA |
| static const NetworkData | ots::data::TESTNET_DATA |
| static const NetworkData | ots::data::STAGENET_DATA |
Constants for the Monero network to calculate the height from a timestamp and reverse.
| #define MAINNET_BIRTH_TIME 1397818193 |
| #define MAINNET_ROLLBACK 0 |
| #define MAINNET_V2_BLOCK 1009827 |
| #define MAINNET_V2_TIME 1458748658 |
| #define STAGENET_BIRTH_TIME 1518932025 |
| #define STAGENET_ROLLBACK 30000 |
| #define STAGENET_V2_BLOCK 32000 |
| #define STAGENET_V2_TIME 1520937818 |
| #define TESTNET_BIRTH_TIME 1410295020 |
| #define TESTNET_ROLLBACK 342100 |
| #define TESTNET_V2_BLOCK 624634 |
| #define TESTNET_V2_TIME 1448285909 |
| #define V1_SECONDS_PER_BLOCK 60 |
| #define V2_SECONDS_PER_BLOCK 120 |