|
rippled
|
Escrow operations. More...
Functions | |
| Json::Value | create (AccountID const &account, AccountID const &to, STAmount const &amount) |
| Json::Value | create (Account const &account, Account const &to, STAmount const &amount) |
| Json::Value | finish (AccountID const &account, AccountID const &from, std::uint32_t seq) |
| Json::Value | finish (Account const &account, Account const &from, std::uint32_t seq) |
| Json::Value | cancel (AccountID const &account, Account const &from, std::uint32_t seq) |
| Json::Value | cancel (Account const &account, Account const &from, std::uint32_t seq) |
| Rate | rate (Env &env, Account const &account, std::uint32_t const &seq) |
Variables | |
| std::array< std::uint8_t, 4 > const | fb1 = {{0xA0, 0x02, 0x80, 0x00}} |
| std::array< std::uint8_t, 39 > const | cb1 |
| std::array< std::uint8_t, 7 > const | fb2 |
| std::array< std::uint8_t, 39 > const | cb2 |
| std::array< std::uint8_t, 8 > const | fb3 |
| std::array< std::uint8_t, 39 > const | cb3 |
| auto const | finish_time = JTxFieldWrapper<timePointField>(sfFinishAfter) |
| Set the "FinishAfter" time tag on a JTx. | |
| auto const | cancel_time = JTxFieldWrapper<timePointField>(sfCancelAfter) |
| Set the "CancelAfter" time tag on a JTx. | |
| auto const | condition = JTxFieldWrapper<blobField>(sfCondition) |
| auto const | fulfillment = JTxFieldWrapper<blobField>(sfFulfillment) |
Escrow operations.
| Json::Value ripple::test::jtx::escrow::create | ( | AccountID const & | account, |
| AccountID const & | to, | ||
| STAmount const & | amount | ||
| ) |
Definition at line 14 of file escrow.cpp.
| Json::Value ripple::test::jtx::escrow::create | ( | Account const & | account, |
| Account const & | to, | ||
| STAmount const & | amount | ||
| ) |
| Json::Value ripple::test::jtx::escrow::finish | ( | AccountID const & | account, |
| AccountID const & | from, | ||
| std::uint32_t | seq | ||
| ) |
Definition at line 26 of file escrow.cpp.
| Json::Value ripple::test::jtx::escrow::finish | ( | Account const & | account, |
| Account const & | from, | ||
| std::uint32_t | seq | ||
| ) |
| Json::Value ripple::test::jtx::escrow::cancel | ( | AccountID const & | account, |
| Account const & | from, | ||
| std::uint32_t | seq | ||
| ) |
Definition at line 38 of file escrow.cpp.
| Json::Value ripple::test::jtx::escrow::cancel | ( | Account const & | account, |
| Account const & | from, | ||
| std::uint32_t | seq | ||
| ) |
| Rate ripple::test::jtx::escrow::rate | ( | Env & | env, |
| Account const & | account, | ||
| std::uint32_t const & | seq | ||
| ) |
Definition at line 50 of file escrow.cpp.
| std::array<std::uint8_t, 4> const ripple::test::jtx::escrow::fb1 = {{0xA0, 0x02, 0x80, 0x00}} |
| std::array<std::uint8_t, 39> const ripple::test::jtx::escrow::cb1 |
| std::array<std::uint8_t, 7> const ripple::test::jtx::escrow::fb2 |
| std::array<std::uint8_t, 39> const ripple::test::jtx::escrow::cb2 |
| std::array<std::uint8_t, 8> const ripple::test::jtx::escrow::fb3 |
| std::array<std::uint8_t, 39> const ripple::test::jtx::escrow::cb3 |
| auto const ripple::test::jtx::escrow::finish_time = JTxFieldWrapper<timePointField>(sfFinishAfter) |
| auto const ripple::test::jtx::escrow::cancel_time = JTxFieldWrapper<timePointField>(sfCancelAfter) |
| auto const ripple::test::jtx::escrow::condition = JTxFieldWrapper<blobField>(sfCondition) |
| auto const ripple::test::jtx::escrow::fulfillment = JTxFieldWrapper<blobField>(sfFulfillment) |