Merge branch 'dev' into sync-2.4.0

This commit is contained in:
tequ
2025-10-27 15:38:14 +09:00
51 changed files with 4758 additions and 1016 deletions

View File

@@ -306,6 +306,9 @@ import_vlseq(PublicKey const& key) noexcept;
Keylet
uritoken(AccountID const& issuer, Blob const& uri);
Keylet
cron(uint32_t timestamp, AccountID const& id);
/** AMM entry */
Keylet
amm(Asset const& issue1, Asset const& issue2) noexcept;