feat: Hook up tx_field host function

This commit is contained in:
TimothyBanks
2026-08-10 16:40:51 -04:00
parent 3a2cf64a69
commit 1656a19fe6
11 changed files with 106 additions and 1 deletions

View File

@@ -65,6 +65,9 @@ public:
[[nodiscard]] std::int32_t
cacheLedgerObj(rust::Slice<std::uint8_t const> objId, std::int32_t cacheIdx) const noexcept;
[[nodiscard]] std::int32_t
getTxField(std::int32_t field, 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;