|
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 87 of file src/test/jtx/Oracle.h.
| std::optional<AccountID> const& xrpl::test::jtx::oracle::RemoveArg::owner = std::nullopt |
Definition at line 89 of file src/test/jtx/Oracle.h.
| std::optional<AnyValue> const& xrpl::test::jtx::oracle::RemoveArg::documentID = std::nullopt |
Definition at line 90 of file src/test/jtx/Oracle.h.
| std::uint32_t xrpl::test::jtx::oracle::RemoveArg::flags = 0 |
Definition at line 91 of file src/test/jtx/Oracle.h.
| std::optional<jtx::Msig> const& xrpl::test::jtx::oracle::RemoveArg::msig = std::nullopt |
Definition at line 92 of file src/test/jtx/Oracle.h.
| std::optional<jtx::Seq> xrpl::test::jtx::oracle::RemoveArg::seq = std::nullopt |
Definition at line 93 of file src/test/jtx/Oracle.h.
| int xrpl::test::jtx::oracle::RemoveArg::fee = 10 |
Definition at line 94 of file src/test/jtx/Oracle.h.
| std::optional<Ter> const& xrpl::test::jtx::oracle::RemoveArg::err = std::nullopt |
Definition at line 95 of file src/test/jtx/Oracle.h.