refactor: move getFeePayer to STObject

This commit is contained in:
Denis Angell
2026-06-30 12:59:30 -04:00
parent cc348e7745
commit ae5d27468b
6 changed files with 26 additions and 21 deletions

View File

@@ -217,6 +217,11 @@ public:
[[nodiscard]] AccountID
getAccountID(SField const& field) const;
/** The account responsible for the fee and authorization: the delegate when
sfDelegate is present, otherwise the account. */
[[nodiscard]] AccountID
getFeePayer() const;
[[nodiscard]] Blob
getFieldVL(SField const& field) const;
[[nodiscard]] STAmount const&