mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 03:35:55 +00:00
feat: Account permission support (#2145)
Fixes: #1975. Also switch to libxrpl 2.5.0-b1. Fixes: #2139, #2140.
This commit is contained in:
@@ -464,6 +464,16 @@ createPermissionedDomainObject(
|
||||
uint32_t previousTxSeq
|
||||
);
|
||||
|
||||
[[nodiscard]] ripple::STObject
|
||||
createDelegateObject(
|
||||
std::string_view accountId,
|
||||
std::string_view authorize,
|
||||
std::string_view ledgerIndex,
|
||||
uint64_t ownerNode,
|
||||
ripple::uint256 previousTxId,
|
||||
uint32_t previousTxSeq
|
||||
);
|
||||
|
||||
[[nodiscard]] ripple::STObject
|
||||
createOraclePriceData(
|
||||
uint64_t assetPrice,
|
||||
|
||||
Reference in New Issue
Block a user