feat: Hook up le_arr_len host function

This commit is contained in:
TimothyBanks
2026-08-10 17:18:56 -04:00
parent c619ae0263
commit 930ba88921
11 changed files with 103 additions and 1 deletions

View File

@@ -100,6 +100,9 @@ public:
[[nodiscard]] std::int32_t
getCurrentLedgerObjArrayLen(std::int32_t field) const noexcept;
[[nodiscard]] std::int32_t
getLedgerObjArrayLen(std::int32_t cacheIdx, std::int32_t field) const noexcept;
[[nodiscard]] std::int32_t
sha512Half(rust::Slice<std::uint8_t const> data, rust::Slice<std::uint8_t> out) const noexcept;