|
xrpld
|
#include <Oracle.h>

Public Attributes | |
| std::optional< AccountID > const & | owner = std::nullopt |
| std::optional< AnyValue > const & | documentID = std::nullopt |
| std::uint32_t | flags = 0 |
| std::optional< jtx::Msig > const & | msig = std::nullopt |
| std::optional< jtx::Seq > | seq = std::nullopt |
| int | fee = 10 |
| std::optional< Ter > const & | err = std::nullopt |
Definition at line 70 of file src/test/jtx/Oracle.h.
| std::optional<AccountID> const& xrpl::test::jtx::oracle::RemoveArg::owner = std::nullopt |
Definition at line 72 of file src/test/jtx/Oracle.h.
| std::optional<AnyValue> const& xrpl::test::jtx::oracle::RemoveArg::documentID = std::nullopt |
Definition at line 73 of file src/test/jtx/Oracle.h.
| std::uint32_t xrpl::test::jtx::oracle::RemoveArg::flags = 0 |
Definition at line 74 of file src/test/jtx/Oracle.h.
| std::optional<jtx::Msig> const& xrpl::test::jtx::oracle::RemoveArg::msig = std::nullopt |
Definition at line 75 of file src/test/jtx/Oracle.h.
| std::optional<jtx::Seq> xrpl::test::jtx::oracle::RemoveArg::seq = std::nullopt |
Definition at line 76 of file src/test/jtx/Oracle.h.
| int xrpl::test::jtx::oracle::RemoveArg::fee = 10 |
Definition at line 77 of file src/test/jtx/Oracle.h.
| std::optional<Ter> const& xrpl::test::jtx::oracle::RemoveArg::err = std::nullopt |
Definition at line 78 of file src/test/jtx/Oracle.h.