Clio  develop
The XRP Ledger API server.
Loading...
Searching...
No Matches
migration::cassandra::impl::TableTransactionsDesc Struct Reference

The description of the transactions table. It has to be a TableSpec. More...

#include <TransactionsAdapter.hpp>

Public Types

using Row

Static Public Attributes

static constexpr char const * kPARTITION_KEY = "hash"
static constexpr char const * kTABLE_NAME = "transactions"

Detailed Description

The description of the transactions table. It has to be a TableSpec.

Member Typedef Documentation

◆ Row

using migration::cassandra::impl::TableTransactionsDesc::Row
Initial value:
std::tuple<ripple::uint256, std::uint64_t, std::uint32_t, ripple::Blob, ripple::Blob>

The documentation for this struct was generated from the following file: