mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-02 08:17:13 +00:00
10 lines
118 B
C++
10 lines
118 B
C++
#pragma once
|
|
|
|
#include <xrpl/basics/base_uint.h>
|
|
|
|
namespace xrpl {
|
|
|
|
using LedgerHash = uint256;
|
|
|
|
} // namespace xrpl
|