feat: Hook up parent_ldgr_hash host function

This commit is contained in:
TimothyBanks
2026-08-10 15:04:35 -04:00
parent 8da36db515
commit 6abd492ebb
11 changed files with 97 additions and 1 deletions

View File

@@ -47,6 +47,9 @@ public:
[[nodiscard]] std::int32_t
getParentLedgerTime(rust::Slice<std::uint8_t> out) const noexcept;
[[nodiscard]] std::int32_t
getParentLedgerHash(rust::Slice<std::uint8_t> out) const noexcept;
[[nodiscard]] std::int32_t
getCurrentLedgerObjField(std::int32_t field, rust::Slice<std::uint8_t> out) const noexcept;