use Digest;
use Sha512;
use Hash256;
/// Unsigned single signer transactions prefix <https://xrpl.org/basic-data-types.html#hash-prefixes>
pub const HASH_PREFIX_UNSIGNED_TRANSACTION_SINGLE: = ;
/// Signed transactions prefix <https://xrpl.org/basic-data-types.html#hash-prefixes>
pub const HASH_PREFIX_SIGNED_TRANSACTION: = ;
/// Calculate hash <https://xrpl.org/basic-data-types.html#hashes> of given data