|
xrpld
|
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 | kFb1 = {{0xA0, 0x02, 0x80, 0x00}} |
| std::array< std::uint8_t, 39 > const | kCb1 |
| std::array< std::uint8_t, 7 > const | kFb2 = {{0xA0, 0x05, 0x80, 0x03, 0x61, 0x61, 0x61}} |
| std::array< std::uint8_t, 39 > const | kCb2 |
| std::array< std::uint8_t, 8 > const | kFb3 = {{0xA0, 0x06, 0x80, 0x04, 0x6E, 0x69, 0x6B, 0x62}} |
| std::array< std::uint8_t, 39 > const | kCb3 |
| auto const | kFinishTime = JTxFieldWrapper<TimePointField>(sfFinishAfter) |
| Set the "FinishAfter" time tag on a JTx. | |
| auto const | kCancelTime = JTxFieldWrapper<TimePointField>(sfCancelAfter) |
| Set the "CancelAfter" time tag on a JTx. | |
| auto const | kCondition = JTxFieldWrapper<BlobField>(sfCondition) |
| auto const | kFulfillment = JTxFieldWrapper<BlobField>(sfFulfillment) |
Escrow operations.
| json::Value xrpl::test::jtx::escrow::create | ( | AccountID const & | account, |
| AccountID const & | to, | ||
| STAmount const & | amount ) |
Definition at line 21 of file escrow.cpp.
| json::Value xrpl::test::jtx::escrow::create | ( | Account const & | account, |
| Account const & | to, | ||
| STAmount const & | amount ) |
| json::Value xrpl::test::jtx::escrow::finish | ( | AccountID const & | account, |
| AccountID const & | from, | ||
| std::uint32_t | seq ) |
Definition at line 33 of file escrow.cpp.
| json::Value xrpl::test::jtx::escrow::finish | ( | Account const & | account, |
| Account const & | from, | ||
| std::uint32_t | seq ) |
| json::Value xrpl::test::jtx::escrow::cancel | ( | AccountID const & | account, |
| Account const & | from, | ||
| std::uint32_t | seq ) |
Definition at line 45 of file escrow.cpp.
| json::Value xrpl::test::jtx::escrow::cancel | ( | Account const & | account, |
| Account const & | from, | ||
| std::uint32_t | seq ) |
| Rate xrpl::test::jtx::escrow::rate | ( | Env & | env, |
| Account const & | account, | ||
| std::uint32_t const & | seq ) |
Definition at line 57 of file escrow.cpp.
| std::array<std::uint8_t, 4> const xrpl::test::jtx::escrow::kFb1 = {{0xA0, 0x02, 0x80, 0x00}} |
| std::array<std::uint8_t, 39> const xrpl::test::jtx::escrow::kCb1 |
| std::array<std::uint8_t, 7> const xrpl::test::jtx::escrow::kFb2 = {{0xA0, 0x05, 0x80, 0x03, 0x61, 0x61, 0x61}} |
| std::array<std::uint8_t, 39> const xrpl::test::jtx::escrow::kCb2 |
| std::array<std::uint8_t, 8> const xrpl::test::jtx::escrow::kFb3 = {{0xA0, 0x06, 0x80, 0x04, 0x6E, 0x69, 0x6B, 0x62}} |
| std::array<std::uint8_t, 39> const xrpl::test::jtx::escrow::kCb3 |
| auto const xrpl::test::jtx::escrow::kFinishTime = JTxFieldWrapper<TimePointField>(sfFinishAfter) |
| auto const xrpl::test::jtx::escrow::kCancelTime = JTxFieldWrapper<TimePointField>(sfCancelAfter) |
| auto const xrpl::test::jtx::escrow::kCondition = JTxFieldWrapper<BlobField>(sfCondition) |
| auto const xrpl::test::jtx::escrow::kFulfillment = JTxFieldWrapper<BlobField>(sfFulfillment) |