mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-20 11:45:53 +00:00
feat: Support single asset vault (#1979)
fixes #1921 --------- Co-authored-by: Sergey Kuznetsov <skuznetsov@ripple.com> Co-authored-by: Ayaz Salikhov <mathbunnyru@users.noreply.github.com>
This commit is contained in:
@@ -524,3 +524,16 @@ createCredentialObject(
|
||||
|
||||
[[nodiscard]] ripple::STArray
|
||||
createAuthCredentialArray(std::vector<std::string_view> issuer, std::vector<std::string_view> credType);
|
||||
|
||||
[[nodiscard]] ripple::STObject
|
||||
createVault(
|
||||
std::string_view owner,
|
||||
std::string_view account,
|
||||
ripple::LedgerIndex seq,
|
||||
std::string_view assetCurrency,
|
||||
std::string_view assetIssuer,
|
||||
ripple::uint192 shareMPTID,
|
||||
uint64_t ownerNode,
|
||||
ripple::uint256 previousTxId,
|
||||
uint32_t previousTxSeq
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user