mirror of
https://github.com/XRPLF/rippled.git
synced 2026-04-29 15:37:57 +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
|