rippled
|
Classes | |
struct | cancel_time |
Set the "CancelAfter" time tag on a JTx. More... | |
struct | condition |
struct | finish_time |
Set the "FinishAfter" time tag on a JTx. More... | |
struct | fulfillment |
Public Member Functions | |
void | testEnablement () |
void | testTiming () |
void | testTags () |
void | testDisallowXRP () |
void | test1571 () |
void | testFails () |
void | testLockup () |
void | testEscrowConditions () |
void | testMetaAndOwnership () |
void | testConsequences () |
void | testEscrowWithTickets () |
void | run () override |
Static Public Member Functions | |
static Json::Value | escrow (jtx::Account const &account, jtx::Account const &to, STAmount const &amount) |
static Json::Value | finish (jtx::Account const &account, jtx::Account const &from, std::uint32_t seq) |
static Json::Value | cancel (jtx::Account const &account, jtx::Account const &from, std::uint32_t seq) |
Public Attributes | |
const std::array< std::uint8_t, 4 > | fb1 = {{0xA0, 0x02, 0x80, 0x00}} |
const std::array< std::uint8_t, 39 > | cb1 |
const std::array< std::uint8_t, 7 > | fb2 |
const std::array< std::uint8_t, 39 > | cb2 |
const std::array< std::uint8_t, 8 > | fb3 |
const std::array< std::uint8_t, 39 > | cb3 |
Definition at line 33 of file Escrow_test.cpp.
|
static |
Definition at line 147 of file Escrow_test.cpp.
|
static |
Definition at line 163 of file Escrow_test.cpp.
|
static |
Definition at line 178 of file Escrow_test.cpp.
void ripple::test::Escrow_test::testEnablement | ( | ) |
Definition at line 193 of file Escrow_test.cpp.
void ripple::test::Escrow_test::testTiming | ( | ) |
Definition at line 229 of file Escrow_test.cpp.
void ripple::test::Escrow_test::testTags | ( | ) |
Definition at line 366 of file Escrow_test.cpp.
void ripple::test::Escrow_test::testDisallowXRP | ( | ) |
Definition at line 402 of file Escrow_test.cpp.
void ripple::test::Escrow_test::test1571 | ( | ) |
Definition at line 431 of file Escrow_test.cpp.
void ripple::test::Escrow_test::testFails | ( | ) |
Definition at line 500 of file Escrow_test.cpp.
void ripple::test::Escrow_test::testLockup | ( | ) |
Definition at line 632 of file Escrow_test.cpp.
void ripple::test::Escrow_test::testEscrowConditions | ( | ) |
Definition at line 875 of file Escrow_test.cpp.
void ripple::test::Escrow_test::testMetaAndOwnership | ( | ) |
Definition at line 1263 of file Escrow_test.cpp.
void ripple::test::Escrow_test::testConsequences | ( | ) |
Definition at line 1440 of file Escrow_test.cpp.
void ripple::test::Escrow_test::testEscrowWithTickets | ( | ) |
Definition at line 1500 of file Escrow_test.cpp.
|
override |
Definition at line 1639 of file Escrow_test.cpp.
const std::array<std::uint8_t, 4> ripple::test::Escrow_test::fb1 = {{0xA0, 0x02, 0x80, 0x00}} |
Definition at line 36 of file Escrow_test.cpp.
const std::array<std::uint8_t, 39> ripple::test::Escrow_test::cb1 |
Definition at line 38 of file Escrow_test.cpp.
const std::array<std::uint8_t, 7> ripple::test::Escrow_test::fb2 |
Definition at line 45 of file Escrow_test.cpp.
const std::array<std::uint8_t, 39> ripple::test::Escrow_test::cb2 |
Definition at line 48 of file Escrow_test.cpp.
const std::array<std::uint8_t, 8> ripple::test::Escrow_test::fb3 |
Definition at line 55 of file Escrow_test.cpp.
const std::array<std::uint8_t, 39> ripple::test::Escrow_test::cb3 |
Definition at line 58 of file Escrow_test.cpp.