mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-27 23:25:53 +00:00
feat: Support Permissioned DEX (#2152)
Fix: https://github.com/XRPLF/clio/issues/2143 Will add tests
This commit is contained in:
@@ -257,7 +257,8 @@ createOfferLedgerObject(
|
||||
std::string_view paysCurrency,
|
||||
std::string_view getsIssueId,
|
||||
std::string_view paysIssueId,
|
||||
std::string_view bookDirId
|
||||
std::string_view bookDirId,
|
||||
std::optional<std::string_view> const& domain = std::nullopt
|
||||
);
|
||||
|
||||
[[nodiscard]] ripple::STObject
|
||||
|
||||
Reference in New Issue
Block a user