mirror of
https://github.com/XRPLF/rippled.git
synced 2025-12-06 17:27:55 +00:00
13 lines
196 B
C++
13 lines
196 B
C++
#ifndef XRPL_PROTOCOL_RIPPLELEDGERHASH_H_INCLUDED
|
|
#define XRPL_PROTOCOL_RIPPLELEDGERHASH_H_INCLUDED
|
|
|
|
#include <xrpl/basics/base_uint.h>
|
|
|
|
namespace ripple {
|
|
|
|
using LedgerHash = uint256;
|
|
|
|
}
|
|
|
|
#endif
|